Plain-language definition

What Risk-based routing means here.

Risk-based routing classifies an AI action before release or execution so it can move automatically, require review, require approval, escalate, or stop based on reversibility, confidence, user impact, data sensitivity, and operational consequence.

Example before the midpoint

Example route matrix

Example route matrix

FieldExample
Automatic actionHigh confidence, reversible, low consequence.
ReviewModerate consequence or lower confidence.
ApprovalMaterial customer, financial, legal, or operational impact.
EscalationConflict, policy uncertainty, or unexpected failure.
Stop or containmentUnsafe, unauthorized, or unbounded behavior.

Failure modes

What goes wrong when this control is poorly designed.

Everything routes to review.

Reviewers become bottlenecks and begin rubber-stamping because the route design cannot distinguish consequence.

Nothing routes to review until a failure happens.

Consequential mistakes reach customers, operators, or systems before anyone with authority can intervene.

Confidence is treated as the only signal.

High-confidence actions can still move when the consequence, data sensitivity, or reversibility requires review.

The route ignores reversibility and customer consequence.

Small-looking actions can create harm that is difficult to undo.

Measures of effectiveness

The control should make release behavior clearer.

  • Route accuracy.
  • Intervention rate by class.
  • Approval latency.
  • Incident and escape rate by route.
  • Percentage of stopped actions that were correctly contained.