Company hit with a reported $500 million Claude bill after leaving usage limits off
Unnamed enterprise (reported via Axios) · May 28, 2026 · Coding agent
What happened
TechCrunch reported that one company found itself with a $500 million Claude bill after forgetting to set usage limits for employees, citing Axios. The bill is the extreme end of a pattern the article documents: enterprises overshooting AI token budgets by 3x or more in early 2026 as agentic tools multiplied token consumption.
Causal vector
Missing usage limits on an enterprise Anthropic account — consumption scaled with no ceiling in place
Source
Reported by TechCrunch (citing Axios). Verified against the primary report.
A spend firewall is a usage limit that cannot be forgotten: per-transaction caps, daily totals, and velocity limits are enforced by policy at the API boundary, independent of whatever the account owner remembered to configure.
The six rule types that contain this class of failure
Per-transaction cap
Any single spend above your ceiling is BLOCKED before it moves.
Daily total
Cumulative spend across all agent calls, bounded per day.
Velocity limit
Stops runaway retry loops — the #1 cause of overnight losses.
Merchant allowlist
Only approved destinations can ever receive funds.
Category rules
Flag high-risk classes (crypto, infra, refunds) for review.
Approval threshold
Above a value, the action waits for a human.
Related incidents
Codex Windows app exhausted a weekly usage limit in about 62 hours across many parallel tasks
lty418905-blip (OpenAI Codex user) · Aug 5, 2026
Codex context auto-compaction loop rereads files, loses progress, and burns paid credits
edisonjoao1 (OpenAI Codex user) · Jul 24, 2026
OpenAI confirmed Codex background tasks were silently burning users' usage limits faster than normal
OpenAI (Codex) · Jun 30, 2026
Don't be the next entry
Every incident in this database is the result of trusting a prompt, a provider cap, or a human review cycle. sipi.bot replaces all three with one deterministic call. 85 documented failures, one control.