Simon Willison:Vibe Coding 与 Agentic Engineering 正在融合
推荐指数 42.0 NO. 018 · 2026.05.07
发布2026/05/06Score183Comments245
为什么值得看
Django 联创 Simon Willison 在播客中反思,自己实践中"氛围编码"(直觉驱动)和"代理工程"(结构化 Agent 流程)的界限正在模糊。这一观察对正在选型 AI 编程工作流的团队有参考价值——两种方法论并非互斥,而是可能收敛为同一套实践。
编辑判断
Willison 的"不安"恰恰说明行业正在越过工具炒作期,进入方法论整合期。过去半年,Cursor 的 Agent 模式和 Claude Code 的自主执行都在试图降低用户的认知负担,但代价是黑盒化——你不知道 AI 到底怎么决策的。
对于工程团队,这意味着需要重新划定红线:哪些模块可以全权交给 AI(vibe),哪些必须保留可审计的 Agent 管线(agentic)。建议现在就开始记录团队内部的"信任边界",否则半年后回滚成本极高。
创业公司尤其要注意:如果你的产品定位在"纯 vibe"或"纯 agentic"之一,可能被这种融合趋势两头挤压。
社区反馈
意见分歧 216 条评论
核心争论:AI生成代码的维护噩梦 vs 用AI修复AI烂摊子的乐观预期
I think I'm just too opinionated to go there. If I see something that works fine, but isn't the way I'd do it, it doesn't matter if a human or an LLM wrote it I'm still in there making it match my vision.
100%. I don't think any senior programmer ever looks at another developer's code and says, "Oh yeah, that's just the way I'd do it."
So you are going to waste everyone's time getting another developer to write code the way you want? This resonates with me because at my company I get this all the time. At that point, you might as well close my PR and do it yourself, whatever way you want. I really like the advice from the book 0 2