LLMs Learn Adaptive Reasoning to Optimize Compute Allocation

Gijs Kassenaar, Zhao Yang, Vincent Fran\c{c}ois-Lavet· August 21, 2026 View original

Key takeaways

  • LLMs can learn to adaptively allocate reasoning effort based on problem difficulty.
  • This adaptive approach significantly reduces computational costs (token length) while maintaining accuracy.
  • The model effectively sorts problems by difficulty, choosing appropriate reasoning modes.
  • Adaptive reasoning can transfer to new benchmarks without retraining, offering broad efficiency gains.

Who benefits

AI/ML PlatformsCloud ComputingSoftware DevelopmentData ScienceCustomer Service

Summary

A new method allows language models to adaptively choose their reasoning effort (NoThink, Short, Long) for each problem, rather than using a fixed token budget. This approach, trained with Group Relative Policy Optimization, significantly reduces mean response length by 41% on MATH while maintaining accuracy, and transfers effectively to other benchmarks.

Large language models (LLMs) typically operate with a fixed computational budget for reasoning, leading to inefficiencies where easy problems are over-computed and difficult ones are under-computed. A new research paper introduces an adaptive reasoning approach that allows an LLM to dynamically decide how much "thought" to apply to each problem. The model learns to choose one of three reasoning modes – "NoThink" for quick answers, "Short" for brief reasoning, or "Long" for extended reasoning – as the first token of its response. This choice is learned through Group Relative Policy Optimization (GRPO) with a shaped reward system and distinct token caps for each mode. Evaluated on the MATH benchmark, a 1.5B distilled model trained with this method maintained accuracy close to the baseline while reducing the average response length by 41%. Interestingly, the model effectively sorts problems by difficulty, with simpler modes sometimes outperforming "Long" on easier tasks. The adaptive reasoning also transferred well to other benchmarks like GSM8K, yielding significant token reductions and even higher accuracy in some cases.

Why it matters

This research offers a path to significantly improve the efficiency and cost-effectiveness of LLM deployments by enabling models to intelligently allocate computational resources based on problem complexity.

How to implement this in your domain

  1. 1Investigate integrating adaptive reasoning mechanisms into custom LLM deployments to optimize inference costs.
  2. 2Experiment with training LLMs using reinforcement learning techniques that reward efficient compute allocation.
  3. 3Design prompt engineering strategies that encourage LLMs to self-select appropriate reasoning depths for different tasks.
  4. 4Monitor token usage and latency in LLM applications to identify opportunities for adaptive compute savings.
  5. 5Evaluate the transferability of adaptive reasoning models to various domain-specific tasks without extensive retraining.

Original post by Gijs Kassenaar, Zhao Yang, Vincent Fran\c{c}ois-Lavet

"arXiv:2608.20256v1 Announce Type: new Abstract: Reasoning language models trained with reinforcement learning typically operate under a fixed token budget rather than an explicitly adaptive one, which can lead to over-computation on easy problems and insufficient computation on d…"

View on X

Originally posted by Gijs Kassenaar, Zhao Yang, Vincent Fran\c{c}ois-Lavet on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses