See It Work · S2 Vol 2 · The Primacy Cockpit · Chapter 3
A cockpit that can't lie — because it has no way to
The deepest design choice is a refusal: the cockpit refuses to know its own data. Every surface — home, approvals, audit, federation — redraws entirely from one live source. No screen caches its own version of the world; there is no code path to modify or invent a value before showing it.
The full detailed chart. Condensed for print legibility in the book; shown here at full size.
This is what lets you trust the screen. If the cockpit shows a number, that number was just reported by the node — not cached, not edited, not made up. The cockpit can't lie because it was never given a way to.
The cockpit · one source of truthready
What this means for you
Every surface draws from one source, and there's no path to show fake data. What this means for you: you can trust the screen completely — there's no way for the cockpit to quietly show you something stale or massaged, because it was deliberately built without the ability to.
Every surface redraws from one live contract — there is no second source:
One Renderer
data sourceone live contract
private cachesnone
can it show invented data?no — there's no edit path
screenshotsreproducible by anyone
The cockpit is replaceable and auditable precisely because it holds no model of its own.
For the technical reader — the command, and how to verify it yourself
# one line · you do not need to run this edit node_data.js → re-render
open atrium-standalone.html # -> every surface redrawn from one source, no private caches
Full step-by-step is in Appendix RX: Hands-On Demonstrations in the book.
ⓘDeterministic demonstration. The conversation is a faithful dramatization of the exercise; the receipt is the artifact it produces — the same every time, because the system is receipted. (Representative of the demo's structure; the production page renders the captured run.) No output here is fabricated. A live "run it yourself" mode is coming.