systemsfailed.devfailure archive
← All incidents
Incident reportsource verified
Anthropic/2025-08-05/44 days to final rollout

Claude requests routed to the wrong context servers

Jan 2025Dec 2025

Degraded Sonnet 4 responses initially affected 0.8% of requests, reached 16% in the worst hour, and touched about 30% of active Claude Code users at least once.

Lesson

Treat model-serving equivalence as a production SLO. Run sensitive quality evaluations continuously on the real serving matrix, segment signals by model, hardware, route, and context configuration, and connect feedback spikes to recent infrastructure changes while preserving user privacy.

A routing bug introduced on August 5 sent short-context requests to servers configured for a forthcoming one-million-token context window; a routine August 29 load-balancing change then increased the share of traffic taking that path.

Wrong-pool selection combined with sticky routing, so later messages often stayed on the same incorrect configuration. The degradation varied by platform, route, and conversation history. Overlapping inference bugs produced contradictory reports, evaluations were too noisy, and privacy controls limited inspection of conversations not submitted as feedback, delaying correlation with the load-balancer change.

A successful request does not mean the model answered well. Test every serving path and record the route without storing user content.

Share this failurePost on XDownload card