Why Reasoning Fails to Plan: A Planning-Centric Analysis of Long-Horizon Decision Making in LLM Agents
Zehong Wang, Fang Wu, Hongru Wang, Xiangru Tang, Bolian Li, Zhenfei Yin, Yijun Ma, Yiyang Li, Weixiang Sun, Xiusi Chen, Yanfang Ye
TL;DR
This work identifies a fundamental gap between reasoning and planning in LLM-driven agents, showing that step-wise, locally scored decisions fail to sustain long-horizon coherence even in fully observable environments. It formalizes planning with a deterministic state-transition framework and proves that minimal reasoning-based strategies can be arbitrarily suboptimal for extended horizons, while even shallow lookahead improves outcomes. To address this, the authors propose FLARE (Future-aware Lookahead with Reward Estimation), combining explicit lookahead, trajectory-level value propagation, and receding-horizon commitment to revise early decisions based on downstream consequences. Across KGQA benchmarks and tool-use scenarios, FLARE yields robust improvements that often beat larger reasoning-based models, underscoring the practical importance of planning-centric agent design for long-horizon tasks.
Abstract
Large language model (LLM)-based agents exhibit strong step-by-step reasoning capabilities over short horizons, yet often fail to sustain coherent behavior over long planning horizons. We argue that this failure reflects a fundamental mismatch: step-wise reasoning induces a form of step-wise greedy policy that is adequate for short horizons but fails in long-horizon planning, where early actions must account for delayed consequences. From this planning-centric perspective, we study LLM-based agents in deterministic, fully structured environments with explicit state transitions and evaluation signals. Our analysis reveals a core failure mode of reasoning-based policies: locally optimal choices induced by step-wise scoring lead to early myopic commitments that are systematically amplified over time and difficult to recover from. We introduce FLARE (Future-aware Lookahead with Reward Estimation) as a minimal instantiation of future-aware planning to enforce explicit lookahead, value propagation, and limited commitment in a single model, allowing downstream outcomes to influence early decisions. Across multiple benchmarks, agent frameworks, and LLM backbones, FLARE consistently improves task performance and planning-level behavior, frequently allowing LLaMA-8B with FLARE to outperform GPT-4o with standard step-by-step reasoning. These results establish a clear distinction between reasoning and planning.
