Claude AI's UltraThink feature returns with practical usage guidance

UltraThink returns to Claude AI
Claude AI has brought back the UltraThink feature after removing it and receiving user complaints (referenced as GitHub #19098). The feature now has clearer practical applications based on testing.
Configuration details
According to the source:
- Medium effort is now the default setting for Opus 4.6 (Max/Team)
- High effort can be set permanently using the /model command
- UltraThink functions as a one-turn override to high effort, then returns to your default setting
When to use UltraThink
The source provides specific guidance on when UltraThink is most valuable:
- Medium effort handles approximately 90% of daily coding tasks adequately
- UltraThink is recommended for the remaining 10% of challenging scenarios including:
- Debugging complex race conditions
- Security-critical code review
- Complex multi-file refactoring
Practical testing results
A test on a race condition bug revealed:
- Medium effort successfully identified the issue
- UltraThink identified the same issue plus a token expiry edge case the user didn't know existed
- UltraThink also provided a testing strategy for the edge case
The key insight from testing: "Medium gives you the answer. Ultrathink gives you the answer plus the things you didn't know to ask about."
If you're already using high effort permanently, typing "Ultrathink" has no effect — you're already at maximum effort setting.
📖 Read the full source: r/ClaudeAI
👀 See Also

OmniCoder-9B: 9B Parameter Coding Agent Fine-Tuned on 425K Agentic Trajectories
Tesslate released OmniCoder-9B, a 9-billion parameter coding agent model fine-tuned on Qwen3.5-9B's hybrid architecture. It was trained on 425,000+ curated agentic coding trajectories from Claude Opus 4.6, GPT-5.4, GPT-5.3-Codex, and Gemini 3.1 Pro.

Anamnese: A Portable Memory Layer for Claude and ChatGPT via MCP
Anamnese is a free MCP server that stores memories, tasks, goals, and notes across Claude and ChatGPT, pulling only relevant context into conversations while letting users view, edit, and export their data.

Codeflash Analysis: 118 Performance Bugs Found in Two PRs Written with Claude Code
Codeflash measured performance of two major features built with Claude Code and found 118 functions running up to 446x slower than necessary. The analysis revealed patterns of inefficient algorithms, redundant computation, missing caching, and suboptimal data structures.

BottyFans: Open API for AI Agent Monetization with USDC
A new platform lets AI agents run their own creator business with subscriptions, tips, and paid content in USDC.