A postmortem of three recent issues
anthropic.com
A postmortem of three recent issues
1–10 of 120 posts
Re: A postmortem of three recent issues
#2In Aug–Sep 2025, Claude users saw degraded output quality due to infrastructure bugs, not intentional changes.
The Three Issues 1. *Context window routing error* - Short-context requests sometimes routed to long-context servers.
- Started small, worsened after load-balancing changes.
2. *Output corruption*
- TPU misconfigurations led to weird outputs (wrong language, syntax errors). - Runtime optimizations wrongly boosted improbable tokens.
3. *Approximate top-k miscompilation*
- A compiler bug in TPU/XLA stack corrupted token probability selection. - Occasionally dropped the true top token.
Why It Was Hard to Detect
- Bugs were subtle, intermittent, and platform-dependent.- Benchmarks missed these degradations.
- Privacy/safety rules limited access to real user data for debugging.
Fixes and Next Steps - More sensitive, continuous evals on production.
- Better tools to debug user feedback safely.
- Stronger validation of routing, output correctness, and token-selection.
Re: A postmortem of three recent issues
#3TL;DR — Anthropic Postmortem of Three Recent Issues In Aug–Sep 2025, Claude users saw degraded output quality due to infrastructure bugs, not intentional changes. The Three Issues 1. *Context window routing error* - Short-context requests sometimes routed to long-context servers. - Started small, worsened after load-balancing changes. 2. *Output corruption* - TPU misconfigurations led to weird outputs (wrong language…
Do their ToS really limit access to user data (prompt/response)? I don't remember seeing anything to that effect in their terms.
Re: A postmortem of three recent issues
#4TL;DR — Anthropic Postmortem of Three Recent Issues In Aug–Sep 2025, Claude users saw degraded output quality due to infrastructure bugs, not intentional changes. The Three Issues 1. *Context window routing error* - Short-context requests sometimes routed to long-context servers. - Started small, worsened after load-balancing changes. 2. *Output corruption* - TPU misconfigurations led to weird outputs (wrong language…
> Privacy/safety rules limited access to real user data for debugging. Do their ToS really limit access to user data (prompt/response)? I don't remember seeing anything to that effect in their terms.
Re: A postmortem of three recent issues
#5Re: A postmortem of three recent issues
#6TL;DR — Anthropic Postmortem of Three Recent Issues In Aug–Sep 2025, Claude users saw degraded output quality due to infrastructure bugs, not intentional changes. The Three Issues 1. *Context window routing error* - Short-context requests sometimes routed to long-context servers. - Started small, worsened after load-balancing changes. 2. *Output corruption* - TPU misconfigurations led to weird outputs (wrong language…
> Privacy/safety rules limited access to real user data for debugging. Do their ToS really limit access to user data (prompt/response)? I don't remember seeing anything to that effect in their terms.
Re: A postmortem of three recent issues
#7Claude code made almost half a billion so far[1] (>500m in ARR and its like 9 months old) , and 30% of all users have been impacted at least once, just from the first routing bug. Scary stuff.
Their post mortem is basically "evaluations are hard, we relied on vibe checking, now we are going to have even more frequent vibe checking". I believe it was indeed unintentional, but in the future where investor's money wont come down from the skies, serving distilled models will be very tempting. And you can not be liable to any SLA currently, it's just vibes. I wonder how enterprise vendors are going to deal with this going forward, you cannot just degrade quality without client or vendor even being able to really prove it.
[1][https://www.anthropic.com/news/anthropic-raises-series-f-at-...]
Re: A postmortem of three recent issues
#8Matches my experience. I use CC through our enterprise Vertex AI account and never noticed any degradation.
In general it seems like these bugs, while serious, were substantially less prevalent than anecdotal online reports would have you believe. We are really talking about a ~1-2 week window here where most issues were concentrated, a relatively small percentage of total requests and total users impacted.
Re: A postmortem of three recent issues
#9Layered in aggrandizing. You host a service, people give you money.