For the past few years, the dominant trick for making large language models "reason" has been chain-of-thought (CoT): coaxing a model to think out loud, working through a problem step by step before answering. A fresh batch of research suggests that approach is hitting practical limits, and the field is openly searching for what comes next.

The core complaint is cost. According to the arXiv paper introducing SuCo (Sufficiency-guided Continuous Adaptive Reasoning), today's large reasoning models often generate "excessively long" chains of thought, inflating computational costs even for simple queries. In plain terms: the model burns time and money over-thinking questions that don't need it. SuCo's authors frame their work as a way to make reasoning stop once an answer is sufficiently supported, rather than rambling on.

A second line of attack rethinks the architecture itself. The arXiv paper on "Fixed-Point Reasoners" explores looped transformer designs, which the authors say give a model an inductive bias toward learning step-by-step procedures for tasks requiring compositional reasoning. Crucially, they argue the number of effective layers a model reaches by looping determines the quality of the solution it finds—pointing toward reasoning baked into the network's structure instead of spelled out in lengthy text.

The broader mood is captured by a Substack analysis, surfaced via Google News, titled "Escaping the chain-of-thought trap: What is next for LLM reasoning"—signaling that the question is no longer whether CoT has ceilings, but how to move past them.

Why it matters: how AI systems reason determines what they cost to run and how reliably they solve hard problems, so the next breakthrough here could reshape the economics and capabilities of every product built on these models.