← All lessons
Level 4 · Managed7 min read

Incident response and monitoring

AI systems fail quietly. A model drifts as the world changes, a vendor ships an update, a prompt-injection attack leaks data, a chatbot starts promising refunds. Monitoring is how you notice; incident response is what you do next. Both are now legal duties, not just good practice.

What the laws say

  • EU AI Act, Article 26: deployers of high-risk systems must monitor operation according to the instructions for use and inform the provider (and the market surveillance authority) when they identify a risk or a serious incident. Article 73 requires providers to report serious incidents to authorities; the default deadline is 15 days after awareness, shorter (two to ten days) for deaths, widespread infringements or critical-infrastructure disruption.
  • New York's RAISE Act (effective 1 January 2027 after its 2026 chapter amendment) requires large frontier-model developers to report safety incidents within 72 hours. Even if you are not covered, 72 hours is becoming the reference clock.
  • Privacy law already requires breach notification (GDPR: 72 hours to the regulator; PIPEDA: as soon as feasible; Quebec: promptly). An AI incident involving personal data is a privacy breach too.
  • Colorado SB 26-189 and Quebec's Law 25 give people a right to human review of automated decisions; every such request is an incident signal worth logging.

Define "incident" before you need to

Write a list. For example:

  • The system produced an outcome that harmed or could harm a person (wrong denial, wrong accusation, unsafe advice).
  • A user or reviewer reports discrimination or a pattern of errors.
  • The model changed behaviour after a vendor update.
  • Personal or confidential data was exposed via the system.
  • The system was manipulated (prompt injection, jailbreak, data poisoning).
  • The system was used outside its approved purpose.

Monitoring that a small team can run

  • Performance: accuracy or agreement rate against a human sample, monthly.
  • Fairness: impact ratios by group, quarterly (see the fairness lesson).
  • Volume and drift: sudden changes in the share of approvals, escalations or refusals.
  • Complaints and review requests: count them, read them.
  • Vendor changes: subscribe to release notes; test after updates.
  • Transcripts: for chatbots, a weekly sample read by a person. Rite Aid's failure was not one bad match; it was years of matches nobody measured.

The response plan (one page)

  • Report: any staff member can report to a named inbox or person; no blame for reporting.
  • Triage within one business day: severity, people affected, data involved, legal clocks started (72 hours for GDPR breaches, 15 days for EU AI Act serious incidents, contractual notice to vendors).
  • Contain: pause the system or the feature; the off switch you documented in the oversight lesson.
  • Notify: affected people, regulators where required, the vendor, insurers.
  • Fix and verify: root cause, correction, re-test.
  • Record: keep the incident in the system's record file, with dates and decisions.
  • Learn: update the risk assessment, the training, and if needed the policy.

Run a tabletop exercise once a year: pick a scenario from your incident list and walk the plan in an hour.

What this means for you

Write your incident definition list and the one-page response plan, name the intake inbox, and put the legal clocks (72 hours, 15 days) on it. Then set up the monthly performance check and the weekly transcript read for your most-used customer-facing tool.

Real case

Ban2023 · US-federal

FTC v. Rite Aid — five-year ban on facial recognition surveillance

Settlement announced 19 December 2023. Rite Aid is banned from using facial recognition for surveillance for five years, must delete the images and any models built from them, must notify consumers before enrolling them in any future biometric system, run a comprehensive security programme with independent assessments for 20 years, and have its CEO certify compliance annually.

Read the case →

Related laws

Quick check · 3 questions

  1. 1.What is the default deadline for providers to report a serious incident under Article 73 of the EU AI Act?

  2. 2.Which of these should be on your incident definition list?

  3. 3.What is the first action after triage confirms a real incident?

0 of 3 answered

Sources

Last reviewed Sep 25, 2026.

Educational information, not legal advice. Laws change and details depend on your situation — check the linked sources and talk to a qualified lawyer before acting. Last content review: 2026-09-25.

Spotted an error? Ask the tutor or email hello@myaiguide.pro.