TL;DR
Stripe's unattended coding agents called Minions autonomously generate and merge over 1,000 pull requests weekly into production payment infrastructure, requiring zero human code contribution.
Key Points
- 1,000+ Minion-generated PRs merged weekly at Stripe, all human-reviewed but containing zero human-written code
- Fully unattended one-shot agents that start from Slack and end in CI-passing pull requests with no intermediate interaction
- Integrated with 400+ MCP tools via internal Toolshed server for context gathering (docs, tickets, build status, code intelligence)
- Built on fork of Block's Goose agent with custom orchestration mixing agent loops with deterministic linting, testing, and git operations
Why It Matters
This demonstrates production-grade autonomous coding at scale on complex, high-stakes systems ($1T+ annual payment volume). For developers, it shows how to effectively constrain and integrate AI agents with existing tooling infrastructure, shifting from interactive collaboration to true unattended task parallelization—a blueprint for enterprise AI integration.
Source: stripe.dev