Efficient Agentic Reasoning Through Self-Regulated Simulative Planning

Mingkai Deng, Jinyu Hou, Lara Sá Neves, Varad Pimpalkhute, Taylor W. Killian, Zhengzhong Liu, Eric P. Xing

arXiv:2605.22138 · 2026-05-22 공개 · arXiv · PDF

reinforcement-learning world-models chain-of-thought token-efficiency agentic-llm llm-planning system-iii self-regulated-planning

Abstract

How should an agent decide when and how to plan? A dominant approach builds agents as reactive policies with adaptive computation (e.g., chain-of-thought), trained end-to-end expecting planning to emerge implicitly. Without control over the presence, structure, or horizon of planning, these systems dramatically increase reasoning length, yielding inefficient token use without reliable accuracy gains. We argue efficient agentic reasoning benefits from decomposing decision-making into three systems: simulative reasoning (System II) grounding deliberation in future-state prediction via a world model; self-regulation (System III) deciding when and how deeply to plan via a learned configurator; and reactive execution (System I) handling fine-grained action. Simulative reasoning provides unified planning across diverse tasks without per-domain engineering, while self-regulation ensures the planner is invoked only when needed. To test this, we develop SR^2AM (Self-Regulated Simulative Reasoning Agentic LLM), realizing both as distinct stages within an LLM's chain-of-thought, with the LLM as world model. We explore two instantiations: recording decisions from a prompted multi-module system (v0.1) and reconstructing structured plans from traces of pretrained reasoning LLMs (v1.0), trained via supervised then reinforcement learning (RL). Across math, science, tabular analysis, and web information seeking, v0.1-8B and v1.0-30B achieve Pass@1 competitive with 120-355B and 685B-1T parameter systems respectively, while v1.0-30B uses 25.8-95.3% fewer reasoning tokens than comparable agentic LLMs. RL increases average planning horizon by 22.8% while planning frequency grows only 2.0%, showing it learns to plan further ahead rather than more often. More broadly, learned self-regulation instantiates a principle we expect to extend beyond planning to how agents govern their own learning and adaptation.

한국어 요약

한 줄 요약

**[Agentic Reasoning / Self-Regulated Planning]** SR^2AM이 simulative reasoning(System II)·self-regulation(System III)·reactive execution(System I)의 3 system 분해로 plan 시점·깊이 학습 — v1.0-30B가 685B-1T 시스템과 Pass@1 경쟁하며 reasoning token 25.8-95.3% 절감, RL이 planning 빈도(+2.0%)가 아닌 horizon(+22.8%)을 늘림.

핵심 기여도

핵심 아이디어

효율적 agentic reasoning은 planning을 implicit emergence에 맡기지 말고 simulative reasoning·self-regulation·reactive execution 3 system으로 explicit 분해해야 하며, RL이 self-regulation을 학습시키면 planning을 "더 자주"가 아닌 "더 멀리" 하도록 학습한다 — token 효율과 정확도의 동시 최적화.

기술적 접근법

주요 결과

의의 및 한계

**의의**: Agentic reasoning에 System I/II/III 인지심리학 framework 적용해 efficient·controllable 학습 paradigm 제시, parameter 효율(30B vs 685B-1T) 극적 개선, self-regulation이 일반 agent 학습·적응 원리로 확장 가능하다는 비전. **한계**: World model 품질이 LLM 자체에 의존, v1.0 RL의 안정·재현성, 평가 task의 다양성 한계, planning과 reactive 사이 latency overhead의 실제 응용 영향.

실용적 활용