Claude 4.6 Adaptive Thinking: Reddit User Reports Token Waste and Provides Disable Commands

Adaptive Thinking in Claude 4.6
Claude 4.6 models introduce adaptive thinking, where the model self-calibrates how much reasoning to invest based on task complexity. Simple tasks get fast responses, while complex tasks trigger deeper thinking.
Reported Issues in Claude Code
According to the Reddit post, in Claude Code, extended thinking fires between every tool call. For iterative coding workflows like quick edits, lint fixes, and short back-and-forth exchanges, the added latency is noticeable. The user reports sometimes seeing it burn tens of thousands of expensive output tokens just thinking, often in thought loops without making useful progress.
Shell Commands to Control Adaptive Thinking
The source provides these bash commands for your shell profile:
export MAX_THINKING_TOKENS=$((1024*3))
export CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING=1MAX_THINKING_TOKENS caps the reasoning budget to 3072 tokens per turn. CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING stops Claude Code from triggering extended thinking automatically.
The user states that from their experience, adaptive thinking feels like a waste of session limits, and 2-8k of thinking tokens is usually sufficient. They invite discussion from users who find adaptive thinking useful for accomplishing tasks that couldn't be done without it.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude API experienced elevated error rates across multiple models on February 25, 2026
Claude's API at api.anthropic.com experienced elevated error rates across multiple models on February 25, 2026, with investigation starting at 17:15 UTC and resolution confirmed at 17:46 UTC.

Claude-Code v2.1.79 adds remote control, fixes subprocess hangs, and improves memory usage
Claude-Code v2.1.79 introduces a /remote-control command for VSCode to bridge sessions to claude.ai/code, fixes claude -p hanging in subprocesses, and reduces startup memory usage by ~18MB. The release also adds a --console flag for Anthropic Console authentication and improves API timeout handling.

Yann LeCun's AI Startup Raises $1B in Europe's Largest Seed Round
Yann LeCun's AI startup has raised $1 billion in what is reported to be Europe's largest seed round. The news was shared on Hacker News with 186 points and 107 comments.

Claude Managed Agents Adds Dreaming, Outcomes, Multiagent Orchestration, and Webhooks
Dreaming is a scheduled memory curation process that improved task completion rates ~6x in Harvey tests. Outcomes, multiagent orchestration, and webhooks are now in public beta on the Claude Platform.