
Tech • AI • Robotics • Game
Stripe says intensive use of AI coding tools is sharply accelerating software development and startup formation without materially weakening reliability, while pushing the company to prepare for an emerging agent-to-agent economy.
Stripe says it operates core APIs at roughly five and a half nines of reliability while continuing to push for continuous deployment rather than the slower release cycles common in financial services. The company argues that infrequent launches create large, risky migrations and delay customer feedback, so it built an incremental rollout process that starts with a few machines, then expands to 1% and beyond with close observability.
AI tools are embedded directly into engineering workflows, with Claude Code preinstalled on every development box. One engineer reportedly had more than 600 pull requests merged in the first half of the year, all written with AI, and only one had to be reverted, a result Stripe views as evidence that much higher coding velocity can coexist with strong operational discipline.
Stripe has built orchestration layers that can create a fresh virtual machine for a requested feature or task, execute the work, package it, build it, and run it through tests before submission. That setup allows engineers to dispatch multiple AI-driven workstreams in parallel, including long-running implementation jobs that may continue for a full day or more.
The company says safe AI deployment depends less on trusting model behavior and more on infrastructure-level guarantees. Stripe has spent years building data tagging, granular permissions, and semantically aware controls so that engineers and automated systems simply cannot access data they should not see, reducing reliance on subjective review alone.
Much of that control framework dates back to 2017, when Stripe began investing heavily in structured permissions and data segregation. Those systems were originally built for security and compliance, but executives now say they also make agentic development safer by giving AI systems firm boundaries inside which they can operate.
Stripe says the quality of individual pull requests has improved over the last 18 months. Incidents per unit of time have risen slightly, but the company says they are mostly minor and that secondary safeguards have kept overall reliability essentially unchanged, reinforcing its view that AI can become net positive for defense and stability.
A new offering called Stripe Projects went from idea to public launch in about two months with only two to three engineers. The work included internal systems plus integrations with roughly 50 services, and Stripe estimates that before current AI tools the same effort would likely have required a larger team and around six months, implying at least a 6x speedup.
The company says this year’s annual product announcements were far ahead of prior years in both new products and new features. Stripe also says engineers are using AI not only to ship customer-facing work faster, but to improve internal architecture and code quality, reflecting a view that today’s codebase increasingly becomes the prompt for tomorrow’s rewrite.
Using its own platform as a proxy for business formation, Stripe says the number of new businesses launching on the service per unit of time has roughly doubled over the last year, a larger acceleration than any previous jump in its 15-year history. About a quarter of all Delaware corporations are now incorporated with Stripe, giving the company unusually broad visibility into startup activity.
Stripe says the average revenue of newly launched businesses is rising rather than falling, and more companies are reaching milestones such as $100,000 and $1 million in revenue. It also says the surge is geographically broad, including places where official statistics may still understate entrepreneurship, citing the UK as a case where platform data suggests stronger formation trends than government figures show.
The company is redesigning products around a future in which software agents act as direct commercial counterparties. That includes questions such as how an agent signs up for Stripe, how it uses the CLI, whether MCP is sufficient for orchestration, and how agents will pay one another. Stripe’s internal view is that within about three years, most transactions by count could involve agents on both sides, even if most total dollar volume does not.
Stripe’s bet is that stronger infrastructure, hard guardrails, and AI-native workflows can raise both speed and safety at once. If its internal results and startup data hold, AI may be reshaping not only software development but the structure of entrepreneurship and digital commerce itself.
Ask a question