You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Cheap, scalable debugging: Teams building automated GitHub workflows can train a failure attributor purely from logs of passing runs — no expensive labeling of broken traces required. This turns every successful run into a training signal.
Precise failure localization: Instead of re-running or prompting an LLM to diagnose a broken multi-step agent, OAT assigns per-step anomaly scores, letting you pinpoint the exact tool call or reasoning step that went off-track.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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