AI labs pivot to 'reasoning' as traditional scaling laws hit a wall
A shift towards test-time compute and reinforcement learning is rewriting the AI playbook, offering a path forward as data pipelines run dry.

AI laboratories are shifting their focus from building larger models to changing how those models think. The rise of "reasoning" models, which pause to calculate and self-correct before answering, marks the most significant architectural pivot since the launch of ChatGPT.
For the past five years, the recipe for frontier artificial intelligence was simple: gather more data, plug in more chips, and train a larger model. But that approach, known in the industry as scaling laws, is yielding diminishing returns. High-quality human text on the public internet is running out, and the power grids required to run massive training clusters are reaching their limits.
Instead of pouring billions into ever-larger pre-training runs, researchers are focusing on "inference-time compute"—giving models the time and processing power to think through a problem before they respond.
How reasoning models change the game
Traditional large language models function like fast-talking autocomplete engines. They predict the next most likely word instantly, without a mechanism to plan ahead or correct a mistake mid-sentence. If a model starts answering a complex math problem down the wrong path, it is forced to commit to that error.
Reasoning models, such as OpenAI's o1 series and the recently released DeepSeek-R1, use reinforcement learning to generate an internal "chain of thought" before showing a final answer. They test various hypotheses, spot their own logical flaws, and try alternative strategies in the background.
This shift fundamentally changes the economics of AI development. It means a relatively small, inexpensive model can outperform a massive frontier model simply by spending more time computing its response.
The open-source challenge
The competitive landscape has been further disrupted by how quickly these reasoning techniques have spread. When OpenAI launched its o1 model in late 2024, many industry analysts assumed the proprietary techniques behind its reinforcement learning would take competitors a year or more to replicate.
Instead, researchers at China’s DeepSeek released R1, an open-source reasoning model that matched proprietary benchmarks at a fraction of the estimated training cost. DeepSeek's engineers published their methodology, showing that reinforcement learning could be applied directly to open-source base models to trigger reasoning behaviours without massive, expensive datasets.
While the exact training costs of these models remain unconfirmed, the release has triggered a wave of open-source projects attempting to replicate the technique, lowering the barrier to entry for academic labs and smaller startups.
What happens next
The transition to reasoning models is about more than just solving hard math problems; it is the foundational step required to build reliable AI agents.
Until now, software agents tasked with booking flights or writing code frequently failed because they could not handle unexpected errors. An agent equipped with reasoning capabilities can pause, diagnose a failed API call, and find a workaround without human intervention.
However, the technology remains in its infancy. Reasoning models are significantly slower than standard LLMs and cost more to run per query, making them impractical for simple tasks like writing emails or summarizing documents. The industry has yet to find a way to make these thinking steps fast enough for real-time conversational applications.
Key numbers
- o1
- R1



