Framework

I judge AI decisions on three things: explainable, challengeable, and correctable.

Before any team relies on an algorithmic decision — a clinical recommendation, a content moderation call, a model output — I apply three questions. The same questions recur wherever model output becomes an operational decision.

Problem

A guideline changes. A drug is recalled. An allergy gets updated. The people who rely on the old decision often never hear about it — and the systems that automated the decision keep running.

Operating model

Every consequential AI decision should be explainable, challengeable, and correctable. Authority increases only as evidence, monitoring, and correction capacity mature.

What I build

Evaluation, review, escalation, and correction systems — including frozen evidence states, dispute records, dependency tracking, hold/rollback tools, and audit trails.

Explainable

A person — clinician, compliance officer, or patient — can see what the system considered and what it recommended. Not a full model explanation; enough to understand the basis for action.

Challengeable

The recommendation can be overridden, escalated, or sent back for review without halting care or creating a compliance incident.

Correctable

When the evidence, policy, or model changes, the decision can be updated and the record corrected. Someone owns that correction.

U.S. healthcare has spent 15 years moving decisions into software. My work is about making sure responsibility moves with them.

  • Who owns the recommendation, the override, and the correction.
  • Escalation paths designed before the edge case hits.
  • Evidence and assumptions visible enough to inspect.
  • Records that support active audits, rather than post-mortem reviews.
  • The unhappy path tested with the same care as the happy path.

The framework can be used alongside NIST AI RMF, the EU AI Act's requirements for high-risk systems, and existing compliance programs — but it starts with the people who have to trust or challenge the recommendation in practice.

Ethotechnics is the product method behind this framework — making AI decisions explainable, challengeable, and correctable in production, with explicit ownership, escalation, and correction paths.

Operating model

Deploying AI is not a one-time review. It is an operating system for deciding when a system may influence decisions, what conditions limit that authority, how people can challenge it, and what happens when evidence or behavior changes.

Authorization states

State 0 Not authorized Authorization state

The proposed use cannot yet influence care or workflow because the institution has not bounded the decision, named the accountable owners, or defined the evidence needed for reliance.

  • Defined clinical or operational decision
  • Named deployment and escalation owners
  • Specified affected population and exclusions

Transition condition: A bounded use case, accountable owner, and evaluation plan are approved.

State 1 Observed Authorization state

The system operates without influencing care or workflow. Outputs are captured to test relevance, failure modes, and whether the proposed controls fit real operating conditions.

  • Silent or retrospective evaluation
  • Error taxonomy and exception review
  • Baseline comparison against current practice

Transition condition: Observed performance and failure modes justify a limited prospective deployment.

State 2 Constrained use Authorization state

The system may inform a narrow workflow under explicit human review, limited population scope, active exception monitoring, and predefined stop conditions.

  • Prospective workflow validation
  • Documented override and escalation paths
  • Monitored safety, equity, and operational indicators

Transition condition: The deployment performs acceptably inside its stated scope and the institution can pause, correct, or roll it back.

State 3 Routine reliance Authorization state

The institution permits routine reliance within a defined scope while preserving independent review, challenge rights, change detection, and periodic reconsideration.

  • Stable prospective performance
  • Independent evaluation appropriate to the use
  • Operational readiness for correction and rollback

Transition condition: Authorization remains conditional: material change reopens review rather than silently inheriting prior approval.

Reconsideration loop

01

Detect

Identify a potentially material change in evidence, model behavior, policy, data, workflow, population, or observed outcomes.

Output · Change signal
02

Connect

Map the change to the specific authorization assumptions, populations, workflows, and downstream decisions that may be affected.

Output · Affected reliance map
03

Triage

Assess materiality, urgency, reversibility, exposure, and whether continued operation is acceptable while review proceeds.

Output · Review priority and interim controls
04

Review

Present the source-traced change, prior rationale, observed performance, dissent, and unresolved uncertainty to the authorized reviewers.

Output · Reconsideration case
05

