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

Agent Infrastructure for SMB Operations: A White Paper from a QSR Operator-Turned-Builder
A 16-year QSR operator published a white paper arguing for a missing infrastructure layer between generic AI chat and vertical SaaS dashboards, with 8 skills on ClawHub, 1,500+ downloads, and one live deployment outside QSR.

IDP Leaderboard benchmark shows Claude Sonnet 4.6 matches Opus 4.6 for document AI tasks
The IDP Leaderboard tested 16 AI models on 9,000+ documents across OCR, table extraction, key extraction, visual QA, handwriting, and long documents. Claude Sonnet 4.6 scored 80.8 overall, essentially matching Opus 4.6 at 80.3, while Haiku 4.5 scored 69.6.

Analysis of 100M tokens in Claude Code reveals 99.4% input usage
Analysis of 1,289 requests across extended coding sessions shows Claude Code used 100.3M input tokens (99.4%) versus only 616K output tokens (0.6%), with 84.2M tokens cached due to repeated context re-sending.

OpenClaw 2026.3.2 Release: Production Secrets, PDF Tool, and Safer Defaults
OpenClaw 2026.3.2 introduces a production-grade secrets system with fail-fast behavior, a native PDF tool with Anthropic and Google model support, and safer defaults that restrict tool access for new installations.