Agents 与系统
多智能体设计、记忆、编排。我在构建时是怎么想的。
-
Episodic Memory, and Why Most RAG Is Forgetful
RAG remembers what was said. Episodic memory remembers what happened. The difference is whether your system can learn — or just recite. A recipe for adding episodic memory to a RAG-only system in a week.
-
大多数人忽略的 Agent 系统的五层结构
人人都把"LLM 加几个工具"叫做 agent。这个词背后藏了太多东西。我把它拆成 五层,每层缺位时的症状写在旁边,结尾给一个 30 秒电梯版。
-
记忆是底座,不是功能
大多数 AI 产品把记忆当成"撒上去的功能"。好的产品把它当成底座。一个 真正的记忆层需要的六件事,"向量库 + RAG" 给不了你。
-
Persona 与 Specialist 的分离
大多数"多智能体"系统把两个角色合并成一个,结果是 agent 既不擅长思考也 不擅长执行。这一刀的价值,胜过十个框架。