小红书AI Agent 全栈工程师-点点
社招全职3-5年后端开发地点:北京 | 上海状态:招聘
工作描述
任职要求 1、全栈开发基础与意愿: 具备全栈开发意愿或者具备实操经验,精通至少一门后端语言(Java / Go 等),或熟悉 React / Vue 任一现代前端框架,或具备深厚的移动端(iOS / Android)架构调优经验。 2、Agent 架构经验及认知: 深入理解 LLM 的工作原理与能力边界,具备构建复杂 Agent 系统或长程任务流的实战经验;熟悉任务拆解、上下文增强与中间态管理。 3、高可用与高并发架构建设: 具备高并发长连接系统、微服务架构的开发经验;对分布式系统稳定性治理、Trace 链路追踪、容灾降级架构有清晰的解法与落地经验,能独立解决复杂系统的工程瓶颈。 4、资深 AI 产品用户: 对 AI 产品抱有浓厚兴趣,深度且高频地使用过 ChatGPT、Claude、Gemini、Kimi 等主流大模型,以及 Cursor、Copilot、Windsurf 等开发工具;能清晰、客观地评述各产品的工程架构优劣与适用边界。 5、自驱力与 Owner 意识: 面对复杂模糊的 AI 业务边…
登录查看完整工作描述
微信扫码,1秒登录
包括英文材料
Go+
https://www.youtube.com/watch?v=8uiZC0l4Ajw
学习Golang的完整教程!从开始到结束不到一个小时,包括如何在Go中构建API的完整演示。没有多余的内容,只有你需要知道的知识。
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.
Rust+
https://www.youtube.com/watch?v=BpPEoZW5IiY
In this comprehensive Rust course for beginners, you will learn about the core concepts of the language and underlying mechanisms in theory.
https://www.youtube.com/watch?v=lzKeecy4OmQ
Full Rust 101 Crash Course for beginners.
https://www.youtube.com/watch?v=rQ_J9WH6CGk
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://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://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://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
稳定性治理+
https://sre.google/sre-book/simplicity/
Software systems are inherently dynamic and unstable. A software system can only be perfectly stable if it exists in a vacuum.
https://sre.google/sre-book/table-of-contents/
Go through the complete table of contents of sre Google book, outlined are the key topics and insights covered in this essential resource for SRE professionals.
系统设计+
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.
Prometheus+
https://grafana.com/docs/grafana/latest/getting-started/get-started-grafana-prometheus/
Prometheus is an open source monitoring system for which Grafana provides out-of-the-box support.
https://prometheus.io/docs/tutorials/getting_started/
Prometheus is a system monitoring and alerting system.
还有更多 •••
相关职位
社招3-5年后端开发
1、全栈开发基础与意愿: 具备全栈开发意愿或者具备实操经验,精通至少一门后端语言(Java / Go 等),或熟悉 React / Vue 任一现代前端框架,或具备深厚的移动端(iOS / Andro
更新于 2026-06-23北京|上海
社招1-3年J0011
1、本科及以上学历,计算机/软件/信息等相关专业; 2、1 年以上开发经验,至少精通一个技术领域(前端/客户端/后端均可); 3、熟练使用 AI 编程工具(Cursor、Claude Code 等),
更新于 2026-08-11北京|上海|深圳
社招3年以下网易有道
1. 硕士及以上学历,计算机、人工智能等相关专业;优秀者可放宽至本科; 2. 精通Python和PyTorch,具备扎实算法、代码和系统工程能力; 3. 有亲自完成的LLM/SLM训练、微调、对齐或推
更新于 2026-08-11北京