Repair the Amplifier, Not the Symptom: Stable World-Model Correction for Agent Rollouts
Summary
A new approach, WM-SAR (World-Model Subgraph Amplification Repair), addresses the challenge of correcting failures in large agent planning graphs, which can involve thousands or tens of thousands of steps. Traditional methods of replanning an entire graph after each error are computationally unrealistic and inefficient, consuming large context budgets and exposing Large Language Models (LLMs) to irrelevant symptoms. WM-SAR contrasts with common engineering correctors that scan local regions for visible symptoms. Instead, WM-SAR identifies nodes and edges that amplify errors by working backward from subgraph amplification, sending only this causal subgraph to the LLM for repair. Experiments show WM-SAR substantially outperforms engineering correctors within realistic token budgets, achieving near-whole-graph stabilization with a compact repair region and providing the LLM with a more focused target.
Key takeaway
For AI Engineers developing agents with long, multi-step planning workflows, WM-SAR offers a critical solution to manage failures. Instead of costly full-graph replanning, you should integrate a world-model corrector like WM-SAR to identify and repair only the error-amplifying subgraphs. This approach significantly reduces token consumption and provides your LLM with a cleaner, more effective repair target, ensuring more stable and efficient agent rollouts without exhausting context budgets.
Key insights
WM-SAR efficiently repairs large agent planning graphs by targeting error-amplifying subgraphs, avoiding full-graph replanning.
Principles
- Full-graph replanning is computationally unrealistic for large planning graphs.
- Targeting causal error subgraphs improves repair efficiency and effectiveness.
- Error amplification can reveal the root cause of planning failures.
Method
WM-SAR works backward from subgraph amplification to identify and isolate error-amplifying nodes and edges, then sends only this causal subgraph to an LLM for in-place repair.
In practice
- Use WM-SAR to stabilize long-running agent workflows.
- Focus LLM repair on causal subgraphs, not symptoms.
- Avoid full-graph replays to save context budget.
Topics
- Agent Planning
- World Models
- LLM Repair
- Subgraph Amplification
- Error Correction
- Context Management
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, AI Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.