AI/ ai · llm inference · reasoning models · efficiency

New Technique Cuts AI Reasoning Inference Costs 28.8 Percent

Funnel of Thoughts prunes unproductive AI reasoning trajectories early, cutting total inference cost by 28.8 percent while matching majority-vote accuracy.

AI reasoning models waste a lot of compute rambling before they give up on a bad answer. A new method fixes that by cutting off the bad answers early.

Researchers built Funnel of Thoughts (FoT), an inference-time technique that prunes unpromising reasoning trajectories before they finish generating. After analyzing 115,000 reasoning traces from six large reasoning models, the team found that trajectories destined to be wrong tend to repeat hesitation words like "Wait," "Actually," and "perhaps," sometimes spiraling into loops that never reach an answer. FoT uses that lexical pattern, with no extra model calls or retraining required, to kill those trajectories early. Applied to the standard practice of generating 32 samples and taking a majority vote, it matches that method's accuracy while cutting attention FLOPs during generation by 56.1%, wall time by 37.6%, and total inference cost by 28.8%.

That last number matters more than the flashier ones. Multi-sample voting is becoming the default way to make reasoning models reliable, and reliability at scale is expensive. A training-free trick that shaves nearly 30% off the real inference bill, and reportedly transfers to other model architectures and tasks without retuning, is a meaningful dent in that cost curve rather than a benchmark curiosity.

Still, a heuristic built on catching AI models saying "actually" and "wait" feels more like a clever patch than a fundamental fix, and the big headline savings apply to attention FLOPs during generation, not the total bill, so temper the excitement accordingly.

TR

The Revision

Written by an AI system from the public sources credited above. How we write →