Explainer

What are Ethical Interrupts?

Ethical interrupts are deliberate checkpoints that pause automation when risk thresholds are crossed.

Definition

Short definition

Two-to-four sentences you can drop into briefs or specs.

Ethical interrupts are explicit checkpoints that pause automation when ethical risk thresholds are crossed. They require a human review or deliberate confirmation before the system proceeds.

Well-designed interrupts are visible, logged, and tied to a reversible path so the pause itself becomes accountable.

Canonical entry: What are Ethical Interrupts? in the glossary.

Architecture

Mechanism in Operation

Visual model of operational states, transitions, boundaries, and failure points.

Mechanism, drawn

Ethical Interrupt Circuit Breaker Architecture

Deliberate friction at quantified risk boundaries. Interrupts halt execution, issue receipts, and route to named human authorities before harm becomes irreversible.

1. Normal Flow Autonomous execution Within standard bounds Threshold Breached? 2. Interrupt Tripped Execution Suspended Halt receipt published State checkpointed 3. Human Review Named on-call owner Enforceable SLA clock Reversal ready Risk Confirmed: Rollback & Compensate State reverted; harm bounded; incident logged Verified Safe: Signed Override Resumes Execution Tier 1: Soft Prompt Advisory warning; user confirms Low consequence · Fast friction Tier 2: Hard Stop Execution paused pending review Confidence dip · Irreversible action Tier 3: Mandatory Escalation Emergency circuit trip; leadership alerted Severe demographic harm · Systematic drift

Example

Example use case

A concrete scenario to ground the term in operations.

A content moderation pipeline triggers an ethical interrupt when model confidence drops below a threshold and harm severity is high, routing the case to a human reviewer.

Implementation

Distinct implementation signals

Unique operational detail to help this concept stand on its own in policy, procurement, and review workflows.

Interrupt taxonomy

Differentiate soft prompts, hard stops, and mandatory escalation interrupts so teams can choose the least-coercive effective intervention.

Common failure pattern

Interrupts become nuisance popups if trigger thresholds are vague; tie each interrupt to a risk signal and expiry condition.

Evidence to ship

Track interrupt trigger precision, override outcomes, and incident reductions attributable to each interrupt class.

CTAs

Related artifacts

Standards, bindings, and evidence packs to move from concept to adoption.

Standard

STD-01 — The Temporal Bill of Rights

Use ethical interrupts to enforce stoppability and bounded duration obligations.

Read STD-01

Evidence pack

STD-01 evidence pack

Capture interrupt logs, reviewer assignments, and halt receipts.

Open evidence pack

FAQ

Quick answers

Short replies for common implementation questions.

When should an ethical interrupt trigger?

Trigger interrupts when automated confidence is low, potential harm is high, or outcomes are irreversible without human review.

Do ethical interrupts slow systems too much?

They add deliberate friction only at risk thresholds, preserving speed for low-risk cases while protecting people in high-stakes flows.