MICKAI®ArticlesAI Disaster Recovery and Business…
Article · 22 July 2026

AI Disaster Recovery and Business Continuity: The Complete Guide

AI dependent processes need the same BIA, RTO and RPO discipline as any other critical process, plus one metric classic DR never had to define.

Author
Micky Irons
Published
22 July 2026
Follow Micky Irons
LinkedInX
ai resiliencebusiness continuityai disaster recoveryai governanceiso 22301

AI disaster recovery and business continuity extends established business continuity management (BCM) practice, business impact analysis, recovery time objective, recovery point objective and a tested fallback, to cover the AI-dependent processes most continuity plans still leave out. An AI dependency fails in four distinct ways: availability loss, connectivity loss, contractual or commercial disruption, and silent degradation, and each needs its own mitigation. This guide sets out how RTO and RPO map onto AI, a third metric AI needs that classic DR does not, the continuity patterns that actually work, a runnable tabletop exercise format, and the standards that govern it.

What is AI business continuity?

AI business continuity is the discipline of extending existing business continuity management (BCM) practice, the same discipline that already covers a payment processor or a data centre, to every business process that depends on an AI system. It is not a separate field invented from scratch. It uses the same tools: a business impact analysis (BIA), a recovery time objective (RTO), a recovery point objective (RPO), and a tested fallback. The difference is that AI introduces failure modes classic disaster recovery (DR) was never built to name, and most organisations have not yet written them down.

The question that matters is not "is AI safe". That is a governance and model-risk question, well covered elsewhere. The question this guide answers is narrower and more operational: what happens when the AI stops working, changes without warning, or the organisation loses the ability to reach it, and what is the plan.

Why do most continuity plans miss AI entirely?

Two bodies of writing already exist on "AI and disaster recovery". One treats AI as a tool that helps respond to natural disasters or IT outages. The other treats AI as a governance risk: bias, hallucination, alignment. Almost nothing treats the AI system itself as the dependency, the thing that needs its own entry in the BIA, its own RTO and RPO, and its own tested fallback, in the same way a core banking platform or an ERP system already has one. That gap is what this guide fills.

What are the four ways an AI dependency actually fails?

A useful AI continuity plan starts by naming the failure modes precisely, because each one needs a different mitigation. There are four.

Failure modeWhat it looks likeTypical trigger
Availability lossThe provider or API is down, rate-limited, or a region is unreachableProvider outage, DDoS, infrastructure failure
Connectivity lossThe organisation's own link to a cloud AI service is severedSite outage, undersea cable fault, ISP failure, an environment that is air-gapped by design
Contractual or commercial disruptionThe provider changes terms, deprecates a model, changes pricing, is acquired, or discontinues a product lineVendor business decision, not a technical fault
Silent degradationThe model is reachable but behaves differently after an unannounced updateAccuracy drift, output-format change, policy change

The first two are classic availability problems and map cleanly onto existing DR thinking. The third is a real, recurring category in the AI market: providers have discontinued models and changed terms before, and will again, so it belongs in a continuity plan the same way a supplier's insolvency belongs in a procurement risk register. The fourth is the quietest and the most dangerous, because it does not trip an outage alert. The process keeps running, just wrongly.

How do RTO and RPO apply to an AI-dependent process?

ISO 22301 and NIST SP 800-34 both anchor RTO and RPO to a business impact analysis of the process being protected, not to a number that sounds reassuring. The same rule applies to AI. There is no universal RTO for "an AI system". There is an RTO for the specific business process the AI supports, derived the same way it would be for any other dependency.

Recovery time objective (RTO) for AI

The RTO is the maximum time the business process can run without its AI component before the impact becomes unacceptable. The useful distinction is between the whole process failing and the process degrading to a manual or rules-based fallback. In most cases the achievable target is the second: keep the process alive at reduced capability, not restore the AI itself within minutes.

Recovery point objective (RPO) for AI

Classic RPO measures acceptable data loss. For AI, reframe it as acceptable state or context loss: for a conversational or agentic system, the maximum tolerable loss of session state, in-flight task state, or the freshness of a fine-tuning set or vector index if the organisation fails over to a different model or a cached snapshot.

