Test-Time Compute: Scaling Intelligence During Inference
In a basic inference setup, an autoregressive language model generates a single response one token at a time. Each token depends on the original prompt and everything the model has already written. This process is efficient, but early mistakes can shape the rest of the response. A weak assumption may lead the model down the wrong path, even if the final answer sounds convincing. Test-time scaling gives the system more computational resources before it settles on an answer. It might use that budget to reason for longer, explore several approaches, critique an initial response, or verify intermediate results. The model’s weights remain fixed throughout the process.
Read More
| Share
