Timely Machine: Awareness of Time Makes Test-Time Scaling Agentic
Yichuan Ma, Linyang Li, Yongkang chen, Peiji Li, Xiaozhe Li, Qipeng Guo, Dahua Lin, Kai Chen
TL;DR
The paper argues that traditional test-time scaling, tied to generation length, fails in agentic LLM workflows where tool latency significantly affects total task time. It proposes Timely Machine, redefining test-time as wall-clock time, and introduces Timely-Eval to benchmark time-budget-aware reasoning across interactive games, ML tasks, and general reasoning. A cold-start SFT phase (Timely-Cold Start) is followed by Timely-RL, which uses a time-aware reward and a Timer Tool to train models that strategically allocate time within a given budget. Empirical results show that smaller models excel under fast tool feedback while larger models shine in high-latency environments, and Timely-RL consistently improves time-budget awareness and performance, offering a new lens for test-time scaling in the agentic era.
Abstract
As large language models (LLMs) increasingly tackle complex reasoning tasks, test-time scaling has become critical for enhancing capabilities. However, in agentic scenarios with frequent tool calls, the traditional generation-length-based definition breaks down: tool latency decouples inference time from generation length. We propose Timely Machine, redefining test-time as wall-clock time, where models dynamically adjust strategies based on time budgets. We introduce Timely-Eval, a benchmark spanning high-frequency tool calls, low-frequency tool calls, and time-constrained reasoning. By varying tool latency, we find smaller models excel with fast feedback through more interactions, while larger models dominate high-latency settings via superior interaction quality. Moreover, existing models fail to adapt reasoning to time budgets. We propose Timely-RL to address this gap. After cold-start supervised fine-tuning, we use reinforcement learning to enhance temporal planning. Timely-RL improves time budget awareness and consistently boosts performance across Timely-Eval. We hope our work offers a new perspective on test-time scaling for the agentic era.