A third metric AI needs that classic DR does not

Classic DR assumes that restoring a system restores its behaviour exactly. AI does not work that way: failing over from one model to another, to a smaller local model, or to a human-run process, changes what the system can actually do. This guide names that gap a capability-equivalence threshold: the maximum tolerable drop in output quality or capability when failing over, before the business process itself breaks down. Set it in the BIA alongside RTO and RPO, expressed in terms the process owner can judge (error rate, throughput, accuracy against a held-out test set), not in terms of the model's own benchmark scores.

MetricQuestion it answersSet from
RTOHow long can the process run without AI before harm is unacceptable?BIA of the business process
RPOHow much session, task, or context state can be lost on failover?BIA of the process's state dependencies
Capability-equivalence thresholdHow much quality drop is tolerable when failing over to a different model or a manual process?BIA plus the process owner's acceptance criteria

Which continuity patterns actually work?

No single pattern covers every failure mode. A complete plan combines several, chosen against the process's RTO, RPO, and capability-equivalence threshold, not adopted wholesale because a pattern sounds thorough.

Multi-provider or multi-model architecture

Routing requests through an abstraction layer, sometimes called an AI gateway, means a provider outage or a model deprecation becomes a configuration change rather than a rewrite. Analyst commentary already points to this becoming the majority pattern for multi-model enterprise deployments over the next few years, up from a small minority today. Treat that as a directional industry trend, not a number to plan a budget around. The trade-off is real: an abstraction layer adds latency and engineering overhead, and behaviour still varies across providers even behind a common interface.

Degraded-mode operation

A pre-defined fallback to a smaller, locally hosted, or non-AI process when the primary AI is unavailable. The discipline that makes this work is deciding and documenting the degraded mode before the incident, including who has the authority to invoke it. A degraded mode improvised during an outage is not a continuity plan, it is guesswork under pressure.

Local, on-premise, or edge fallback capability

Maintaining a smaller model or a cached capability that runs independently of the primary cloud provider's uptime, specifically for the connectivity-loss and provider-outage failure modes. This is where owned or air-gap-capable infrastructure earns a place in a continuity plan on its own terms: a workload that can run without a live connection to a third-party API has removed an entire failure class from its risk register. It is one legitimate architectural answer among several here, not the only one, and it carries its own cost and maintenance burden that a pure cloud dependency does not.

Contractual continuity clauses

Exit rights, data-portability guarantees, notice periods for deprecation or pricing changes, and escrow or export mechanisms for fine-tuned models or embeddings. This maps directly onto the Digital Operational Resilience Act's (DORA) requirement that financial entities maintain exit strategies and a register of ICT third-party arrangements. The same discipline is good practice for any organisation relying on an external AI provider, regulated or not: negotiate the exit before signing, not after the notice email arrives.

Caching and snapshotting

Keeping a versioned, tested snapshot of the model weights or the prompt-and-configuration set the business depends on, so a "roll back to last known good" option exists if an update changes behaviour. This is the direct mitigation for silent degradation, the failure mode with no outage alert.

Human-in-the-loop fallback

The most underrated continuity control. A documented manual procedure that keeps the business process alive at reduced throughput while AI capability is restored. Every AI continuity plan needs one, sized against the process's RTO: if the manual procedure can only sustain a fraction of normal volume, that ceiling has to be known before the incident, not discovered during it.

How do you maintain AI capability during an incident?

Separate incident response from continuity execution. Incident response stops the bleeding: contain the fault, communicate, understand scope. Continuity execution invokes the pre-agreed degraded mode or fallback. Conflating the two is how organisations end up improvising a failover decision in the middle of a live incident, which is exactly what a continuity plan exists to prevent.

