English

Learning When to Plan: Efficiently Allocating Test-Time Compute for LLM Agents

Artificial Intelligence 2026-02-18 v3

Abstract

Training large language models (LLMs) to reason via reinforcement learning (RL) significantly improves their problem-solving capabilities. In agentic settings, existing methods like ReAct prompt LLMs to explicitly plan before every action; however, we demonstrate that always planning is computationally expensive and degrades performance on long-horizon tasks, while never planning further limits performance. To address this, we introduce a conceptual framework formalizing dynamic planning for LLM agents, enabling them to flexibly decide when to allocate test-time compute for planning. We propose a simple two-stage training pipeline: (1) supervised fine-tuning on diverse synthetic data to prime models for dynamic planning, and (2) RL to refine this capability in long-horizon environments. Experiments on the Crafter environment show that dynamic planning agents trained with this approach are more sample-efficient and consistently achieve more complex objectives. Additionally, we demonstrate that these agents can be effectively steered by human-written plans, surpassing their independent capabilities and highlighting the potential for safer and more collaborative agentic systems.

Keywords

Cite

@article{arxiv.2509.03581,
  title  = {Learning When to Plan: Efficiently Allocating Test-Time Compute for LLM Agents},
  author = {Davide Paglieri and Bartłomiej Cupiał and Jonathan Cook and Ulyana Piterbarg and Jens Tuyls and Edward Grefenstette and Jakob Nicolaus Foerster and Jack Parker-Holder and Tim Rocktäschel},
  journal= {arXiv preprint arXiv:2509.03581},
  year   = {2026}
}
R2 v1 2026-07-01T05:19:46.302Z