PulseAugur
EN
LIVE 19:56:16

Claude's reasoning budget enforced by learned instincts and external engine

Claude's reasoning process does not rely on an internal token counter but rather a combination of learned instincts and external enforcement. The model develops a calibrated sense of scale for reasoning length, allowing it to wrap up its thoughts before reaching a budget limit. An external inference engine also tracks token usage, forcibly cutting off the reasoning block if the specified budget is exceeded, regardless of whether the model has finished its thought. AI

IMPACT Provides insight into how LLMs manage internal reasoning processes and resource allocation.

RANK_REASON Explains internal workings of an existing model's feature. [lever_c_demoted from research: ic=1 ai=1.0]

Read on Towards AI →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Claude's reasoning budget enforced by learned instincts and external engine

COVERAGE [1]

  1. Towards AI TIER_1 English(EN) · Raghava Srujan Nimishakavi ·

    How Claude Tracks Its Own Reasoning Without a Token Counter

    <p>If you’ve used Claude’s API with extended thinking, you’ve written something like this :</p><pre>thinking={&quot;type&quot;: &quot;enabled&quot;, &quot;budget_tokens&quot;: 16000}</pre><p>You picked 16000 because a blog post said so, or because it felt like a reasonable middle…