A new arXiv paper tackles a common problem in agent optimization: execution traces are large, noisy, and difficult for reflection systems to use directly. The authors propose structural trajectory analysis and causal extraction to identify root causes of failures.
The work matters because long-horizon agents often rely on LLM-based reflection to improve future behavior. If the reflection step is fed messy traces, it can produce weak or misleading changes to the agent policy.
Better trace analysis could make agent debugging more systematic and help teams move beyond ad hoc prompt tweaks when workflows fail.