Stripe Deploys 'Minions' for One-Shot Coding Tasks

Stripe is using internal one-shot, end-to-end coding agents called “Minions” to automate software development tasks. These agentic systems are designed to deliver entire features or fixes from a single prompt, representing a new paradigm for developer velocity. The approach serves as a model for internal platform teams seeking to automate testing, deployment, or documentation workflows.

- The Minions agent harness is a customized internal fork of Block's open-source coding agent, `goose`, and operates within isolated, pre-warmed cloud developer environments called "devboxes" that spin up in 10 seconds. This architecture combines creative LLM steps for coding with deterministic, hardcoded gates for processes like running linters and committing code, ensuring reliability. - Before an agent begins a task, a deterministic orchestrator prefetches context by scanning Slack threads and Jira tickets for links and details. It uses a Model Context Protocol (MCP) to access a central server called "Toolshed," which hosts over 400 internal tools, providing the agent with a curated, task-relevant subset of tools to avoid context window limitations. - To ensure code quality without human intervention, the system employs a "shift feedback left" strategy with a three-tiered automated feedback loop. This includes instant local linters, running a selective set of CI tests from a total pool of over three million, and capping the agent at two attempts to fix a failing test before flagging a human for review. - This agentic model provides a blueprint for insurtech applications, such as automating the generation of code to integrate new underwriting models or building claims automation pipelines. The ability to work within a complex, non-standard codebase (Stripe's is primarily Ruby with Sorbet) demonstrates a path for rebuilding legacy insurance processes with AI. - The internal agent tooling is part of a broader strategy around programmatic commerce, exemplified by Stripe's external-facing Agentic Commerce Protocol (ACP), developed with OpenAI. Stripe also provides an SDK for developers to embed Stripe functionality directly into their own agentic software, signaling a move toward an AI-native API platform. - The success of Minions is built upon years of investment in internal developer productivity, a key pattern for technical leadership. The standardized "devbox" environment, for instance, was originally created to improve human engineer productivity

Get your own daily briefing

Scout delivers personalized news, insights, and conversations tailored to your role and industry.

Download on the App Store

Shared from Scout - Be the smartest in the room.