ANTHROPIC PUB_DATE: 2026.05.09

ANTHROPIC LIFTS CLAUDE CODE CAPS AND THROTTLES, BACKED BY SPACEX COLOSSUS CAPACITY

Anthropic expanded Claude Code and API limits and killed peak-hour throttling to make sessions actually usable. Anthropic tapped SpaceX’s 220,000‑GPU “Colossus...

Anthropic expanded Claude Code and API limits and killed peak-hour throttling to make sessions actually usable.

Anthropic tapped SpaceX’s 220,000‑GPU “Colossus 1” to address the most common Claude complaints — session caps and throttling — per reporting from The New Stack story.

Creators testing the rollout show doubled usage limits for Claude Code, removal of peak-hour throttles, and higher API rates in practice (video, tests, session update).

[ WHY_IT_MATTERS ]
01.

Higher, steadier throughput means fewer stalled workflows for CI/CD, code review, and data pipelines that depend on Claude/API calls.

02.

Simpler backoff logic and fewer retries reduce tail latency and noisy alerts in production.

[ WHAT_TO_TEST ]
  • terminal

    Ramp concurrency against the new limits to find stable QPS and token/sec without 429s; update client-side rate limiters.

  • terminal

    Run long-lived sessions (hours) to validate persistence, context carryover, and cost behavior under continuous load.

[ BROWNFIELD_PERSPECTIVE ]

Legacy codebase integration strategies...

  • 01.

    Remove peak-hour feature flags and manual throttles; retune retry/backoff and connection pools for higher ceilings.

  • 02.

    Watch spend and quota dashboards; higher allowed throughput can silently spike costs if queues drain faster.

[ GREENFIELD_PERSPECTIVE ]

Fresh architecture paradigms...

  • 01.

    Design batch and agentic workflows assuming steady capacity instead of bursty throttling.

  • 02.

    Consolidate tools if Claude Code/API can now handle larger portions of build, test, and data transform steps reliably.

Enjoying_this_story?

Get daily ANTHROPIC + SDLC updates.

  • Practical tactics you can ship tomorrow
  • Tooling, workflows, and architecture notes
  • One short email each weekday

FREE_FOREVER. TERMINATE_ANYTIME. View an example issue.

GET_DAILY_EMAIL
AI + SDLC // 5 MIN DAILY