Quantum platforms are operated by people under uncertainty. Operators interpret ambiguous target health, approve changes, respond to provider incidents, preserve evidence, and decide whether a run can support a claim. Human reliability is part of platform reliability.
View diagram source
flowchart LR
Interface[Operator interface] --> Decision[Decision]
Decision --> Action[Action]
Action --> Platform[Quantum platform]
Platform --> Feedback[Telemetry and evidence]
Feedback --> InterfaceError-prone conditions
| Condition | Risk |
|---|---|
| stale calibration | wrong execution decision |
| ambiguous target status | unsafe routing |
| many similar experiments | evidence mix-up |
| noisy alerting | alert fatigue |
| rare high-impact incidents | weak muscle memory |
| mixed lab/cloud ownership | unclear escalation |
NASA human-factors guidance emphasizes structured analysis of human contribution to incidents. That is useful in quantum operations because the right question is usually not “who made the mistake?” but “what interface, procedure, context, or organizational condition made the mistake likely?” [R173]
View diagram source
mindmap
root((Operator reliability))
Interface clarity
Alert quality
Handoff discipline
Procedure quality
Training drills
Fatigue controls
Blameless reviewInterface design
Operator interfaces should be organized around decisions, not raw databases.
View diagram source
flowchart TB
DecisionNeed[Decision need] --> Context[Relevant context]
Context --> Status[Current status]
Status --> Risk[Risk indicators]
Risk --> Actions[Allowed actions]
Actions --> Consequences[Expected consequences]For example, a target page should first answer whether the target is usable for a workload class. Raw calibration tables remain available, but they should not be the only interface.
Alert design
Alerts should map to actions.
| Alert | Required action |
|---|---|
| evidence collector unavailable | block claim-grade execution |
| calibration freshness breach | pause affected workload class |
| provider incident | freeze or reroute workloads |
| cost runaway | activate budget kill switch |
| policy engine failure | fail closed and escalate |
View diagram source
flowchart LR
Signal[Signal] --> Rule[Alert rule]
Rule --> Actionable{Actionable?}
Actionable -- yes --> Page[Page]
Actionable -- no --> Dashboard[Dashboard or report]Handoffs
View diagram source
sequenceDiagram
participant Outgoing
participant Incoming
participant Runbook
participant Evidence
Outgoing->>Incoming: current state and risks
Outgoing->>Runbook: active procedure step
Outgoing->>Evidence: affected workload IDs
Incoming-->>Outgoing: repeat back next actionsA handoff should transfer active incidents, affected targets, workload freezes, changes in progress, evidence gaps, vendor tickets, and next decision deadline.
Reviews
NIST log-management guidance reinforces the need for useful, protected, and reviewable logs. Quantum operations need operator-action records, policy decisions, runtime changes, evidence events, and context snapshots that support after-action review. [R172]
View diagram source
flowchart TB
Event[Event] --> OperatorContext[Operator context]
OperatorContext --> DecisionPath[Decision path]
DecisionPath --> Factors[Contributing factors]
Factors --> Improvements[System improvements]Training
View diagram source
flowchart LR
Scenario[Scenario library] --> Drill[Drill]
Drill --> Observation[Observation]
Observation --> Feedback[Feedback]
Feedback --> ProcedureUpdate[Procedure update]
ProcedureUpdate --> ScenarioTrain on stale calibration, provider metadata loss, cost runaway, ambiguous benchmark regression, safety alarm, and evidence preservation failure.
Operating rule
Design quantum operations for real humans. Interfaces, runbooks, alerts, handoffs, and drills are production infrastructure.