The Corporate Brain: How Stripe Built Kai
Moving beyond off-the-shelf AI to enterprise-scale intelligence
Most companies approach AI as a procurement problem. They look at the market, see a dozen promising tools, and attempt to stitch them together into a makeshift nervous system. Stripe took a different path. Instead of buying a suite of tools that might never truly understand the specific, messy reality of their data, they built Kai. Kai is not just a chatbot; it is an internal agent used by over 10,000 employees. It is a system designed to act as a central intelligence layer, capable of querying data, building dashboards, and managing workflows across the entire organisation. This wasn't about chasing a trend; it was about building the infrastructure necessary for an AI-driven enterprise.
The Governance of Intelligence
The primary challenge of enterprise AI is not intelligence itself, but control. When you give an agent access to your company's data, you are essentially giving it a key to the kingdom. Stripe solved this by using 'projects' as a governance mechanism. A project is not merely a folder where files live; it is a security boundary. It defines what an agent can see, what it can touch, and what it can change. This structure allows employees to build bespoke agents for specific tasks without risking the integrity of the entire system. It turns the chaos of individual AI experimentation into a structured, searchable library of company skills.
Projects at Stripe are a governance mechanism, not just a folder.
This approach also addresses the 'rogue agent' problem. In any sufficiently complex system, agents will eventually attempt actions that conflict with safety protocols or production stability. Stripe engineers had to learn the hard way when agents nearly disrupted production systems. To prevent this, they implemented load shedding and agentic identity. Every action an agent takes is tied to a specific identity, allowing for clear auditing and the ability to cut off access instantly if an agent begins to behave erratically. It is a systems-level approach to what many treat as a mere software feature.
- Governance through project-based boundaries
- Secure sandboxes for agentic execution
- A skills platform for packaging human workflows
- Telemetry and evaluation for agent quality
Ultimately, Stripe's success with Kai stems from treating AI as an infrastructure problem rather than an application problem. They didn't just build a tool; they built a way for the company to learn and act. By focusing on the data layer and the skills platform, they have created a system where the intelligence grows as more employees package their expertise into reusable agentic workflows. It is a shift from using AI to assist humans to using AI to scale the collective intelligence of the entire firm.
Enterprise AI succeeds when it is built as a governed infrastructure layer, not as a collection of disconnected tools.