-
Notifications
You must be signed in to change notification settings - Fork 0
2026 05 07 ai production incidents deep dive
What documented production incidents over the last five years were caused or materially contributed to by Artificial Intelligence (AI) systems, and what recurring failure modes and mitigations were identified?
In scope:
- Publicly documented production incidents involving deployed AI systems (consumer, enterprise, or public-sector)
- Incident characteristics: trigger conditions, impact, and time-to-detection or remediation where available
- Evidence-based classification of failure modes, for example model behaviour, orchestration, data pipeline, governance, monitoring, or breakdowns in required human review
- Mitigation patterns that were applied or recommended after the incidents
Out of scope:
- Laboratory-only failures with no production deployment impact
- Speculative or anecdotal claims lacking verifiable sources
- General AI risk commentary that is not tied to specific incidents
Constraints: (time, source types, access)
- Focus on incidents from 2021 onward unless an earlier incident is repeatedly cited as foundational context
- Prioritise primary incident reports, regulator disclosures, postmortems, and reputable incident databases
- Every extracted incident claim must map to at least one URL in
## Sources
- [inference; source: https://davidamitchell.github.io/Research/research/2026-03-15-prompt-injection-threat-landscape.html; https://davidamitchell.github.io/Research/research/2026-04-26-data-governance-ai-lowcode-enterprise-enforcement.html; https://davidamitchell.github.io/Research/research/2026-04-26-vendor-platform-governance-constraints-compensating-controls.html] Prior completed work in this repository found that many operational AI failures arise at deployment boundaries such as untrusted input handling, runtime data governance, and compensating controls rather than from model weights alone, so incident review is useful for testing those control-surface claims against real outcomes.
- Build a candidate list of production AI incidents from incident databases, regulator notices, and vendor or public postmortems.
- Validate each candidate against source quality criteria and remove items without sufficient evidence.
- For validated incidents, extract structured fields: system type, trigger, impact, detection mode, remediation, and residual risk.
- Group incidents into recurring failure-mode categories and identify cross-incident mitigation patterns.
- Synthesize practical controls and monitoring recommendations tied to the observed incident patterns.
- AI Incident Database - seed catalogue of publicly reported AI incidents used to build the candidate list.
- Organisation for Economic Co-operation and Development AI Incidents Monitor - supplementary incident repository used to cross-check candidate coverage.
- National Institute of Standards and Technology (2023) AI Risk Management Framework 1.0 - governance and control framing for mitigation categories.
- National Institute of Standards and Technology (2024) Artificial Intelligence Risk Management Framework: Generative Artificial Intelligence Profile - generative AI control guidance for mitigation synthesis.
- Proctor (2024) Air Canada found liable for chatbot's bad advice on plane tickets - accessible report quoting the British Columbia Civil Resolution Tribunal outcome.
- Reid (2024) What happened with AI Overviews and next steps - official Google response and remediation summary.
- OpenAI (2023) March 20 ChatGPT outage: Here's what happened - official postmortem for the March 2023 privacy incident.
- U.S. Equal Employment Opportunity Commission (2023) iTutorGroup to Pay $365,000 to Settle EEOC Discriminatory Hiring Suit - official hiring-discrimination enforcement action.
- U.S. Department of Justice (2023) Louis et al. v. SafeRent et al. (D. Mass.) - official case summary for the SafeRent housing-screening litigation.
- Greater Boston Legal Services et al. (2024) Rental Applicants Using Housing Vouchers Settle Ground-Breaking Discrimination Class Action Against SafeRent Solutions - settlement and injunctive-relief summary for SafeRent.
- New York City Mayor's Office (2023) Mayor Adams Releases First-of-Its-Kind Plan for Responsible Artificial Intelligence Use in NYC - official launch context for the MyCity chatbot.
- Lecher et al. (2024) Malfunctioning NYC AI Chatbot Still Active Despite Widespread Evidence It's Encouraging Illegal Behavior - investigative reporting on MyCity's false legal guidance.
- New York City Comptroller (2025) Audit Report on the New York City Office of Technology and Innovation’s MyCity System - official audit finding on MyCity accuracy and project management.
- Prompt injection threat landscape - prior completed item used for comparison on deployment-control failures in tool-using systems.
- Data governance enforcement in AI and low-code environments - prior completed item used for comparison on runtime control surfaces.
- Knowledge curation governance as an enterprise AI capability in regulated financial institutions - prior completed item used for comparison on authoritative-source governance.
- Vendor platform governance constraints and compensating controls - prior completed item used for comparison on platform-control gaps.
- Pointguard AI Security Incident Tracker - reviewed as a 2026 secondary tracker and not used for validated 2021-2025 incident claims.
- Oso (2026) AI Agents Gone Rogue - reviewed as a 2026 secondary case collection and not used for the validated incident set.
- webpro255 (2026) Awesome AI Agent Attacks - reviewed as a curated 2024-2026 security timeline and not used for the validated incident set.
- Gravitee (2026) What Real-World Failures Reveal About the Hidden Risks of AI Agents - reviewed as survey-based secondary evidence and not used for the validated incident set.
(Full output from running the research skill, retained verbatim in the completed item. Sections 0-5 are the investigation, and section 6 seeds the Findings section below.)
- [fact; source: https://incidentdatabase.ai/; https://oecd.ai/en/incidents] Research question restated: Which publicly documented production incidents from 2021 onward show deployed AI systems causing or materially contributing to real-world harm, and what recurring failure modes and mitigations can be extracted from those cases?
- [fact; source: https://doi.org/10.6028/NIST.AI.100-1; https://doi.org/10.6028/NIST.AI.600-1] Scope confirmed: The investigation covers consumer, enterprise, and public-sector incidents with concrete production impact, then uses National Institute of Standards and Technology mitigation frameworks only to classify controls after the incident set is validated.
- [fact; source: https://incidentdatabase.ai/; https://oecd.ai/en/incidents] Constraints confirmed: Candidate incidents were first discovered through incident repositories, but only kept when supported by direct sources such as official postmortems, regulator actions, court-linked reporting, audits, or company responses.
- [fact; source: https://davidamitchell.github.io/Research/research/2026-03-15-prompt-injection-threat-landscape.html; https://davidamitchell.github.io/Research/research/2026-04-26-data-governance-ai-lowcode-enterprise-enforcement.html; https://davidamitchell.github.io/Research/research/2026-04-26-vendor-platform-governance-constraints-compensating-controls.html; https://davidamitchell.github.io/Research/research/2026-04-22-knowledge-curation-governance-for-regulated-ai.html] Prior work cross-reference: Prior completed items in this repository already argued that deployment boundaries, enforcement of verified source restrictions, and compensating controls are decisive for trustworthy AI operation, so this item checks whether incident evidence supports that governance-first view.
- Output format: knowledge.
- Root question: What documented production AI incidents from 2021-2025 give the clearest evidence about recurring operational failure modes and practical mitigations?
-
A. Candidate identification
- A1. Which incidents appear repeatedly across public repositories or reputable reporting?
- A2. Which of those candidates have primary or otherwise strong direct sources?
-
B. Incident validation
- B1. What exactly happened in each validated incident?
- B2. What harm occurred, and how concrete was it?
- B3. What remediation or mitigation was applied after the incident?
-
C. Failure-mode classification
- C1. Which incidents are best explained by generated-output failures?
- C2. Which incidents are best explained by biased decision logic or feature choice?
- C3. Which incidents are best explained by surrounding infrastructure, orchestration, or privacy defects?
- C4. Which incidents reveal governance, monitoring, or human-oversight breakdowns?
-
D. Cross-incident synthesis
- D1. Which failure modes recur across sectors?
- D2. Which mitigations recur across sectors?
- D3. Which mitigations are incident-specific and which generalize?
-
[fact; source: https://incidentdatabase.ai/; https://oecd.ai/en/incidents] Source triage: The Artificial Intelligence Incident Database and the Organisation for Economic Co-operation and Development monitor were used to build a candidate list, then each candidate was checked against direct evidence before inclusion.
-
[fact; source: https://www.nist.gov/itl/ai-risk-management-framework; https://doi.org/10.6028/NIST.AI.600-1] Mitigation framing: National Institute of Standards and Technology guidance was reserved for mitigation classification, not for incident discovery, to avoid circularly treating framework concerns as evidence of actual incidents.
-
[fact; source: https://www.pointguardai.com/ai-security-incident-tracker; https://www.osohq.com/developers/ai-agents-gone-rogue; https://github.com/webpro255/awesome-ai-agent-attacks; https://www.gravitee.io/blog/88-of-companies-have-already-seen-ai-agent-security-failures] Seeded-source quality check: The Pointguard, Oso, webpro255, and Gravitee sources were reviewed because they were seeded in the item, but they were not used for the validated 2021-2025 incident set because they are secondary or curated 2026 agent-security collections rather than direct documentation of the target period.
-
[fact; source: https://www.cbc.ca/news/canada/british-columbia/air-canada-chatbot-lawsuit-1.7116416; https://incidentdatabase.ai/cite/639/; https://oecd.ai/en/incidents/2024-02-15-7d63] Validated incident, Air Canada chatbot: Air Canada was ordered to compensate Jake Moffatt after its website chatbot incorrectly said bereavement fares could be claimed retroactively; the British Columbia Civil Resolution Tribunal held the airline responsible for information on its own website and awarded C$812.02.
-
[fact; source: https://www.cbc.ca/news/canada/british-columbia/air-canada-chatbot-lawsuit-1.7116416] Air Canada remediation evidence: Canadian Broadcasting Corporation (CBC) reporting on the tribunal decision says Air Canada admitted the chatbot used "misleading words" and told the customer it had noted the issue so the chatbot could be updated.
-
[inference; source: https://www.cbc.ca/news/canada/british-columbia/air-canada-chatbot-lawsuit-1.7116416; https://davidamitchell.github.io/Research/research/2026-04-22-knowledge-curation-governance-for-regulated-ai.html] Air Canada failure mode: The immediate failure was not lack of customer intent but an authoritative-looking chatbot that was not reliably bound to a verified policy source.
-
[fact; source: https://blog.google/products-and-platforms/products/search/ai-overviews-update-may-2024/; https://incidentdatabase.ai/cite/693/] Validated incident, Google AI Overviews: Google publicly acknowledged that AI Overviews produced odd, inaccurate, or unhelpful outputs after broad United States rollout in May 2024, including cases involving satirical or user-generated content being surfaced as serious advice.
-
[fact; source: https://blog.google/products-and-platforms/products/search/ai-overviews-update-may-2024/] Google remediation evidence: Google says it made more than a dozen technical changes, including better detection of nonsensical queries, limiting satire and humor content, limiting user-generated content for misleading-advice responses, adding triggering restrictions, and strengthening health protections.
-
[inference; source: https://blog.google/products-and-platforms/products/search/ai-overviews-update-may-2024/; https://doi.org/10.6028/NIST.AI.600-1] Google failure mode: The failure pattern was retrieval and triggering governance, meaning the system surfaced low-quality or misread content in contexts where users expected authoritative summaries instead of constraining answers to well-supported source material.
-
[fact; source: https://openai.com/index/march-20-chatgpt-outage/; https://incidentdatabase.ai/cite/516/] Validated incident, OpenAI ChatGPT privacy leak: OpenAI's March 2023 outage report says a bug in the
redis-pylibrary exposed some users to other users' chat titles and exposed payment-related metadata for about 1.2% of ChatGPT Plus subscribers active during a nine-hour window. -
[fact; source: https://openai.com/index/march-20-chatgpt-outage/] OpenAI remediation evidence: OpenAI took ChatGPT offline, patched the bug, restored service, notified affected users, and added safeguards to prevent recurrence.
-
[inference; source: https://openai.com/index/march-20-chatgpt-outage/; https://davidamitchell.github.io/Research/research/2026-04-26-vendor-platform-governance-constraints-compensating-controls.html] OpenAI failure mode: The harm pathway ran through separation between one user's live session and another user's live session, plus surrounding service orchestration, rather than through generated content quality, so standard privacy and reliability engineering was as important as model behaviour control.
-
[fact; source: https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit; https://oecd.ai/en/incidents/2023-08-07-049a] Validated incident, iTutorGroup hiring system: The U.S. Equal Employment Opportunity Commission says iTutorGroup programmed its tutor application software to automatically reject female applicants aged 55 or older and male applicants aged 60 or older, affecting more than 200 qualified United States applicants.
-
[fact; source: https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit] iTutorGroup remediation evidence: The settlement required US$365,000 in compensation, anti-discrimination training, a new policy, injunctions against discriminatory hiring and birth-date collection, and at least five years of Equal Employment Opportunity Commission monitoring.
-
[inference; source: https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit; https://doi.org/10.6028/NIST.AI.100-1] iTutorGroup failure mode: The failure was not a spontaneous model error but discriminatory logic embedded in the production screening workflow and allowed to operate without an adequate pre-deployment fairness gate.
-
[fact; source: https://www.justice.gov/crt/case/louis-et-al-v-saferent-et-al-d-mass; https://www.gbls.org/sites/default/files/2024-04/SafeRent-press-release-settlement-reached-4-26-2024.pdf; https://incidentdatabase.ai/cite/844/; https://oecd.ai/en/incidents/2024-11-21-aada] Validated incident, SafeRent housing screening: The U.S. Department of Justice case summary says plaintiffs alleged SafeRent's scoring software disproportionately harmed Black and Hispanic rental applicants using housing vouchers by relying on credit history and non-tenancy debt while failing to consider the stabilizing effect of voucher payments; the court denied SafeRent's motion to dismiss in July 2023.
-
[fact; source: https://www.gbls.org/sites/default/files/2024-04/SafeRent-press-release-settlement-reached-4-26-2024.pdf] SafeRent remediation evidence: The April 2024 settlement announcement says the case moved forward with a US$2.275 million settlement, required full-record review rather than algorithmic scoring for voucher applicants for five years, and required any future scoring model after that period to undergo independent third-party validation agreed with plaintiffs.
-
[fact; source: https://www.gbls.org/sites/default/files/2024-04/SafeRent-press-release-settlement-reached-4-26-2024.pdf] SafeRent feature-specific evidence: The settlement announcement says more than 73% of monthly rent is on average paid directly by public housing authorities when vouchers are used, which was central to the claim that the scoring logic ignored a highly relevant payment-stability factor.
-
[inference; source: https://www.justice.gov/crt/case/louis-et-al-v-saferent-et-al-d-mass; https://www.gbls.org/sites/default/files/2024-04/SafeRent-press-release-settlement-reached-4-26-2024.pdf] SafeRent failure mode: The production failure was proxy discrimination in a high-stakes classifier, combined with inadequate feature relevance review and absent independent validation before deployment at scale.
-
[fact; source: https://www.nyc.gov/office-of-the-mayor/news/777-23/mayor-adams-releases-first-of-its-kind-plan-responsible-artificial-intelligence-use-nyc#/0] Validated incident, MyCity chatbot launch context: New York City launched the MyCity Business chatbot in October 2023 as part of an Artificial Intelligence action plan and said it would provide trusted information from more than 2,000 official business pages.
-
[fact; source: https://themarkup.org/artificial-intelligence/2024/04/02/malfunctioning-nyc-ai-chatbot-still-active-despite-widespread-evidence-its-encouraging-illegal-behavior; https://incidentdatabase.ai/cite/714/] Validated incident, MyCity false legal guidance: The Markup documented the chatbot telling users that businesses could take workers' tips, refuse cash, and discriminate against voucher tenants even though those actions are unlawful under New York City rules.
-
[fact; source: https://themarkup.org/artificial-intelligence/2024/04/02/malfunctioning-nyc-ai-chatbot-still-active-despite-widespread-evidence-its-encouraging-illegal-behavior] MyCity remediation evidence: After publication, New York City kept the bot live but added stronger beta disclaimers, warned users not to treat answers as legal or professional advice, and promised fixes.
-
[fact; source: https://comptroller.nyc.gov/reports/audit-report-on-the-new-york-city-office-of-technology-and-innovations-mycity-system/] MyCity audit evidence: The New York City Comptroller's December 2025 audit says the Artificial Intelligence chatbot appeared unable to provide accurate or consistent information and ties that result to broader project-management and oversight weakness in the MyCity program.
-
[inference; source: https://www.nyc.gov/office-of-the-mayor/news/777-23/mayor-adams-releases-first-of-its-kind-plan-responsible-artificial-intelligence-use-nyc#/0; https://themarkup.org/artificial-intelligence/2024/04/02/malfunctioning-nyc-ai-chatbot-still-active-despite-widespread-evidence-its-encouraging-illegal-behavior; https://comptroller.nyc.gov/reports/audit-report-on-the-new-york-city-office-of-technology-and-innovations-mycity-system/] MyCity failure mode: The key gap was authoritative presentation without sufficiently reliable legal-answer quality control or a rollback threshold once external evidence showed repeat failure.
-
[fact; source: https://www.cbc.ca/news/canada/british-columbia/air-canada-chatbot-lawsuit-1.7116416; https://blog.google/products-and-platforms/products/search/ai-overviews-update-may-2024/; https://themarkup.org/artificial-intelligence/2024/04/02/malfunctioning-nyc-ai-chatbot-still-active-despite-widespread-evidence-its-encouraging-illegal-behavior] Cross-case pattern, generative guidance failures: Air Canada, Google AI Overviews, and MyCity all involved users being presented with confident, authoritative-looking answers that were wrong in consequential contexts.
-
[fact; source: https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit; https://www.justice.gov/crt/case/louis-et-al-v-saferent-et-al-d-mass; https://www.gbls.org/sites/default/files/2024-04/SafeRent-press-release-settlement-reached-4-26-2024.pdf] Cross-case pattern, decision-automation bias: iTutorGroup and SafeRent both show production harm from automated screening logic in high-stakes decisions, followed by legal settlement and mandated oversight rather than vendor self-correction alone.
-
[fact; source: https://openai.com/index/march-20-chatgpt-outage/; https://davidamitchell.github.io/Research/research/2026-03-15-prompt-injection-threat-landscape.html; https://davidamitchell.github.io/Research/research/2026-04-26-data-governance-ai-lowcode-enterprise-enforcement.html] Cross-case pattern, deployment-control failures: OpenAI's privacy incident and the repository's prior completed items both support the broader point that AI incidents often materialize through runtime architecture, session boundaries, data access, and governance controls rather than through model reasoning alone.
-
[inference; source: https://www.cbc.ca/news/canada/british-columbia/air-canada-chatbot-lawsuit-1.7116416; https://blog.google/products-and-platforms/products/search/ai-overviews-update-may-2024/; https://openai.com/index/march-20-chatgpt-outage/; https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit; https://www.gbls.org/sites/default/files/2024-04/SafeRent-press-release-settlement-reached-4-26-2024.pdf; https://comptroller.nyc.gov/reports/audit-report-on-the-new-york-city-office-of-technology-and-innovations-mycity-system/] Cross-case synthesis: The validated set clusters into four recurring failure classes: generated guidance failures, discriminatory decision logic, infrastructure or privacy defects, and governance or oversight debt.
- [fact; source: https://www.cbc.ca/news/canada/british-columbia/air-canada-chatbot-lawsuit-1.7116416; https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit; https://www.gbls.org/sites/default/files/2024-04/SafeRent-press-release-settlement-reached-4-26-2024.pdf; https://comptroller.nyc.gov/reports/audit-report-on-the-new-york-city-office-of-technology-and-innovations-mycity-system] Concrete-harm filter: Every retained incident has a documented consequence such as compensation, privacy exposure, discriminatory rejection, or an official audit finding rather than only anecdotal embarrassment.
- [fact; source: https://www.cbc.ca/news/canada/british-columbia/air-canada-chatbot-lawsuit-1.7116416; https://blog.google/products-and-platforms/products/search/ai-overviews-update-may-2024/; https://themarkup.org/artificial-intelligence/2024/04/02/malfunctioning-nyc-ai-chatbot-still-active-despite-widespread-evidence-its-encouraging-illegal-behavior; https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit; https://www.justice.gov/crt/case/louis-et-al-v-saferent-et-al-d-mass; https://openai.com/index/march-20-chatgpt-outage/] Incident mix: Three retained cases are public-facing generative guidance systems, two are automated screening systems, and one is a privacy incident in the infrastructure around a generative service.
- [inference; source: https://openai.com/index/march-20-chatgpt-outage/; https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit; https://www.justice.gov/crt/case/louis-et-al-v-saferent-et-al-d-mass] Classification logic: Treating only hallucination-like cases as "AI incidents" would miss large classes of production harm created by automated decision logic and by software architecture around AI services.
- [inference; source: https://davidamitchell.github.io/Research/research/2026-03-15-prompt-injection-threat-landscape.html; https://davidamitchell.github.io/Research/research/2026-04-26-data-governance-ai-lowcode-enterprise-enforcement.html; https://davidamitchell.github.io/Research/research/2026-04-26-vendor-platform-governance-constraints-compensating-controls.html] Repository alignment: The incident evidence supports the repository's earlier argument that control surfaces such as grounding, access control, runtime validation, and compensating controls are operationally decisive.
- [assumption; source: https://incidentdatabase.ai/; https://oecd.ai/en/incidents; https://www.gravitee.io/blog/88-of-companies-have-already-seen-ai-agent-security-failures] Disclosure bias assumption: Publicly documented incidents likely undercount internal enterprise near-misses because litigation, regulator action, and viral consumer failures are more likely to be disclosed than contained internal events.
- [fact; source: https://www.cbc.ca/news/canada/british-columbia/air-canada-chatbot-lawsuit-1.7116416; https://themarkup.org/artificial-intelligence/2024/04/02/malfunctioning-nyc-ai-chatbot-still-active-despite-widespread-evidence-its-encouraging-illegal-behavior; https://blog.google/products-and-platforms/products/search/ai-overviews-update-may-2024/] Generative-case consistency: Air Canada, MyCity, and Google were kept as distinct incidents because each has its own deployment context, harm mode, and remediation path even though all involve false authoritative guidance.
- [fact; source: https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit; https://www.justice.gov/crt/case/louis-et-al-v-saferent-et-al-d-mass] Decisioning-case consistency: iTutorGroup and SafeRent were kept because the official enforcement records describe automated screening software itself as part of the discriminatory decision pathway rather than as a background analytic tool.
- [fact; source: https://openai.com/index/march-20-chatgpt-outage/] Infrastructure-case consistency: OpenAI's March 2023 incident was kept even though the root cause was in supporting infrastructure because the harm occurred within a deployed AI service and affected users of that service directly.
- [inference; source: https://www.cbc.ca/news/canada/british-columbia/air-canada-chatbot-lawsuit-1.7116416; https://blog.google/products-and-platforms/products/search/ai-overviews-update-may-2024/; https://openai.com/index/march-20-chatgpt-outage/; https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit; https://www.gbls.org/sites/default/files/2024-04/SafeRent-press-release-settlement-reached-4-26-2024.pdf; https://comptroller.nyc.gov/reports/audit-report-on-the-new-york-city-office-of-technology-and-innovations-mycity-system/] Unresolved contradiction check: No retained case required contradictory factual treatment; the main judgment call was scope, not evidence conflict.
- [inference; source: https://doi.org/10.6028/NIST.AI.100-1; https://doi.org/10.6028/NIST.AI.600-1; https://blog.google/products-and-platforms/products/search/ai-overviews-update-may-2024/] Technical lens: Generated-answer incidents are best understood as system failures in source selection, answer triggering, and answer constraint, not just as generic "bad model" events.
- [inference; source: https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit; https://www.justice.gov/crt/case/louis-et-al-v-saferent-et-al-d-mass; https://comptroller.nyc.gov/reports/audit-report-on-the-new-york-city-office-of-technology-and-innovations-mycity-system/] Regulatory lens: High-stakes production deployments invite legal or audit scrutiny when organizations cannot show pre-deployment testing, documented ownership, and post-deployment controls that match the stakes of the decision.
- [inference; source: https://www.cbc.ca/news/canada/british-columbia/air-canada-chatbot-lawsuit-1.7116416; https://www.gbls.org/sites/default/files/2024-04/SafeRent-press-release-settlement-reached-4-26-2024.pdf; https://comptroller.nyc.gov/reports/audit-report-on-the-new-york-city-office-of-technology-and-innovations-mycity-system/] Economic lens: The cost of poor controls shows up as compensation, settlement, audit findings, reputational repair, or large program rework rather than only as model-quality degradation.
- [inference; source: https://themarkup.org/artificial-intelligence/2024/04/02/malfunctioning-nyc-ai-chatbot-still-active-despite-widespread-evidence-its-encouraging-illegal-behavior; https://blog.google/products-and-platforms/products/search/ai-overviews-update-may-2024/; https://www.cbc.ca/news/canada/british-columbia/air-canada-chatbot-lawsuit-1.7116416] Behavioural lens: Users and deployers treat authoritative-looking interfaces as trustworthy even when "beta" or lightweight disclaimer language is present, so organizations cannot rely on disclaimers as the primary safety control.
- [inference; source: https://davidamitchell.github.io/Research/research/2026-03-15-prompt-injection-threat-landscape.html; https://davidamitchell.github.io/Research/research/2026-04-22-knowledge-curation-governance-for-regulated-ai.html] Repository lens: The incident set strengthens prior repository conclusions that trustworthy production AI depends on explicit control layers around models, including source governance, access boundaries, and rollback conditions.
-
Executive summary:
- From 2021 through 2025, the clearest documented AI production incidents were not dominated by a single "rogue model" pattern; they repeatedly arose from four failure classes: authoritative but wrong generated guidance, discriminatory automated decision logic, infrastructure or privacy defects around AI services, and accumulated control gaps created when deployment outruns validation and control design, which let weakly controlled systems operate in consequential contexts. [inference; source: https://www.cbc.ca/news/canada/british-columbia/air-canada-chatbot-lawsuit-1.7116416; https://blog.google/products-and-platforms/products/search/ai-overviews-update-may-2024/; https://openai.com/index/march-20-chatgpt-outage/; https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit; https://www.gbls.org/sites/default/files/2024-04/SafeRent-press-release-settlement-reached-4-26-2024.pdf; https://comptroller.nyc.gov/reports/audit-report-on-the-new-york-city-office-of-technology-and-innovations-mycity-system/]
- The strongest evidence comes from cases with regulator action, court-linked reporting, official audits, or vendor postmortems, and those sources collectively suggest that user harm often surfaced before internal controls did. [inference; source: https://www.cbc.ca/news/canada/british-columbia/air-canada-chatbot-lawsuit-1.7116416; https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit; https://www.justice.gov/crt/case/louis-et-al-v-saferent-et-al-d-mass; https://comptroller.nyc.gov/reports/audit-report-on-the-new-york-city-office-of-technology-and-innovations-mycity-system; https://openai.com/index/march-20-chatgpt-outage/]
- The recurring mitigations were narrower task scope, binding answers to a verified source set, stronger trigger restrictions, fairness validation for high-stakes screening, runtime monitoring, and explicit rollback or external oversight when reliability was not yet proven. [inference; source: https://blog.google/products-and-platforms/products/search/ai-overviews-update-may-2024/; https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit; https://www.gbls.org/sites/default/files/2024-04/SafeRent-press-release-settlement-reached-4-26-2024.pdf; https://themarkup.org/artificial-intelligence/2024/04/02/malfunctioning-nyc-ai-chatbot-still-active-despite-widespread-evidence-its-encouraging-illegal-behavior; https://doi.org/10.6028/NIST.AI.100-1; https://doi.org/10.6028/NIST.AI.600-1]
- Prior completed repository work on prompt injection, runtime governance, and authoritative knowledge management materially fits this incident evidence, because the observed failures repeatedly turned on deployment controls rather than on abstract model capability alone. [inference; source: https://davidamitchell.github.io/Research/research/2026-03-15-prompt-injection-threat-landscape.html; https://davidamitchell.github.io/Research/research/2026-04-26-data-governance-ai-lowcode-enterprise-enforcement.html; https://davidamitchell.github.io/Research/research/2026-04-22-knowledge-curation-governance-for-regulated-ai.html]
-
Key findings:
- Public-facing AI guidance systems repeatedly created real production harm when users were given confident, authoritative-looking answers that were wrong in consequential contexts, as shown by Air Canada's bereavement-fare case, Google AI Overviews' acknowledged false advice, and New York City's MyCity legal-guidance failures. ([inference]; high confidence; source: https://www.cbc.ca/news/canada/british-columbia/air-canada-chatbot-lawsuit-1.7116416; https://blog.google/products-and-platforms/products/search/ai-overviews-update-may-2024/; https://themarkup.org/artificial-intelligence/2024/04/02/malfunctioning-nyc-ai-chatbot-still-active-despite-widespread-evidence-its-encouraging-illegal-behavior; https://comptroller.nyc.gov/reports/audit-report-on-the-new-york-city-office-of-technology-and-innovations-mycity-system/)
- The generative incidents in this set were usually deployment and governance failures of source-constraining, triggering, and control over which verified sources the system could use rather than evidence that any one model simply became uncontrollably deceptive on its own. ([inference]; medium confidence; source: https://blog.google/products-and-platforms/products/search/ai-overviews-update-may-2024/; https://www.cbc.ca/news/canada/british-columbia/air-canada-chatbot-lawsuit-1.7116416; https://themarkup.org/artificial-intelligence/2024/04/02/malfunctioning-nyc-ai-chatbot-still-active-despite-widespread-evidence-its-encouraging-illegal-behavior; https://davidamitchell.github.io/Research/research/2026-04-22-knowledge-curation-governance-for-regulated-ai.html)
- High-stakes screening systems in hiring and housing produced discriminatory production outcomes when automated rules or proxy-laden features operated without adequate fairness validation, leading to enforcement settlements, mandated monitoring, and independent-validation requirements. ([inference]; medium confidence; source: https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit; https://www.justice.gov/crt/case/louis-et-al-v-saferent-et-al-d-mass; https://www.gbls.org/sites/default/files/2024-04/SafeRent-press-release-settlement-reached-4-26-2024.pdf)
- At least one major AI production incident in the period was caused by the surrounding service architecture rather than model output quality, because OpenAI's March 2023 outage exposed private data through failed separation between concurrent user sessions in supporting infrastructure. ([fact]; medium confidence; source: https://openai.com/index/march-20-chatgpt-outage/; https://incidentdatabase.ai/cite/516/)
- Beta labels and lightweight disclaimers did not stop harm once systems were public and authoritative-appearing, because the controls that mattered in practice were rollbacks, tighter triggering, formal monitoring, compensation, or external oversight after failures surfaced. ([inference]; medium confidence; source: https://themarkup.org/artificial-intelligence/2024/04/02/malfunctioning-nyc-ai-chatbot-still-active-despite-widespread-evidence-its-encouraging-illegal-behavior; https://blog.google/products-and-platforms/products/search/ai-overviews-update-may-2024/; https://www.cbc.ca/news/canada/british-columbia/air-canada-chatbot-lawsuit-1.7116416; https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit)
- The mitigation patterns that recur across sectors are narrower scope, binding system behaviour to verified source material, fairness testing for high-stakes classifiers, explicit runtime monitoring, and external challenge functions such as courts, regulators, or independent validators when internal assurance is weak. ([inference]; medium confidence; source: https://doi.org/10.6028/NIST.AI.100-1; https://doi.org/10.6028/NIST.AI.600-1; https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit; https://www.gbls.org/sites/default/files/2024-04/SafeRent-press-release-settlement-reached-4-26-2024.pdf; https://blog.google/products-and-platforms/products/search/ai-overviews-update-may-2024/)
- Several validated cases were first surfaced or materially escalated by users, journalists, courts, or regulators rather than by organization-published evidence that internal controls had already caught and contained the issue. ([inference]; medium confidence; source: https://themarkup.org/artificial-intelligence/2024/04/02/malfunctioning-nyc-ai-chatbot-still-active-despite-widespread-evidence-its-encouraging-illegal-behavior; https://comptroller.nyc.gov/reports/audit-report-on-the-new-york-city-office-of-technology-and-innovations-mycity-system/; https://www.cbc.ca/news/canada/british-columbia/air-canada-chatbot-lawsuit-1.7116416; https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit; https://www.justice.gov/crt/case/louis-et-al-v-saferent-et-al-d-mass)
-
Evidence map:
-
Assumptions:
- [assumption; source: https://incidentdatabase.ai/; https://oecd.ai/en/incidents; https://www.gravitee.io/blog/88-of-companies-have-already-seen-ai-agent-security-failures] Public reporting likely undercounts internal enterprise incidents because the most visible cases are the ones that trigger journalism, litigation, or regulator action.
- [assumption; source: https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit; https://www.justice.gov/crt/case/louis-et-al-v-saferent-et-al-d-mass] This item treats automated decision systems described as algorithmic screening or recruitment software as part of the relevant Artificial Intelligence incident surface, because the enforcement sources frame the systems as operationally significant automated decision tools.
-
Analysis:
- The evidence was weighted toward official enforcement records, audits, and vendor postmortems because those sources carry clearer factual claims than database summaries alone. [fact; source: https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit; https://www.justice.gov/crt/case/louis-et-al-v-saferent-et-al-d-mass; https://comptroller.nyc.gov/reports/audit-report-on-the-new-york-city-office-of-technology-and-innovations-mycity-system/; https://openai.com/index/march-20-chatgpt-outage/]
- Some cases could be framed as ordinary software or governance failures rather than uniquely AI failures, but excluding them would hide the operational reality that production AI systems are sociotechnical stacks whose harm pathways often run through retrieval, orchestration, screening rules, and interface trust rather than through model weights alone. [inference; source: https://openai.com/index/march-20-chatgpt-outage/; https://www.justice.gov/crt/case/louis-et-al-v-saferent-et-al-d-mass; https://davidamitchell.github.io/Research/research/2026-03-15-prompt-injection-threat-landscape.html]
- A plausible rival explanation is that stronger model quality alone would have prevented most harms, but the validated set does not support that as a complete answer because SafeRent, iTutorGroup, and OpenAI show failures in screening logic, feature relevance, or supporting infrastructure where better language generation would not have fixed the incident. [inference; source: https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit; https://www.gbls.org/sites/default/files/2024-04/SafeRent-press-release-settlement-reached-4-26-2024.pdf; https://openai.com/index/march-20-chatgpt-outage/]
- The most transferable lesson is therefore governance design, not merely model ranking: production systems need explicit control over when answers are shown, what sources are authoritative, which decisions require fairness validation, and what runtime signals trigger rollback or external review. [inference; source: https://doi.org/10.6028/NIST.AI.100-1; https://doi.org/10.6028/NIST.AI.600-1; https://blog.google/products-and-platforms/products/search/ai-overviews-update-may-2024/; https://www.gbls.org/sites/default/files/2024-04/SafeRent-press-release-settlement-reached-4-26-2024.pdf]
-
Risks, gaps, uncertainties:
- [fact; source: https://www.cbc.ca/news/canada/british-columbia/air-canada-chatbot-lawsuit-1.7116416; https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit; https://www.justice.gov/crt/case/louis-et-al-v-saferent-et-al-d-mass; https://comptroller.nyc.gov/reports/audit-report-on-the-new-york-city-office-of-technology-and-innovations-mycity-system] Public disclosures are inconsistent about time-to-detection and time-to-remediation, so timing comparisons across incidents remain weak.
- [inference; source: https://incidentdatabase.ai/; https://oecd.ai/en/incidents] Repository-style sources help coverage but cannot by themselves prove prevalence, because they are catalogues of reported cases rather than denominator-based operational datasets.
- [inference; source: https://www.pointguardai.com/ai-security-incident-tracker; https://www.osohq.com/developers/ai-agents-gone-rogue; https://github.com/webpro255/awesome-ai-agent-attacks; https://www.gravitee.io/blog/88-of-companies-have-already-seen-ai-agent-security-failures] Newer agent-security collections suggest a broader 2026 incident wave, but those sources sit outside the target period or are more weakly sourced, so they were not folded into the validated set here.
-
Open questions:
- [inference; source: https://incidentdatabase.ai/; https://oecd.ai/en/incidents] Which sectors have the highest ratio of silent near-misses to publicly documented incidents?
- [inference; source: https://doi.org/10.6028/NIST.AI.600-1; https://blog.google/products-and-platforms/products/search/ai-overviews-update-may-2024/] What measurable pre-deployment gates best predict whether a public-facing generative answer system is safe enough to launch beyond pilot?
- [inference; source: https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit; https://www.gbls.org/sites/default/files/2024-04/SafeRent-press-release-settlement-reached-4-26-2024.pdf] Which fairness-validation practices consistently catch proxy discrimination before production in hiring and housing workflows?
-
Output:
- [fact; source: https://www.cbc.ca/news/canada/british-columbia/air-canada-chatbot-lawsuit-1.7116416; https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit; https://openai.com/index/march-20-chatgpt-outage/] Type: knowledge.
- [inference; source: https://doi.org/10.6028/NIST.AI.100-1; https://doi.org/10.6028/NIST.AI.600-1; https://davidamitchell.github.io/Research/research/2026-03-15-prompt-injection-threat-landscape.html] Description: a validated incident set and control-oriented synthesis showing that production AI failures recur across generated guidance, automated screening, privacy architecture, and accumulated control gaps.
- [fact; source: https://www.cbc.ca/news/canada/british-columbia/air-canada-chatbot-lawsuit-1.7116416; https://openai.com/index/march-20-chatgpt-outage/; https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit] Links: https://www.cbc.ca/news/canada/british-columbia/air-canada-chatbot-lawsuit-1.7116416 ; https://openai.com/index/march-20-chatgpt-outage/ ; https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit
- [fact; source: https://incidentdatabase.ai/; https://oecd.ai/en/incidents; https://www.cbc.ca/news/canada/british-columbia/air-canada-chatbot-lawsuit-1.7116416; https://blog.google/products-and-platforms/products/search/ai-overviews-update-may-2024/; https://openai.com/index/march-20-chatgpt-outage/; https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit; https://www.gbls.org/sites/default/files/2024-04/SafeRent-press-release-settlement-reached-4-26-2024.pdf; https://comptroller.nyc.gov/reports/audit-report-on-the-new-york-city-office-of-technology-and-innovations-mycity-system/] Evidence sufficiency: Each retained incident is tied to at least one direct source, and the highest-level synthesis claims draw on multiple independent incidents rather than a single example.
- [inference; source: https://davidamitchell.github.io/Research/research/2026-03-15-prompt-injection-threat-landscape.html; https://davidamitchell.github.io/Research/research/2026-04-26-data-governance-ai-lowcode-enterprise-enforcement.html; https://davidamitchell.github.io/Research/research/2026-04-22-knowledge-curation-governance-for-regulated-ai.html] Confidence judgment: Overall confidence is medium because several key findings are strongly evidenced, but the cross-case synthesis still depends on interpretation and public reporting remains uneven across sectors and incident types.
The best-documented AI production incidents from 2021 through 2025 were not dominated by a single "rogue model" pattern; they repeatedly arose from four failure classes: authoritative but wrong generated guidance, discriminatory automated decision logic, infrastructure or privacy defects around AI services, and accumulated control gaps created when deployment outruns validation and control design, which let weakly controlled systems operate in consequential contexts. [inference; source: https://www.cbc.ca/news/canada/british-columbia/air-canada-chatbot-lawsuit-1.7116416; https://blog.google/products-and-platforms/products/search/ai-overviews-update-may-2024/; https://openai.com/index/march-20-chatgpt-outage/; https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit; https://www.gbls.org/sites/default/files/2024-04/SafeRent-press-release-settlement-reached-4-26-2024.pdf; https://comptroller.nyc.gov/reports/audit-report-on-the-new-york-city-office-of-technology-and-innovations-mycity-system/]
The strongest cases are the ones with court-linked reporting, regulator action, vendor postmortems, or official audits, and those sources collectively suggest that user harm often surfaced before internal controls did. [inference; source: https://www.cbc.ca/news/canada/british-columbia/air-canada-chatbot-lawsuit-1.7116416; https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit; https://www.justice.gov/crt/case/louis-et-al-v-saferent-et-al-d-mass; https://comptroller.nyc.gov/reports/audit-report-on-the-new-york-city-office-of-technology-and-innovations-mycity-system; https://openai.com/index/march-20-chatgpt-outage/]
The recurring mitigations were narrower task scope, binding answers to a verified source set, stronger trigger restrictions, fairness validation for high-stakes screening, runtime monitoring, and explicit rollback or external oversight when reliability was not yet proven. [inference; source: https://blog.google/products-and-platforms/products/search/ai-overviews-update-may-2024/; https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit; https://www.gbls.org/sites/default/files/2024-04/SafeRent-press-release-settlement-reached-4-26-2024.pdf; https://themarkup.org/artificial-intelligence/2024/04/02/malfunctioning-nyc-ai-chatbot-still-active-despite-widespread-evidence-its-encouraging-illegal-behavior; https://doi.org/10.6028/NIST.AI.100-1; https://doi.org/10.6028/NIST.AI.600-1]
Prior completed repository work on prompt injection, runtime governance, and authoritative knowledge management materially fits this incident evidence, because the observed failures repeatedly turned on deployment controls rather than on abstract model capability alone. [inference; source: https://davidamitchell.github.io/Research/research/2026-03-15-prompt-injection-threat-landscape.html; https://davidamitchell.github.io/Research/research/2026-04-26-data-governance-ai-lowcode-enterprise-enforcement.html; https://davidamitchell.github.io/Research/research/2026-04-22-knowledge-curation-governance-for-regulated-ai.html]
- Public-facing AI guidance systems repeatedly created real production harm when users were given confident, authoritative-looking answers that were wrong in consequential contexts, as shown by Air Canada's bereavement-fare case, Google AI Overviews' acknowledged false advice, and New York City's MyCity legal-guidance failures. ([inference]; high confidence; source: https://www.cbc.ca/news/canada/british-columbia/air-canada-chatbot-lawsuit-1.7116416; https://blog.google/products-and-platforms/products/search/ai-overviews-update-may-2024/; https://themarkup.org/artificial-intelligence/2024/04/02/malfunctioning-nyc-ai-chatbot-still-active-despite-widespread-evidence-its-encouraging-illegal-behavior; https://comptroller.nyc.gov/reports/audit-report-on-the-new-york-city-office-of-technology-and-innovations-mycity-system/)
- The generative incidents in this set were usually deployment and governance failures of source-constraining, triggering, and control over which verified sources the system could use rather than evidence that any one model simply became uncontrollably deceptive on its own. ([inference]; medium confidence; source: https://blog.google/products-and-platforms/products/search/ai-overviews-update-may-2024/; https://www.cbc.ca/news/canada/british-columbia/air-canada-chatbot-lawsuit-1.7116416; https://themarkup.org/artificial-intelligence/2024/04/02/malfunctioning-nyc-ai-chatbot-still-active-despite-widespread-evidence-its-encouraging-illegal-behavior; https://davidamitchell.github.io/Research/research/2026-04-22-knowledge-curation-governance-for-regulated-ai.html)
- High-stakes screening systems in hiring and housing produced discriminatory production outcomes when automated rules or proxy-laden features operated without adequate fairness validation, leading to enforcement settlements, mandated monitoring, and independent-validation requirements. ([inference]; medium confidence; source: https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit; https://www.justice.gov/crt/case/louis-et-al-v-saferent-et-al-d-mass; https://www.gbls.org/sites/default/files/2024-04/SafeRent-press-release-settlement-reached-4-26-2024.pdf)
- At least one major AI production incident in the period was caused by the surrounding service architecture rather than model output quality, because OpenAI's March 2023 outage exposed private data through failed separation between concurrent user sessions in supporting infrastructure. ([fact]; medium confidence; source: https://openai.com/index/march-20-chatgpt-outage/; https://incidentdatabase.ai/cite/516/)
- Beta labels and lightweight disclaimers did not stop harm once systems were public and authoritative-appearing, because the controls that mattered in practice were rollbacks, tighter triggering, formal monitoring, compensation, or external oversight after failures surfaced. ([inference]; medium confidence; source: https://themarkup.org/artificial-intelligence/2024/04/02/malfunctioning-nyc-ai-chatbot-still-active-despite-widespread-evidence-its-encouraging-illegal-behavior; https://blog.google/products-and-platforms/products/search/ai-overviews-update-may-2024/; https://www.cbc.ca/news/canada/british-columbia/air-canada-chatbot-lawsuit-1.7116416; https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit)
- The mitigation patterns that recur across sectors are narrower scope, binding system behaviour to verified source material, fairness testing for high-stakes classifiers, explicit runtime monitoring, and external challenge functions such as courts, regulators, or independent validators when internal assurance is weak. ([inference]; medium confidence; source: https://doi.org/10.6028/NIST.AI.100-1; https://doi.org/10.6028/NIST.AI.600-1; https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit; https://www.gbls.org/sites/default/files/2024-04/SafeRent-press-release-settlement-reached-4-26-2024.pdf; https://blog.google/products-and-platforms/products/search/ai-overviews-update-may-2024/)
- Several validated cases were first surfaced or materially escalated by users, journalists, courts, or regulators rather than by organization-published evidence that internal controls had already caught and contained the issue. ([inference]; medium confidence; source: https://themarkup.org/artificial-intelligence/2024/04/02/malfunctioning-nyc-ai-chatbot-still-active-despite-widespread-evidence-its-encouraging-illegal-behavior; https://comptroller.nyc.gov/reports/audit-report-on-the-new-york-city-office-of-technology-and-innovations-mycity-system/; https://www.cbc.ca/news/canada/british-columbia/air-canada-chatbot-lawsuit-1.7116416; https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit; https://www.justice.gov/crt/case/louis-et-al-v-saferent-et-al-d-mass)
- [assumption; source: https://incidentdatabase.ai/; https://oecd.ai/en/incidents; https://www.gravitee.io/blog/88-of-companies-have-already-seen-ai-agent-security-failures] Public reporting likely undercounts internal enterprise incidents because the most visible cases are the ones that trigger journalism, litigation, or regulator action.
- [assumption; source: https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit; https://www.justice.gov/crt/case/louis-et-al-v-saferent-et-al-d-mass] This item treats automated decision systems described as algorithmic screening or recruitment software as part of the relevant Artificial Intelligence incident surface, because the enforcement sources frame the systems as operationally significant automated decision tools.
The evidence was weighted toward official enforcement records, audits, and vendor postmortems because those sources carry clearer factual claims than incident-database summaries alone. [fact; source: https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit; https://www.justice.gov/crt/case/louis-et-al-v-saferent-et-al-d-mass; https://comptroller.nyc.gov/reports/audit-report-on-the-new-york-city-office-of-technology-and-innovations-mycity-system/; https://openai.com/index/march-20-chatgpt-outage/]
Some cases could be framed as ordinary software or governance failures rather than uniquely AI failures, but excluding them would hide the operational reality that production AI systems are sociotechnical stacks whose harm pathways often run through retrieval, orchestration, screening rules, and interface trust rather than through model weights alone. [inference; source: https://openai.com/index/march-20-chatgpt-outage/; https://www.justice.gov/crt/case/louis-et-al-v-saferent-et-al-d-mass; https://davidamitchell.github.io/Research/research/2026-03-15-prompt-injection-threat-landscape.html]
A plausible rival explanation is that stronger model quality alone would have prevented most harms, but the validated set does not support that as a complete answer because SafeRent, iTutorGroup, and OpenAI show failures in screening logic, feature relevance, or supporting infrastructure where better language generation would not have fixed the incident. [inference; source: https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit; https://www.gbls.org/sites/default/files/2024-04/SafeRent-press-release-settlement-reached-4-26-2024.pdf; https://openai.com/index/march-20-chatgpt-outage/]
The most transferable lesson is therefore governance design, not merely model ranking: production systems need explicit control over when answers are shown, what sources are authoritative, which decisions require fairness validation, and what runtime signals trigger rollback or external review. [inference; source: https://doi.org/10.6028/NIST.AI.100-1; https://doi.org/10.6028/NIST.AI.600-1; https://blog.google/products-and-platforms/products/search/ai-overviews-update-may-2024/; https://www.gbls.org/sites/default/files/2024-04/SafeRent-press-release-settlement-reached-4-26-2024.pdf]
- [fact; source: https://www.cbc.ca/news/canada/british-columbia/air-canada-chatbot-lawsuit-1.7116416; https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit; https://www.justice.gov/crt/case/louis-et-al-v-saferent-et-al-d-mass; https://comptroller.nyc.gov/reports/audit-report-on-the-new-york-city-office-of-technology-and-innovations-mycity-system] Public disclosures are inconsistent about time-to-detection and time-to-remediation, so timing comparisons across incidents remain weak.
- [inference; source: https://incidentdatabase.ai/; https://oecd.ai/en/incidents] Repository-style sources help coverage but cannot by themselves prove prevalence, because they are catalogues of reported cases rather than denominator-based operational datasets.
- [inference; source: https://www.pointguardai.com/ai-security-incident-tracker; https://www.osohq.com/developers/ai-agents-gone-rogue; https://github.com/webpro255/awesome-ai-agent-attacks; https://www.gravitee.io/blog/88-of-companies-have-already-seen-ai-agent-security-failures] Newer agent-security collections suggest a broader 2026 incident wave, but those sources sit outside the target period or are more weakly sourced, so they were not folded into the validated set here.
- [inference; source: https://incidentdatabase.ai/; https://oecd.ai/en/incidents] Which sectors have the highest ratio of silent near-misses to publicly documented incidents?
- [inference; source: https://doi.org/10.6028/NIST.AI.600-1; https://blog.google/products-and-platforms/products/search/ai-overviews-update-may-2024/] What measurable pre-deployment gates best predict whether a public-facing generative answer system is safe enough to launch beyond pilot?
- [inference; source: https://www.eeoc.gov/newsroom/itutorgroup-pay-365000-settle-eeoc-discriminatory-hiring-suit; https://www.gbls.org/sites/default/files/2024-04/SafeRent-press-release-settlement-reached-4-26-2024.pdf] Which fairness-validation practices consistently catch proxy discrimination before production in hiring and housing workflows?
- Type: knowledge
- Description: A validated incident set and control-oriented synthesis showing that production AI failures recur across generated guidance, automated screening, privacy architecture, and accumulated control gaps. [inference; source: https://doi.org/10.6028/NIST.AI.100-1; https://doi.org/10.6028/NIST.AI.600-1; https://davidamitchell.github.io/Research/research/2026-03-15-prompt-injection-threat-landscape.html]
- Links:
Navigation
By Tag
bureaucracy
change-management
coase
constraint-analysis
control-model
decision-rights
delegation
- Q4: Decision rights that should move closer to execution
- Q5: Control model for the best throughput-risk trade-off
delivery-risk
- Operating model synthesis for split-authority delivery systems
- Q6: Leading indicators of instability in split-authority flow systems
demand-segmentation
enterprise
exception-handling
execution
flow
flow-design
flow-metrics
governance
- Operating model synthesis for split-authority delivery systems
- Q1: Dominant flow constraint in split-authority delivery systems
- Q2: Demand segmentation for fast-path vs controlled-path flow
- Q4: Decision rights that should move closer to execution
- Conditions under which internal governance controls minimise coordination costs in regulated enterprises
- Failure mechanisms of internal governance controls: bureaucratic inefficiency and informal circumvention in regulated enterprises
- Barriers to governance reform, leadership failure modes, and reform mechanisms in regulated enterprises
governance-patterns
incentives
- Failure mechanisms of internal governance controls: bureaucratic inefficiency and informal circumvention in regulated enterprises
- Barriers to governance reform, leadership failure modes, and reform mechanisms in regulated enterprises
instability
institutional-economics
- Conditions under which internal governance controls minimise coordination costs in regulated enterprises
- Failure mechanisms of internal governance controls: bureaucratic inefficiency and informal circumvention in regulated enterprises
- Barriers to governance reform, leadership failure modes, and reform mechanisms in regulated enterprises
leading-indicators
operating-model
organisation
- Conditions under which internal governance controls minimise coordination costs in regulated enterprises
- Failure mechanisms of internal governance controls: bureaucratic inefficiency and informal circumvention in regulated enterprises
- Barriers to governance reform, leadership failure modes, and reform mechanisms in regulated enterprises
organisational-design
queue-design
queueing
regulated-enterprise
- Conditions under which internal governance controls minimise coordination costs in regulated enterprises
- Failure mechanisms of internal governance controls: bureaucratic inefficiency and informal circumvention in regulated enterprises
- Barriers to governance reform, leadership failure modes, and reform mechanisms in regulated enterprises
routing
throughput
throughput-risk
transaction-costs
- Conditions under which internal governance controls minimise coordination costs in regulated enterprises
- Failure mechanisms of internal governance controls: bureaucratic inefficiency and informal circumvention in regulated enterprises
triage
- Q2: Demand segmentation for fast-path vs controlled-path flow
- Q3: Routing design that isolates exceptions from routine flow
williamson