Robust Agent Compensation (RAC): Teaching AI Agents to Compensate
Srinath Perera, Kaviru Hapuarachchi, Frank Leymann, Rania Khalaf

TL;DR
Robust Agent Compensation (RAC) is a versatile safety net extension for AI agents that improves reliability and efficiency without requiring changes to existing agent code.
Contribution
The paper introduces RAC, a log-based recovery paradigm that can be integrated into most agent frameworks to enhance robustness and performance.
Findings
RAC improves latency and token economy by 1.5-8X over existing recovery methods.
Demonstrated viability through LangChain implementation and benchmarks.
Supports reliable execution and avoids unintended side effects.
Abstract
We present Robust Agent Compensation (RAC), a log-based recovery paradigm (providing a safety net) implemented through an architectural extension that can be applied to most Agent frameworks to support reliable executions (avoiding unintended side effects). Users can choose to enable RAC without changing their current agent code (e.g., LangGraph agents). The proposed approach can be implemented in most existing agent frameworks via their existing extension points. We present an implementation based on LangChain, demonstrate its viability through the -bench and REALM-Bench, and show that when solving complex problems, RAC is 1.5-8X or more better in both latency and token economy compared to state-of-the-art LLM-based recovery approaches.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
