AI incident response is not IT incident response with a new label. A model that gets jailbroken, poisoned, or pushed into an unintended action fails in ways a standard runbook was never built to catch. Any team running AI in production needs a playbook written for how models actually break, not a larger version of the old plan.

The Cybersecurity and Infrastructure Security Agency’s joint guidance on deploying AI systems securely makes the point directly: AI systems carry risks traditional software does not, and organizations need to plan for them before deployment.

On this page

Why a generic IT plan misses AI failure modes

A standard plan assumes a familiar shape of trouble: a server goes down, a credential leaks, a network gets breached. Those steps do not map onto a model quietly poisoned during training, a jailbreak producing harmful output through the front door, or an agent taking an unauthorized action. The systems, the evidence, and the decisions are all different, so a plan built for servers sends responders down the wrong path.

The NIST AI Risk Management Framework treats this as a lifecycle problem: governing, mapping, measuring, and managing AI risk continuously, not responding only after the fact. A playbook applies that framework when something goes wrong, and it should name a model inventory, escalation criteria, and a decision-maker ahead of time.

  • Poisoning corrupts behavior without touching infrastructure, so infrastructure alerts stay silent.
  • Jailbreaks exploit the model’s own reasoning, leaving no malware signature to detect.
  • Agent actions cause harm through legitimate system access, which intrusion detection is not built to catch.

Disabling and rolling back a model fast

Speed matters more with models than with most software, because a model producing harmful output keeps producing it with every request until someone stops it. The playbook needs a tested, one-step way to disable a model or roll it back to a known-good version, not a process that pages five people.

This means version control discipline before the incident. Every production model needs a documented prior version known to work, a rollback script run in a drill, and an owner who can execute it without waiting on approval when the harm is severe.

  • Keep a known-good prior version ready to serve traffic at all times.
  • Test the rollback mechanism on a schedule, not just when it is written.
  • Define which severity level authorizes immediate disable without approval.

Preserving prompt and output logs as evidence

When something goes wrong with a model, the evidence is the conversation itself: the prompts, the outputs, and the tools it called. If those logs are not preserved with the rigor of a security log, the incident cannot be reconstructed later.

Preservation needs to happen automatically, not as a step remembered under pressure. Logs need timestamps, version identifiers, and context to reconstruct the conditions that produced the harmful output, with retention rules that survive legal review.

  • Log full prompt and output pairs, not sampled or summarized.
  • Tag every log entry with the model version and deployment environment.
  • Set retention long enough to cover legal review, not just debugging.

Who decides offline versus degraded

Taking a system fully offline and degrading it to a safer mode are different decisions with different costs, and the playbook needs to name who makes that call. Figuring out authority in the moment guarantees delay, and delay is what an active harmful-output incident cannot afford.

A named owner with the authority to weigh user harm against business continuity should be identified in advance, with a backup. The decision should not sit only with engineering, because the tradeoffs are business and safety tradeoffs.

  • Name a primary decision-maker and a backup, both reachable at any hour.
  • Define the harm threshold that triggers full shutdown versus degraded mode.
  • Write the criteria down so the call does not depend on who is present.

Notifying users when model output caused harm

If a model’s output caused real harm to a user, whether bad advice acted on, a discriminatory decision, or exposed personal information, the affected people need to be told. The scope is often unclear at first, and the instinct to wait for certainty can turn into a long, damaging silence.

The playbook should default toward earlier notification with clear, honest language over a delayed, polished statement. Ownership should sit with someone outside the team that built the model, so the message is not shaped by the people defending their own work.

  • Default to notifying affected users promptly, even with incomplete information.
  • Assign notification ownership to a role independent of the model’s builders.
  • Keep notification language plain and specific.

Operating rule: No production model ships without a tested rollback path, a named offline-decision owner, and a notification plan. If any of the three is missing, the model is not ready for production.

Security incident versus safety incident

