Reasoning models mark the end of the raw scale era in artificial intelligence
The focus of frontier AI development has shifted from massive training runs to letting models calculate their way through complex problems before answering.

A quiet but fundamental shift has occurred in how the world's leading artificial intelligence laboratories build their frontier models. The era of simply building larger neural networks trained on ever-greater mountains of web data is yielding to a new paradigm: models that deliberate, self-correct, and "think" before they speak.
For years, the industry operated under the "scaling laws" – the principle that more computing power and more data during the training phase reliably yielded smarter models. But as high-quality human text runs dry and the hardware costs of training runs balloon into the hundreds of millions of dollars, researchers have hit a bottleneck. The response has been to move the computing budget from the training phase to the run-time phase, a technique often referred to as "test-time compute" or reasoning.
OpenAI kicked off this current wave with its o1 model family, demonstrating that letting a model generate a hidden "chain of thought" before delivering an answer dramatically improves performance on complex mathematics, coding, and science benchmarks. The competitive dynamic shifted further when Chinese research firm DeepSeek released R1, an open-source reasoning model that claimed to match closed-source rivals at a fraction of the estimated training cost.
How reasoning changes the rules
In traditional models, answering a simple question takes the same amount of computational effort as attempting a complex graduate-level math problem. Reasoning models break this constraint. By using reinforcement learning to prompt themselves through trial-and-error reasoning steps, they can scale their computational effort to match the difficulty of the task.
On the competitive programming platform Codeforces, OpenAI reported its reasoning system reached the 89th percentile of competitors, compared to just the 11th percentile for its previous non-reasoning models. This level of performance is achieved not by memorising more answers, but by actively debugging code in real time before outputting the final solution.
What happens next
This shift is redefining the economics of AI. If the value of a model is determined by how much computing power it uses while answering a query, inference costs could rise for complex tasks, changing how software developers price their products.
It also challenges the defensive advantages of giant technology firms. If open-source models can replicate high-end reasoning capabilities using clever reinforcement learning rather than multi-billion-dollar training runs, the premium commanded by proprietary API providers could rapidly erode.
Yet industry researchers caution that reasoning models are not a universal fix. While they excel at logical deduction, coding, and mathematics, they do not show the same dramatic improvements in creative writing, emotional nuance, or simple factual recall. It remains unclear how deeply these reasoning capabilities can be integrated into consumer products like real-time voice assistants, where users expect answers in milliseconds.
Key numbers
- 89th percentile
- 11th percentile



