Loading...
Test-Time Scaling(TTS)
Allocating additional inference-time computation to candidate generation, search, verification, or refinement
In 30 seconds
- What
- Generates multiple candidate solutions at inference time, then ranks or filters them using verifiers before returning the best result.
- When to use
- High-stakes outputs where quality matters more than latency, and you can afford multiple forward passes to find better answers.
- Watch out
- Compute costs multiply by candidate count; verification overhead can exceed generation cost if verifiers are expensive or poorly targeted.
Loading technique guide…