腾讯元宝-AIGC应用研发leader
社招全职5年以上CSIG技术地点:深圳状态:招聘
任职要求
1.计算机相关专业本科及以上学历,5年以上大型在线系统研发经验,3年以上后台团队技术管理经验; 2.精通 Go/C++/Java 等至少一门语言,熟悉分布式系统原理,有亿级流量高并发、高可用系统实战经验; 3.深入理解性能优化、质量保障体系,具备监控等工具链建设、疑难问题分析及效能提升经验; 4.熟练掌握容器化(Docker/K8s)、微服务架构,对服务治理、自动化运维有系统化实践经验; 5.熟悉LLM智能应用开发技术栈(如模型部署、精调、Prompt工程),有开源模型落地业务场景经验者优先; 6.具有良好的组织能力、沟通能力、协调推动能力,善于解决各种问题并能和多方合作共赢。
工作职责
1.负责AIGC应用后台系统的架构设计、研发落地及技术团队管理;确保系统架构的高扩展、高可用; 2.主导构建性能优化、全链路监控、容灾容错等线上业务保障体系,提升系统鲁棒性; 3.协调跨部门资源,推动技术方案在业务场景的落地,解决复杂技术问题。
包括英文材料
学历+
Go+
https://www.youtube.com/watch?v=8uiZC0l4Ajw
学习Golang的完整教程!从开始到结束不到一个小时,包括如何在Go中构建API的完整演示。没有多余的内容,只有你需要知道的知识。
C+++
https://www.learncpp.com/
LearnCpp.com is a free website devoted to teaching you how to program in modern C++.
https://www.youtube.com/watch?v=ZzaPdXTrSb8
Java+
https://www.youtube.com/watch?v=eIrMbAQSU34
Master Java – a must-have language for software development, Android apps, and more! ☕️ This beginner-friendly course takes you from basics to real coding skills.
分布式系统+
https://www.distributedsystemscourse.com/
The home page of a free online class in distributed systems.
https://www.youtube.com/watch?v=7VbL89mKK3M&list=PLOE1GTZ5ouRPbpTnrZ3Wqjamfwn_Q5Y9A
高并发+
https://www.baeldung.com/concurrency-principles-patterns
In this tutorial, we’ll discuss some of the design principles and patterns that have been established over time to build highly concurrent applications.
https://www.baeldung.com/java-concurrency
Handling concurrency in an application can be a tricky process with many potential pitfalls. A solid grasp of the fundamentals will go a long way to help minimize these issues.
https://www.oreilly.com/library/view/concurrency-in-go/9781491941294/
You’ll understand how Go chooses to model concurrency, what issues arise from this model, and how you can compose primitives within this model to solve problems.
https://www.oreilly.com/library/view/modern-concurrency-in/9781098165406/
With this book, you'll explore the transformative world of Java 21's key feature: virtual threads.
https://www.youtube.com/watch?v=qyM8Pi1KiiM
https://www.youtube.com/watch?v=wEsPL50Uiyo
高可用+
https://redis.io/blog/high-availability-architecture/
A high available architecture is when there are a number of different components, modules, or services that work together to maintain optimal performance, irrespective of peak-time loads.
https://www.ibm.com/think/topics/high-availability
High availability (HA) is a term that refers to a system’s ability to be accessible and reliable close to 100% of the time.
Docker+
https://www.youtube.com/watch?v=GFgJkfScVNU
Master Docker in one course; learn about images and containers on Docker Hub, running multiple containers with Docker Compose, automating workflows with Docker Compose Watch, and much more. 🐳
https://www.youtube.com/watch?v=kTp5xUtcalw
Learn how to use Docker and Kubernetes in this complete hand-on course for beginners.
Kubernetes+
https://kubernetes.io/docs/tutorials/kubernetes-basics/
This tutorial provides a walkthrough of the basics of the Kubernetes cluster orchestration system.
https://kubernetes.io/zh-cn/docs/tutorials/kubernetes-basics/
本教程介绍 Kubernetes 集群编排系统的基础知识。每个模块包含关于 Kubernetes 主要特性和概念的一些背景信息,还包括一个在线教程供你学习。
https://www.youtube.com/watch?v=s_o8dwzRlu4
Hands-On Kubernetes Tutorial | Learn Kubernetes in 1 Hour - Kubernetes Course for Beginners
https://www.youtube.com/watch?v=X48VuDVv0do
Full Kubernetes Tutorial | Kubernetes Course | Hands-on course with a lot of demos
微服务+
https://learn.microsoft.com/en-us/training/modules/dotnet-microservices/
Microservice applications are composed of small, independently versioned, and scalable customer-focused services that communicate with each other by using standard protocols and well-defined interfaces.
https://microservices.io/
Microservices - also known as the microservice architecture - is an architectural style that structures an application as a collection of two or more services.
https://spring.io/microservices
Building small, self-contained, ready to run applications can bring great flexibility and added resilience to your code.
https://www.ibm.com/think/topics/microservices
Microservices, or microservices architecture, is a cloud-native architectural approach in which a single application is composed of many loosely coupled and independently deployable smaller components or services.
https://www.youtube.com/watch?v=CqCDOosvZIk
https://www.youtube.com/watch?v=hmkF77F9TLw
Learn about software system design and microservices.
服务治理+
https://cloudnativecn.com/blog/istio-traffic-management-series-service-management-concept-theory/
通过阅读本文读者可以初步理解 Istio 流量治理的概念和相关知识框架。
https://juejin.cn/post/6844904006033080334
服务治理主要包括服务发现、负载均衡、限流、熔断、超时、重试、服务追踪等。我们今天要讲的,就是服务发现的内容。
大模型+
https://www.youtube.com/watch?v=xZDB1naRUlk
You will build projects with LLMs that will enable you to create dynamic interfaces, interact with vast amounts of text data, and even empower LLMs with the capability to browse the internet for research papers.
https://www.youtube.com/watch?v=zjkBMFhNj_g
Prompt+
https://cloud.google.com/vertex-ai/generative-ai/docs/learn/prompts/introduction-prompt-design
A prompt is a natural language request submitted to a language model to receive a response back.
https://learn.microsoft.com/en-us/azure/ai-foundry/openai/concepts/prompt-engineering
These techniques aren't recommended for reasoning models like gpt-5 and o-series models.
https://www.youtube.com/watch?v=LWiMwhDZ9as
Learn and master the fundamentals of Prompt Engineering and LLMs with this 5-HOUR Prompt Engineering Crash Course!
相关职位
社招5年以上CSIG技术
1.负责AIGC应用后台系统的架构设计、研发落地及技术团队管理;确保系统架构的高扩展、高可用; 2.主导构建性能优化、全链路监控、容灾容错等线上业务保障体系,提升系统鲁棒性; 3.协调跨部门资源,推动技术方案在业务场景的落地,解决复杂技术问题。
更新于 2025-05-20
社招3年以上元宝技术
1、负责元宝AIGC应用(如文本生成、图像生成、音视频对话)的后台系统架构设计与开发,支撑高并发、低延迟的AI应用服务; 2、基于LLM大模型能力场景,推进建设AIGC平台研发落地,支持插件接入&管理、数据飞轮pipeline等平台能力,为AI Agent的研发上线提升效率和质量; 3、负责解决平台和服务在高并发场景下的性能优化,问题定位&解决,保障服务SLA。
更新于 2025-10-14
社招3年以上元宝技术
1、负责元宝AIGC应用(如文本生成、图像生成、音视频对话)的后台系统架构设计与开发,支撑高并发、低延迟的AI应用服务; 2、基于LLM大模型能力场景,推进建设AIGC平台研发落地,支持插件接入&管理、数据飞轮pipeline等平台能力,为AI Agent的研发上线提升效率和质量; 3、负责解决平台和服务在高并发场景下的性能优化,问题定位&解决,保障服务SLA。
更新于 2025-10-09