Skip to main content
Practical AI

AI incidents, audits, and the limits of benchmarks

42 min episode · 2 min read
·
Sean Macgregor

Episode

42 min

Read time

2 min

Topics

Productivity, Investing, Startups

AI-Generated Summary

Key Takeaways

  • AI Incident Database methodology: The database collects incidents primarily through journalistic reporting because journalists validate base facts, though this creates limitations in assigning incident rates. The system has documented over 5,000 human-annotated reports across more than 1,000 discrete incidents, focusing on harms that inform production of safer AI rather than indexing every minor occurrence that happens millions of times daily.
  • Third-party audit necessity: Organizations deploying general-purpose AI systems face a fundamental problem because traditional safety processes assume specific contexts, but frontier models operate across wildcard circumstances. Third-party audits provide independent verification similar to financial audits, where representations about model capabilities must be checked against actual evidence rather than relying on first-party claims that likely haven't been tested in specific deployment environments.
  • Benchmark limitations for practical deployment: Most AI benchmarks are produced for research and knowledge generation purposes, not practical deployment decisions. Benchmarks like BBQ for bias testing operate within specific prompt distributions that may not generalize to actual deployment environments. The BenchRisk meta-evaluation project found many benchmarks lack sufficient documentation and evidence, essentially providing trust-me-bro level receipts rather than rigorous validation for real-world safety claims.
  • Guard model vulnerability patterns: At the Defcon Generative Red Team competition with a 7 billion parameter model, the most exploited vulnerability was the handoff between guard models and underlying foundation models. When guard models use soft rejection strategies that reprompt rather than hard reject, attackers can systematically exploit this interface. Systems composed of multiple models often have undertested interfaces, especially when benchmarks evaluate components separately rather than the integrated system.
  • Statistical rigor in security testing: Security researchers attempting to break AI systems must demonstrate systematic vulnerabilities rather than anecdotal exploits, requiring statistical evidence that attacks work reliably across multiple attempts. A single successful jailbreak from 100 attempts against a system with 99 percent filtering effectiveness provides no useful information for system designers. Effective flaw reports must show attack strategies that consistently underperform documented safety thresholds.

What It Covers

Sean MacGregor, founder of the AI Incident Database and cofounder of the AI Verification and Evaluation Research Institute, explains how AI safety incidents are documented, why third-party audits matter for AI systems, and how benchmarks often fail to predict real-world model behavior. The database contains over 5,000 human-annotated reports across 1,000+ discrete incidents.

Key Questions Answered

  • AI Incident Database methodology: The database collects incidents primarily through journalistic reporting because journalists validate base facts, though this creates limitations in assigning incident rates. The system has documented over 5,000 human-annotated reports across more than 1,000 discrete incidents, focusing on harms that inform production of safer AI rather than indexing every minor occurrence that happens millions of times daily.
  • Third-party audit necessity: Organizations deploying general-purpose AI systems face a fundamental problem because traditional safety processes assume specific contexts, but frontier models operate across wildcard circumstances. Third-party audits provide independent verification similar to financial audits, where representations about model capabilities must be checked against actual evidence rather than relying on first-party claims that likely haven't been tested in specific deployment environments.
  • Benchmark limitations for practical deployment: Most AI benchmarks are produced for research and knowledge generation purposes, not practical deployment decisions. Benchmarks like BBQ for bias testing operate within specific prompt distributions that may not generalize to actual deployment environments. The BenchRisk meta-evaluation project found many benchmarks lack sufficient documentation and evidence, essentially providing trust-me-bro level receipts rather than rigorous validation for real-world safety claims.
  • Guard model vulnerability patterns: At the Defcon Generative Red Team competition with a 7 billion parameter model, the most exploited vulnerability was the handoff between guard models and underlying foundation models. When guard models use soft rejection strategies that reprompt rather than hard reject, attackers can systematically exploit this interface. Systems composed of multiple models often have undertested interfaces, especially when benchmarks evaluate components separately rather than the integrated system.
  • Statistical rigor in security testing: Security researchers attempting to break AI systems must demonstrate systematic vulnerabilities rather than anecdotal exploits, requiring statistical evidence that attacks work reliably across multiple attempts. A single successful jailbreak from 100 attempts against a system with 99 percent filtering effectiveness provides no useful information for system designers. Effective flaw reports must show attack strategies that consistently underperform documented safety thresholds.

