Stripe's July 30 account of Kai describes an internal platform launched in April 2026. It reports 83% weekly employee use and 25,000 annual hours redirected from administration.
The big change
- What changed: Specialists maintain agent behavior on shared infrastructure.
- Why it matters: Choosing an agent platform also means assigning responsibility for its instructions and permitted actions.
- What to watch: Measure successful tasks and corrections alongside participation. Weekly use counts cannot answer whether work was correct.
The division of work
Stripe describes AgentStudio as the place domain owners manage agents, skills and tools. Shared APIs serve web, Slack and embedded interfaces. Kubernetes hosts a Deep Agents harness, session sandboxes and a virtual filesystem.
The previous builder accumulated over 4,000 agents. Kai connects to over 1,000 skills and tools, with retrieval/model-based selection. Stripe describes task-level permissions: access to two customer contexts separately need not permit combining them.
The upstream Deep Agents repository documents filesystem access, context management and loadable skills. Its security guidance places enforcement in tools and sandboxes, rather than relying on the model to constrain itself. That means an instruction and an access control serve different purposes: a written prohibition cannot remove a capability that a tool still grants.
What the evidence answers
Measure | Question it answers |
|---|---|
Weekly participation | Are employees returning? |
Task grading | Did the output satisfy the defined requirement? |
Permission testing | Was an unauthorized operation prevented? |
Stripe's separate integration benchmark offers a concrete grading example: eleven coding environments with tests that exercise APIs or interfaces, sometimes checking created Stripe objects. These tests evaluate integrations, not Kai.
The reviewed Kai account gives no answer-quality protocol or methodology for its hours estimate. A trace-based loop proposing and testing skill changes for owner review is still planned.



