Get started
Trust & GovernanceOpinion

The Trust Gap: Why AI Agents Need Proof, Not Promises

In 2024, Air Canada's chatbot invented a bereavement refund policy that did not exist. The tribunal disagreed with the airline's defence. This is the trust gap, and it is widening faster than most people realise.

8 March 202612 min read
Red fracture splitting a network with a thin blue bridge spanning the trust gap

In 2024, Air Canada's chatbot invented a bereavement refund policy that did not exist. The airline argued the chatbot was a "separate legal entity." The tribunal disagreed. Welcome to the era of AI liability without AI accountability.

The widening trust gap

AI agent adoption is accelerating. Governance infrastructure is not keeping pace.

88%
of organisations reported an AI agent security incident
Gravitee, 2026
29%
of developers trust AI-generated output (down from 40%)
Stack Overflow, 2025
$309M
AI governance market in 2025, projected $5 to 7 billion by 2030
Grand View Research
7%
of global revenue, the maximum EU AI Act penalty
EU AI Act, Aug 2026

When Air Canada's customer service chatbot confidently told a grieving passenger he could book a full-fare flight and apply for a bereavement discount retroactively, it was doing exactly what it was designed to do: answer questions with authority. The problem was that the policy it described did not exist.

The airline was held liable for its agent's fabrication, a ruling that sent a quiet shudder through every enterprise deploying autonomous AI.

That case was a preview. The question it surfaced, who is responsible when an AI agent acts on bad information, or invents information wholesale, is now a defining design challenge for the AI agent industry.

And the uncomfortable answer, for most organisations running AI agents today, is that nobody actually knows what those agents did, why they did it, or whether the record of their actions can be trusted after the fact.

This is the trust gap. It is widening faster than most people realise.

The numbers tell a clear story

The data on AI agent trust is moving in the wrong direction. Gravitee's State of AI Agent Security 2026 report found that 88% of organisations reported at least one AI agent security incident in the preceding year.

That is not a sampling anomaly, it reflects the reality that autonomous systems operating at scale will inevitably encounter edge cases their designers did not anticipate, and when they do, the consequences compound quickly.

Developer confidence is eroding in parallel. Only 29% of developers trust the accuracy of AI-generated output, down from 40% the prior year (2025 Stack Overflow Developer Survey). This is a remarkable trajectory for a technology that is simultaneously being adopted at record pace. Developers are using AI tools more, while trusting them less. That tension is unsustainable.

Samsung learned this the hard way in early 2023, when employees inadvertently leaked proprietary semiconductor data through an AI coding assistant. The assistant worked exactly as designed: it accepted the input, processed it, and sent it to external servers for inference. The data was potentially incorporated into the model's training pipeline. The failure was not in the AI.

It was in the absence of governance around what the AI was permitted to see, do, and transmit.

These are not isolated incidents. They are structural symptoms of a fundamental architectural gap: AI systems that can act but cannot prove what they did.

Incident timeline

  1. 2023Samsung

    Employees leaked proprietary semiconductor data through an AI coding assistant. Data sent to external servers for inference, potentially incorporated into model training.

    Company-wide AI ban enacted
  2. 2024Air Canada

    Customer service chatbot invented a bereavement refund policy that did not exist. Told a grieving passenger he could book full-fare and apply for a retroactive discount.

    Airline held liable by tribunal
  3. 2025Industry-wide

    Developer trust in AI output dropped from 40% to 29% year-on-year, even as adoption rates accelerated. Usage up, trust down.

    Unsustainable tension
  4. 2026Gravitee survey

    88% of organisations reported at least one AI agent security incident in the preceding 12 months. Not a sampling anomaly, a structural pattern.

    Governance crisis confirmed

Governance is losing the race

Enterprise leadership knows the problem exists. A KPMG survey found that the majority of organisations acknowledge their AI governance has not kept pace with AI adoption (KPMG Trust, Attitudes and Use of AI, 2025). The gap is not a matter of awareness, executives are acutely aware of the risk. It is a matter of tooling.

The infrastructure required to govern autonomous agents at scale simply does not exist in most technology stacks.

This creates an unusual market dynamic. The AI governance market was valued at roughly $309 million in 2025. Analysts project it will reach $5 to $7 billion by 2030, implying a compound annual growth rate between 35% and 49% (Grand View Research; Next Move Strategy Consulting). Those are not incremental growth numbers.

They describe a category being created in real time, driven by a combination of regulatory pressure, enterprise risk awareness, and the hard operational reality that ungoverned AI agents are a liability.

