Optimality of LLMs on Planning Problems (April 2026)
FreeGoogle DeepMind: first systematic study of whether LLMs produce *optimal* plans (not just valid); reasoning-enhanced LLMs significantly outperform classical satisficing planners (LAMA) in complex multi-goal configurations
About Optimality of LLMs on Planning Problems (April 2026)
This paper presents the first systematic study of whether Large Language Models (LLMs) generate optimal plans in classic AI planning problems, rather than merely valid ones. The research focuses on the Blocksworld domain and its formally equivalent Path-Star (P*) graph to isolate true topological reasoning from semantic priors. By systematically manipulating problem depth (tower height), width (number of towers), and compositionality (number of goal blocks), the authors show that reasoning-enhanced LLMs significantly outperform traditional satisficing planners (e.g., LAMA) in complex, multi-goal configurations. Notably, although classical search algorithms struggle as the search space expands, LLMs track theoretical optimality limits with near-perfect precision—even when domain-specific semantic hints are removed. The paper proposes and finds evidence for two explanatory hypotheses: an active 'Algorithmic Simulation' executed via reasoning tokens, and a 'Geometric Memory' that allows models to represent the P* topology as a navigable global geometry, effectively bypassing exponential combinatorial complexity.
Key Features
Pros & Cons
- First rigorous analysis of LLM plan optimality, not just success rate
- LLMs outperform classical satisficing planners in complex multi-goal settings
- LLMs track theoretical optimality bounds even without domain-specific hints
- Provides evidence for reasoning mechanisms (Algorithmic Simulation, Geometric Memory) that may generalize to other domains
- Study limited to Blocksworld and Path-Star domains; generalizability to all planning problems unverified
- LLMs may still rely on heuristic shortcuts in simpler tasks
- Paper does not release code or detailed model architectures
- Interpretation of hypotheses speculative; further validation needed