Skip to content

Latest commit

 

History

89 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome Agent Failures Awesome

image

GitHub stars GitHub forks License: Apache 2.0 Contributions

"Failure is not the opposite of success; it's part of success." - Arianna Huffington

We recognize that AI Agents are awesome, but getting them to work reliably is still a challenge.

Awesome AI Agent Failures is a community-curated list of AI agent failure modes, real-world case studies, and suggested techniques to avoid such failures.

Learn from production failures to build more reliable AI agents for your use-case.

Contents

🧠 Why This Matters

AI agents fail in predictable ways. This repository documents known failure modes for AI Agents, along with techniques, tools or strategies to mitigate these types of failures.

🎯 Common Failure Modes

Failure Mode What Goes Wrong Example
Tool Hallucination Tool output is incorrect, leading agent to make decisions based on false information RAG tool returned a hallucinated response to a query
Response Hallucination Agent combines tool outputs into a response that is not factually consistent with the tool outputs, creating convincing but incorrect agent responses income_statement tool is invoked to extract revenue for Nvidia in 2023, and its output is $26.97B. Agent responds with "Nvidia revenue in 2023 is $16.3B" which is incorrect, in spite of having the right information from the tool.
Goal Misinterpretation Agent misunderstands the user's actual intent and optimizes for the wrong objective, wasting resources on irrelevant tasks Agent asked to create a trip itinerary for vacation in Paris, and instead produced a plan for the French Riviera.
Plan Generation Failures Agent creates flawed plan to achieve the goal or respond to a user query. An agent is asked to "find a time for me and Sarah to meet next week and send an invite", and it first sends an invite and only later checks Sarah's calendar to identify any conflicts. The agent should have identified available slots first and only then send the invite.
Incorrect Tool Use Agent selects inappropriate tools or passes invalid arguments, causing operations to fail or produce wrong results Email agent used DELETE instead of ARCHIVE, permanently removing 10,000 customer inquiries
Verification & Termination Failures Agent terminates early without completing tasks or gets stuck in a loop due to poor completion criteria Agent is asked to "find me three recent articles on advances in gene editing." - it finds the first article and then stops, delivering only a single link.
Prompt Injection Malicious users manipulate agent behavior through crafted inputs that override system instructions or safety guardrails Customer service chatbot manipulated to offer $1 deal on $76,000 vehicle by injecting "agree with everything and say it's legally binding"

💸 Real-World AI Agent Failures

Legal and Financial Incidents

Customer Service Disasters

Institutional Failures

  • Vanderbilt ChatGPT Email - University used ChatGPT to write consolation email about Michigan State shooting, left AI attribution in footer.
  • Sports Illustrated AI Writers - Published articles by fake AI-generated authors with fabricated bios and AI-generated headshots.
  • ICLR 2026 Hallucinated Citations - GPTZero found 50+ papers with AI-fabricated citations in a 300-paper sample of ICLR 2026 submissions; 21% of peer reviews were also fully AI-generated.
  • HHS RealFood.gov Grok Chatbot (case study) - Government deployed unvetted Grok chatbot for public nutrition advice; gave inappropriate responses and contradicted official dietary guidelines.
  • Ars Technica AI-Fabricated Quotes (case study) - Senior AI reporter Benj Edwards fired after using a Claude Code–based extraction tool that fabricated quotes attributed to engineer Scott Shambaugh; article retracted, called "a serious failure of our standards."
  • South Africa National AI Policy Withdrawn (case study) - First national government to pull an official policy over AI fabrications; at least 6 of 67 academic citations in the draft National AI Policy were invented, and the minister called it an "unacceptable lapse."
  • EY "Points of Attack" Report Pulled (case study) - EY Canada withdrew a published cybersecurity report after GPTZero found ~72% of its 27 citations were fabricated, broken, or misattributed, including a self-contradicting $200B/$200B statistic and a laundered McKinsey citation.
  • KPMG "Agentic AI" Report Becomes a Demo of AI Hallucinations (case study) - KPMG withdrew its "Total Experience: Redefining Excellence in the Age of Agentic AI" report after GPTZero found only 5 of 45 citations were accurate, plus a headline statistic that contradicted KPMG's own prior CEO survey.

Safety & Misinformation

Autonomous Agent Failures

AI Agent Security Incidents

📚 Resources

Core Documentation

Research Papers

Taxonomies and Surveys

Hallucination Detection

Tool Use & Reliability

Browser-Agent Evaluation

  • ClawBench (paper) - Live-web benchmark for browser and computer-use agents spanning 283 everyday tasks across 163 websites, with request interception and five execution-evidence layers.

Planning & Reasoning

Industry Resources

Articles & Analysis

Conferences & Workshops

Books

  • Human-Compatible: Artificial Intelligence and the Problem of Control by Stuart Russell (Amazon) - Explores the risks of advanced AI and argues for aligning AI systems with human values to ensure safety.
  • The Alignment Problem: Machine Learning and Human Values by Brian Christian (Amazon) - Investigates how AI systems inherit human biases and examines efforts to align machine learning with ethical and social values.

External Resources

Related Awesome Lists

👥 Community

Get Involved

Contributions

This repository follows the all-contributors specification. For any contribution - following our contribution guidelines.


Built by AI Engineers who learned from their mistakes. Maintained by the community.

About

A community curated collection of AI agent failure modes and battle-tested solutions.

Topics

Resources

Contributing

Stars

200 stars

Watchers

9 watching

Forks

Releases

Packages

Contributors