Claude Code Performance Regression Diagnosed: Configuration, Not Model Intelligence

Anthropic published a postmortem on Claude Code's recent performance regression. The finding runs counter to initial community framing: the degradation was not the model getting dumber. It was three product configuration changes.
Three Specific Changes That Caused the Regression
- Default reasoning effort downgrade: The harness reduced the default reasoning effort, leading to shallower analysis.
- Session caching bug: A bug wiped prior thinking from the cache, breaking continuity across turns.
- Prompt-verbosity change: A prompt modification reduced verbosity, lowering code output quality.
Anthropic rolled back these changes in the latest patch, and performance returned to previous levels — same model, different configuration, different behavior.
Implication for Teams Using AI Coding Agents
The practical takeaway is about the unit of trust. If you trust the model, you switch models when behavior changes. If you trust the instance, you look for evidence that configuration shifted. These two responses require completely different tooling — most teams lack session-level evidence and rely on gut feelings about which agent is performing.
The postmortem is useful not because it resolves the debate but because it demonstrates what an evidence layer looks like when you actually have one. For teams running Claude Code, tracking session-level configuration deltas and cache state is now a practical necessity.
📖 Read the full source: r/ClaudeAI
👀 See Also

Goldman Sachs Analysis Shows Minimal AI Impact on 2025 US GDP Growth
Goldman Sachs economists report AI investment contributed 'basically zero' to US GDP growth in 2025, citing imported hardware and unmeasured productivity impacts as key factors.

Claude adds inline interactive charts and diagrams to conversations
Claude now creates custom charts, diagrams, and visualizations directly within chat conversations, allowing users to tweak and modify visualizations as discussions develop. The feature is available in beta on all plan types and appears inline rather than in side panels.

Claude Code Randomly Becomes Risk-Averse, Demanding Permission on Routine Tasks
A user reports that Claude Code intermittently shifts from autonomous execution to requiring excessive permissions, even on daily, unchanged workflows like rebuilding a monorepo and running tests.

Claude for Word Add-in Evidence Found in Analytics API
Anthropic's analytics API now returns metrics for Claude for Word alongside existing Excel and PowerPoint add-ins, indicating the Word integration is in development. The API shows zero usage counts for Word, suggesting it's not yet publicly available.