← Insights | 2025-07-15

Operational Risk Is Not A Compliance Checklist

Why production AI controls must govern evidence, authority, action, and recovery—not merely document intent.

Production Changes The Question

An AI demonstration asks whether a model can produce a useful answer. Production review asks whether the surrounding workflow can use that answer without exceeding its evidence or authority.

Hallucinated output is one failure mode. Stale evidence, excessive tool permissions, ambiguous approval, uncontrolled cost, and missing recovery paths can be just as consequential. A compliance checklist may record that controls exist, but operational risk depends on whether those controls work during the decision.

Probabilistic Output Needs An Explicit Boundary

Large neural models can extract, classify, summarize, and generate from unstructured inputs. Their outputs can also vary with the model, context, configuration, and sampling settings. Rather important when the output could trigger a consequential action.

The answer isn’t to reject probabilistic components. It’s to separate perception or recommendation from authority. Explicit policy should decide when evidence is sufficient, which action is allowed, who must approve it, and when the workflow must stop.

For each consequential decision, the system should record:

  • the evidence and its provenance;
  • the policy and thresholds applied;
  • the person or system authorized to act;
  • the action taken and its outcome; and
  • the available containment or recovery path.

This record won’t reproduce every internal model computation. What it can do is reproduce the operational basis on which the workflow permitted, escalated, or refused an action.

Engineer The Complete Decision Path

Neurosymbolic architecture is one way to separate neural perception from explicit rules and constraints. It’s not the only control a production workflow needs. Identity, data provenance, authorization, observability, and recovery sit around the model and reasoning components.

Evodant calls the engineering of this complete path Decision Engineering. Begin with one bounded decision and define its evidence, policy, authority, action, exception path, and measurable outcome. Technology selection follows that boundary.

Deployment Must Match The Consequence

Deployment is part of the decision boundary. Sensitive data, intermittent connectivity, latency, model custody, and vendor dependency may justify private, on-premises, edge, or disconnected operation. Other workflows may be well served by a managed cloud service.

The choice should follow documented requirements rather than a blanket claim that one environment is inherently sovereign or secure. Record which components must remain operable if a provider, network connection, or external service becomes unavailable.

Test Control Operation, Not Control Presence

Representative evaluation should include routine cases, ambiguous inputs, stale or conflicting evidence, failed approvals, unavailable dependencies, and attempted actions outside the policy boundary. A control that exists in architecture documentation but fails under these conditions doesn’t reduce operational risk.

Use decision support when a person must interpret the evidence, and use decision augmentation when the system can make a bounded recommendation. Permit bounded automation only for defined, recoverable actions with explicit policy and authority.

Start With One Decision

Choose an action whose consequence and owner are clear. Establish the current baseline, define the authority boundary, and test the failure and recovery paths before expanding automation.

Testing whether AI controls work in production? Book a Consultation.