ZH
笔记
关于我所交付的 AI 系统背后方法论与架构决策的短文——规约、评估、多智能体编排、LLM 集成,以及调度编程智能体的纪律。
2026年5月17日
The spec is the artifact, not the prompt
When agent behavior lands via spec PRs instead of prompt edits, the team reasons about agents the way it reasons about code. Here's what that looks like in practice and why it works.
- agents
- methodology
- specs
2026年5月15日
Directing coding agents, not writing code
A short note on what changes when the implementation layer is an agent — what stays the same, what disappears, and where the new bottleneck lives.
- agents
- methodology
- ai-native
2026年5月10日
Evals or it didn't ship
Why I refuse to ship an agent without a held-out evaluation set, what makes one useful, and the failure mode I keep seeing when teams skip this.
- agents
- eval
- methodology