Nominal vs. Actual Control¶
Core Idea¶
Any control exists in two registers — the nominal (as written, audited, declared) and the actual (as enacted under real conditions) — which are never identical. The defining failure mode is that the assurance apparatus samples the nominal register while harm enters through the actual one, so the gap is invisible by construction until an incident forces the comparison.
How would you explain it like I'm…
The Dead Battery Alarm
Written Down vs. Really Working
Compliance Isn't Control
Broad Use¶
- Safety-critical operations: hazard-control decay in aviation, surgery, and nuclear operations follows the nominal/actual split.
- Organizational policy: HR, security, and conduct codes ratified on paper and routinely violated in practice.
- Law: law on the books versus law in action — selectively enforced statutes, paper-tiger prohibitions.
- Software: declared API schemas diverging from actual responses, with consumers "coding to the actual."
- Management theory: Argyris and Schön's espoused theory versus theory-in-use, with self-report blind to the gap.
- Medicine: the documented standard of care versus routine bedside practice.
Clarity¶
It separates a control being on the books from a control being in force, converting a vague unease about whether a safeguard is real into a precise claim about which register the assurance apparatus actually samples.
Manages Complexity¶
It factors the unanswerable "is the system safe?" into three smaller questions — what does the nominal specify, what does the actual enact, and how is the gap detected — each with its own apparatus.
Abstract Reasoning¶
The deepest move is treating the apparatus's sampling design as the object of audit: the gap is invisible not because no one looks but because the looking is aimed at the wrong register — and improving the nominal register can even widen the gap.
Knowledge Transfer¶
- Safety → software: hazard-control decay and API contract drift are one structure, repaired by re-coupling assurance (enacted-test verification, contract-testing) to the actual register.
- Engineering → management: the espoused/enacted gap is the same two-register structure surfaced by observing decisions, not soliciting declarations.
- Governance → medicine: the compliance-as-effectiveness critique transfers from audit regimes to standard-of-care versus practice.
Example¶
A documentary audit confirms the surgical checklist exists and is signed and certifies "100% compliant," while a shortcut normalized under time pressure has silently become the actual control — the harm entering through the unmonitored register, surfacing only at a near-miss investigation.
Relationships to Other Primes¶
Parents (1) — more general patterns this builds on
- Nominal vs. Actual Control is a kind of, typical Formal vs. Informal Structures — Both contrast an official/documented description with an enacted reality; nominal_vs_actual_control is the narrower, assurance-centred case specifically about a CONTROL/safeguard's documented vs enacted register PLUS the sampling-mismatch of the assurance apparatus. is-a (specialized) formal-vs-informal split, scoped to controls and assurance. Tentative.
Path to root: Nominal vs. Actual Control → Formal vs. Informal Structures → Formalization → Transformation
Not to Be Confused With¶
- Nominal vs. actual control is not quality control because quality control checks outputs against a standard, whereas this prime concerns the control itself existing in two registers with the apparatus sampling the wrong one.
- Nominal vs. actual control is not formal vs. informal structures because that contrasts an org-chart with real working relationships, whereas this is specifically about a control's documented versus enacted form plus the sampling mismatch.
- Nominal vs. actual control is not normalization of deviance because deviance-normalization is one drift mechanism, whereas this is the broader two-register structure of which it is a cause among several.