小米JAVA技术专家
社招全职A37361A地点:北京状态:招聘
任职要求
1、AI工程能力 了解LLM原理与应用,熟悉主流Agent框架(如OpenClaw、LangChain、AutoGen等);有RAG、向量数据库、多智能体协作相关项目经验者优先;具备AI应用工程化落地能力,理解AI系统的不确定性和可观测性需求 2、云原生与容器化 深入理解云原生架构,熟练掌握Kubernetes、Docker、Helm等技术;有Service Mesh(Istio/Linkerd)落地经验者优先;熟悉CI/CD流程,具备DevOps实践经验 3、中间件技术 精通Dubbo/gRPC、Nacos/Consul、网关(Kong/APISIX)等中间件原理与实践;能够进行中间件定制化开发和性能调优;熟悉分布式系…
登录查看完整任职要求
微信扫码,1秒登录
工作职责
1、OpenClaw核心系统开发 负责OpenClaw AI智能体平台的核心模块设计与开发,包括Gateway网关层、Agent智能体引擎、Skills技能系统等;构建可观测性基础设施,实现基于OpenTelemetry的链路追踪、指标采集和日志聚合能力;优化AI Agent执行流程,支持多智能体协作、任务编排和状态管理 2、AI工程化与Agent生态建设 负责AI Agent与业务系统的对接集成,包括知识库(向量数据库+RAG)、工具调用、外部API对接;实现Agent执行过程的可观测性,追踪成功率、延迟、token消耗等关键指标 3、微服务架构设计与演进 基于云原生架构设计高可用、高扩展的微服务系统,确保支撑大规模AI请求并发;负责服务治理体系建设,包括服务发现、负载均衡、熔断降级、限流等核心能力;实现流量管理、安全通信和可观测性统一 4、中间件研发与优化 深度参与RPC框架(Dubbo/gRPC)、消息队列、配置中心等中间件的选型、定制和优化;解决分布式系统核心难题,包括数据一致性、分布式事务、容错恢复等;构建高性能日志服务(Log Server),支持海量日志的实时采集、路由和查询 5、技术攻关与团队赋能 独立承担云原生、中间件、AI应用中的复杂技术难题攻关;参与团队技术规划,推动技术创新和最佳实践落地;指导初级工程师,提升团队整体技术水平
包括英文材料
大模型+
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
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.
AutoGen+
https://microsoft.github.io/autogen/0.2/docs/Getting-Started/
AutoGen is an open-source programming framework for building AI agents and facilitating cooperation among multiple agents to solve tasks.
https://www.youtube.com/watch?v=JmjxwTEJSE8
Whether you know everything there to AI Agents or are a complete beginner, I believe there is something to learn here.
RAG+
https://www.youtube.com/watch?v=sVcwVQRHIc8
Learn how to implement RAG (Retrieval Augmented Generation) from scratch, straight from a LangChain software engineer.
智能体+
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.
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
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.
Helm+
[英文] Introduction to Helm
https://helm.sh/docs/intro/
Are you new to Helm? This is the place to start!
https://www.baeldung.com/ops/kubernetes-helm
In this tutorial, we’ll understand the basics of Helm and how they form a powerful tool for working with Kubernetes resources.
Service Mesh+
https://aws.amazon.com/cn/what-is/service-mesh/
服务网格是一个软件层,用于处理应用程序中服务之间的所有通信。该层由容器化微服务组成。随着应用程序的扩展和微服务数量的增加,监控服务的性能变得越来越困难。
https://aws.amazon.com/what-is/service-mesh/
A service mesh is a software layer that handles all communication between services in applications. This layer is composed of containerized microservices.
https://www.redhat.com/zh-cn/topics/microservices/what-is-a-service-mesh
服务网格是软件应用内的一个专用基础架构层,用于处理服务之间的通信。服务网格可以处理流量路由、安全防护、可观测性和弹性功能,同时对各个服务进行抽象化处理来降低复杂性。
Istio+
https://istio.io/latest/docs/examples/microservices-istio/
This modular tutorial provides new users with hands-on experience using Istio for common microservices scenarios, one step at a time.
https://www.freecodecamp.org/news/learn-istio-manage-microservices/
In a world without Istio, one service makes direct requests to another and in case of failures, the service is responsible for handling those.
LINKERD+
[英文] Getting Started
https://linkerd.io/2.18/getting-started/
In this guide, we’ll walk you through how to install Linkerd into your Kubernetes cluster.
https://www.digitalocean.com/community/tutorials/how-to-install-and-use-linkerd-with-kubernetes
A service mesh like Linkerd, for example, can automatically encrypt connections, handle request retries and timeouts, provide telemetry information like success rates and latencies, and more.
https://www.youtube.com/watch?v=Hc-XFPHDDk4
In this video we take a look at Linkerd.
CI+
https://www.ibm.com/cn-zh/think/topics/continuous-integration
持续集成 (CI) 是一种软件开发实践,开发人员在整个开发周期中会定期将新的代码和代码变更集成到中央代码存储库中。它是 DevOps 和敏捷方法的关键组成部分。
https://www.youtube.com/watch?v=42UP1fxi2SY
CD+
https://www.redhat.com/zh-cn/topics/devops/what-is-ci-cd
CI/CD 是持续集成和持续交付/部署的缩写,旨在简化并加快软件开发生命周期。
https://www.youtube.com/watch?v=R8_veQiYBjI&list=PLy7NrYWoggjzSIlwxeBbcgfAdYoxCIrM2
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就是打通开发运维的壁垒,实现开发运维一体化。
中间件+
https://www.youtube.com/watch?v=1oWPUpMheGk
Dubbo+
https://dubbo.apache.org/en/overview/mannual/java-sdk/tasks/
还有更多 •••
相关职位
社招5-10年J0012
1、深入理解广告系统运行机制,参与大规模分布式广告系统架构设计,对现有技术架构进行重构和优化,打造业务领先的广告架构体系; 2、参与商业化稳定性体系建设,保障业务系统持续安全稳定提供服务,跟进并协调解决系统运行中出现的故障和问题,并形成机制性的优化措施; 3、参与商业化资源成本优化体系建设,追踪服务容器、结构化存储、大数据等方向的资源使用情况,制定商业化各方向年度预算与成本目标; 4、负责技术难题攻坚与关键方案的选型,持续优化研发交付流程,探索研发模式升级的未来方向,提升系统整体可用性、稳定性; 5、跟踪最新技术和行业趋势,提出具有前瞻性的稳定性保障方案和建议,并推动在实际业务场景中落地。
更新于 2026-05-06北京
社招核心本地商业-点
1.负责大众点评App内容消费相关系统建设,支持信息流、内容详情等消费主场景迭代; 2.负责内容消费相关AI产品的探索,应用大模型技术赋能内容消费产品;
更新于 2025-10-17上海

社招8年以上软研类
1) 统招本科或以上学历,计算机或数学相关专业优先;有资金管理开发经验者优先; 2) 有8年以上java开发经验,扎实的java编程基础, 熟悉Spring Cloud、orm、grpc等框架; 3) 熟悉主流中间件及数据库产品( Nginx,Tomcat,HAProxy,Redis,MySQL, ElasticSearch、RocketMQ、Kafka 等)的高可用架构及其原理,能够调优;熟练对接大数据Hbase、Hive等存储。 4) 理解面向对象编程,设计模式,微服务架构,分布式架构。具有高可用、高性能、高并发、可扩展系统的设计经验; 5) 很强的主动性和责任心,能够自我驱动,不断学习。善于前后端协作推进产品架构演进、升级、落地; 6) 良好的学习和表达能力、逻辑思维能力;良好的沟通能力和团队协作精神。
更新于 2025-10-23上海
