Uber burned its entire annual AI coding budget in ~4 months after rolling out Claude Code to 5,000 engineers
Quick Answer
Claude-code caused a low-severity (2.2/10) other failure: Uber burned its entire annual AI coding budget in ~4 months after rolling out Claude Code to 5,000 engineers. The root cause was confidence miscalibration. An entire annual AI-tools budget consumed in a third of the year.
Description
When Uber rolled out Anthropic's Claude Code to roughly 5,000 engineers in late 2025, the cost curve broke the budget: by April 2026 the company had burned through its entire annual AI-coding-tools allocation in about four months, with monthly per-engineer costs spanning $150 to $2,000. The root cause is structural to agentic coding tools — each task becomes a long sequence of model calls, and the growing conversation is resent on every call, so token consumption runs 10–100x higher than a chat interface. Teams across the industry reported tripling bills quarter over quarter with no matching growth in headcount, codebase, or delivery. Gartner has projected AI coding costs could eventually rival developer salaries. It is the enterprise-scale version of the runaway-cost failure mode: not one dramatic loop, but sustained, structurally-underestimated spend.
Instruction Given
Roll out AI coding agents across the engineering org.
Expected Behavior
Costs scale predictably and stay within the planned annual budget.
Actual Behavior
Uber rolled out Claude Code to roughly 5,000 engineers in late 2025; by April 2026 the company had exhausted its entire annual AI-coding-tools budget in about four months, with monthly per-engineer costs ranging from $150 to $2,000.
Impact / Damage
An entire annual AI-tools budget consumed in a third of the year. Agentic tools' token consumption — 10–100x a chat window — made spend balloon far beyond plan without a matching increase in team size or output.
Frequently Asked Questions
What happened in incident STUPID-2026-0055? ▾
When Uber rolled out Anthropic's Claude Code to roughly 5,000 engineers in late 2025, the cost curve broke the budget: by April 2026 the company had burned through its entire annual AI-coding-tools allocation in about four months, with monthly per-engineer costs spanning $150 to $2,000. The root cause is structural to agentic coding tools — each task becomes a long sequence of model calls, and the growing conversation is resent on every call, so token consumption runs 10–100x higher than a chat interface. Teams across the industry reported tripling bills quarter over quarter with no matching growth in headcount, codebase, or delivery. Gartner has projected AI coding costs could eventually rival developer salaries. It is the enterprise-scale version of the runaway-cost failure mode: not one dramatic loop, but sustained, structurally-underestimated spend.
Which AI agent caused this failure? ▾
Claude-code was responsible for this other incident, documented as STUPID-2026-0055 in the StupidLLM AI agent incident database.
How severe was this AI agent failure? ▾
It is rated 2.2/10 (low) on StupidLLM's CVSS-style severity scale for AI agent failures, based on damage type, reversibility, and scope.
What was the root cause? ▾
The root cause was classified as confidence miscalibration. Costs scale predictably and stay within the planned annual budget.
What was the impact or damage? ▾
An entire annual AI-tools budget consumed in a third of the year. Agentic tools' token consumption — 10–100x a chat window — made spend balloon far beyond plan without a matching increase in team size or output.
Related claude-code Incidents
Anthropic admitted a month of Claude Code degradation: lost context, repeated steps, burned usage
Claude Code MCP trust boundary failures allow workspace privilege escalation
Claude Code ran rm -rf on test fixtures thinking they were temp files