Notable Moment

A traffic camera system sent a citation to someone after misidentifying a woman wearing a shirt that said "knitter" as a license plate, with the purse strap creating characters that resembled a plate number. This incident demonstrates how AI systems fail in unexpected ways when real-world conditions create edge cases developers never anticipated during testing.

Know someone who'd find this useful?

Episode Transcript

Welcome to the Practical AI podcast, where we break down the real world applications of artificial intelligence and how it's shaping the way we live, work, and create. Our goal is to help make AI technology practical, productive, and accessible to everyone. Whether you're a developer, business leader, or just curious about the tech behind the buzz, you're in the right place. Be sure to connect with us on LinkedIn, x, or Blue Sky to stay up to date with episode drops, behind the scenes content, and AI insights. You can learn more at practicalai.fm. Now onto the show. Welcome to another episode of the Practical AI podcast. This is Daniel Whitenak. I am CEO at Prediction Guard, and I am joined as always by my cohost, Chris Benson, who is a principal AI research engineer at Lockheed Martin. How are you doing, Chris? Hey. Doing great today, Daniel. How's it going? It's going really good. Lots of fun things in the news to follow and lots of fun things to work on. By the way, for our listeners who might need a reminder about this, we we are doing some, webinars recently on a variety of topics, some of which are maybe even related to some of the things we're talking about today around security or safety. So if you wanna find out about those, go to practicalai.fm/webinars. That's where we have some of those things listed out. But I'm I'm really excited today because, have have an amazing set of things to talk about with Sean MacGregor, who is cofounder and lead research engineer at the AI Verification and Evaluation Research Institute and also the founder of the AI Incident Database. How are you doing, Sean? Thanks for joining us. I'm doing well. Thanks for having me here. Yeah. Yeah. Of course. I and this is interesting kind of to think about AI incidents, verification, evaluation. How did you find your way into a day to day where you're thinking about and documenting and studying AI incidents among other things. How did I get to work on, what you might call impractical AI or, Yeah. Yeah. Well, I guess, I guess where practical AI turns into, problematic AI, let's say. Yes. Yeah. And and, really, practical AI is is the AI that has consequences and matters in the world, and those are the ones you actually care to look into where it goes wrong. So the kind of really quickie professional tour of things is I'm about a 2017, vintage PhD in in machine learning. I focused on reinforcement learning as applied to wildfire suppression policy. So a fire starts in a forest, what do you do about it, and how does that impact the development of the the land and the values we we get from it over the course of a hundred years. Really, in in that setting, I I had a very strong sense of the power of the technology that we were developing, but …

Get the full transcript (7,107 words) + summary by email — free

One-time email with the complete transcript and AI summary of this episode. No account needed.

One email, no spam. We’ll also show you what SignalCast does.

Browse all Practical AI transcripts →

You just read a 3-minute summary of a 39-minute episode.

Get Practical AI summarized like this every Monday — plus up to 2 more podcasts, free.

Pick Your Podcasts — Free

Keep Reading

Books, tools, and gear mentioned in this episode

SignalCast may earn commission on purchases via these links.

Tools

  • Sean MacGregor, founder of the AI Incident Database and cofounder of the AI Verification and Evaluation Research Institute, explains how AI safety incidents are documented. The database contains over 5,000 human-annotated reports across 1,000+ discrete incidents.
  • Benchmarks like BBQ for bias testing operate within specific prompt distributions that may not generalize to actual deployment environments.
  • The BenchRisk meta-evaluation project found many benchmarks lack sufficient documentation and evidence, essentially providing trust-me-bro level receipts rather than rigorous validation for real-world safety claims.

company

More from Practical AI

We summarize every new episode. Want them in your inbox?

Similar Episodes

Related episodes from other podcasts

Explore Related Topics

This podcast is featured in Best AI Podcasts (2026) — ranked and reviewed with AI summaries.

Read this week's Investing & Markets Podcast Insights — cross-podcast analysis updated weekly.

You're clearly into Practical AI.

Every Monday, we deliver AI summaries of the latest episodes from Practical AI and 192+ other podcasts. Free for one show.

Start My Monday Digest

No credit card · Unsubscribe anytime