Regulatory and market timeline

  • Feb 2026: NIST AI Agent Standards Initiative launched
  • Aug 2026: EU AI Act high-risk provisions take effect
  • 2026 to 2027: CSA Agentic Trust Framework adoption
  • 2030: AI governance market reaches $5 to 7 billion

Cloud Security Alliance, Agentic Trust Framework. Five questions every organisation must answer before deploying AI agents:

  1. Who is this agent?
  2. What can it do?
  3. What did it do?
  4. Can I verify that?
  5. Can I hold someone accountable?

These are not hypothetical future requirements. They are arriving on a timeline measured in months, not years.

The audit log illusion

Here is where the conversation gets interesting. Every major enterprise AI platform, Microsoft, Google, Salesforce, Amazon, offers some form of audit logging for AI agent activity. On the surface, this appears to address the governance gap. In practice, it does not.

An audit log records that something happened. It does not prove that the record itself has not been altered. It does not cryptographically chain events together so that inserting, deleting, or modifying a single entry would be detectable. It does not provide independent verification that the sequence of actions recorded is the sequence of actions that actually occurred.

The distinction between logging and proof is not academic. It is the difference between a diary and a notarised ledger. A diary is useful. A diary is better than nothing. But a diary is not evidence.

Promises (audit logs)
  • Records that something happened
  • Entries are independent
  • Modification is undetectable
  • Trust is assumed
  • "We have logs"
Proof (cryptographic evidence)
  • Proves what happened, verifiably
  • Events are hash-chained
  • Any modification breaks the chain
  • Trust is mathematically enforced
  • "We have cryptographic proof"

When regulators, auditors, or courts ask what your AI agent did, and they will ask, "we have logs" is not the same answer as "we have cryptographic proof."

Consider the sequence of events in a typical high-risk AI agent operation: a request comes in, a policy is evaluated, a human approves an action, a tool executes, a result is returned. In a conventional logging system, each of these events is recorded independently. If any entry is modified after the fact, the surrounding entries provide no indication that the record has been tampered with.

The chain of custody is assumed, not enforced.

This is the gap that matters. Not whether you can see what happened, but whether you can prove it.

What proof actually requires

Genuine verifiability for AI agent operations requires three capabilities that most current platforms lack.

#ProtocolRequirementWhat it means
01AEEStructured identity and causality in messagingWhen agents communicate, with each other, with tools, with humans, every message must carry explicit information about who sent it, who it is intended for, what it refers to, and how it connects to the broader workflow. Without this, tracing a chain of decisions back to its origin is an exercise in forensic reconstruction rather than a simple lookup. This is what standardised agent messaging provides: not a new runtime, but a common envelope that makes causality computable rather than inferred.
02AOCLLayered control and observabilityPolicy decisions, what an agent is permitted to do, whether a human must approve, which tools are available, need to pass through explicit control layers that emit their own records. An orchestration system where governance is embedded invisibly in application code cannot be audited because the decision logic is inseparable from the execution logic. Governance must be a distinct, observable layer with its own trace output.
03VOLTCryptographic evidence chainsEvery significant event, message received, policy evaluated, human approval granted, tool executed, result returned, must be recorded as a hash-chained entry in a tamper-evident ledger. Each event is hashed using SHA-256, and each hash includes the hash of the previous event, creating an append-only chain where modifying any single entry breaks every subsequent hash. Optional Ed25519 signatures provide non-repudiation. The result is not a log. It is an evidence bundle that any third party can verify independently, without access to the original system.

This is the architectural pattern that separates trust from hope.

A trust stack, not a feature

The natural question is why these capabilities do not already exist in mainstream platforms. The answer is that each capability in isolation is a feature, but the combination is an architecture. Microsoft has fragments. Salesforce has fragments. Google has fragments.

None of them have the complete chain. None of them connect standardised agent messaging to layered governance to cryptographic proof in a single, integrated stack.

PlatformMSGGOVPROOFWITNESS
Microsoft AzureContent Safety, Responsible AI dashboards
Salesforce EinsteinTrust Layer, Audit trails
Google Cloud AIModel Cards, Vertex monitoring
QuoxAEE envelopes, AOCL 11-layer pipeline

MSG = standardised messaging. GOV = governance pipeline. PROOF = cryptographic evidence. WITNESS = independent witnessing.

