INQUIRING LINE

Spending the same thinking budget on every problem backfires — too much reasoning on easy questions actually tanks accuracy.

What accuracy gains come from adaptive versus fixed thinking budgets?

This explores what accuracy you actually gain by matching thinking budget to each problem's difficulty, rather than spending the same number of tokens on every problem.


This explores what accuracy you actually gain by matching thinking budget to each problem's difficulty, rather than spending the same number of tokens on every problem. The short version from the corpus: the gains come less from thinking *more* and more from thinking the *right amount* — and a fixed budget is almost always the wrong amount for most problems. The core finding is that the token budget maximizing accuracy differs by difficulty, so any single fixed number simultaneously over-thinks easy problems and under-thinks hard ones Does thinking time need to scale with problem difficulty?. That's not a small effect: pushing thinking tokens from ~1,100 up to ~16K dragged benchmark accuracy *down* from 87.3% to 70.3%, because extra reasoning on easy problems curdles into second-guessing Does more thinking time always improve reasoning accuracy?.

So the honest framing is that 'adaptive vs fixed' isn't adaptive winning by a few points — it's fixed budgets leaving accuracy on the table in two directions at once. When you hold *total* compute constant and just redistribute it — less for easy prompts, more for hard ones — you outperform even larger models running under uniform budgets Can we allocate inference compute based on prompt difficulty?. The lever is allocation, not volume. This shows up as a shape, too: accuracy against reasoning length traces an inverted U, where the peak shifts right for harder tasks and left for more capable models Why does chain of thought accuracy eventually decline with length?. A fixed budget picks one point on that curve for everything; adaptation tracks the peak as it moves.

Where it gets more interesting is that adaptation can be baked in at different stages. During *training*, budgets that start generous and gradually tighten beat fixed-budget training — the model first explores strategies with room to breathe, then learns to compress them, ending up both more accurate and more token-efficient Does gradually tightening token budgets beat fixed budget training?. At *inference*, a model can learn to route itself: Thinkless trains one model to choose between extended reasoning and a direct answer, self-calibrating when a problem even warrants thinking — no difficulty labels required Can models learn when to think versus respond quickly?. And you can even steer verbosity after the fact, since concise and verbose reasoning occupy different regions of activation space — one extracted vector cut chain-of-thought length 67% while holding accuracy Can we steer reasoning toward brevity without retraining?.

The thing you might not expect: whether extra thinking helps at all depends on the *training regime*, not the budget knob. Vanilla models use thinking mode counterproductively — more tokens means more self-doubt — until RL training flips that same mechanism into productive gap analysis Does extended thinking help or hurt model reasoning?. That's why non-reasoning models can't simply be handed a bigger budget to catch up; without a trained reasoning protocol, additional tokens aren't productive Can non-reasoning models catch up with more compute?. Adaptive budgeting is what lets a model that *can* reason spend its allowance well; it doesn't manufacture the ability to reason in the first place.

So the accuracy gain from adaptive budgets is real and sometimes large, but it's best understood as recovering the accuracy that fixed budgets waste — clawing back the points lost to overthinking easy items and underthinking hard ones — rather than as a new capability. The frontier work isn't 'how many tokens' but 'who decides, and when': curriculum during training, self-routing at inference, or activation steering after generation.


Sources 9 notes

Does thinking time need to scale with problem difficulty?

Research shows the token budget that maximizes accuracy differs by problem difficulty. Fixed budgets either over-think easy problems or under-think hard ones, meaning adaptive allocation is a more efficient accuracy lever than increasing tokens uniformly.

Does more thinking time always improve reasoning accuracy?

Increasing thinking tokens from ~1,100 to ~16K reduced benchmark accuracy from 87.3% to 70.3%, revealing a non-monotonic relationship where models overthink easy problems and underthink hard ones.

Can we allocate inference compute based on prompt difficulty?

Research shows inference effectiveness varies dramatically by prompt difficulty. Reallocating the same total compute adaptively—giving easy prompts less and hard ones more—substantially outperforms larger models under uniform budgets.

Why does chain of thought accuracy eventually decline with length?

Task accuracy peaks at intermediate CoT length, with optimal length increasing alongside task difficulty but decreasing with model capability. RL training naturally gravitates toward shorter chains as models improve, revealing that simplicity emerges from reward signals rather than explicit training.

Does gradually tightening token budgets beat fixed budget training?

Models trained with progressively tightening token budgets consistently achieve higher accuracy and better token efficiency than fixed-budget baselines. The approach works by separating learning into exploration (discovering strategies with generous budgets) and compression (distilling them under constraints).

Show all 9 sources
Can models learn when to think versus respond quickly?

Thinkless trains a single model to select between extended reasoning and direct responses using DeGRPO, which decouples mode selection from answer refinement. This prevents mode collapse and enables self-calibrated routing without explicit difficulty labels.

Can we steer reasoning toward brevity without retraining?

Activation-Steered Compression extracts a single vector from 50 paired examples to reduce chain-of-thought length by 67% while maintaining accuracy and achieving 2.73x speedup. The method is training-free and generalizes across model sizes and domains.

Does extended thinking help or hurt model reasoning?

Vanilla models use thinking mode counterproductively, inducing self-doubt that degrades performance. RL training reverses this, transforming the same mechanism into beneficial gap analysis. Training mediates reasoning quality, not just quantity.

Can non-reasoning models catch up with more compute?

Reasoning models persistently outperform non-reasoning models regardless of inference budget because training instills a reasoning protocol that makes additional tokens productive. The gap is fundamentally about deployment mechanisms and training structure, not raw capability.

Papers this line draws on 8

The research behind the notes this line reads — ranked by how closely each paper relates.

Research prompt for your LLMexpand ↓

Copy into ChatGPT or Claude to take this line of inquiry further — it asks the model to find newer work and re-test which earlier constraints still hold.

You are an inference-efficiency analyst. Still-open question: what accuracy do you actually gain by matching thinking budget to each problem's difficulty rather than spending a fixed number of tokens everywhere?

What a curated library found — and when (dated claims, not current truth). These span roughly 2024–2025:
- The token budget that maximizes accuracy varies by difficulty, so any single fixed number over-thinks easy items and under-thinks hard ones at once (~2025).
- Pushing thinking tokens from ~1,100 up to ~16K dragged accuracy DOWN from 87.3% to 70.3% — extra reasoning on easy items curdles into second-guessing (~2025).
- Holding total compute constant and redistributing it (less for easy, more for hard) beat larger models running uniform budgets — the lever is allocation, not volume (~2025).
- Accuracy vs. reasoning length traces an inverted U; the peak shifts right for harder tasks, left for more capable models (~2025).
- A model can self-route (Thinkless: reason vs. answer directly, no difficulty labels); an activation-steering vector cut CoT length 67% while holding accuracy (~2025).

Anchor papers (verify; mind their dates): When More is Less: CoT Length in LLMs (2025); Thinkless (2025); Does Thinking More always Help? (2025); Activation Steering for CoT Compression (2025).

Your task:
(1) Re-test each constraint. For every finding, judge whether newer models, training, tooling, orchestration (memory, caching, multi-agent), or evaluation has RELAXED or overturned it. Separate the durable question from the perishable limit; say plainly where a constraint still holds.
(2) This is a contested area — surface the strongest CONTRADICTING or superseding work from the last ~6 months, especially any showing fixed or maximal budgets now competitive.
(3) Propose 2 research questions that assume the regime has moved.

Cite arXiv IDs; flag anything you cannot ground in a real paper.