How Stripe Built "Minions" -- AI Coding Agents That Ship 1,300 PRs Weekly
来源: How I AI / Claire Vo x Steve Kaliski | 日期: 2026-03-25 原文: How Stripe built “minions”—AI coding agents that ship 1,300 PRs weekly from Slack reactions 频道: How I AI 时长: 00:41:56 精读日期: 2026-03-26
一句话总结
Stripe 工程师 Steve Kaliski 展示了内部 AI coding agent “minions” 的完整工作流 – 从 Slack emoji 一键触发、云端开发环境并行执行、到每周 1,300+ 个零人工编写 PR 落地 – 同时演示了 agent 通过 Machine Payment Protocol 自主消费第三方服务(花 $5.47 规划生日派对)的未来经济范式。
核心内容
1. Minions 架构:Slack emoji → 云端环境 → One-shot PR
- 工程师在 Slack 中对消息添加
create minion pay-server等 emoji reaction - 系统自动在云端 provision 完整的 Stripe 开发环境(代码、服务、数据库、CI、VS Code server 全就绪)
- 底层基于 Goose(Block 开源 agent harness)的 fork 版本,注入 Stripe 全套内部工具链
- Agent 读取 prompt → 搜索代码库 → 查阅内部文档 → 修改代码 → 跑测试 → 提交 PR
- 系统 prompt 极简:“Implement this task completely. No mistakes.”
- 核心数据:每周 ~1,300 个 PR 完全由 agent 编写,人类仅参与 code review
2. 为什么能规模化:DevEx 是 Agent 的基础设施
Steve 反复强调的核心洞察:“What’s good for the developer is good for the agent.”
- Stripe 有长期运营的 developer productivity 团队(Steve 入职 6.5 年以来一直存在)
- 云端开发环境允许并行启动多个 minion,互不干扰
- 本地笔记本跑 3-4 个 worktree 就像飞机起飞
- 可以在通勤地铁上用手机 Slack 触发 minion,到公司时工作已完成
- 内部 90% 常见操作有标准化文档路径(如”如何添加 API 字段/方法/资源”),agent 读了就能执行
- MCP server 已覆盖几乎所有内部数据源(Google Docs、Jira、Slack、代码搜索等)
- 有内部 bot 帮写 prompt – 先搜代码库/PR/Google Docs,再生成高质量 prompt
Claire 对 CTO/VP Engineering 的建议:如果要投一件事释放 AI 编码价值,就是云端开发环境。把 DevX 投资挂到 AI initiative 上是 “secret way to get the good stuff”。
3. 代码审查与质量保障
- 工程师写代码时间减少 → 更多时间用于 review agent 产出
- CI 测试覆盖率 + synthetics(端到端模拟)是核心信心来源
- “Whether the text has been written by Steve or Steve’s robot, you still want that CI environment”
- Blue-green deployment + rollback 机制同样关键
- Steve 的预判:coding 变便宜后,瓶颈将转移到 review、idea generation、distribution
4. 非工程师采用
- 全公司在 Slack 上,emoji 触发门槛极低
- PM 写 product brief = 写 prompt;设计师给 feedback 也能触发代码修改
- Steve 有一个 “Steve Kaliski Robots” Slack channel,从只有他和机器人到 76 个人旁观
- 降低了”好想法 → 落地”之间的 activation energy
5. Machine-to-Machine Payments:Agent 作为经济主体
Steve 演示了第二个工作流:让 Claude Code 使用 Stripe 与 Tempo 共同设计的 Machine Payment Protocol,自主消费第三方服务来规划生日派对。
| 服务 | 用途 | 支付方式 |
|---|---|---|
| Browser Base | 启动浏览器 session 调研人物信息 | 按 session 微支付(几分钱) |
| Parallel AI | 搜索纽约 matcha 主题咖啡馆 | API 调用付费 |
| Postal Form | 生成 PDF 邀请函并实体邮寄 | 单次交易 |
| Stripe Climate | 碳中和捐赠(4.4kg CO2) | $1.65 |
总花费 $5.47,全程无人登录任何服务、无人刷信用卡。
核心洞察:
- Token 消费和美元消费本质上是同一件事 – 都是 agent 为完成 prompt 而消耗的资源
- 未来会出现”主要用户是 agent”的新型业务 – 不需要 dashboard/landing page,只需一个 hyper-useful API
- 用户反馈的新形态:Steve 请合作方试用后提反馈,对方让 Claude/Codex 读 Stripe 文档、实现功能、再写反馈,30 秒返回两页内容。“一次觉得有趣,一周发生四五次就感到震撼”
- “It added this sort of physicality to who the new user is – we’d have to hear from the agent directly”
6. Prompt 策略与 Agent 协作哲学
- 系统 prompt 极简 – 好的 harness + 好的工具 > 精雕细琢的 prompt
- “Pair prompting” 取代 pair programming – 在公开 Slack channel 中协作优化 prompt
- 失败时策略:(1) 让 agent 解释/justify 自己;(2) 手动留面包屑(改几行代码让 agent 看 diff)
- Steve 对 AI 始终保持礼貌:“I definitely don’t want to be caught being rude because you never know”
- 个人项目:给 4 个月和 2.5 岁孩子做极简音乐 app(6 首歌),自己不会 iOS 但 agent 会
金句摘录
- “I don’t remember the last time I started work in the text editor.”
- “What’s good for the developer is good for the agent.”
- “We don’t pair program anymore, but we pair prompt.”
- “If coding becomes free, the review is going to be really challenging. The attention is just going to move around to other areas.”
- “You’re doing something wrong if I have to load environmental variables to celebrate someone’s birthday.”
- “The token and the currency that backs it feel closer than ever.”
- “There’s something really weird about raising kids at the exact same time that the robot emerges.”
- “I definitely don’t want to be caught being rude [to AI] because you never know.”
Justin 视角
投资判断参考:
- Stripe 的 minions 体系验证了一个关键假设:AI coding 的规模化落地依赖企业级 DevEx 基础设施,而非单纯的 model 能力。这对 developer tools 赛道(云端 IDE、CI/CD、内部工具平台)是强烈利好信号。
- Machine-to-Machine Payment 是值得高度关注的新范式。Agent 成为经济主体后需要新的支付协议、计费模型、身份认证体系 – 基础设施级机会。Stripe + Tempo 在这里先发布局。
- “主要用户是 agent 的 SaaS” 是一个尚未被充分定义的新品类。Browser Base、Postal Form 这类 “API-first, agent-native” 服务可能代表新 SaaS 形态 – 无 dashboard、无 landing page,只靠一个 API 就能商业化。
与当前关注的关联:
- Stripe 选择 Goose(Block 开源)做 agent harness 而非自建全栈或用商业方案,说明开源 agent framework 在企业落地有独特优势(可 fork、可深度定制)
- 1,300 PR/week 是目前公开的最大规模 AI coding 数据点之一,可作为 ROI 标杆
- “Activation energy” 概念与 Claude Code skill/agent 设计哲学一致 – 降低触发门槛比优化执行速度更重要
- Steve 描述的 “agent 给 agent 写反馈” 场景是 agent-to-agent economy 的早期实证
可行动的 Takeaway:
- 关注 Stripe Machine Payment Protocol 正式发布(docs.stripe.com/payments/machine)
- 跟踪 “agent-native business” 新品类的早期创业公司
- 云端开发环境赛道(Codespaces、Gitpod、Coder 等)在 AI 时代需重新评估估值逻辑
- Token 经济与法币经济的融合是一个潜在的大主题
延伸阅读
- Goose - Block 开源 agent harness
- Stripe Machine Payments – 与 Tempo 共同设计的 agent 支付协议
- Stripe Minions Blog Part 1 – stripe.dev 技术博客
- Steve Kaliski Twitter
- How I AI Podcast – Claire Vo 主持
- Optimizely Opal – 节目赞助商,AI agent 营销平台
- Rippling – 节目赞助商,统一 HR/IT/Finance 平台
- Jesse Jana – How I AI 往期嘉宾,做了极简版 YouTube Kids app(与 Steve 的音乐 app 异曲同工)