Stripe Minions: isolate the agent before removing prompts
Stripe reports more than 1,300 merged pull requests each week that are entirely minion-produced: human-reviewed, with no human-written code.
The transferable lesson is narrow: Stripe can run unattended coding agents because the agents start inside a constrained development environment instead of a developer's laptop.
Stripe says minions run in a QA environment with no real user data, no production services, no arbitrary network egress, and no human personal credentials. That boundary lets Stripe skip confirmation prompts because a bad action is confined to one devbox's blast radius. The general pattern is one environment per task with explicit egress control.