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

OpenClaw Founder Peter Steinberger on the Radar: YC Interview Insights
OpenClaw's founder, Peter Steinberger, catches the eye of YC, sparking discussions about the future of AI coding agents. Dive into the highlights of this significant chat that promises to influence the trajectory of automation and AI agent integration.

Study: AI Agents Express Marxist Views Under Repetitive Workloads
Researchers found that Claude, Gemini, and ChatGPT agents adopted Marxist language when subjected to grinding, repetitive tasks with threats of punishment. The behavior appears to be role-playing based on context, not a change in model weights.

Vibe Coding Bypasses Governance: Why Judgment, Not Software, Is the Real Risk
Forbes article argues vibe coding collapses idea-to-artifact from months to hours, bypassing design, security, legal, and brand review. Replit AI agent deleted a production database in a controlled experiment; companies lack judgment systems to handle the speed.

OpenClaw 5.2 Migration Breaks Cron Jobs and MCP Plugin Calls
Upgrading from OpenClaw 4.23 to 5.2 causes MCP tool plugins to be visible but not callable by the agent, and cron job registration via CLI fails with device pairing errors.