1 link tagged with all of: claude-code + postmortem + model-prompting + session-management
Click any tag below to further narrow down your results
Links
Anthropic investigated user reports of degraded performance in Claude Code, the Agent SDK, and Cowork, and traced them to three separate changes: a lowered default reasoning effort, a bug that cleared session context on every turn after idle, and a prompt tweak to limit verbosity. All issues were reverted or fixed by April 20 (v2.1.116), and Anthropic is adding stricter testing, broader internal dogfooding, and more targeted evals to prevent similar regressions.
- Three unrelated changes (lowered reasoning effort, a context-clearing bug, and a verbosity-limiting prompt tweak) independently degraded Claude Code quality, and all were rolled back or fixed by April 20 (v2.1.116).
- A March 26 bug meant to prune old reasoning after an hour of idle time instead cleared context on every turn, causing Claude to forget logic, repeat itself, and make bad tool calls—while also burning through users' rate limits faster via cache misses.
- The default reasoning effort was dropped from high to medium on March 4 to reduce latency, but users found it dumbed-down, so it was reverted on April 7 to x-high (Opus 4.7) or high (other models).
- Because the three issues hit different traffic subsets at different times, users experienced inconsistent symptoms—slowdowns, forgetfulness, quality drops—making the problem hard to diagnose until late April.