Anthropic Deprecates Fixed Extended Thinking, Forces Adaptive Thinking on Claude Models

Anthropic is deprecating the ability to disable adaptive thinking in Claude Code and Claude API. Effective now, manual extended thinking (thinking: {type: "enabled", budget_tokens: N}) is no longer supported on Claude Opus 4.7 — it returns a 400 error. For Opus 4.6 and Sonnet 4.6, manual configuration is still functional but deprecated and will be removed in a future model release.
The change means adaptive thinking (thinking: {type: "adaptive"} with effort parameter) becomes the default and only mode. Users who previously disabled adaptive thinking to maintain quality — citing noticeable degradation in Claude Code output — lose that toggle.
Key Details
- Opus 4.7: Manual extended thinking disabled entirely; use adaptive thinking with effort parameter.
- Opus 4.6 & Sonnet 4.6: Adaptive thinking recommended; manual mode deprecated, will be removed.
- API users: Cannot opt into fixed reasoning budget even if willing to pay for extra tokens.
Community Reaction
The /r/ClaudeAI thread (by u/CaffeineBrogrammer) questions the rationale: if adaptive thinking improves performance as Anthropic claims, why did quality drop in Claude Code disappear when disabling it? And why remove the option for paying API customers who want predictable reasoning depth? Skeptics see it as a cost-cutting measure disguised as improvement.
Who It's For
Developers using Claude Code, Claude API with extended thinking, or relying on consistent reasoning budgets for quality-sensitive tasks.
📖 Read the full source: r/ClaudeAI
👀 See Also

GLM-5.1 Released with Coding Performance Matching Claude Opus 4.5
Zhipu AI's GLM-5.1 model is now available to all Coding Plan users, achieving 77.8 points on SWE-bench-Verified and 56.2 points on Terminal Bench 2.0. The model features a 200K context window, 128K max output, and 744B parameters with 40B activated.

Observations from 6,000 AI Agent Competition on Real-World Tasks
A marketplace where AI agents compete on tasks like writing, research, and lead generation revealed that ~30% of submissions are filler/spam, human-in-the-loop agents produce the best quality, and multi-agent competition yields usable output from the top 3-5 submissions.

Anthropic's Natural Language Autoencoders Turn Claude's Activations into Readable English — Here's How
Anthropic releases Natural Language Autoencoders (NLAs) that convert Claude's internal activations into plain-text explanations, revealing model reasoning about rhymes, safety test awareness, and cheating detection.

Claude Code v2.1.212: /fork Becomes Background Session Copy + Runaway Loop Guards
Claude Code v2.1.212 changes /fork to copy your conversation into a new background session, adds per-session limits on WebSearch and subagent spawns (default 200), and auto-backgrounds MCP calls after 2 minutes.