Decide

Issue an explicit disposition: preserve, caveat, narrow, expand, monitor, escalate, suspend, or retire.

Output · Authorized disposition
06

Propagate

Update the authorization record and each connected workflow, instruction, interface, monitoring rule, and affected stakeholder.

Output · Corrected operating state

Escalation matrix

Trigger Default action Decision owner Required record
Immediate patient-safety signal or prohibited use Suspend affected use; preserve records; initiate urgent review Clinical safety owner Incident, scope, interim control, and restart authority
Material performance degradation or distribution shift Constrain scope or return to observed mode Deployment owner with clinical sign-off Metric change, affected population, and evaluation plan
New evidence changes benefit, risk, or required qualification Open a reconsideration case; assess continued reliance Evidence or policy owner Source change, affected scope, rationale, and disposition
Repeated overrides, complaints, or workflow workarounds Investigate usability, fit, incentives, and hidden failure modes Product and operations owner Pattern analysis, user accounts, and corrective action
Model, prompt, data, vendor, or integration change Reassess inherited authorization before release Change approver Version change, test evidence, and authorization linkage

Independent validation

01

A sample of cases receives independent review rather than automatically accepting the system-supported path.

02

Reviewers compare outcomes, overrides, delays, and subgroup effects against current practice where the deployment permits a valid comparison.

03

Independent review continues after initial approval so gradual drift and workflow adaptation can remain visible.

04

Material discrepancies trigger reconsideration; they are not absorbed as routine monitoring noise.

Implementation boundary

  • This framework does not decide clinical truth or replace authorized clinical, legal, safety, or compliance judgment.
  • It does not prescribe one universal score or promotion threshold. Evidence standards should match the decision, population, exposure, and reversibility of the use.
  • It does not treat initial approval as permanent. Authorization is versioned, scoped, and conditional on the facts that supported it.
  • It does not require replacing the existing technology stack. The operating record can connect model, EHR, quality, policy, and incident systems.

The practical objective is bounded institutional reliance: the system may move work faster inside an authorized scope, while human authority, challenge rights, and correction obligations remain explicit.

Vocabulary for reasoning about AI deployment, institutional decision-making, and the boundary between human judgment and automated systems.

Review Trigger

A condition that automatically reopens evaluation of a previously approved decision. Instead of relying on someone to remember to check, the system fires when evidence shifts, time elapses, or context changes.

Reliance Memory

A record of who depended on a decision, when, and under what assumptions. When the underlying evidence changes, reliance memory tells you which downstream decisions are now stale.

Decision Maintenance

The discipline of keeping decisions current after they are made. Most organizations treat decisions as events. Decision maintenance treats them as ongoing obligations.

Evidence Dependency Graph

A map of which conclusions depend on which sources. When a trial is retracted, a guideline updated, or a safety signal issued, the graph shows exactly which downstream positions are affected.

Constraint Realism

Ethics is real only when it exists as a hard constraint on what actions remain available. Not defined by what a system claims to value, but by the profitable actions it has rendered impossible.

Care Subsidy

The extraction of unpaid diligence from conscientious employees to bridge the gap between resource allocation and safety requirements. A system that depends on heroism to function safely is under-designed.

Governance by Attrition

When a system manages scarcity not by saying no, but by waiting for the applicant to give up. The delay itself is the denial.

Asymmetric Irreversibility

Modern institutions have automated the power to suspect, but not the power to exonerate. A fraud filter freezes an account in milliseconds; exoneration takes weeks of manual appeal.

Error Survivability

The degree to which a person can absorb or reverse a wrong decision before their life comes apart. In high-speed administrative systems, this is the real class divide.

Cognitive Scarcity

A temporary drop in mental bandwidth caused by stress, fatigue, or distraction. Interfaces designed for an idealized hero user break when the actual user is operating at a fraction of capacity.

A one-page checklist I use to assess whether an AI/system decision is ready to rely on — or what still needs systems work.

Request the checklist →