Skip to main content
ExplainerPrompt EngineeringExplainer· 4 min read· in Artificial Intelligence

The 28.2% Accuracy Gain: How Chain-of-Thought Prompting Unlocks Reasoning in Large Language Models

By forcing artificial intelligence to articulate its intermediate logic before outputting a final answer, researchers unlocked latent reasoning capabilities that standard prompting could not reach. But as modern models internalize this step-by-step process, the technique's value is shifting from performance enhancement to auditability.

By Sofia Matos

AI Researchers 40%Enterprise Adopters 35%Model Evaluators 25%
AI Researchers
View the technique as a breakthrough that revealed emergent cognitive capabilities in large-scale neural networks.
Enterprise Adopters
Value the technique primarily for its transparency, allowing human overseers to audit and debug AI decisions.
Model Evaluators
Argue that the technique's utility is degrading in modern models, where latency costs now often outweigh marginal accuracy gains.

Perspectives this story doesn't cover

  • End-users experiencing latency
  • Open-source model developers

The 28.2% accuracy gain represents the average historical improvement across complex reasoning benchmarks when large language models were simply instructed to show their work. By forcing a model to articulate its intermediate logic before outputting a final answer, researchers unlocked latent mathematical and logical capabilities that standard, direct-answer prompting could not reach. The technique, known as Chain-of-Thought prompting, transformed opaque text generators into transparent reasoning engines without altering a single line of their underlying code.[1][7]

Before this intervention, large language models treated complex queries as a single leap from question to answer. If a user asked a multi-step arithmetic problem, the model would attempt to predict the final digit immediately, often failing because the cognitive load of holding multiple unwritten variables exceeded its architecture. Chain-of-Thought prompting changes the output format. It requires the model to generate a sequence of intermediate sentences—a scratchpad of logic—that breaks the problem into manageable sub-steps.[3][6]

The empirical results of this shift were unprecedented. In early 2022, researchers at Google Brain tested their 540-billion-parameter PaLM model on the GSM8K benchmark, a dataset of grade-school math word problems. Under standard prompting, the model achieved an 18% solve rate. When researchers provided just eight examples of step-by-step reasoning in the prompt, the model's accuracy surged to 57%. This 39 percentage-point leap surpassed even heavily fine-tuned models that had been explicitly trained to solve math problems.[1]

The mechanism relies on the autoregressive nature of language models, which generate text one token at a time based on the context of all preceding tokens. When a model writes out an intermediate calculation, that new text becomes part of the context window for the next token. By externalizing its working memory, the model effectively buys itself more computational time to arrive at the correct conclusion. The logic is verified at every step, minimizing the risk of cascading errors.[3][5]

Shortly after the initial discovery, researchers from the University of Tokyo and Google demonstrated that models did not even need hand-crafted examples to trigger this behavior. By simply appending the phrase "Let's think step by step" to a query, they elicited what they termed Zero-Shot Chain-of-Thought reasoning. This single sentence increased the accuracy of OpenAI's 175-billion-parameter InstructGPT model on the GSM8K benchmark from 10.4% to 40.7%, and drove its performance on the MultiArith dataset from 17.7% to 78.7%.[2]

By simply appending the phrase "Let's think step by step" to a query, they elicited what they termed Zero-Shot Chain-of-Thought reasoning.

However, this capability is not universal. Chain-of-Thought reasoning is an emergent property of model scale, meaning it only materializes when a neural network reaches a certain size. Experiments consistently show that models with fewer than 100 billion parameters struggle to generate coherent logical chains, often producing flawed intermediate steps that lead to incorrect final answers. Only at massive scale do models possess the semantic understanding required to reliably map out a multi-step cognitive path.[1][3]

The technique externalizes the model's working memory, breaking complex problems into verifiable sub-steps.

