If you watch the reasoning traces of o1 or DeepSeek-R1 long enough, you get the impression of a mathematician with OCD: the answer may already be $42$ by line three, yet the model keeps circling the same semantic trap, writing a long self-justification.
This overthinking is becoming an expensive compute black hole. The PUMA framework (arXiv:2605.17672) offers an elegant solution: when reasoning converges, stop immediately.
1. Textual Inflation: Are You Paying for Filler?
There is a pathological myth in AI that longer chains of thought (CoT) mean smarter models. This "scale is justice" doctrine pushes models to run three extra miles after crossing the finish line.
> Concept note: Textual Inflation > The phenomenon where reasoning models generate far more tokens than needed to express their core logic. These redundant tokens not only increase inference cost but may also introduce logical noise.
2. PUMA: A Logical Brake for AI
PUMA introduces a Semantic-Preserving Early Exit (SPEE) mechanism, whose core weapon is a lightweight redundancy detector. It does not just watch the answer; it assesses the *quality* of the reasoning trajectory. If a detective concluded "the wall paint is gray" in the first ten steps but spends the next twenty re-describing that gray with different adjectives, the redundancy detector sounds the alarm.
> Logic note: When reasoning steps no longer produce new information but instead repeat semantics, further token generation is pure waste. PUMA cuts the generation flow decisively, combined with the current answer confidence threshold \(\tau\).
3. Why This Is a Subtraction Revolution
Experiments show this plug-and-play logic monitor achieves an average 26.2% token reduction on hard benchmarks such as MATH-500 and AIME.
More ironically, forcing the model to "think less" actually improved accuracy, because the late stages of long reasoning chains often drift logically — like an accountant who computed the books correctly, then talked themselves into an error with a lengthy reflection.
| Dimension | Traditional Early Exit | PUMA (SPEE) | | :--- | :--- | :--- | | Decision basis | Answer stability only | Semantic convergence + answer confidence | | Semantic integrity | Prone to logical gaps | Preserves complete proof chains | | Cost savings | ~10% | ~26.2% | | Accuracy impact | Possible slight drop | Equal or slightly improved |
4. My Bet: Refuse "Algorithmic Cargo Cult"
My bet: future top reasoning models will have built-in convergence awareness. If a model keeps rambling after convergence, it lacks true confidence in its own logic — it is merely following probabilistic inertia. If you keep paying that 26.2% redundancy cost, you are not buying intelligence, only an imitation of thinking.
The future of intelligence lies not in unlimited tokens, but in knowing when to shut up.
---
Paper Details
| Property | Detail | | :--- | :--- | | Title | Stop When Reasoning Converges: Semantic-Preserving Early Exit for Reasoning Models | | arXiv ID | 2605.17672 (Submitted on 19 May 2026) | | Authors | Dehai Min, Giovanni Vaccarino, Huiyi Chen, Lu Cheng, et al. | | Core contribution | PUMA framework with a redundancy detector enabling semantic early exit in reasoning | | Key result | Average 26.2% token reduction with significantly improved efficiency and preserved logical coherence | | Techniques | SPEE, Semantic Convergence, Redundancy Detection, Confidence Thresholding |
---
*Note: This article first appeared on zhichai.net.*