SYNTHESIS NOTE
TopicsTest Time Computethis note

How do internal and external test-time scaling compare?

Explores whether test-time scaling approaches fundamentally differ in where compute is spent: during training (internal) versus at inference (external). Understanding this split clarifies the trade-offs in deployment strategy and reasoning capability.

Synthesis note · 2026-02-20 · sourced from Test Time Compute
How should we spend compute at inference time?

Every test-time scaling approach belongs to one of two categories:

Internal and external TTS are complementary, not competing: internal TTS makes models better reasoners; external TTS extracts more performance from whatever reasoning capability exists. Combining them (e.g., using Best-of-N to boost a long-CoT model with a PRM) often outperforms either alone.

The practical distinction matters for deployment: internal scaling is a training cost paid once; external scaling is an inference cost paid per query. The economics push toward internal scaling at scale, but external scaling remains essential during development when training is expensive.

The finding that Can non-reasoning models catch up with more compute? illustrates the limits of external TTS alone: you need the internal foundation before external scaling can amplify it.

Inquiring lines that read this note 38

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

Can model routing outperform monolithic scaling as an efficiency strategy? Can inference-time compute substitute for scaling up model parameters? Does parallel reasoning outperform sequential thinking under fixed compute budgets? When does architectural design matter more than raw model capacity? What actually drives chain-of-thought reasoning improvements in language models? What properties determine whether reward signals teach genuine reasoning? Do autonomous architecture discoveries follow predictable scaling laws? How do knowledge injection methods compare across cost and effectiveness? How should inference compute be adaptively allocated based on prompt difficulty? What capability tradeoffs emerge when scaling model reasoning abilities? How does example difficulty affect learning efficiency in language models? Why does finetuning cause catastrophic forgetting of model capabilities? What drives capability and cost efficiency in agent systems? Why does verification consistently lag behind AI generation? Does decoupling planning from execution improve multi-step reasoning accuracy? How can identical external performance mask different internal representations?

Related concepts in this collection 7

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
22 direct connections · 212 in 2-hop network ·dense cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

internal vs external tts is the primary taxonomic split in test-time scaling research