Beyond raw accuracy, the technique introduced a critical feature for enterprise adoption: interpretability. In regulated industries like finance and healthcare, a correct answer is often useless if the path to reach it is a black box. By generating an explicit reasoning chain, models provide an auditable trail. If an AI triage system recommends immediate medical attention, the intermediate steps reveal exactly which symptoms triggered the escalation, allowing human overseers to validate the logic or debug the error.[3][6]

As the AI industry has evolved, the role of Chain-of-Thought prompting has begun to shift. In 2025, researchers at Wharton Generative AI Labs conducted a rigorous evaluation of the technique on modern models. They found that for models explicitly designed with native reasoning capabilities, external Chain-of-Thought prompts yielded diminishing returns. The researchers noted that "minimal accuracy gains rarely justify the increased response time," which they measured as a 20% to 80% increase in latency.[4]

This latency penalty occurs because generating the intermediate tokens requires substantial compute resources. When a model is forced to write out a paragraph of logic before answering a simple question, it consumes more time and incurs higher API costs. For non-reasoning models, the Wharton team found that the technique still improved average performance, but it also introduced variability, occasionally causing the model to overthink and fail on straightforward questions it would have otherwise answered correctly.[4]

As models internalize reasoning, the latency cost of explicit prompting has begun to outweigh the accuracy benefits.

The legacy of Chain-of-Thought prompting is now embedded in the architecture of the industry's most advanced systems. Rather than relying on users to type "Let's think step by step," frontier models now execute hidden reasoning chains natively before surfacing an answer. The technique that began as a clever prompt engineering trick has fundamentally redefined how artificial intelligence approaches complex problem-solving, proving that the structure of a question is just as important as the size of the model answering it.[4][7]

Key points

  1. Chain-of-Thought prompting forces models to articulate intermediate logic before answering.
  2. The technique increased the PaLM 540B model's math accuracy from 18% to 57%.
  3. Simply appending 'Let's think step by step' can trigger this reasoning natively.
  4. The capability only emerges reliably in models exceeding 100 billion parameters.
  5. Explicit reasoning chains provide an auditable trail for enterprise compliance.
  6. Modern reasoning models face a 20% to 80% latency penalty when forced to use external prompts.

Key terms

Chain-of-Thought Prompting
A method of instructing an AI to show its step-by-step reasoning process before outputting a final conclusion.
Zero-Shot Prompting
Asking a model to perform a task without providing any prior examples of how to solve it.
Few-Shot Prompting
Providing a model with a small number of example input-output pairs to demonstrate the desired format before asking the actual question.
Emergent Property
A capability that is not present in smaller systems but suddenly appears when a model reaches a certain scale or parameter count.
Autoregressive Generation
The process by which language models produce text one token at a time, using all previously generated text as context for the next word.

Sources

Source coverage

7 outlets

3 viewpoints surfaced

AI Researchers 40%Enterprise Adopters 35%Model Evaluators 25%
  1. [1]arXivAI Researchers

    Chain-of-Thought Prompting Elicits Reasoning in Large Language Models

    Read on arXiv
  2. [2]arXivAI Researchers

    Large Language Models are Zero-Shot Reasoners

    Read on arXiv
  3. [3]AWSEnterprise Adopters

    What Is Chain-of-Thought Prompting?

    Read on AWS
  4. [4]Wharton Generative AI LabsModel Evaluators

    The Decreasing Value of Chain of Thought in Prompting

    Read on Wharton Generative AI Labs
  5. [5]Width.aiEnterprise Adopters

    Chain-of-Thought Prompting — Improve Accuracy by Getting LLMs to Reason

    Read on Width.ai
  6. [6]IBMEnterprise Adopters

    What is chain-of-thought (CoT) prompting?

    Read on IBM
  7. [7]Factlen Editorial Team

    Synthesis by Factlen editorial team

    Read on Factlen Editorial Team

Comments

Stay informed

Every angle. Every day.

Get Artificial Intelligence stories with full source coverage and perspective breakdowns delivered to your inbox.