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

Qwen3.5-122B-A10B-MINT-MLX runs smoothly on M5 Pro with 64GB RAM
A user reports successful local deployment of the Qwen3.5-122B-A10B-MINT-MLX model on an M5 Pro with 64GB RAM, achieving 39.58 tokens/sec generation speed with specific VRAM allocation commands.

AWS Lambda MicroVMs: VM-level isolation for user and AI-generated code, with suspend/resume up to 8 hours
AWS launches Lambda MicroVMs, a serverless compute primitive built on Firecracker, providing per-user VM isolation, near-instant launch, and up to 8-hour state preservation for executing user/AI-generated code.

Analysis of 413K AI Agent Runs Reveals What Makes Them Succeed
An analysis of 413,278 AI software engineering agent runs from the CoderForge-Preview dataset shows that human software engineering best practices often harm agent performance. The data reveals specific patterns that separate successful from failing runs on the same problems.

How to Connect OpenClaw to Ollama Remotely
A comprehensive guide on connecting OpenClaw to Ollama from another PC, exploring community insights and practical steps for a seamless integration.