Stripe's internal AI coding agents, called 'minions,' are shipping 1,300 pull requests per week with minimal human intervention. Steve Kaliski, a Stripe software engineer with six and a half years building developer tools and payment infrastructure, built the system. Engineers trigger agents from Slack using a single emoji reaction. The agents run in cloud development environments, enabling parallel workstreams that a single engineer cannot replicate locally. Non-engineers at Stripe are now using the same system to ship code.
The architecture depends on Goose as the agent harness, cloud environments for multi-threaded execution, and git worktrees for parallelism. Kaliski argues that good developer experience for humans directly produces better outcomes for AI agents, because the same tooling, documentation, and feedback loops serve both. The episode includes a live demo where Claude plans a birthday party and executes autonomous purchases using Stripe's machine payment protocol, a real spec that lets AI agents transact with third-party services without human approval at each step.
The full episode is worth watching for the Slack-to-merged-PR demo, the breakdown of how Stripe reviews thousands of agent-written PRs without collapsing under the volume, and Kaliski's argument that the next wave of software businesses will be built primarily for agent consumers, not human users. The machine payments demo at 24:53 is the sharpest concrete example of what agentic commerce actually looks like in production today.
[READ ORIGINAL →]