Most organizations have operational risk frameworks. They have policies. They have documentation. They have processes.
They don’t have anything that actually prevents disasters.
Here’s how you can tell: Ask your team to walk you through what happens when a model breaks. Not what’s supposed to happen. What actually happens.
The answer is almost always: We have a process documented. But that process has never been tested. Nobody really knows if it works. And when there’s an actual incident, we figure it out as we go.
That’s not an operational risk framework. That’s documentation.
The Difference Between Documentation and Prevention
Documentation says: “Here’s what we do if a model fails.”
A framework that prevents disasters says: “Here’s how we detect that a model is failing. Here’s how we communicate. Here’s what we do in the first minute, the first hour, and the first day. Here’s what we measure to know if we’re recovering. Here’s how we learn from this when it’s over.”
Documentation is static. Prevention requires process discipline that’s been tested under stress.
What Actually Works
Operational risk frameworks that prevent disasters have a few characteristics:
1. Detection before impact is the foundation.
You need to know something is wrong before your customers or your business does. This requires monitoring that’s designed to catch problems, not just errors.
Most organizations monitor for: API errors, latency, crashes. These are good. But they’re not sufficient for AI.
You also need to monitor for: accuracy degradation, input distribution shift, fairness drift, output distribution change, edge case failures, cost spikes.
Building this monitoring is tedious. But it’s foundational. You can’t prevent a disaster if you don’t know about it until it’s too late.
2. Escalation that’s tested and fast.
When monitoring alerts, what happens next? Do people check? How long does it take? Who’s on call? What authority do they have?
For most organizations, the escalation process is: Alert fires, someone eventually notices, they chat with the team, they investigate. This might take hours.
For organizations that prevent disasters, escalation is: Alert fires within 30 seconds, oncall engineer is paged, within two minutes they have context on whether this is “turn it off immediately” or “investigate further.” Within five minutes they’ve made a decision about escalation.
This requires: clear alerting that doesn’t alert on false positives, oncall rotation that actually works, clear decision authority (when does the on-call engineer have authority to disable the model?), and dashboards that give context in seconds.
Testing this is crucial. You should run incident simulations quarterly. “Pretend this model’s accuracy dropped 10% overnight. What happens?” If your team can’t walk through the simulation in 30 minutes, your escalation process isn’t ready.
3. Graceful degradation for critical systems.
Some models can’t be safely turned off. If you turn them off, the whole system breaks. In those cases, you need fallbacks.
The fallback might be: – A simpler, more robust model – Rule-based logic that handles the common cases – Default behavior that’s safe if suboptimal
You design for fallback before a crisis. You test that the fallback works. You know that in a disaster, you have an option that isn’t “the system is broken.”
4. Communication protocols that actually work.
When something goes wrong, you need to tell people. Not eventually. Quickly.
For critical models, this means: internal communication within 15 minutes (engineering team knows what’s happening, leadership knows what’s happening), external communication within an hour (if customers are affected, they know why and what we’re doing about it).
Most organizations don’t have these timelines. They have “we’ll communicate once we understand the problem,” which can take hours or days.
Testing this is also crucial. Run a simulation: “This model broke. Walk me through who gets told what, when.” If you can’t do it in 15 minutes, you don’t have a communication protocol. You have a hope.
5. Post-incident process that actually learns.
After the incident, you need to understand what happened and change something so it can’t happen the same way again.
This is not a postmortem that gets written and filed. This is: understand what happened, identify the root cause, identify what could have prevented it, assign someone to implement the fix, track until the fix is done.
Most organizations skip this. Or they do the postmortem but don’t actually implement the fixes. So the same failure happens again six months later.
How This Gets Built
You don’t build operational risk frameworks top-down. You build them through incident response.
When you have your first real incident—a model breaks, causes real impact—you learn what your actual process is. It’s probably chaotic. You’ll discover gaps.
Then you deliberately design the process you wish you’d had. You document it. You test it. You train your team.
But here’s the key: You don’t just document the process. You treat it as something that needs to be practiced.
Run incident simulations quarterly. “A model’s accuracy dropped 20%. What do we do?” Your team runs through the process. They discover where it breaks. You fix it.
Every quarter, run a new simulation with a different failure mode. Latency spike. Cost explosion. Output distribution shift. False positive rate increase. Your team gets faster at responding because they’ve practiced.
The Forcing Function
Most organizations never do this because there’s no forcing function. Incident simulations feel like busywork when nobody’s actually broken.
The forcing function is: Have your board ask about incident response. “When was the last time you ran an incident simulation? Walk me through one.”
Boards almost never ask this. But the organizations where they do are the organizations that catch problems before they become disasters.
Why This Matters
The difference between an operational risk framework that prevents disasters and one that documents them is the difference between:
-
You catch a problem before customers notice
-
Customers tell you something’s wrong
-
You respond in 30 minutes
-
You respond in 8 hours
-
You have a fallback
-
The whole system breaks
-
You communicate clearly
-
Everyone’s confused
These aren’t small differences. They’re the difference between a small incident and a major crisis.
Most organizations will have an AI-related incident in the next three years. The question is whether that incident will be a learning opportunity that lasts a day, or a disaster that lasts a month.
That depends almost entirely on whether you have an operational risk framework that’s actually been tested and disciplined, or one that’s just documented.