Paper 2601.12538
Agentic Reasoning for Large Language Models
- Published
- Jan 2026
- Research lab
- Independent
- Citations
- 34
- GitHub
- 1.3K stars
01 In brief
Summary
This survey introduces agentic reasoning, a paradigm shift where large language models (LLMs) act as autonomous agents that plan, act, and learn through continual interaction with their environment, rather than passively generating sequences.
The authors organize agentic reasoning along three complementary dimensions: foundational agentic reasoning (core single-agent capabilities like planning, tool use, and search), self-evolving agentic reasoning (refinement through feedback, memory, and adaptation), and collective multi-agent reasoning (collaboration among multiple agents).
They also distinguish between in-context reasoning (scaling test-time interaction) and post-training reasoning (optimizing via reinforcement learning and fine-tuning).
The survey reviews applications across science, robotics, healthcare, and autonomous research, and discusses benchmarks for evaluating agentic reasoning.
It concludes by outlining open challenges, including personalization, long-horizon interaction, world modeling, scalable multi-agent training, and governance frameworks for real-world deployment.
The work aims to provide a unified roadmap bridging thoughts and actions for agentic systems, synthesizing methods across environmental dynamics, optimization settings, and agent interaction settings.
02 From the paper
Abstract
Reasoning is a fundamental cognitive process underlying inference, problem-solving, and decision-making. While large language models (LLMs) demonstrate strong reasoning capabilities in closed-world settings, they struggle in open-ended and dynamic environments. Agentic reasoning marks a paradigm shift by reframing LLMs as autonomous agents that plan, act, and learn through continual interaction. In this survey, we organize agentic reasoning along three complementary dimensions. First, we characterize environmental dynamics through three layers: foundational agentic reasoning, which establishes core single-agent capabilities including planning, tool use, and search in stable environments; self-evolving agentic reasoning, which studies how agents refine these capabilities through feedback, memory, and adaptation; and collective multi-agent reasoning, which extends intelligence to collaborative settings involving coordination, knowledge sharing, and shared goals. Across these layers, we distinguish in-context reasoning, which scales test-time interaction through structured orchestration, from post-training reasoning, which optimizes behaviors via reinforcement learning and supervised fine-tuning. We further review representative agentic reasoning frameworks across real-world applications and benchmarks, including science, robotics, healthcare, autonomous research, and mathematics. This survey synthesizes agentic reasoning methods into a unified roadmap bridging thought and action, and outlines open challenges and future directions, including personalization, long-horizon interaction, world modeling, scalable multi-agent training, and governance for real-world deployment.