Backend Engineer & Agent Developer
Building Backend Systems and Agentic AI Products.
My Focus
I believe in end-to-end engineering — from architecture design and implementation to production operations, owning the full lifecycle. What I build are not demo prototypes, but systems that carry real traffic and survive real failures.
Distributed SystemsRAG SystemsAI AgentMicroservicesLLM Applications
Tech Stack
Tools and technologies I work with daily.
- Java17+
- Spring Boot3.5+
- Redis7.x
- MySQL8.0+
- Docker27.x
- RAG Systems--
- Elasticsearch8.x
- TypeScript5.x
- Astro7.0+
- Vue3.x
- C++17+
- LangChain--
- LangGraph--
Core Projects
Selected work that defines my expertise.
Latest Writing
Notes on backend engineering, LLM applications, and AI systems.

为什么 Runnable 会逐渐取代传统的 Chain
传统 Chain 基于继承封装流程,Runnable + LCEL 面向接口协议组合计算单元。本文讲清传统 Chain 的先天缺陷、Runnable 的核心改进与选型取舍。
4
什么是 Agent SDK
Agent SDK 是一套专门用于构建 AI 智能体的开发工具库与运行时,封装了 Agent Loop 的全部底层逻辑。本文由浅入深讲清定义、核心能力、与编排框架的区别及选型思路。
99
FastGPT 完整入门讲解|开源 RAG 与 AI 智能体构建平台
FastGPT 是由 Labring 团队开发、基于 Apache 2.0 协议开源的企业级 LLM 应用构建平台。本文由浅入深,完整讲解其核心能力、技术架构、适用场景与选型参考。
144