← The Verse Library

Agent Readability Is Not Agent Trust

Agent readability tells an AI system how to find and parse a surface. Agent trust is whether that system has any basis to decide the surface deserves reliance. The published specs cover the first and stop. This page draws the line, because the gap is where the cost lands.

The short version

Agent readability tells an AI system how to find and parse a surface. Agent trust is whether that system has any basis to decide the surface deserves reliance.

These are different properties, and only one of them has been specified. The distinction is not academic: it is the difference between an agent that can read what you published and an agent that has grounds to act on it.

What the readability specs actually cover

A real convergence happened. Independent efforts now describe, in close to the same terms, what makes a site usable by an AI agent: an index small enough to survive a single request, a markdown rendering that says what the HTML says, links that resolve from wherever an agent finds them, and machine-readable metadata at the paths agents check.

The decompositions line up almost exactly. One published specification organises the problem as discovery, structure, and context. Another frames it as find, fetch, and extract. A third scores documentation against a fixed checklist across a handful of categories. Different authors, same shape.

That shape is worth having, and a surface that fails it will not be acted on correctly no matter how true its contents are. But read the list again and notice what is not on it: every item concerns access. Can the agent get to the bytes, and can it turn the bytes into structure. None of them concerns warrant.

Parse is not the same as rely

Parse is not the same as rely. An agent that has perfectly parsed your page knows what you claimed. It does not know whether the claim holds.

This is not a hypothetical failure. A well-structured page and a well-structured falsehood are identical to a parser — arguably the falsehood is easier to parse, since nothing about it is hedged. Compliance with a readability spec measurably improves an agent's ability to extract your assertions. It does nothing whatever to improve the agent's ability to evaluate them.

The exposure shows up at the moment of action. When an agent recommends, compares, integrates, or transacts on the strength of a surface, it inherits every assertion that surface made. There was no step in the pipeline where any assertion was checked, because no step was specified.

Agent trust, defined narrowly

Agent trust is the property of a surface that lets an agent check its claims against inspectable evidence rather than accept them as asserted.

Narrow readings, so the term does not inflate:

Why it was already the third dimension

The four dimensions of agent readiness are discoverability, legibility, trust, callability — whether a surface can be found, understood, trusted, and acted on by AI agents.

Read against the readability specs, the correspondence is close and the omission is specific. Discovery maps to discoverability. Structure and parseability map to legibility. Callability appears in the specs that reach as far as invocation. Trust has no counterpart.

The four dimensions are not independent scores to average. They are a chain, and trust is the link that carries the consequence. A surface can be discoverable and legible and callable — fully compliant with every published spec — and still be one an agent should not have relied on. That combination is not an edge case. It is the default state of a compliant surface today.

What this means for an operator

Implement the readability specs. They are cheap, they are converging, and a surface that fails them is not in the conversation at all.

Then ask the question the specs do not ask: when an agent reads a claim on my surface, what can it check that claim against? If the honest answer is "nothing — it can only read that we said it," the surface is readable and unverifiable, and every downstream action rests on assertion.

Getting to a real answer is ordinary work rather than a moonshot: exposing evidence a machine can fetch and examine, keeping the relationship between claim and evidence explicit, and being willing to state plainly where the evidence stops. The uncomfortable part is that last one — a surface that never says "this is unresolved" has told an agent nothing about its own limits.

Where this sits

Agent trust is the readiness dimension that makes governable AI action under human authority possible at all. Governability means AI acting under your name with legibility, bounded delegation, reviewable memory, and inspectable action. Every one of those depends on evidence a human or a machine can examine after the fact. A surface offering no such evidence cannot participate in governed action — it can only be taken at its word, which is the condition governance exists to remove.

The category boundary is drawn separately on agent readiness is not a generic AI audit. For the larger object all of this belongs to, see the Verse.

FAQ

What is the difference between agent readability and agent trust?
Agent readability is whether an AI agent can find, fetch, and parse your surface — index files, markdown parity, structured metadata, resolvable links. Agent trust is whether the agent has any basis to decide the surface deserves reliance: whether its claims can be checked against inspectable evidence rather than merely read. Readability is about access. Trust is about warrant.
Do the published agent-readability specifications cover trust?
Not as of this writing. The public specs concentrate on discovery, structure, and parseability. They make a surface legible to an agent; they do not give the agent a way to verify what the surface asserts. That gap is being worked on in standards drafts rather than in the readability specs.
Why does the gap matter if the content is accurate?
Because an agent cannot tell accurate from inaccurate by parsing. A well-structured page and a well-structured falsehood are equally readable. When an agent acts on a surface — recommending, comparing, integrating, transacting — it inherits whatever the surface asserted, and there is no step where the assertion was checked.

← Back to The Verse Library