A security incident means someone attacked the system: a jailbreak, a prompt injection, a poisoned training set. A safety incident means the system caused harm on its own: a hallucinated fact acted on, an agent that took a reasonable-looking action with a bad outcome, a bias surfacing in a decision.

A security incident calls for the tools a security team already knows: forensics, attribution, patching the exploited weakness. A safety incident calls for behavioral analysis of why normal use produced harm, closer to a product failure review. Treating one like the other wastes time looking for an attacker who does not exist.

  • Security incidents need forensic analysis of how the attack got in.
  • Safety incidents need behavioral analysis of why normal use produced harm.
  • The playbook should route each type to the right team from the first report.

Running an AI-specific tabletop exercise

MITRE’s ATLAS catalogs real adversarial tactics against AI systems, from data poisoning to model evasion, and it is a useful source for building a scenario that reflects how AI systems actually fail rather than a generic breach story. Walking through one realistic scenario before a real incident is the only way to find the gaps without paying for them live.

A good tabletop picks one concrete failure, such as a jailbreak reaching a real customer, and walks the team through detection, decision, rollback, and notification in sequence. The value comes from the friction it exposes: the person who does not know they are supposed to make the call, the rollback script nobody has run.

  • Pick one realistic AI failure scenario, not a generic data breach.
  • Walk the full chain from detection to notification in one session.
  • Assign an owner to fix each gap the exercise exposes.

Feeding the review back into the threat model

An incident that closes without changing the threat model was only half handled. A review should ask what the threat model missed, so the same failure mode is caught earlier next time through monitoring, a tabletop scenario, or an evaluation change.

This loop needs to be a required step, not one skipped when the team is tired. The review should produce specific playbook changes, so the next version is measurably better.

  • Require a written review before an incident is marked closed.
  • Map each finding to a change in the threat model or playbook.
  • Add the failure mode that just occurred to the tabletop scenarios.
Dimension Traditional IT incident response AI-specific incident response
Root cause Exploit, misconfiguration, or outage Poisoned data, jailbreak, or unintended agent action
Evidence Server and network logs Prompt and output logs tied to model version
Containment Patch or isolate the affected system Disable or roll back the specific model version
Decision owner Security or IT operations lead Named cross-functional owner for offline versus degraded
Review focus Patch management and access control Threat model and tabletop scenario updates

FAQ

What makes AI incident response different from standard IT incident response?

The failure modes are different. A poisoned model, a jailbreak, or an unintended agent action do not look like a server breach, so detection, evidence, and decisions all need to be built around how models actually fail.

How fast should a team be able to roll back a compromised model?

Minutes, not hours. A model producing harmful output keeps producing it with every request, so the playbook needs a tested, pre-authorized rollback path.

Who should own the decision to take an AI system offline?

A named individual with the authority to weigh user harm against business continuity, plus a backup. This should never be improvised during the incident.

Is a jailbreak a security incident or a safety incident?

A security incident, because an attacker deliberately manipulated the system. Harmful output with no attacker involved is a safety incident. The two need different investigations.

Do prompt and output logs need to be kept for every interaction?

Yes, for production systems where harmful output is a real risk. Sampled logs cannot reconstruct what happened, and full logs tied to model version make a review credible.

When should affected users be notified about a harmful AI output?

As early as possible, even before the full scope is known. Early, honest, plain-language notification serves users better than waiting for a complete picture.

What should a tabletop exercise for AI incidents actually cover?

One specific, realistic scenario, such as a jailbreak reaching a real customer, walked end to end: detection, the offline-versus-degraded decision, rollback, and notification.

Related reading

Conclusion

A model-specific AI incident response playbook is not optional once a model is in production, because the failures models cause do not fit inside a plan built for servers and networks. The teams that handle these incidents well wrote the playbook, named the decision-makers, tested the rollback, and ran the tabletop before they needed any of it for real.

For teams building AI capability alongside security work, external specialists can accelerate the program. See AI risk assessment for implementation support.

Sources

Previous post AI Output Handling Needs Downstream Validation
Next post Shadow AI Needs Discovery Before Policy