Decision authority needs to be settled in advance: who can approve failing over to a different model or provider mid-incident, and what pre-approval already exists, so that call is not made for the first time under pressure. Monitoring should watch for the signals that trigger the plan: API error-rate thresholds, latency thresholds, output-quality drift detectors, the provider's own status-page and incident feeds, and contractual notice emails about model deprecation or terms changes. None of this is unique to AI. It mirrors standard BCM crisis-communication and monitoring practice; the only new step is training the team to recognise AI-specific triggers like drift and silent degradation alongside the familiar ones like latency and error rate.

How do you run a tabletop exercise for an AI outage?

Tabletop exercises are well established in cyber incident response: a discussion-based simulation, not a technical test, that starts simple and layers in complications, focused on decision-making, communication, and role clarity rather than technical response. The same format works for AI continuity, run against a named process and the four failure modes above.

  • Define scope. Pick one realistic AI-dependent process: an AI-assisted customer-service workflow, a fraud-detection layer, an internal copilot embedded in a critical task.
  • Select two or three scenario injects. Draw from the four failure modes. Start with one scenario before layering a second.
  • Run it as a facilitated discussion with the actual role-holders, not just IT: who notices, who decides to invoke the fallback, who communicates externally, what the manual or degraded process looks like in practice, and how long it can be sustained.
  • Score the walkthrough against the documented RTO. Did the organisation actually restore or degrade within the defined window, in the discussion, not in production.
  • Capture gaps and feed them back into the plan. This feedback loop is the same one ISO 22301 requires for exercise programmes generally.

Run this at least annually, and again after any material change to the AI vendor, the model, or the criticality of the process that depends on it.

Which standards and regulations govern AI continuity?

No single standard covers AI business continuity end to end. It sits at the intersection of several, each doing a different job.

Standard or regulationWhat it actually coversRelevance to AI continuity
ISO 22301:2019Business continuity management systems, requirementsThe parent BCM standard; RTO and RPO derive from its BIA discipline
ISO/IEC 27031:2011Guidelines for ICT readiness for business continuityBridges ISO 22301 and IT/ICT recovery specifics; designed to be used alongside ISO 22301 and ISO 27001
ISO/IEC 42001:2023AI management systemsNot a continuity standard; its Plan-Do-Check-Act governance model is the natural home for AI continuity policy inside a management system
NIST SP 800-34 Rev. 1Contingency planning guideIts seven-step contingency-planning process (policy, BIA, preventive controls, recovery strategies, plan development, testing and training, maintenance) remains a widely cited reference model
NIST AI Risk Management FrameworkDefines AI resilience as the ability to withstand and return to normal function after unexpected adverse events, distinct from securityGoverns trustworthiness and risk, not operational continuity of the business service, which is the gap this guide's playbook fills
DORA (EU)Digital operational resilience for financial entities, fully applicable since 17 January 2025Treats AI vendors as ICT third-party providers; requires a register of contractual arrangements, concentration-risk monitoring, and documented exit strategies
NIS2 Directive (EU)Cybersecurity and resilience obligations for essential and important entities across expanded critical sectorsAI-dependent operational processes inside NIS2-scoped entities inherit the same resilience obligations as any other critical ICT dependency
UK NCSC guidanceSupply-chain and cloud-security posture, plus Cyber Essentials baseline hygieneThe natural UK-context anchor for third-party AI dependency risk

Under NIS2, essential entities are large organisations, broadly 250 or more staff or over €50m turnover, in the most critical sectors, and face fines of up to €10m or 2 percent of global turnover for non-compliance. Important entities are large firms in other sectors or medium firms, 50 to 249 staff or €10m to €50m turnover, in the higher-criticality sectors, with fines up to €7m or 1.4 percent of turnover.

One date needs correcting explicitly, because it changes what "compliant by when" actually means: the EU AI Act's original high-risk deadline of 2 August 2026 has moved. The Digital Omnibus on AI deferred stand-alone Annex III high-risk obligations to 2 December 2027, and high-risk AI embedded in regulated products under Annex I to 2 August 2028. Article 50 transparency obligations largely stayed on the original schedule. Treat the deferral as a build window, not a reprieve. The underlying resilience and robustness expectations for high-risk AI systems survive the move intact; only the compliance clock changed.

