Logo
FrontierNews.ai

Why AI Labs Are Now Spending as Much Compute on Thinking as on Training

AI models that pause to reason before answering are fundamentally changing how much computing power labs need to spend at inference time, with some frontier reasoning models now requiring as much compute during the thinking phase as during the entire pretraining process. This shift represents a major departure from how AI systems have traditionally worked, where models generate answers almost instantly. The change has profound implications for how AI labs build, deploy, and scale their most capable systems.

What Makes Reasoning Models Different From Standard AI?

For years, large language models (LLMs) worked by pattern-matching. When you asked a question, they would generate an immediate response based on patterns they learned during training. This approach works well for many tasks, but it has a critical weakness: the models often produce plausible-sounding but incorrect answers, especially on problems requiring multiple logical steps.

Reasoning models change this equation entirely. Instead of jumping straight to an answer, these models generate an internal chain of thought, working through a problem step-by-step before arriving at a final response. The raw ability to reason was always latent in pretrained models, since they were trained on mathematical proofs, logical arguments, scientific analyses, and code with explanatory comments. But pretrained models don't naturally default to reasoning; they default to pattern-matching.

Post-training, the process of fine-tuning models after their initial training, is what unlocks this reasoning capability. Through reinforcement learning (RL), a technique that rewards correct reasoning steps and penalizes incorrect ones, labs can teach models to spend more time thinking through problems before answering.

How Much Better Do Reasoning Models Actually Perform?

The performance improvements are not incremental; they are dramatic. On the 2024 AIME exam, a standardized mathematics competition, GPT-4o, a standard model without reasoning training, solved only 12% of problems on average. OpenAI's o1 reasoning model, by contrast, solved 74% of problems on its first attempt. With 1,000 attempts and a learned scoring function to rerank the results, the o1 model reached 93%, a score that would place it among the top 500 students who took the AIME exam in the United States.

This improvement pattern holds across other complex reasoning tasks. Reasoning models dramatically outperform standard models on problems requiring multistep logic, including mathematical problem-solving, complex coding, scientific analysis, and planning. The capability gap is substantial enough that it has become a primary focus for AI labs building frontier models.

Why Is Test-Time Compute Becoming a Major Resource Bottleneck?

The reason reasoning models perform so much better is straightforward: they use more computing power during inference, the moment when a user sends a query and the model generates a response. This is called test-time compute or inference-time compute. Models that have learned to spend more inference compute on reasoning tend to reach better answers and therefore exhibit higher intelligence.

For some frontier reasoning models, the resource requirements are staggering. The reinforcement learning post-training phase, where models learn to reason effectively, uses as much compute as the entire pretraining phase. Pretraining is the initial training on massive amounts of text data that teaches a model basic language understanding. If pretraining costs $100 million in computing resources, the post-training phase to teach reasoning can cost another $100 million.

This creates a new economic reality for AI labs. Historically, the cost of AI was dominated by training. Now, inference costs are becoming competitive with or exceeding training costs for the most capable models. This has implications for how labs price their services, how they allocate computing resources, and how they think about scaling.

How Are Labs Teaching Models to Reason Effectively?

The process of teaching reasoning involves several key techniques that work together:

  • Supervised Fine-Tuning (SFT): Training data includes many examples of conversations where models correctly work through problems step-by-step, establishing the basic pattern of reasoning behavior.
  • Reinforcement Learning (RL): Models are rewarded for correct reasoning steps and penalized for incorrect ones, allowing them to learn which thinking patterns lead to better answers.
  • Scaling Laws: More capable reasoning requires more compute both during training and at inference time, following predictable patterns that labs can measure and optimize.
  • Reward Model Development: Labs build separate models that can evaluate whether a reasoning chain is correct, providing the feedback signal needed for reinforcement learning.

The post-training process is where most of the reasoning capability emerges. While pretraining teaches models language patterns and factual knowledge, post-training teaches them how to apply that knowledge strategically, breaking down complex problems into manageable steps.

What Does This Mean for AI Deployment and Accessibility?

The shift toward test-time compute has practical consequences for how AI systems get deployed. A model that requires 10 times more computing power during inference than a standard model will be more expensive to run, slower to respond, and harder to deploy at scale. This creates a trade-off: reasoning models are more capable, but they are also more resource-intensive.

For users, this might mean that the most capable reasoning models are available only through expensive API services or specialized hardware, while faster, cheaper models remain available for everyday tasks. For enterprises building AI systems, it means budgeting for inference costs becomes as important as budgeting for training costs.

The hardware industry is responding to this shift. Companies are investing in specialized chips and infrastructure optimized for inference workloads, recognizing that test-time compute is becoming a major bottleneck in AI deployment. This is accelerating an infrastructure arms race where labs compete not just on model capability but on the efficiency of their inference systems.

Why Does Post-Training Matter More Than Ever?

Post-training has become the primary mechanism for unlocking capabilities that are latent in pretrained models. Beyond reasoning, post-training teaches models to be conversational, to use external tools like search engines and APIs, to refuse harmful requests, and to avoid hallucinating information they are not certain about.

The reasoning capability is just one example of how post-training can transform a model's behavior. As labs continue to invest in post-training techniques, the distinction between what a model can theoretically do and what it actually does in practice becomes increasingly important. A model might have the latent ability to reason, but without post-training, it will never use that ability.

This shift has broader implications for how AI research is organized. If pretraining is about scale and data, post-training is about strategy and alignment. Labs are now competing on their ability to design effective post-training pipelines, not just on their ability to gather more data or build larger models. This represents a fundamental change in where the innovation and competitive advantage in AI actually lies.