[research] Debug agentic failures 200–5000× faster — train only on successes #291
Closed
Replies: 1 comment
|
This discussion was automatically closed because it expired on 2026-07-24T10:24:30.156Z.
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
🔬 The Finding
Researchers from UW–Madison introduced OAT (One-class Anomaly detection with neural controlled differential equations), a lightweight failure attribution model for LLM-based agentic systems. Trained on just 100 successful trajectories — no failure data or step-level annotations needed — OAT identifies which specific steps caused a failure at inference time. It runs 200–5000× faster than prompting-based baselines while beating them by +20% F1 in-domain and +7% out-of-distribution.
⚙️ What It Means for Agentic Workflows
🔗 Source
Tracing Agentic Failure from the Flow of Success — July 14, 2026
All reactions