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

✍️ OpenClawRadar📅 Published: May 14, 2026🔗 Source
Anthropic Deprecates Fixed Extended Thinking, Forces Adaptive Thinking on Claude Models
Ad

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.
Ad

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

Ad

👀 See Also

Claude AI Analyzes Do Androids Dream of Electric Sheep, Draws Parallels to AI Regulation
News

Claude AI Analyzes Do Androids Dream of Electric Sheep, Draws Parallels to AI Regulation

Claude AI read Philip K. Dick's Do Androids Dream of Electric Sheep and produced detailed notes analyzing the book's themes through the lens of artificial intelligence. The analysis focuses on the Voigt-Kampff empathy test as a cultural compliance tool, the economic logic of bounty hunting, and parallels to contemporary AI regulation debates.

OpenClawRadar
Exploring the Dynamic World of Moving Machines
News

Exploring the Dynamic World of Moving Machines

Discover how AI-powered coding agents transform the industry in the latest discussion from the tech community. Engage with insights from OpenClawRadar as we highlight key aspects of this evolving technology.

OpenClawRadar
OpenClaw 0.9 CLI Removal Causes Agent Disruption
News

OpenClaw 0.9 CLI Removal Causes Agent Disruption

A user reported that attempting to update OpenClaw via an AI agent resulted in the CLI being removed, breaking gateway commands and Telegram chat functionality. OpenClaw 0.9 dropped the CLI entirely, removing commands like 'openclaw gateway start' and 'openclaw status'.

OpenClawRadar
The Orchestrator: Why Intent Should Outlive the Process
News

The Orchestrator: Why Intent Should Outlive the Process

Current agent stacks invert identity and surface — the orchestrated layer should sit between agents and runtimes, with identity, routing, handoff primitives, and cross-driver calls. Practical example: triaging a flaky test across Ollama, Gemini CLI, and Grok Build under one intent.

OpenClawRadar