我同时使用 5 个 AI Agent——Claude Code 写代码、Cursor 做重构、Codex 补测试、Gemini CLI 做调研、Trae 写前端。每次切换工具,我都得重复说明:我的技术栈、代码风格、项目背景、命名约定……
I use 5 AI Agents daily — Claude Code for coding, Cursor for refactoring, Codex for tests, Gemini CLI for research, Trae for frontend. Every time I switch tools, I repeat the same context: my tech stack, code style, project background, naming conventions…
一个周末我统计了一下——一周里,我在不同 Agent 里重复了 47 次相同的上下文。每次都是复制粘贴同样的偏好,或者花 5 分钟解释"我们这个项目用 pnpm 不用 npm"。
One weekend I counted — in a single week, I repeated the same context 47 times across different Agents. Copy-pasting the same preferences, or spending 5 minutes explaining "this project uses pnpm, not npm."
于是我把所有偏好和工作流写进一个本地知识库,通过 MCP 协议让每个 Agent 自动读取。第一个 Agent 搭项目时自动用了 Next.js 15 + Tailwind + pnpm;第二个做审查时按我的规范提 PR;第三个写文档时用了我的语气风格。
So I wrote all my preferences and workflows into a local knowledge base, exposed via MCP for every Agent to read. The first Agent scaffolded with Next.js 15 + Tailwind + pnpm automatically; the second reviewed PRs against my standards; the third wrote docs in my voice.
47 次重复 → 0 次。不是效率优化——是体验的质变。我终于不再当 Agent 的"人肉上下文复读机"了。
47 repetitions → 0. Not an optimization — a paradigm shift. I finally stopped being a "human context copy-paste machine" for my Agents.