Skip to main content

Envisioning is an emerging technology research institute and advisory.

LinkedInInstagramGitHub

Since 2010

research
  • Observatory
  • Adaptive capacity
  • Newsletter
  • Methodology
  • Origins
  • Vocab
  • RSS feeds
services
  • Signals Session
  • Bespoke Projects
  • Build Sessions
  • Pricing
  • Use cases
  • Signals
  • Signal Scan↗free
impact
  • ANBIMAFuture of Brazilian Capital Markets
  • IEEECharting the Energy Transition
  • Horizon 2045Future of Human and Planetary Security
  • WKOTechnology Scanning for Austria
solutions
  • Innovation
  • Strategy
  • Consultants
  • Foresight
  • Associations
  • Governments
  • L&D
resources
  • Partners
  • Coding for Non-Coders
  • How we work
  • Data visualization
  • Multi-Model Convergence
  • FAQ
  • Security and privacy
  • Public sector
about
  • Manifesto
  • Community
  • Events
  • Support
  • Contact
ResearchCapabilityServicesSignalsAbout
ResearchCapabilityServicesSignalsAbout
  1. Home
  2. Vocab
  3. Test-Time Scaling

Test-Time Scaling

Allocating additional compute at inference time — more samples, more tokens, or a search/synthesis loop — to improve a model's output on a given input, as distinct from scaling at training time.

Year: 2024Generality: 600Added: Aug 25, 2026
Back to Vocab

Test-time scaling (TTS) is the practice of allocating extra inference-time compute to improve a single model's output on a single input. The compute can be spent along several axes: sampling more candidate answers in parallel (best-of-N, particle filtering), running a sequential refinement loop, performing beam search over reasoning traces, or synthesizing a final answer across many candidates (fusion decoding). TTS is the inference-side counterpart to scaling up pretraining or post-training compute, and is treated as a separate scaling axis because a model's behavior under additional inference budget often behaves differently from its behavior under more training compute.

TTS methods have been most thoroughly evaluated on mathematics and short-answer benchmarks where ground-truth verifiers exist. The Thomson Reuters Thomson technical report (Chen et al., 2026, Section 4.5) extends TTS evaluation to specialized, open-ended, non-verifiable domains such as legal reasoning, journalism, and long-context synthesis. The report's central empirical finding is that in such domains, exploitation — the step that converts the sampled pool into a final answer — is the bottleneck, not exploration: reward models correlate only weakly with true quality, and process-reward-model-guided search can collapse candidate diversity. Direct synthesis / fusion (producing a final answer by reasoning across the full pool, not by selecting a single candidate) is shown to recover substantially more of the available headroom than reward-model selection.

TTS overlaps with but is distinct from inference-scaling (a broader term covering model-size choices, long-context extensions, and adaptive compute strategies). It is also distinct from chain-of-thought and reasoning-model training, which expand the per-token reasoning rather than multiplying parallel samples.

Sources

  1. Thomson: Continual Learning of Frontier Models for SovereignAI

    Thomson Reuters / tri-fair-lab · Aug 24, 2026

  2. Scaling LLM Test-Time Compute Optimally can be More Effective than Scaling Model Parameters

    arXiv · Aug 6, 2024

  3. s1: Simple test-time scaling

    arXiv · Jan 31, 2025

Research this in Signals

Scan Test-Time Scaling for yourself.

Signals turns a topic into a sourced research record you can inspect and rerun. Your first scan is free, and this one starts with Test-Time Scaling already loaded, so edit it or scan as is.