Intent Fidelity Protocol Essay  ·  June 2026
Essay

Verification at the Action Layer

The frontier-AI conversation has converged on a single hard problem: verification. Recent reporting from frontier labs describes models that compress large amounts of engineering work, handle a growing share of open-ended coding, and begin to contribute to their own improvement. As claims like these accelerate, the same question follows each one. How would anyone know it was true. The instinct of the policy world, shaped by decades of arms-control thinking, is to ask whether a coordinated slowdown could be verified at all: who has which chips doing what, did a given lab actually pause when it said it would.

That conversation matters, but it lives almost entirely at one layer. It is a question about compute and treaties: hardware inventories, training-run scale, sovereign commitments, and the institutional machinery required to confirm any of them. That layer is decades-hard, the domain of inspection regimes, export controls, and trust between actors who have every incentive to defect. Progress there is measured in treaties, not in releases.

This essay is about the half of verification that the compute-and-treaty framing tends to skip.

Verification is not one layer

"Can a frontier lab's pause be verified" is one verification problem. "Did this AI system actually do what was claimed" is a different one. The first lives at the compute layer and is institutional. The second lives at the action layer - per tool call, per agent action - and it is tractable today.

The distinction is not cosmetic. When an autonomous agent drafts a contract, moves a record, or takes any consequential action on a user's behalf, whether it did what it was supposed to do is answerable now, with primitives that already exist, without waiting for any treaty. The action layer does not require global cooperation. It requires the system to keep an honest record of its own behavior. That is an engineering problem, and engineering problems ship.

What the action layer needs, and what already exists

Three primitives carry most of the weight, and none of them is aspirational.

The first is signed, attributable identity for every agent action. If each tool call carries a cryptographic signature that binds it to the system that made it, the record of behavior becomes tamper-evident rather than trusted. You do not have to take the log's word for it. You can check the math.

The second is an append-only event record. If the log can be quietly rewritten after the fact, it verifies nothing. An event store that admits inserts and reads but never updates or deletes means the history cannot be edited into a more convenient shape later.

The third is provenance of inputs. Verifying what a system did is incomplete without an attestation of what it actually read before it acted. A system that decided against a stale snapshot and a system that decided against the live record can produce the same output for different reasons, and only one honored the current state of the world. A provenance signal that attests the system read the live record this turn closes that gap.

These are concrete cryptographic and architectural choices, not promises about a future research direction.

How DreamerOS grounds this

DreamerOS runs these primitives in production. Every agent tool call is issued a cryptographically signed, unique identity, so a record of agent behavior can be verified by signature rather than trusted by assertion. Those records are exposed for cross-provider audit, so the accountability survives across whichever underlying model produced the work. The governance event log is append-only by construction - inserts and reads, never updates or deletes - so the history cannot be silently revised. And a read-provenance signal attests that the system read the live record on the current turn rather than acting on a stale copy.

The framing is integrity and intent: preserving what was actually meant and what was actually done, across the gap between a human's instruction and a system's action. It is the same commitment at the heart of intent fidelity, that the system holds a user's intent across the moment and across time. This is not a compliance product and not a treaty instrument. It is an integrity layer. The point is fidelity to intent, not satisfaction of an external mandate.

The boundary, stated plainly

This must be said clearly, because the easy version of this argument overreaches and the overreach would be dishonest.

What DreamerOS verifies is agent actions at the application layer. It is not a compute-governance regime and not a treaty-level verification system. It does not verify chip inventories. It does not verify the scale of a training run. It does not verify whether a sovereign lab globally paused, and it cannot detect a defector operating at the hardware or training layer. Signed tool-call receipts say nothing about whether a frontier lab honored a pause. Anyone who implies otherwise is selling the wrong thing.

The honest claim is narrower and still worth making. The verification stack the field will need has an action layer as well as a compute layer, and the action layer is buildable now. That a coordinated slowdown is hard to verify is not the same as nothing being verifiable. Per-action integrity is verifiable, today, in shipping systems.

One stack, two layers

The two layers are not rivals. They are parts of one verification stack at different altitudes. The compute layer asks whether the actors building these systems are doing what they claim. The action layer asks whether the systems themselves are doing what they claim. Both have to be answered before anyone can trust autonomous agents with consequential work.

The compute layer is decades-hard and institutional, and it deserves the patient attention the arms-control community is giving it. The action layer is available now. It is the part of the verification problem where progress does not require a treaty - only the discipline to sign what you do, record it where it cannot be rewritten, and attest what you read before you acted.

The Intent Fidelity Protocol is published by DreamerAI Holdings LLC. The full v1.0 specification is available at intentfidelityprotocol.com. DreamerOS is the reference implementation.