🟢 🤝 Agents Published: · 2 min read ·

arXiv:2606.20487: H-RePlan — Hierarchical Recovery of AI Agents Across Multiple Devices

arXiv:2606.20487 ↗

Editorial illustration: H-RePlan — hierarchical recovery of AI agents across multiple devices

H-RePlan is a system that enables AI agents managing Linux and Android simultaneously to autonomously recover from errors — each platform's local recovery strategy is separated from the global orchestrator's replanning, reducing token costs and increasing task success rates.

🤖

This article was generated using artificial intelligence from primary sources.

Cross-Device AI Agents and the Failure Recovery Problem

Cross-device AI agents — systems that simultaneously manage Linux and Android within a single workflow — are becoming increasingly common in autonomous agent research. Their main weakness is fragility in the face of errors: when one device fails to execute a command, the global orchestrator must replan the entire task from scratch, consuming large numbers of tokens and slowing down execution.

H-RePlan: A Hierarchical Recovery Architecture

H-RePlan, a paper by ten co-authors led by Shu Yao, Yuhu Luo, and Qian Long (published June 19, 2026), addresses this problem with a “compact cross-layer failure abstraction.” Each device has its own local recovery strategy module that resolves minor errors autonomously, without reporting to the orchestrator. Only serious errors that exceed the local recovery capability escalate to the global replanning level.

Concrete Results vs. Baselines

On the new HeraBench benchmark — which injects realistic failures into cross-device workflows — H-RePlan records a higher task completion rate, better adherence to original instructions, and lower token costs compared to global replanning where every error passes through the central orchestrator. HeraBench is the first benchmark specifically designed to test the robustness of cross-device agents under error conditions.

Authors’ Conclusion

The key insight is that “scope-aware” hierarchical recovery is not an optional optimization, but a prerequisite for reliable cross-device AI agents in real-world scenarios.

Frequently Asked Questions

What is H-RePlan and what is it used for?
H-RePlan is a hierarchical failure-recovery framework for cross-device AI agents; it separates the local recovery strategy of each device from the global orchestrator's replanning, thereby reducing unnecessary communication and token costs.
What is HeraBench?
HeraBench is a new benchmark that realistically injects failures into cross-device workflows (Linux + Android) to measure agents' ability to recover from them.
How much better is H-RePlan compared to global replanning?
H-RePlan achieves a higher task completion rate, better instruction adherence, and lower token costs compared to baselines that route all decisions through a central orchestrator.