A signature proves the file. It doesn’t prove the build.
Model signing is real, and it is a genuine step forward. In 2025 the OpenSSF shipped a Model Signing standard that signs a model’s files with the same proven machinery used to sign software, so anyone can confirm the artifact was not swapped or altered after release.
But signing the file answers one question — is this the model the publisher released? — and leaves the harder one untouched: how was it built, and can I check that myself? A signed model with an unknown history is still a black box. It is just a black box with a seal on it.
The record has a name: an AI bill of materials.
The thing that answers “how was it built” has a name now. Software has carried a bill of materials for years — a list of every component that went into a build — and AI is getting the same discipline. It is called an AI bill of materials, or AI-BOM, and the standards bodies are already here: SPDX 3.0 added support for AI bills of materials, and CycloneDX covers machine-learning components.
STEAV calls the full version model-build lineage. Not provenance, not an audit trail — those describe where a thing came from, or what got logged after the fact. Lineage is the complete, ordered account of the build itself: the data, the code, the weights, the training, the checks, and the sequence they happened in.
How STEAV builds the record.
STEAV’s platform, CID, builds and trains the model inside your own environment — on-premises, air-gapped, or sovereign cloud. The model is built, not rented, and it never leaves your walls.
The record is built in, not bolted on. The build runs as a seven-stage pipeline, and every stage signs what it did — the data it drew on, the training it ran, the validation it passed — with a cryptographic signature.
Each contribution to the model is then written to a tamper-evident ledger — a blockchain, used here in exactly one place: to hold the record of how the model was built, so an outside party can check it. It is there for auditability, not as anything to trade. The result is a signed, ordered, verifiable account of the whole build, produced automatically as a byproduct of building the model the right way — not reconstructed from memory once someone asks.
What the record actually looks like.
Two artifacts come out of a build. The first is the inventory — what went into the model — exported in the formats the standards bodies already defined, so it drops into whatever your supply-chain tooling already reads.
The second is the part an inventory cannot carry: the ordered chain of what happened, each step hashed, the whole thing signed. This is the lineage.
Read the chain from the bottom and you get the question answered in order: this model came from that gate, which came from that training run, which ran in that environment, on that code, over that data. Every line hashed. The whole thing signed.
Independently verifiable, not custodial.
Here is the distinction that carries the whole argument. Most “proof” in AI is custodial: the vendor shows you a dashboard, and you can trust it exactly as much as you trust the vendor’s platform. Take the platform away and the proof goes with it.
STEAV’s record is independently verifiable. Because every stage is signed and every contribution is anchored to a tamper-evident ledger, an outside auditor can check the record without trusting STEAV — or anyone else. That is the difference between evidence you own and evidence you are shown.
It is also what the standards are converging on. The EU AI Act requires technical documentation of how a high-risk system was built; the NIST AI Risk Management Framework and ISO/IEC 42001 ask for the same kind of evidence.
The standards agree on what is needed. Shipping it as a signed record you can verify yourself is the part almost no one does.
Why this matters now.
If you cannot show how your model was built, you are asking everyone downstream — your regulator, your customer, your own board — to take your word for it. For a while, that was the only option on the table. It is not anymore.
The teams who will be asked the hardest questions about their AI are the ones who should stop relying on anyone’s word, including their own. Model-build lineage is how you stop.