Peter Steinberger
创建时间: 2026-06-09
来源: [[sources/WTF Is a Loop Peter Steinberger vs. Boris Cherny.md]]
相关: Agent-Loop,Boris-Cherny,Creator-Voice
身份
iOS 与 macOS 开发工具领域资深工程师,PSPDFKit 创始人。曾联合创办一家自动驾驶烤箱公司并被 Weber 收购,也是 Lyft 前身公司的联合创始人。
核心观点
”Loop” tweet
2026-06-07,Steinberger 在 X 上发布了一条引爆 AI 编程圈讨论的推文:
“Here’s your monthly reminder that you shouldn’t be prompting coding agents anymore. You should be designing loops that prompt your agents.”
该推文在 24 小时内获得 220 万浏览量, replies 区围绕 “loop 到底是什么” 爆发激烈争论。最精妙的回应来自 Matthew Berman:
“nobody knows but him and boris.”
这句话准确指出了当时的状态:一个六词短语被成千上万人转发,但大多数传播者无法精确定义它。
技能复用论
Steinberger 的另一条与 loop 论点配套的核心主张是:如果你做某事超过一次,就把它自动化为 skill;如果某事很难,做完后把它变成 skill,下次就是免费的。
Loop 的价值不在于循环本身,而在于循环内部调用的可复用技能库。一个空循环只是 while-true 围绕一个陌生人;一个调用了经过测试的命名技能的循环才是复利系统。
实践
Steinberger 自述每晚运行一个 loop,在他睡觉时自动向约 30 个开源仓库提交 pull request。他使用 /last30days 研究工具在后台持续运行信息聚合。
引用
- “You shouldn’t be prompting coding agents anymore. You should be designing loops that prompt your agents.”
- “If you do something more than once, turn it into an automated skill.”
- “If you do something hard, turn it into a skill afterward so next time is free.”