Claude's Adaptive Thinking Lets AI Decide When Deep Reasoning Is Worth It
New adaptive thinking mode lets Claude dynamically determine when and how much to reason based on problem complexity, with four effort levels from low to max.
Smart Reasoning, Not More Reasoning
Claude Opus 4.6 introduced adaptive thinking on February 5, 2026 — a mode that lets Claude dynamically determine when and how much to use extended thinking based on the complexity of each request.
How It Works
Instead of manually setting a thinking token budget, developers can use:
{ "thinking": { "type": "adaptive" } }
Claude evaluates each request's complexity and decides:
- Whether to use extended thinking at all
- How much reasoning effort to apply
Effort Levels
| Level | Behavior |
|---|---|
| Low | May skip thinking for simple problems |
| Medium | Thinks selectively based on complexity |
| High (default) | Almost always thinks |
| Max | Maximum reasoning effort on every request |
Why It Matters
Extended thinking dramatically improves performance on complex tasks but adds latency and cost for simple ones. Adaptive thinking solves this trade-off automatically:
- Simple question ("What's the capital of France?") → Skip thinking, respond instantly
- Complex reasoning ("Debug this multi-file race condition") → Full extended thinking
Developer Benefits
- Lower costs — Only pay for extended thinking when it actually helps
- Faster responses — Simple queries return immediately
- Better quality — Complex queries get the full reasoning treatment
- No manual tuning — Claude handles the decision automatically
Source: Anthropic API Docs | Anthropic Docs - What's New | Laravel News
NYC News
Expert insights on AI voice agents and customer communication automation.
Try CallSphere AI Voice Agents
See how AI voice agents work for your industry. Live demo available -- no signup required.