Quox has built exactly this. Three open protocols, AEE for agent messaging, AOCL for orchestration control and observability, and VOLT for verifiable evidence, form the foundation of Quox's trust architecture. The thesis is straightforward: Quox is not an orchestrator that also has governance. Quox is trust infrastructure that also orchestrates.

Request lifecycle

  1. AEE: agent receives request, structured envelope
  2. AOCL: policy evaluated, governance decision emitted
  3. AOCL: human approval gate, approval or deny recorded
  4. AEE: tool executed, result envelope returned
  5. VOLT: all events hashed into a SHA-256 hash-chained evidence bundle

Output: a portable, self-contained evidence bundle, verifiable by any third party with no system access required.

The Quox trust stack

LayerNameWhat it doesStatus
Layer 0AEEStructured agent messaging envelopesLIVE
Layer 1AOCL11-layer orchestration and governanceLIVE
Layer 2VOLTCryptographic evidence chainsLIVE
Layer 3CertificationConformance levels and trust sealsIN PROGRESS
Layer 4InsuranceUnderwriting tied to verified trust scoresPLANNED

The VOLT protocol addresses the proof gap directly. When a managed agent receives a request, evaluates a policy, obtains human approval, executes a tool, and returns a result, each step becomes a hash-chained event in a tamper-evident ledger.

At the end of the run, the system produces a portable Evidence Bundle, a self-contained package containing a manifest, the chained event log, and content-addressed attachments, that can be verified by anyone without access to the original system.

VOLT conformance levels

LevelNameWhat it does
VOLT-RRecorderProduces events with correct SHA-256 hashes and chain links
VOLT-BBundlerPackages events into portable evidence bundles
VOLT-VVerifierIndependently verifies bundle integrity

The verification algorithm is deterministic: parse the manifest, read the events in sequence, recompute each hash, confirm each event's previous-hash pointer matches the prior event's hash, verify attachment hashes match their content. Pass or fail. No interpretation required.

Risk assessment: ungoverned AI agents

Organisations deploying AI agents without cryptographic accountability face a range of compounding risks. The question is not whether incidents will occur, but how provable the response will be.

ScenarioLikelyImpactExample
Agent fabricates policyhighhighAir Canada chatbot bereavement case
Data leakage via AI toolhighcriticalSamsung semiconductor data leak
Tampered audit logsmediumcriticalUndetectable record modification
Regulatory non-compliancehighcriticalEU AI Act penalties up to 7% of revenue
Agent acts beyond scopehighhighNo policy gating or approval layer
Disputed agent actionsmediumhighNo cryptographic proof of sequence

The compliance clock is ticking

The convergence of regulatory deadlines, declining trust metrics, and accelerating AI agent deployment creates a narrow window. Organisations deploying AI agents today will need to demonstrate governance and accountability within months, not years.

The EU AI Act alone could expose non-compliant organisations to fines of tens of millions of euros or a percentage of global revenue, a figure that makes the cost of implementing proper trust infrastructure look modest by comparison.

But the opportunity is not merely defensive. Organisations that can prove what their AI agents did, cryptographically, independently, on demand, will have a structural advantage in regulated markets, enterprise sales cycles, and insurance negotiations. Trust will become a competitive differentiator, not just a compliance checkbox.

Before: without trust infrastructure
  • Agent fabricates information: no proof of what was said
  • Regulator requests audit: logs may be incomplete or altered
  • Data breach via AI tool: no chain of custody
  • Insurance claim disputed: no verifiable evidence
  • Court asks for records: "we have logs" is not evidence
After: with cryptographic proof
  • Every action: hash-chained evidence bundle
  • Regulator requests audit: tamper-evident, verifiable record
  • Data breach: full chain of custody, every event signed
  • Insurance claim: portable evidence bundle, third-party verifiable
  • Court asks for records: "we have cryptographic proof"

The AI agent era is arriving faster than the trust infrastructure to support it. That gap will close. The question is whether it closes through proactive design or through the slow accumulation of incidents, lawsuits, and regulatory enforcement actions.

The organisations that build proof into their systems now will not need to explain what went wrong later. They will have the evidence.

Quox (quox.ai) builds trust infrastructure for AI agent operations. Its open protocols, AEE for standardised agent messaging, AOCL for orchestration control and observability, and VOLT for cryptographic evidence chains, provide the accountability architecture that autonomous systems require.

Trust infrastructure

See the protocols behind the proof.

AEE, AOCL, VOLT and WARD are open specifications. Read how they chain together into a verifiable evidence trail.