ReCo Optimizes LLM Reasoning, Reduces Inference Costs.

Qiyuan Zhu, Dezhi Li, Pengyu Cheng, Tianle Chen, Jiacheng Wang, Ruijie Shen, Hao Gu, Sida Lin, Zirui Liu, Jiacheng Liu, Sirui Han· August 6, 2026 View original

Key takeaways

  • ReCo significantly reduces LLM inference costs and latency by optimizing chain-of-thought reasoning.
  • It uses a process-reward estimator to adaptively compress KV-cache and penalize redundant token generation.
  • The framework includes confidence-based early stopping to improve efficiency without sacrificing accuracy.
  • This method offers substantial savings in generated tokens and end-to-end latency for large reasoning models.

Who benefits

AI/ML DevelopmentCloud ComputingSoftware EngineeringFinancial Services

Summary

ReCo (Reward-Coordinated Compression) is a new framework that significantly reduces the inference cost of Large Reasoning Models by adaptively compressing KV-cache, penalizing redundant token generation, and enabling confidence-based early stopping, all coordinated by a lightweight process-reward estimator. This method achieves substantial token and latency reductions while preserving accuracy.

Large Reasoning Models (LRMs) often employ lengthy chain-of-thought (CoT) reasoning, which, while effective for complex tasks, leads to "overthinking" and inflated inference costs due to large KV-caches. Existing KV-cache compression methods typically apply uniform policies and only consider what's removed from the cache, overlooking the varying tolerance to context loss along a reasoning trajectory and the potential for smaller caches to increase token generation. This research introduces ReCo (Reward-Coordinated Compression), a novel step-wise framework designed to optimize LRM efficiency. ReCo uses a lightweight process-reward estimator to score each completed reasoning step. This reward signal then drives three key components: first, reward-adaptive KV-cache compression, which aggressively shrinks the cache at high-reward steps and less so at low-reward ones; second, a reward-banded penalty on reflection tokens to curb redundant generation; and third, confidence-based early stopping when reasoning is deemed reliable. Evaluations across multiple reasoning models and benchmarks demonstrate that ReCo significantly reduces generated tokens by 37%-65% and improves end-to-end latency by 2.08x-2.35x compared to full CoT, all while maintaining high accuracy. This coordinated approach addresses both cache size and token generation, leading to more efficient LRM deployment.

Why it matters

For organizations deploying large language models for complex reasoning, ReCo offers a practical solution to drastically reduce inference costs and latency, making advanced AI capabilities more economically viable and responsive.

How to implement this in your domain

  1. 1Evaluate ReCo's framework for potential integration into existing LLM inference pipelines to reduce operational costs.
  2. 2Develop or adapt lightweight process-reward estimators for specific reasoning tasks to guide adaptive compression.
  3. 3Experiment with reward-banded penalties to control token generation in custom LLM applications.
  4. 4Implement confidence-based early stopping mechanisms to optimize resource usage for reasoning models.

Original post by Qiyuan Zhu, Dezhi Li, Pengyu Cheng, Tianle Chen, Jiacheng Wang, Ruijie Shen, Hao Gu, Sida Lin, Zirui Liu, Jiacheng Liu, Sirui Han

"arXiv:2608.04771v1 Announce Type: new Abstract: Large Reasoning Models (LRMs) excel on complex tasks through long chain-of-thought (CoT) reasoning, but their lengthy intermediate steps cause severe overthinking that inflates inference cost. KV-cache compression is a common soluti…"

View on X

Originally posted by Qiyuan Zhu, Dezhi Li, Pengyu Cheng, Tianle Chen, Jiacheng Wang, Ruijie Shen, Hao Gu, Sida Lin, Zirui Liu, Jiacheng Liu, Sirui Han on X · view source

Want to go deeper?

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

Explore courses