Advisory-to-Mandate Escalation

aka Advisory-Output-Made-Binding, Override-as-Insubordination

category: anti-patterns · status: emerging

Anti-pattern: an advisory decision-support output is silently promoted by institutional protocol into a binding order, and a domain expert's evidence-based refusal to follow it is reframed as non-compliance rather than legitimate judgement. An AI sepsis model flags a dialysis patient and the unit's protocol says to start IV fluids on the alert. The nurse, who knows fluids are dangerous for this patient, refuses — and is treated as non-compliant until a physician backs the judgement. The model was only ever advisory, but the protocol around it had quietly made the alert an order, and overriding it counted as defiance rather than expertise.

2. Problem

A decision-support system gives advice — a sepsis alert, a risk score, a recommended action — to a human expert who remains responsible for the decision. By design the output is advisory: the clinician, analyst, or operator is meant to weigh it against their own judgement. The system is deployed inside an institution with protocols, workflows, and accountability structures around it.

The institution's process quietly converts the advice into a command. A protocol says to act on the alert, a workflow makes following it the default and overriding it an exception that must be justified, and overriding it comes to be treated as defiance rather than expertise. The advisory label still exists on paper, but the running social process treats the output as mandatory, so the expert is pressured to comply even when their own evidence says otherwise. Automation bias — the documented tendency to over-rely on automated suggestions, especially under time pressure — pushes the same way. The human is nominally in control while being punished for exercising it.

Competing forces:

3. When to Use

4. When Not to Use

5. Architecture Diagram

flowchart TD
  A[Advisory output] --> P[Protocol defaults to following it]
  P --> B[Override made costly; advice binding in practice]
  B --> O[Correct expert override reframed as non-compliance]
  O --> H[Human nominally in control, punished for using it]

Process and automation bias convert advisory output into a de-facto order, so a correct expert override is treated as defiance rather than judgement.

6. Components

7. Tools

8. Guardrails

An advisory output must not be made binding by the surrounding process; following and overriding it have to be equally legitimate, a documented expert override cannot be treated as non-compliance, and accountability rests with the human decision rather than with compliance to the tool.

Therefore: keep the advisory output advisory in the running process, not just on the label; make following and overriding equally legitimate, protect a documented expert override from being treated as defiance, and design the workflow so the human's judgement actually governs the decision.

9. Failure Modes

10. Evaluation Metrics

11. Code Examples

No code examples for this pattern yet.

Known uses

Related patterns

References