When a person makes a decision you can ask them what they were thinking and check whether the
answer holds up. When an AI makes a decision you usually get a confident paragraph and no way to
tell whether it is true. Asking the machine again does not help, because the second answer is
produced the same way as the first.
So we stopped asking. Instead, the machine writes down what it decided, what it believed at
the time, and what it claimed — while it is deciding, not afterwards — and each
record is sealed to the one before it. Change any earlier entry and every seal after it stops
matching.
Be precise about what that buys, because it is easy to overstate. It does not make the records
impossible to change. Someone who can rewrite the file can also recompute the seals, and
end up with a set that agrees with itself. What the chain gives you is that the tampering shows
up against a root you already held — one you wrote down earlier, or that someone
outside signed, or that was published somewhere nobody can quietly edit. The value is in
comparing against that earlier root, which is why the anchoring work below matters and why we
are careful to call it a pilot rather than a running service.
None of the cryptography here is new. Hash chains, Merkle trees and signatures are decades old
and we did not invent any of them. What is ours is the composition — four separate records,
written at different moments by different parts of the system, that all have to line up —
and the fact that a sceptic can sit down and try to break it without asking our permission. Four
records raise the cost of a convincing forgery. They do not make one impossible, and only
the comparison against an outside root does that.
In plain terms: it is a receipt with a wax seal, and you kept a photograph of
the seal. Anyone can read the receipt. Anyone can hold it against your photograph and see whether
the seal was broken and re-made. Without the photograph, a good enough forger wins; with it, you
do not have to know the shopkeeper.