Workshop
AIWILD @ ICLR 2026
Featured
AgentTrace: Causal Graph Tracing for Root Cause Analysis in Deployed Multi-Agent Systems
Zhaohui Geoffrey Wang
ICLR 2026 Workshop on AI in the Wild (AIWILD), 2026
// ABSTRACT
As multi-agent AI systems are increasingly deployed in real-world settings, failures become harder to diagnose due to cascading effects, hidden dependencies, and long execution traces. AgentTrace is a lightweight causal tracing framework for post-hoc failure diagnosis in deployed multi-agent workflows. It reconstructs causal graphs from execution logs, traces backward from error manifestations, and ranks candidate root causes using interpretable structural and positional signals without requiring LLM inference at debugging time. Across a diverse benchmark of multi-agent failure scenarios designed to reflect common deployment patterns, AgentTrace localizes root causes with high accuracy and sub-second latency, significantly outperforming both heuristic and LLM-based baselines.
// BIBTEX
@inproceedings{wang2026agenttrace,
title = {AgentTrace: Causal Graph Tracing for Root Cause Analysis in Deployed Multi-Agent Systems},
author = {Zhaohui Geoffrey Wang},
booktitle = {ICLR 2026 Workshop on AI in the Wild (AIWILD)},
year = {2026},
month = {4},
eprint = {2603.14688},
archivePrefix = {arXiv},
}