Deterministic Failure
A failure mode that is predictable, fully logged, and recoverable by design — the architectural standard Arco engineers into every autonomous system so that when the system breaks, it breaks safely.
Extended Definition
Deterministic Failure is the opposite of a black box failure. In a non-deterministic system, a failure produces damage and then silence — the operator discovers the failure after the fact, reconstructs what happened through incomplete logs and human testimony, and hopes to prevent recurrence through vigilance. In a deterministic system, failure follows a defined protocol: the workflow halts at the point of deviation, the full execution context is logged — the specific logic gate, the input data, the confidence score, the deviation measurement — the recovery mechanism is triggered automatically, and the Steward is notified with enough information to update the architecture before the workflow resumes.
Related Terms
- Architectural Certainty — Deterministic Failure is a design requirement for Architectural Certainty: a system that fails silently cannot be trusted to run without human oversight for days at a time.
- Execution Divergence — Execution Divergence is the measurement that triggers a Deterministic Failure event: when deviation from the predicted path exceeds 15%, the system halts and logs rather than continuing.
- Context Leakage — Deterministic Failure is the designed response to Context Leakage: the system halts at the point of drift and provides the Steward with full context for architectural correction.
- Continuous Regression Loop — The Continuous Regression Loop converts Logic Decay into Deterministic Failure events before they reach the revenue loop, enabling safe recovery before real transactions are affected.
- MTTI (Mean Time to Intervention) — Deterministic Failure design directly influences MTTI: a system that halts safely and escalates with full context recovers faster than one that produces silent damage requiring investigation.
- Stewardship Model — The Steward's role in a Deterministic Failure event is to use the logged execution context to update the architecture before the workflow resumes, preventing recurrence of the same failure class.
Articles
References
Metadata
First used: 2026-03-20
Pillar: How We Think
Part of the Arco Lexicon Ecosystem — maintained by Arco Venture Studio