蚂蚁金服蚂蚁数字科技-数科技术部-AI Agent应用平台研发专家
社招全职3年以上技术类-开发地点:北京 | 杭州状态:招聘
任职要求
1. 本科及以上学历, 具有3年以上服务端开发经验,精通分布式系统原理和架构设计; 2. 至少精通Java/Go/Python其中一种编程语言, 熟悉常用的算法和数据结构,熟悉常用的软件设计模式并能根据实际情况灵活应用; 3. 具备系统架构和解决复杂问题能力,有参与设计和构建业务复杂、高并发、高可用的平台型产品经验; 4. 对工程质量、用户体验有深刻的认识和近乎苛刻的自我要求,有丰富的系统稳定性和高可用经验; 5. 良好的沟通协作能力、团队合作精神,强烈的责任心和上进心,自我驱动,抗压能力强; 6. 满足下列要求(其一即可)优先考虑: a)有AI Agent、高级知识工程或其他算法平台建设经验; b)精通LangChain/LangGraph/LlamaIndex/Spring AI等AI应用框架; c)有应用框架/SDK相关的研发经验,熟悉云原生技术。
工作职责
1. 参与并主导企业级的AI Agent平台型产品需求分析、架构设计、研发与持续迭代演进; 2. 探索智能体商业化,推动智能体在金融、风控、营销、企业服务等To B领域落地并取得业务价值。
包括英文材料
学历+
分布式系统+
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://roadmap.sh/system-design
Everything you need to know about designing large scale systems.
https://www.youtube.com/watch?v=F2FmTdLtb_4
This complete system design tutorial covers scalability, reliability, data handling, and high-level architecture with clear explanations, real-world examples, and practical strategies.
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.
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.
算法+
https://roadmap.sh/datastructures-and-algorithms
Step by step guide to learn Data Structures and Algorithms in 2025
https://www.hellointerview.com/learn/code
A visual guide to the most important patterns and approaches for the coding interview.
https://www.w3schools.com/dsa/
数据结构+
https://www.youtube.com/watch?v=8hly31xKli0
In this course you will learn about algorithms and data structures, two of the fundamental topics in computer science.
https://www.youtube.com/watch?v=B31LgI4Y4DQ
Learn about data structures in this comprehensive course. We will be implementing these data structures in C or C++.
https://www.youtube.com/watch?v=CBYHwZcbD-s
Data Structures and Algorithms full course tutorial java
设计模式+
https://liaoxuefeng.com/books/java/design-patterns/index.html
设计模式,即Design Patterns,是指在软件设计中,被反复使用的一种代码设计经验。使用设计模式的目的是为了可重用代码,提高代码的可扩展性和可维护性。
[英文] Design Patterns
https://refactoring.guru/design-patterns
Design patterns are typical solutions to common problems in software design. Each pattern is like a blueprint that you can customize to solve a particular design problem in your code.
https://www.youtube.com/watch?v=NU_1StN5Tkk
Design Patterns tutorial explained in simple words using real-world examples.
高并发+
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.
AI agent+
https://www.ibm.com/think/ai-agents
Your one-stop resource for gaining in-depth knowledge and hands-on applications of AI agents.
LangChain+
https://python.langchain.com/docs/tutorials/
New to LangChain or LLM app development in general? Read this material to quickly get up and running building your first applications.
https://www.freecodecamp.org/news/beginners-guide-to-langchain/
LangChain is a popular framework for creating LLM-powered apps.
LlamaIndex+
https://developers.llamaindex.ai/python/framework/getting_started/starter_example/
This tutorial will show you how to get started building agents with LlamaIndex.
https://www.ibm.com/think/tutorials/llamaindex-rag
LlamaIndex is a powerful open source framework that simplifies the process of building RAG pipelines.
Spring+
https://liaoxuefeng.com/books/java/spring/index.html
Spring是一个支持快速开发Java EE应用程序的框架。它提供了一系列底层容器和基础设施,并可以和大量常用的开源框架无缝集成,可以说是开发Java EE应用程序的必备。
https://spring.io/guides/gs/rest-service
https://spring.io/quickstart
Level up your Java code and explore what Spring can do for you.
C+
https://www.freecodecamp.org/chinese/news/the-c-beginners-handbook/
本手册遵循二八定律。你将在 20% 的时间内学习 80% 的 C 编程语言。
https://www.youtube.com/watch?v=87SH2Cn0s9A
https://www.youtube.com/watch?v=KJgsSFOSQv0
This course will give you a full introduction into all of the core concepts in the C programming language.
https://www.youtube.com/watch?v=PaPN51Mm5qQ
In this complete C programming course, Dr. Charles Severance (aka Dr. Chuck) will help you understand computer architecture and low-level programming with the help of the classic C Programming language book written by Brian Kernighan and Dennis Ritchie.
SDK+
https://www.ibm.com/think/topics/api-vs-sdk
Learn about software development kits (SDKs) and application programming interfaces (APIs) and how they improve both software development cycles and the end-user experience (UX).
https://www.redhat.com/zh-cn/topics/cloud-native-apps/what-is-SDK
软件开发套件(SDK)是通常由硬件平台、操作系统(OS)或编程语言的制造商提供的一套工具。
相关职位
社招技术类-算法
1. 算法方案及架构,负责蚂蚁数科To B AI Agent 的标杆重点项目的算法方案及架构,领导算法及数据交付; 2. 技术研发与应用,为金融/风控/营销等To B产品提供智能化升级与服务,构建具有To B特色的RAG、ToolUsing和LLM推理规划等能力,实现最前沿技术在严肃商业化场景中切实落地; 3. 生态赋能及行业影响力,通过项目及培训,赋能生态,形成更多的智能体交付能力。
更新于 2025-04-24
社招3年以上技术类-开发
1. 参与各类业务及平台类项目的系统分析与设计工作,主导技术难题的攻克工作,不断学习前沿的AI技术,并且能够应用到业务产品实践中; 2. 探索基于大模型的数据内容生成技术,并结合业务场景(医疗)特性推进实践落地; 3. 参与并主导企业级的AI Agent业务型产品需求分析、架构设计、研发与持续迭代演进; 4. 推动智能体在医疗,汽车,金融等To B领域落地并取得业务价值。
更新于 2025-08-29
社招3年以上产品类-平台型
1. 作为B端AI Agent产品经理,负责规划和推进产品全生命周期管理,包括不限于市场分析、需求调研、产品规划/设计,并制定产品整体战略、策略拆解及落地; 2. 准确把握用户需求,挖掘用户业务中的AI应用场景,规划和构建垂直领域的智能体落地方案,牵引产研开发落地,提供从售前到交付全流程支撑; 3. 围绕B端赛道经营策略,构建、经营、赋能合作伙伴生态体系。
更新于 2025-04-21