Practical AI

AI incidents, audits, and the limits of benchmarks

Feb 13, 2026
Listen Now

Summary

The episode examines the gap between research benchmarks and real-world AI safety, drawing on Sean McGregor’s work with the AI Incident Database and the AI Verification & Evaluation Research Institute. It emphasizes that practical AI is defined by systems that produce real-world consequences, and that benchmarks and lab tests often fail to predict brittle failures in deployed systems. The conversation covers sourcing and classifying incidents, challenges of voluntary reporting versus potential mandatory reporting, and the scale trade-offs of indexing many small harms versus focusing on high-impact events. The hosts also discuss the role of third-party audits, lessons from red-teaming (e.g., DEF CON exercises), and the need for new evaluation approaches for general-purpose models and composed systems.

Key Takeaways

  • 1Focus safety work on deployed systems with real-world consequences rather than academic demos.
  • 2Benchmarks and lab tests are necessary for research but insufficient as deployment guarantees.
  • 3Incident collection at scale enables pattern discovery but faces sourcing limits that regulation could address.
  • 4General-purpose frontier models make exhaustive verification infeasible, requiring new verification and high-level guarantees.
  • 5Third-party audits are increasingly essential to build trust and validate vendor claims.
  • 6Red-teaming and security-style testing reveal exploitable integration and handoff failures that benchmarks miss.

Notable Quotes

"I focused on reinforcement learning as applied to wildfire suppression policy... I had a very strong sense of the power of the technology ... but also the brittleness of it."

"And so we've, in that project, collected more than 5,000 human annotated reports of AI incidents."

"Those are collected across more than 1,000 discrete incident records at this point."

"We can prove existence. We can prove it's happening."

"This, this basically broke the safety frame."

"Cause the answer is going to be no."

"The world is hard."

"Evaluating the benchmarks are useful is you're basically checking those receipts."

Episode questions

How does the speaker define 'incident' for the AI Incident Database?

The intergovernmental/workshop definition used is effectively 'an event where a harm has taken place.' The team chose the word 'incident' because it is sufficiently broad to encompass accidents, adverse events, exposures, controversies, and harms while still being meaningful.

What are the primary sources for AI incident entries today?

Most entries currently come from journalistic reporting, supplemented by direct submissions (emails, forms, blog posts). Journalists do substantial validation work, but declining journalistic capacity and proprietary systems limit coverage.

Why are benchmarks and lab tests insufficient on their own?

Benchmarks don’t capture the brittleness and contextual failure modes seen in real deployments (e.g., RL policies behaving poorly in new real-world conditions). Real-world incident data and domain-specific regression-style tests are needed to detect and prevent failures that benchmarks miss.

What is the potential impact of many small harms repeated at scale?

Even slight negative shifts applied to large populations can produce non-trivial harms — for example, if a billion people are slightly more depressed, some number will die as a result. This argues for attention to high-scale, lower-severity failures as well as catastrophic events.