腾讯国际版-智能体开发平台-AI后台工程师
社招全职2年以上CSIG技术地点:西安状态:招聘
任职要求
1.大学本科及以上学历,计算机相关专业,3年以上后台研发经验; 2.熟悉Linux操作系统,TCP/IP协议,HTTP协议,深入了解至少一门编程语言,如Go、Python、C++等开发语言,对代码质量有追求,具备良好的编程风格; 3.具备分布式系统、微服务架构、高可用、数据库技术、缓存技术、消息队列、rpc等相关技术经验; 4.熟悉业务系统的高并发、高可用、一致性的解决方案,以及大规模分布式系统设计/开发/运营经验; 5.有大语言模型推理、智能体、海外版本开发等相关经验者优先; 6.具备优秀的学习能力、创新能力、沟通能力、团队合作意识;强烈的责任心与主动性,并能自我驱动成长,能承受一定强度的工作压力。 加分项 1.通过腾讯云认证或取得同等资格认证的候选人优先考虑。
工作职责
1.负责腾讯元器、云智能体开发平台国际版后台服务架构设计、开发与维护工作; 2.负责后台系统的性能优化、稳定性、流程建设和研效提升; 3.参与RAG,工作流编排,AI 智能体等实际业务场落地; 4.开发者文档、SDK工具包及代码样例维护,协助第三方接入,合作伙伴产品的集成和交付工作。
包括英文材料
学历+
Linux+
https://ryanstutorials.net/linuxtutorial/
Ok, so you want to learn how to use the Bash command line interface (terminal) on Unix/Linux.
https://ubuntu.com/tutorials/command-line-for-beginners
The Linux command line is a text interface to your computer.
https://www.youtube.com/watch?v=6WatcfENsOU
In this Linux crash course, you will learn the fundamental skills and tools you need to become a proficient Linux system administrator.
https://www.youtube.com/watch?v=v392lEyM29A
Never fear the command line again, make it fear you.
https://www.youtube.com/watch?v=ZtqBQ68cfJc
TCP/IP+
[英文] What is TCP/IP?
https://www.techtarget.com/searchnetworking/definition/TCP-IP
TCP/IP stands for Transmission Control Protocol/Internet Protocol and is a suite of communication protocols used to interconnect network devices on the internet.
HTTP+
https://developer.mozilla.org/zh-CN/docs/Web/HTTP
超文本传输协议(HTTP)是一个用于传输超媒体文档(例如 HTML)的应用层协议。它是为 Web 浏览器与 Web 服务器之间的通信而设计的,但也可以用于其他目的。
Go+
https://www.youtube.com/watch?v=8uiZC0l4Ajw
学习Golang的完整教程!从开始到结束不到一个小时,包括如何在Go中构建API的完整演示。没有多余的内容,只有你需要知道的知识。
Python+
https://liaoxuefeng.com/books/python/introduction/index.html
中文,免费,零起点,完整示例,基于最新的Python 3版本。
https://www.learnpython.org/
a free interactive Python tutorial for people who want to learn Python, fast.
https://www.youtube.com/watch?v=K5KVEU3aaeQ
Master Python from scratch 🚀 No fluff—just clear, practical coding skills to kickstart your journey!
https://www.youtube.com/watch?v=rfscVS0vtbw
This course will give you a full introduction into all of the core concepts in python.
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
分布式系统+
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://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://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.
缓存+
https://hackernoon.com/the-system-design-cheat-sheet-cache
The cache is a layer that stores a subset of data, typically the most frequently accessed or essential information, in a location quicker to access than its primary storage location.
https://www.youtube.com/watch?v=bP4BeUjNkXc
Caching strategies, Distributed Caching, Eviction Policies, Write-Through Cache and Least Recently Used (LRU) cache are all important terms when it comes to designing an efficient system with a caching layer.
https://www.youtube.com/watch?v=dGAgxozNWFE
消息队列+
https://www.youtube.com/watch?v=xErwDaOc-Gs
RPC+
https://javaguide.cn/distributed-system/rpc/rpc-intro.html
为什么要 RPC ? 因为,两个不同的服务器上的服务提供的方法不在一个内存空间,所以,需要通过网络编程才能传递方法调用所需要的参数。并且,方法调用的结果也需要通过网络编程来接收。
https://www.youtube.com/watch?v=S2osKiqQG9s
This video is part of an 8-lecture series on distributed systems, given as part of the undergraduate computer science course at the University of Cambridge.
高并发+
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://learn.microsoft.com/en-us/shows/ai-agents-for-beginners/
In this 10-lesson course we take you from concept to code while covering the fundamentals of building AI agents.
https://www.ibm.com/think/ai-agents
Your one-stop resource for gaining in-depth knowledge and hands-on applications of AI agents.
相关职位
社招2年以上CSIG技术
1.负责智能体开发平台和元器平台的前端开发; 2.负责公有云、国际版、私有化、信创版等多个版本的开发、部署、和维护; 3.负责面向开发者的官网、开放平台、前端/node组件外发、demo外发等开发工作; 4.负责跟进产品需求,技术方案设计和讨论,和设计师共同设计和讨论交互和视觉。
更新于 2025-06-16
实习ACG
-围绕大模型打造国际版的智能对话能力需要的数据,在指导下进行数据标注 -建设文档问答、业务式对话、表格问答等对话核心能力,在指导下进行多语种的数据标注 -分析模型效果问题和数据之间的关系,针对性调整数据情况 -分析数据格式和下游使用情况,提出能融入系统的标注格式,提出标注系统的有效需求 -能主动挖掘现有开源数据,任务数据,构造新的训练数据,如 long CoT 等
更新于 2025-08-15
社招3年以上产品类-用户型
1、负责国际版UC浏览器增值服务产品的规划与运营工作,包括VPN、网盘及创新服务; 2、通过用户及竞品调研,挖掘浏览器用户增值服务需求并产出创新的产品运营方案,对增值服务功能渗透及商业效率负责; 3、与增长团队协作,发展VPN/网盘等增值服务用户,实现整体浏览器用户及收入增长; 4、通过持续的产品优化和迭代,不断完善产品功能,提升用户满意度。
更新于 2025-09-09