Where does audit evidence fit into an AI continuity plan?

When a fallback or degraded mode is invoked during a real incident, the organisation needs a verifiable record of what happened and when: which model served which request, when the failover triggered, what data crossed which boundary. This is a continuity-and-audit intersection, not a security add-on, and it matters most in the hours after an incident, when a regulator, an auditor, or the organisation's own board asks what actually happened. It ties directly to DORA's and NIS2's incident-reporting and evidentiary expectations: a documented plan that cannot produce evidence it was followed is not much better than no plan at all.

Where does owned or on-premise AI fit in the continuity picture?

Owned or on-premise AI is not a separate topic from everything above, it is one of the continuity patterns already described, applied structurally rather than as a one-off fallback. An organisation that keeps an owned, offline-capable AI system as its degraded-mode fallback has taken the connectivity-loss and provider-outage failure modes off its risk register entirely for that process, in the same way an organisation with its own generator has taken a grid outage off its register. That is one legitimate answer among the several documented above, alongside multi-provider gateways, cached snapshots, and human-in-the-loop fallback. Some organisations, including Mickai, build for exactly this pattern by design. It suits organisations that have already concluded the provider-dependency failure mode is the one they are least willing to carry; it is not the only sound answer, and the right combination of patterns still has to be derived from the same BIA as everything else in this guide.

How an offline capable architecture supports the fallback patterns above is set out at /sovereign-ai, and the film at /film shows the interface in operation.

Frequently asked questions

What is the RTO for an AI system?

There is no universal figure. The RTO has to be derived from the business impact analysis of the specific process the AI supports, exactly as ISO 22301 requires for any other recovery time objective. The method is BIA, then criticality, then RTO, never a number picked because it sounds reassuring.

What happens if an AI provider goes down?

It depends on whether a fallback was defined in advance. Without one, the dependent process stops. With a tested degraded mode, a secondary provider, a local model, or a manual procedure, the process continues at reduced capability within the documented RTO.

What happens if an AI provider changes its terms or discontinues a model?

This is a contractual continuity event, not a technical outage. The mitigation is exit rights and data-portability clauses agreed in advance, plus a documented migration path, not a reactive scramble once the notice email arrives. It mirrors DORA's exit-strategy requirement for ICT third parties.

Is the EU AI Act high-risk deadline still 2 August 2026?

No. The Digital Omnibus on AI deferred stand-alone high-risk (Annex III) obligations to 2 December 2027, and embedded high-risk (Annex I) obligations to 2 August 2028. Article 50 transparency obligations largely stayed on the original schedule.

How do you run a tabletop exercise for an AI outage?

Pick one AI-dependent business process, script two or three realistic disruption scenarios such as an outage, a connectivity loss, and a contract termination, walk the actual decision-makers through it without touching production systems, and score the result against the documented RTO. Feed the gaps back into the plan.

Does business continuity for AI need its own standard?

No new standard is required. ISO 22301 for business continuity and ISO/IEC 27031 for ICT readiness already provide the method, and ISO/IEC 42001 provides the governance home. The AI-specific addition is simply naming AI-specific failure modes and setting a capability-equivalence threshold alongside RTO and RPO when recovery strategies are defined.

What is a capability-equivalence threshold?

It is the maximum tolerable drop in output quality or capability when a business process fails over from its primary AI system to a substitute, whether that substitute is another model, a smaller local model, or a human-run process. It sits alongside RTO and RPO as a third metric AI continuity planning needs that classic disaster recovery never had to define, because classic DR assumes restoring a system restores its behaviour exactly, and AI failover does not work that way.

Subscribe
Get every new Mickai article by email.

Long-form essays on sovereign AI from Micky Irons. One email per article. No tracking, no marketing, no third parties. Every email includes a one-click unsubscribe link.

Prefer RSS? Subscribe at /articles/feed.xml.

Originally published at https://mickai.co.uk/articles/ai-disaster-recovery-business-continuity. If you operate in a regulated sector or want sovereign AI on your own hardware, the audit form on mickai.co.uk is the entry point.
More articles