The irreducible epistemic atoms underlying the curriculum. 4,828 atoms across 8 types and 2 molecules
Insert independent verification checkpoints at every point where one process automatically consumes the output of another without review.
Define kill conditions before beginning any multi-step process to enable early detection of upstream errors.
Design explicit operating modes (full, reduced, minimal) for every critical system before constraint forces improvisation.
Distribute critical functions across multiple redundant mechanisms at different scales rather than relying on single points of function.
Practice running systems in degraded mode during normal conditions to rehearse partial failure before real constraints force it.
Design recovery procedures to function under the degraded conditions that typically accompany failures, not ideal conditions.
Implement cognitive checkpointing by capturing the complete state of ongoing thinking at regular intervals to enable rollback without full reconstruction.
When investigating errors, ask 'what conditions made this failure likely?' rather than 'who is responsible?' to shift analysis from person to system.
Commit to structural changes (process, checklist, information flow, defaults) rather than personal resolutions as the test of learning from error.
Group errors into clusters and treat three or more instances of the same pattern as a signal of structural weakness rather than coincidence.
For skill-based errors, fix the environment and triggers; for rule-based errors, improve situation discrimination; for knowledge-based errors, update mental models.
Deploy automated detection for high-frequency, pattern-based errors and reserve human judgment for contextual, judgment-dependent errors.
Externalize vigilance requirements to tools or protocols rather than relying on sustained human attention.
Catch errors at the earliest point in a process where detection is possible, as correction cost increases exponentially with propagation distance.
Track the full cost of error correction including direct cost, opportunity cost, context-switching cost, and propagation cost, not just the visible effort of fixing.
Invest in preventing error-producing conditions rather than optimizing correction speed when total correction cost is high.
Extract structural information from errors by separating mechanism from emotion and identifying the incorrect assumption that produced the error.
Treat errors as high-information signals that reveal system boundaries and assumptions, allocating attention disproportionately to failures rather than successes.
Distinguish systematic errors (predictable outputs of structural weaknesses) from stochastic errors (random confluences unlikely to recur) and redesign systems only for systematic patterns.
Define quantified error budgets that pre-authorize specific, bounded amounts of deviation to prevent system collapse when inevitable errors occur.
Build systems with sufficient internal variety to absorb environmental variety, ensuring corrective capacity matches the diversity of possible errors.
Separate detection, diagnosis, correction, and learning into independent subsystems so each can improve without dependencies and partial failure doesn't disable the whole system.
Convert manually-corrected processes to self-correcting ones by identifying recurring errors, detecting early signals, and wiring automatic corrective actions to environmental triggers.
Add meta-correction layers that review whether correction mechanisms themselves are working and adjust them when they fail to prevent recurrence.