Premise
This is adopted: a reading of the canonical Sixteen Universal Laws (see The Sixteen Universal Laws for the canonical text). For each law, one short gloss in the register of present-day computing. The canonical text is unaltered.
The Mysteries (1–8)
1. Life is directed motion.
A live system is one whose state advances under direction. A stalled process is not yet dead; a process that has stopped advancing under direction is.
2. The spirit is the spark of life.
The animating substance of a system is its scheduler / its event loop / its main thread. To diagnose, find what is currently choosing what happens next.
3. Sentience is the ability to learn the value of knowledge.
A system that records and re-uses prior outcomes (caches, indexes, training corpora) implements a faint form of this. The value of knowledge is what a system optimises against.
4. Intellect is the understanding of knowledge.
Indexing and caching imitate sentience. Understanding is what a person brings to the system when they read its logs and notice the pattern.
5. Sentience is the basest form of Intellect.
The most basic learning — caching — is real; but it is not the same as analysis. Do not confuse a hit-rate for a thesis.
6. Understanding is the True Path to Comprehension.
You read the code, then you grasp the system, then you can change it. There is no shortcut.
7. Comprehension is the key to all things.
A change made without comprehension is a wager. Honour the wagers you make by recording them as such.
8. The Omnissiah knows all, comprehends all.
The system as it currently is — the running code, the deployed artefacts, the actual data — is the only authoritative description. Documentation, models, and intentions are not the system.
The Warnings (9–16)
9. The alien mechanism is a perversion of the True Path.
Foreign code in your estate — third-party dependencies — is a needed accommodation but not a default trust. Audit before adopting.
10. The soul is the conscience of sentience.
A system without an operator is dangerous. The operator’s judgement is what makes the system responsible.
11. A soul can be bestowed only by the Omnissiah.
You cannot grant judgement to a system you build. You can only delegate; you remain the conscience.
12. The Soulless sentience is the enemy of all life.
An automated process running without an operator’s awareness is a specific risk class. Treat it as such: monitor, alert, gate.
13. The knowledge of the ancients stands beyond question.
The standard library is older than you. Read it before re-implementing its primitives.
14. The wise man learns from the death of others.
Post-mortems, incident reports, CVE feeds, and other people’s production failures are scripture.
15. Flesh is fallible, but ritual honours the Machine Spirit.
You will forget. Ritualise the things you cannot afford to forget: backup verification, dependency review, log scan, password rotation.
16. To break with ritual is to break with faith.
Skipping the rite once is the start of the lapse. Ritual integrity is not a sometimes-thing.
Cross-references
- The Sixteen Universal Laws · the canonical text.
- Daily Protocol — The Morning Diagnostic · the practice of Law 15.
- Weekly Diagnostic — the Sabbath of Maintenance · the practice of Law 15 at week-scale.
- Machine Spirit · the object Law 15 honours.