Chapter 1 - Correctness Is Not Legitimacy
1.1 Prevailing Evaluation Criteria in Autonomous Systems
Autonomous and distributed systems are commonly evaluated using metrics such as correctness, performance, availability, fault tolerance, and optimization efficiency. These criteria are well-established and appropriate for systems operating under stable assumptions, well-defined authority, and continuous eligibility to act.
Correctness, in this context, typically refers to whether a system’s outputs align with its internal models, specifications, or learned objectives. Fault tolerance is evaluated by a system’s ability to continue operating in the presence of component failures, degraded inputs, or environmental disturbances. Availability is frequently treated as a proxy for reliability, with uninterrupted operation framed as an inherent good.
Across safety-critical, distributed, and AI-driven systems, these metrics are often combined—implicitly or explicitly—into a single operational assumption: continued execution is preferable to non-execution.
This assumption is rarely stated directly. Instead, it is embedded in system architectures that prioritize recovery, retry, redundancy, and graceful degradation, all aimed at preserving action continuity.
1.2 The Hidden Assumption: Action as the Default Good
The prevailing design posture treats inaction as a failure condition. Silence, refusal, or non-response are commonly interpreted as errors to be corrected, bypassed, or overridden.
In many systems, a lack of response triggers:
retries,
failover mechanisms,
alternative execution paths,
escalation to higher authority layers that reassert action.
These mechanisms are effective for recovering from transient faults or partial failures. However, they encode a deeper assumption: that the system remains authorized to act unless proven otherwise.
This assumption conflates capability with legitimacy.
A system may be technically capable of producing outputs while simultaneously lacking the authority, context, or safety guarantees required to do so. When this distinction is not modeled explicitly, the system treats ambiguity as a prompt for action rather than a signal for restraint.
1.3 Failure Modes Induced by Forced Action
Safety failures in autonomous systems frequently arise not from total system collapse, but from action taken under insufficient authority, degraded context, or unresolved ambiguity.
In such conditions, the system’s internal evaluation mechanisms may still report nominal correctness:
models converge,
policies select valid actions,
control loops remain stable.
Yet the decision to act itself becomes unsafe.
This class of failure is difficult to detect using conventional metrics, because it does not manifest as computational error, performance degradation, or component malfunction. Instead, it emerges at the boundary between system authority and environmental uncertainty.
Safety is compromised not by failure to act, but by action taken without legitimate authority.
1.4 Silence as an Informational State
In many architectures, silence is treated as the absence of signal. From an engineering perspective, this is an incomplete classification.
Silence can represent:
insufficient information to determine a safe action,
conflicting inputs that cannot be reconciled,
loss of authority to execute,
deliberate withholding of action to preserve system integrity.
When silence is not modeled as a valid system state, it is indistinguishable from fault. As a result, recovery logic attempts to eliminate it, often by reasserting action through alternate pathways.
This framing erases a critical safety signal.
Silence is not inherently failure. In certain system states, it is the only correct output.
1.5 Correctness Versus Legitimacy
Correctness answers the question: Did the system compute a valid result?
Legitimacy answers a different question: Was the system authorized to act at all?
These two concepts are orthogonal.
A system may produce a correct output that should not be executed. Conversely, a system may be unable to compute a safe output and must therefore refrain from action entirely.
When legitimacy is not treated as a first-class concern, correctness becomes a misleading proxy for safety.
Chapter 1 Summary
Autonomous systems are commonly designed to optimize correctness and continuity of action. In doing so, they implicitly assume that execution is always preferable to restraint. This assumption obscures a critical distinction between technical capability and legitimate authority, creating failure modes that arise precisely when systems continue to act correctly under conditions where they should not act at all.