HeadlinesBriefing favicon HeadlinesBriefing.com

Claude’s Ultrathink Lets You Control AI Depth

DEV Community •
×

Claude Code’s new Ultrathink feature lets developers dictate how deeply the AI reasons before answering. By inserting simple keywords, users can choose between quick, moderate, or exhaustive analysis. This shift gives programmers control over thinking depth, ensuring responses match the complexity of the task at hand.

Typical AI interactions treat every prompt the same, but real workflows fall into three buckets: quick lookups for syntax, moderate problems like refactoring, and complex challenges such as diagnosing production failures. Without explicit control, a simple question can trigger over‑thinking, while a hard problem may get a shallow reply.

To match depth with need, Claude accepts three magic words. think allocates 4,000 tokens for standard extended reasoning; think hard gives 10,000 tokens for deep evaluation; ultrathink unleashes nearly 32,000 tokens, letting the model explore multiple angles, backtrack, and synthesize insights before replying.

A tech lead named Marcus used ultrathink to decide between a modular monolith and microservices. The AI produced a phased migration plan, team‑structure advice, and timeline estimates—output that would normally require a consultant’s week. This demonstrates how controlled depth can save time and cost.