# AMAP Agentic Planning Technical Report

Source: https://www.youtube.com/watch?v=jhcXDVcNK0w
Recap page: https://rapidrecap.app/video/jhcXDVcNK0w
Generated: 2026-01-05T17:12:33.046+00:00

---
## Quick Overview

The agentic planning framework successfully demonstrated an 80% improvement in training efficiency and a 16% gain in handling complex, ambiguous tasks compared to baseline models like Q3 and Q4, proving its ability to learn domain-specific reasoning and avoid hallucination by adhering to explicit constraints and rewarding truthful outputs.

**Key Points:**
- The agentic planning framework achieved an 80% improvement in training efficiency and a 16% gain in handling complex, ambiguous problems compared to baseline models.
- The framework uses a three-stage process: explicit reasoning (System 1 thinking), tool selection, and reinforcement learning optimization (System 2).
- The agent was trained to recognize the boundaries of its own toolset, avoiding hallucinations by refusing to answer questions outside its explicit tool scope.
- The RLA (RL-Agent) model, initialized from an already capable SFT model, showed superior performance by learning to score complex tasks highly only when they were solved truthfully, unlike general models.
- The three core dimensions evaluated for difficulty were Cognitive Load/Tool Selection, Execution Chain Depth, and Constraint Complexity.
- For the EV planning case study, the agent successfully planned a 500km route with charging stops, achieving a final score of 7.33, significantly better than the baseline's inability to solve the task without hallucination.

![Screenshot at 00:05: The introduction of the AMAP \(Agentic Map and Plan\) framework, which utilizes a sophisticated, multi-stage planning process to handle complex reasoning tasks effectively.](https://ss.rapidrecap.app/screens/jhcXDVcNK0w/00-00-05.jpg)

**Context:** This technical report details the development and evaluation of an agentic planning framework designed to improve the reliability and efficiency of large language models (LLMs) when tackling real-world, multi-step reasoning tasks. The framework addresses the common failure mode of LLMs, which is hallucination or inventing facts, by enforcing adherence to a defined set of tools and knowledge boundaries during the planning and execution process.

## Detailed Analysis

The discussion centers on the AMAP (Agentic Map and Plan) framework developed by the Alibaba AMAP AI team, designed to make agents more reliable and specialized for domain-specific tasks. The framework operates in three main stages: System 1 thinking (intuitive problem assessment), tool selection, and System 2 reinforcement learning optimization. A key innovation is training the agent to recognize the boundaries of its available tools, penalizing it for attempting to answer questions outside its scope (hallucinating) and rewarding it for factual accuracy and constraint adherence. The framework was evaluated across three dimensions of difficulty: Cognitive Load/Tool Selection, Execution Chain Depth, and Constraint Complexity. In a crucial case study involving EV route planning with charging stops over a 500km range, the specialized RLA model achieved a score of 7.33, significantly outperforming general models like Q3 and Q4, which scored -1 (unexecutable). This performance gain is attributed to the agent learning to prioritize truthfulness over just finding an answer, directly linking high fidelity to the final reward signal. The overall takeaway is that specialized, constraint-aware training dramatically improves an agent's ability to handle complex, real-world scenarios reliably.

### Agentic Planning Framework Overview

- Undertaking a deep dive into the Agent LLM team's methodology
- The framework is designed for one very specific, very hard job: Spatio-temporal reasoning tasks
- The goal is to simplify technical bits to understand how it got so good at complex, real-world reasoning.

### The Three Pillars of Difficulty

- First is Cognitive Load and Tool Selection (explicit command vs. implicit reasoning)
- Second is Execution Chain Depth (how many tools it needs to call)
- Third is Constraint Complexity (spatial/temporal constraints packed into one query).

### Evaluation Results

- The specialized model achieved an 80% improvement in training efficiency and a 16% gain in handling complex problems
- The agent was explicitly taught to reject unanswerable questions, preventing hallucination
- The final reward signal maximized reward for truthfulness over mere completion.

### Case Study

- EV Long-Distance Planning: The query involved planning a route with charging stops over a 500km range
- The RLA model scored 7.33, beating larger models like Gemini 3 Pro (30 billion parameters)
- The framework ensures the agent actively incorporates its limitations, such as tool boundaries, into its reasoning.

![Screenshot at 00:05: The introduction slide highlighting the focus on a deep dive into the Agent LLM team's methodology for spatio-temporal reasoning.](https://ss.rapidrecap.app/screens/jhcXDVcNK0w/00-00-05.jpg)
![Screenshot at 00:44: Visual representation of the three core evaluation dimensions: Cognitive Load/Tool Selection, Execution Chain Depth, and Constraint Complexity.](https://ss.rapidrecap.app/screens/jhcXDVcNK0w/00-00-44.jpg)
![Screenshot at 01:27: The discussion of the first difficulty dimension: Cognitive Load/Tool Selection, contrasting explicit command vs. implicit reasoning.](https://ss.rapidrecap.app/screens/jhcXDVcNK0w/00-01-27.jpg)
![Screenshot at 02:24: Mention of the Fast MCP \(Fast Multi-step Chain of Prompting\) as a universal API language/framework.](https://ss.rapidrecap.app/screens/jhcXDVcNK0w/00-02-24.jpg)
![Screenshot at 07:16: Presentation of the final evaluation results showing the specialized model significantly outperformed larger general models on complex tasks.](https://ss.rapidrecap.app/screens/jhcXDVcNK0w/00-07-16.jpg)
