The Big Picture
Automating repairs by exploring rollback-and-repair choices leads to reliably fixing more multi-agent failures (6–12% higher success) while keeping API/token costs low.
ON THIS PAGE
The Evidence
Searching a space of rollback-and-repair moves finds better fixes than linear or single-path methods. The search uses partial replays (only a few agent steps at a time) plus a failure taxonomy to score incomplete runs, so it can explore many candidate repairs cheaply. The method, called MARS, outperforms the prior state of the art across benchmarks and agent setups while adding only small overhead in token usage. A new replayable dataset called StateMAS (1,310 failed trajectories) makes those comparisons possible. Model Context Protocol (MCP) Pattern.
Not sure where to start?Get personalized recommendations
Data Highlights
18.5%–10.3% absolute improvement in post-repair pass rate on GAIA compared to the strongest baseline (DoVer) across four LLM backbones.
26.1%–12.2% absolute improvement in post-repair pass rate on AssistantBench compared to DoVer across four LLM backbones.
3Token cost: MARS adds just a 5.6% overhead versus the cheapest baseline, and uses up to 59.1% fewer tokens than the most expensive baseline.
What This Means
Engineers running systems built from multiple AI agents (for example, assistants that coordinate tools and subagents) will benefit because MARS reduces manual debugging and increases task success. Platform and reliability engineers can use StateMAS to pre-test repair strategies and measure agent-to-agent failure modes before production rollouts. Multi-Agent Scientific Research.
Key Figures

Fig 1: Figure 1: The overview framework of MARS .

Fig 2: Figure 2: Sensitivity results with centralized orchestration
Ready to evaluate your AI agents?
Learn how ReputAgent helps teams build trustworthy AI through systematic evaluation.
Learn MoreYes, But...
MARS depends on being able to deterministically replay executions and save full system states; systems with high runtime nondeterminism or external services may be harder to reproduce and repair. The benchmark and experiments cover four agent architectures and four LLM backbones, but results may vary with very different models, tools, or live APIs. Performance and cost depend on MARS hyperparameters (rollout length, search budget); tuning is required to match your latency and API-cost constraints. deterministically replay executions.
Methodology & More
MARS treats automatic repair as a search problem: from a saved failed run, it builds a tree of possible interventions and explores them to find a sequence that fixes the failure. Actions in the search include rolling back to a saved checkpoint, inserting guided repair advice for the next agent turn, and continuing execution without edits. To avoid the high cost of re-running full conversations, MARS uses partial rollouts (replaying only a small number of agent steps) and a taxonomy-based evaluator that recognizes common failure patterns and assigns dynamic rewards to incomplete trajectories. That lets the search prefer promising repair paths before executing to the very end. Sub-Agent Delegation Pattern . To evaluate the approach, the authors released StateMAS, a replayable dataset of 1,310 failed trajectories across four common agent architectures (centralized, sequential, decentralized, concurrent) and four LLM backbones. MARS outperforms DoVer and adaptations of reflection-style baselines on two benchmarks (GAIA and AssistantBench), improving pass rates by roughly 6–12% depending on the suite and model. Crucially, those gains come without exploding token or API costs: MARS keeps token usage near the cheapest baseline and far below the most expensive one. For teams that need automated debugging and pre-production testing of multi-agent workflows, MARS + StateMAS offers a practical way to find repairs at scale while measuring trade-offs between success rate and operational cost. Hierarchical Multi-Agent Pattern.
Avoid common pitfallsLearn what failures to watch for
Credibility Assessment:
Authors/affiliations not specified and no h-index provided; arXiv preprint with limited provenance — emerging/limited information.