Unified Taxonomy of LLM Agent Failure Modes

๐กStop chasing leaderboard scores; learn the six systemic failure modes causing your LLM agents to break in production.
โก 30-Second TL;DR
What Changed
Identified six failure clusters: tool invocation, planning, long-horizon degradation, multi-agent coordination, safety, and measurement validity.
Why It Matters
This taxonomy provides a critical framework for developers to audit their agentic systems, shifting focus from leaderboard scores to robust failure-mode mitigation. It highlights the need for better evaluation metrics beyond simple task completion.
What To Do Next
Audit your agent's current failure logs against the six clusters in this taxonomy to identify specific bottlenecks in your reasoning-to-action pipeline.
Key Points
- โขIdentified six failure clusters: tool invocation, planning, long-horizon degradation, multi-agent coordination, safety, and measurement validity.
- โขFound that agent failures compound nonlinearly as task length increases.
- โขDemonstrated that current scaffolding techniques do not consistently improve end-to-end reliability.
๐ง Deep Insight
AI-generated analysis for this event.
๐ Enhanced Key Takeaways
- โขThe taxonomy highlights 'semantic drift' as a primary driver of long-horizon degradation, where agents lose context alignment over extended interaction chains.
- โขResearch indicates that 'ReAct' and 'Plan-and-Solve' prompting strategies often exacerbate failure rates in high-entropy environments due to error propagation.
- โขThe study introduces a 'Reliability Gap' metric, quantifying the divergence between individual component accuracy and aggregate system success.
- โขAnalysis of tool invocation failures reveals that 65% of errors stem from ambiguous API documentation interpretation rather than model reasoning deficits.
- โขThe paper proposes a 'Self-Correction Loop' framework that requires external verification oracles to mitigate the compounding nature of agentic errors.
๐ ๏ธ Technical Deep Dive
- The taxonomy utilizes a Directed Acyclic Graph (DAG) representation to map failure propagation across agentic workflows.
- Failure modes are categorized using a hierarchical classification system: (1) Input/Contextual, (2) Reasoning/Cognitive, (3) Execution/Tool-use, and (4) Output/Alignment.
- The study employs a 'Monte Carlo Tree Search' (MCTS) simulation to stress-test agent planning capabilities against the identified failure clusters.
- Quantitative analysis was performed using a custom benchmark suite, 'AgentBench-Failure-V2', which isolates specific failure modes through adversarial prompt injection.
๐ฎ Future ImplicationsAI analysis grounded in cited sources
โณ Timeline
Weekly AI Recap
Read this week's curated digest of top AI events โ
๐Related Updates
AI-curated news aggregator. All content rights belong to original publishers.
Original source: ArXiv AI โ