Automation

What Stripe's AI Coding Agents Show About the Future of Workflow Automation

Adam Wattis
Adam Wattis
5 minute read

Article

Stripe's AI coding agents now merge over a thousand pull requests a week. Here's what that scale of automation actually requires to work safely.

Stripe built a set of internal coding agents it calls Minions. According to Stripe's engineering team, Minions now write more than a thousand merged pull requests a week, start to finish, with a human reviewing the output but not writing the first draft.

That number is worth sitting with. A thousand pull requests a week is not a pilot program or a proof of concept. It is a company running a meaningful share of its software development through autonomous agents, in production, continuously.

From single tasks to full workflows

Most businesses' first experience with AI automation looks like a single task: summarize this document, draft this email, answer this support ticket. Minions represent a different category. Stripe's agents take a task from a written description through to a completed, reviewable code change, without a human filling in the steps in between.

That shift, from automating a task to automating a workflow, is where the real value shows up and where most companies are still behind. A chatbot that drafts an email still requires someone to read the source material, decide what the email should say, and check the output. An agent that goes from ticket to pull request removes several of those steps entirely, leaving a human to do what humans are actually good at: judging whether the result is right.

The part that doesn't change: review

Stripe kept a human in the loop on every merge. That detail matters more than the automation itself. The company built Minions to handle the full arc of a coding task, but it did not remove the checkpoint where a person decides whether the work is correct before it ships.

This is the pattern our team sees across every automation project worth doing. The goal is never to remove judgment from a process. It is to remove the repetitive, mechanical steps that stand between a person and the decision they actually need to make. A workflow that automates everything except the judgment call is the one that survives contact with a real business.

What this means if you're not Stripe

Few companies need a thousand pull requests a week automated. But the underlying pattern applies well beyond software engineering. Any workflow with a repeatable shape, a defined input, a series of predictable steps, and a clear point where a human needs to sign off, is a candidate for the same kind of end-to-end automation Stripe built for its own codebase.

At Automate Army, this is the shape most of our automation engagements take: map the full workflow first, find the step where human judgment is genuinely required, and build the automation around that checkpoint rather than trying to automate the judgment away. It is a different design question than "which task can a chatbot help with," and it produces automation that holds up once the pilot phase ends.

The real signal in this story

Stripe is not a typical case. It has the engineering resources to build agents in-house rather than buy off-the-shelf tools. But the underlying lesson generalizes: companies getting real value from AI automation are the ones treating it as a redesign of the workflow, not a bolt-on feature. The businesses still waiting to see returns are usually the ones that automated a single step and called it done.