美团大模型应用架构师
社招全职5年以上核心本地商业-基础研发平台地点:北京 | 上海状态:招聘
任职要求
本科及以上学历,计算机及相关专业; 5年以上高并发在线服务系统开发经验,具有丰富的分布式系统设计经验;有大模型应用基础组件开发或相关人工智能项目经验,有对话系统、搜广推推荐系统、大规模机器学习系统经验优先; 精通高性能检索系统的架构设计和关键技术 精通C++/java开发,有C++/java高并发系统开发经验;扎实的编程能力,熟悉算法和数据结构,熟悉计算机的基础理论; 熟悉RPC框架、虚拟化、分布式存储、微服务、DevOps等相关技术; 具备以下条件优先 有召回/排序算法调优经验者优先,尤其在电商、广告、本地生活、短视频等场景有过业务优化经验 有大模型prompt调优经验者优先; 熟悉机器学习基础,对Transformer模型原理有深入了解者优先,对强化学习原理有了解者优先
工作职责
负责AI应用探索类项目,工作包括/不限于:在线系统架构设计、在/离线数据生产链路设计、业务转化效果优化方案设计、系统性能优化、算法工程技术攻坚等 负责大模型应用基础组件的建设,工作包括/不限于:记忆组件、对话分析组件、知识库等的建设 承担大模型的落地开发工作,包括但不限于RAG、大模型微调、指令数据构建、模型Fine-tuning、Prompt Engineering、模型评测等研发,提升大模型的产品化能力,促进AI基础设施的构建; 跟进公司内外AI agent方向的技术演进,开展前瞻性技术研究,探索将新技术、新理念融于入现有系统的可能性,推动公司agent技术的持续创新和竞争力提升。
包括英文材料
学历+
高并发+
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://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.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
推荐系统+
[英文] Recommender Systems
https://www.d2l.ai/chapter_recommender-systems/index.html
Recommender systems are widely employed in industry and are ubiquitous in our daily lives.
机器学习+
https://www.youtube.com/watch?v=0oyDqO8PjIg
Learn about machine learning and AI with this comprehensive 11-hour course from @LunarTech_ai.
https://www.youtube.com/watch?v=i_LwzRVP7bg
Learn Machine Learning in a way that is accessible to absolute beginners.
https://www.youtube.com/watch?v=NWONeJKn6kc
Learn the theory and practical application of machine learning concepts in this comprehensive course for beginners.
https://www.youtube.com/watch?v=PcbuKRNtCUc
Learn about all the most important concepts and terms related to machine learning and AI.
信息检索+
https://nlp.stanford.edu/IR-book/information-retrieval-book.html
Christopher D. Manning, Prabhakar Raghavan and Hinrich Schütze, Introduction to Information Retrieval, Cambridge University Press. 2008.
系统设计+
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.
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://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
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://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.
DevOps+
https://roadmap.sh/devops
Step by step guide for DevOps, SRE or any other Operations Role in 2025
https://zhuanlan.zhihu.com/p/562036793
DevOps中的Dev指的是Development(开发),Ops指的是Operations(运维),用一句话来说,DevOps就是打通开发运维的壁垒,实现开发运维一体化。
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!
Transformer+
https://huggingface.co/learn/llm-course/en/chapter1/4
Breaking down how Large Language Models work, visualizing how data flows through.
https://poloclub.github.io/transformer-explainer/
An interactive visualization tool showing you how transformer models work in large language models (LLM) like GPT.
https://www.youtube.com/watch?v=wjZofJX0v4M
Breaking down how Large Language Models work, visualizing how data flows through.
强化学习+
https://cloud.google.com/discover/what-is-reinforcement-learning?hl=en
Reinforcement learning (RL) is a type of machine learning where an "agent" learns optimal behavior through interaction with its environment.
https://huggingface.co/learn/deep-rl-course/unit0/introduction
This course will teach you about Deep Reinforcement Learning from beginner to expert. It’s completely free and open-source!
https://www.kaggle.com/learn/intro-to-game-ai-and-reinforcement-learning
Build your own video game bots, using classic and cutting-edge algorithms.
相关职位
社招5年以上D2863
1、负责大模型 RAG 和 Agent 框架多个模块的开发和升级工作,攻坚工程技术难点; 2、负责多模态对话、人机对话等新交互形态在产品应用中的设计和开发; 3、参与大模型 Ecosystem 解决方案的制定,推动平台/产品的稳定性、性能、开放性和扩展性建设。
更新于 2025-05-16

社招
1. 主导架构设计: 负责智能体平台整体架构,保障生产环境高可用、高性能及可扩展性 2. 构建Agent框架: 设计实现基于LLM的Agent核心框架,落地RAG/SFT/RL技术,支撑多智能体协作 3. 技术前沿攻坚: 追踪Agent与LLM领域技术动态,引入创新方案保持技术竞争力
更新于 2025-08-19
社招3-5年网易云音乐
1、主导 AI 虚拟陪伴系统的整体架构设计,设计并实现支撑虚拟陪伴体验的整体系统架构; 2、完善记忆管理,实现关键事件、用户偏好、对话历史的高效存储、检索与利用; 3、RAG与内容个性化 ,负责检索增强生成(RAG)系统的工程化落地,结合用户兴趣、知识库及实时数据 生成个性化交互内容。优化检索策略,提升聊天体验; 4、主导系统性能优化,解决高并发场景下的低延迟响应与资源调度问题。
更新于 2025-08-15