Claude Code Postmortem: Three Bugs Caused Quality Degradation, Now Fixed

Anthropic has published a postmortem explaining three separate issues that caused Claude Code quality degradation for some users over the past month. As of April 20 (v2.1.116), all three have been resolved. The API was not affected.
Issue 1: Default reasoning effort lowered (March 4 – April 7)
On March 4, Claude Code's default reasoning effort was changed from high to medium to reduce long latencies that made the UI appear frozen. This impacted Sonnet 4.6 and Opus 4.6. After user complaints about reduced intelligence, the change was reverted on April 7. Opus 4.7 now defaults to xhigh effort; other models default to high.
Issue 2: Caching bug dropped prior reasoning (March 26 – April 10)
On March 26, a change was shipped to clear older thinking from sessions idle over an hour. A bug caused this to happen every turn instead of once, making Claude seem forgetful and repetitive. Fixed on April 10. Affected Sonnet 4.6 and Opus 4.6.
Issue 3: Verbosity prompt hurt coding quality (April 16 – April 20)
On April 16, a system prompt instruction to reduce verbosity was added. In combination with other prompt changes, it degraded coding quality. Reverted on April 20. Impacted Sonnet 4.6, Opus 4.6, and Opus 4.7.
What they're doing differently
Anthropic is resetting usage limits for all subscribers as of April 23. They acknowledge that internal evals initially failed to reproduce these issues, and are improving monitoring and testing to catch such regressions earlier.
📖 Read the full source: HN AI Agents
👀 See Also

Sora AI Video Economics: $20 User Costs OpenAI $65 in Compute
OpenAI's Sora AI video generation app reportedly costs $65 in compute per $20/month user, with peak inference costs estimated at $15 million daily versus $2.1 million total lifetime revenue.

AI Subscription Pricing Crash: Why Your Enterprise Bill Is About to 10x
AI labs like OpenAI, Anthropic, and Microsoft are losing money on every subscription seat. Agentic workloads have broken the flat-fee model — GitHub Copilot moves to usage-based billing June 1, 2026. Enterprises that built on subsidized pricing face a correction.

Claude Code v2.1.86: Session headers, memory fixes, and token optimizations
Claude Code v2.1.86 adds X-Claude-Code-Session-Id headers for proxy aggregation, fixes memory growth in long sessions, and reduces token overhead when mentioning files with @. The release addresses 18 specific issues including config corruption on Windows and OAuth URL copying.
Parameter Golf: OpenAI's AI-Assisted ML Research Experiment
OpenAI ran Parameter Golf, a competition with 1,000+ participants and 2,000+ submissions, testing AI-assisted machine learning, coding agents, quantization, and novel model design under strict constraints.