There is a quiet assumption behind a lot of automation projects in regulated industries: once a process runs through a system instead of a person, it becomes easier to defend. Fewer manual steps, fewer opportunities for error, a clean digital trail. On paper, that sounds like exactly what a regulator would want.
I think that assumption gets the direction of the problem backwards. A regulator was never primarily interested in whether a human or a system carried out a task. What they want to see is whether someone can explain, after the fact, how a particular outcome was reached, and whether that explanation holds up consistently across cases. That standard doesn’t change when a process is automated. What changes is how hard it becomes to meet it if nobody designed it in advance.
When a person runs a process manually, an inspector has an imperfect but workable fallback: sit the person down and ask them to walk through their reasoning. That fallback disappears once a system runs the process. Nobody can be asked to "walk through" a decision made by code unless the system itself was built to preserve that explanation as it went, which is, in my view, the part that gets missed. Automating a process without automating the record of why it did what it did doesn’t make it more defensible. It removes the one mechanism, a person who remembers, that used to make it defensible at all.
The Question a Regulator Is Actually Asking
Strip away the specific rules of any one jurisdiction or sector, and the underlying question a supervisor tends to ask is remarkably stable: who is accountable for this outcome, and can it be reconstructed on demand. Accountability doesn’t transfer to a system just because a system produces the result. Someone in the organization still owns it. The practical question is whether that person has the evidence they need, the moment they’re asked for it.
This is worth saying plainly because it cuts against a common shortcut: treating "we automated it" as the answer to a compliance question, rather than the beginning of a new one. Automation can absolutely strengthen a case for consistency and control. It just doesn’t do that automatically; it does it only if the design work anticipated the question before the audit did.
Where the Bar Actually Moves
Here is where I’d push back on the "automation lowers the bar" framing directly. A manual process fails one case at a time, an employee applies the wrong criterion once, and the damage is contained to that instance. An automated process applies whatever criterion is built into it, correctly or not, to every case that passes through it. If the logic is wrong, or if it was changed at some point without anyone recording what changed and why, the exposure isn’t one file. It’s every file the system touched, all with the same defect, all at once.
That is a higher standard than the one a manual process was ever held to, whether it was written down anywhere as a rule. A regulator reviewing an automated process will reasonably expect to see the logic itself, evidence that it was tested, and a record of every time it changed. None of that is optional simply because "the system handles it now."
The Case Nobody Designed For
Every automated process is built against the cases its designers could anticipate. Sooner or later, one arrives that doesn’t fit, a data pattern nobody modeled, a scenario outside everything tested before launch. That moment isn’t failure by itself. A system with no way to recognize an unfamiliar case will do the only thing it knows how to do: apply the existing logic anyway and return an answer with the same confidence as any other. Nothing in the output distinguishes it from a normal case, which means nobody notices because nothing was built to notice it.
The design question worth asking earlier, then, isn’t only "can this decision be explained." It’s "what happens when the input falls outside what this was built for." A well-designed process sets a threshold for exactly that: the point at which the system stops resolving a case on its own and instead flags it, and to whom. That "to whom" carries as much weight as the flag itself, an exception routed to nobody is, in practice, no exception handling at all.
Designing for the Question Before It’s Asked
The practical implication is timing, not technology. Building in the ability to explain a decision or to show how an unanticipated case was caught and escalated after the automation is already live and an inquiry has arrived is close to impossible. By then, the only evidence available is whatever the system happened to log for operational reasons, rarely what a reviewer needs. Both must be designed from the start: what data went into a decision, what version of the logic produced it, who owns that logic over time, and who is accountable when a case falls outside it.
My recommendation, for any organization automating a process a regulator or supervisor will eventually look at, is to treat explainability and exception handling as requirements of the process itself, on the same list as accuracy and speed, rather than as something to assemble later if someone asks. It costs more to build upfront. It costs a great deal more to reconstruct after the fact, and in some cases, it simply can’t be reconstructed at all.
None of this is an argument against automation. It’s an argument against treating automation as a compliance shortcut. The organizations that get real value from it tend to be the ones that are designed for scrutiny, and for the unexpected case, from day one, not the ones that assumed either would become less likely.
Rhisco helps regulated organizations design regulatory risk frameworks and governance artifacts for automated processes, built to hold up under scrutiny, not just under normal operation.
This article was co-created with the assistance of artificial intelligence under strict supervision, editing, and verification of our team.