Anthropic's Postmortem Told Half the Truth
On April 23, Anthropic published a postmortem acknowledging three product-layer bugs that degraded Claude Code from March 4 through April 20. They frame it as: model weights unchanged, harness bugs fixed, problem solved. The three bugs are real. Their impact was real. The fixes were real. But the postmortem is a carefully scoped document that tells half the truth. Here’s the other half. What They Admitted (Correctly) Bug Introduced Fixed Duration Effort high → medium March 4 (v2.1.68) April 21 (v2.1.117) 48 days Thinking cache clear every turn March 26 (v2.1.85) April 10 (v2.1.101) 15 days “≤25 words” system prompt April 16 (v2.1.111) April 20 (v2.1.116) 4 days All three are product-layer issues — API parameters and system prompts, not model weights. The combined effect: effort reduced thinking depth, thinking cache destroyed session memory, word limit truncated output. Together, these made Claude appear significantly dumber. ...