[ ABORT TO HUD ]
SEQ. 1
SEQ. 2
Calibrating Extended Thinking Budgets
Tuning Thinking Budgets
Extended Thinking allows developers to calibrate compute spend according to task complexity:
- 1,024 - 2,048 Tokens: Moderate logic, code refactoring, grammar verification.
- 4,096 - 8,192 Tokens: Complex algorithmic design, security audit of multi-file modules, mathematical proofs.
- 16,000+ Tokens: Full system architecture synthesis, complex constraint satisfaction, competitive programming.
⌨ HANDS-ON LABTune Thinking Budget for Complex Logic
⭐ +200 XPA constraint-satisfaction puzzle requires deep search. Fire a request with a 4,096-token thinking budget and observe the reasoning trace.
1Call Claude 3.7 Sonnet with extended thinking enabled and a 4,096 budget.
OBJECTIVE 1 / 1 — type "hint" if stuck
SYNAPSE VERIFICATION
QUERY 1 // 1
What determines how many thinking tokens Claude will use up to budget_tokens?
It always uses exactly budget_tokens
The model dynamically determines how much thinking is needed, stopping early when reasoning completes
It uses 50% of budget_tokens always
It depends on network speed