Engineering Brief · Hyfstele CAIR

Cryptographically Auditable Inference Receipts

Make an AI decision as auditable as a human one. Every inference emits a signed, ledger-anchored receipt an auditor can reconstruct years later — which model, on which input, produced which output, under which policy.

What

CAIR (Cryptographically Auditable Inference Receipts) is the protocol that turns an AI decision into evidence. Each inference emits a structured cair-v1 event that binds together the four things an auditor needs:

Each event is signed with the hyfstele-hash hybrid signature scheme and chained into the hyfstele-ledger — so the receipt inherits the ledger's WORM and offline-verification guarantees. A second component, an anomaly-detector, produces a zero-knowledge proof that the inference fell within expected bounds, without exposing the model internals or the proprietary detector.

Why this matters

Every AI inference produced for a regulated use case has to be defensible at audit time. "Defensible" means an auditor years from now can take the recorded artifact and confirm that this exact model, on this exact input, produced this exact output, under a policy that allowed it. Most production AI systems can do none of that — they log a prompt and a completion to a mutable database and call it governance.

Where it ships

Status

The cair-v1 event schema is in production in Hyfstele MLR, capturing model, input, output, and policy for every decision. The cryptographic signing path (ML-DSA-65 + ECDSA hybrid via hyfstele-hash) and the zero-knowledge anomaly-proof component are in active integration against the same primitives the rest of the stack already runs in production.

How it fits the stack. CAIR is the top layer of a TLS-shaped split: hyfstele-hash provides the primitives, hyfstele-ledger provides the tamper-evident state, and CAIR is the inference protocol that rides on both. Buy the audit-trail layers alone, or add CAIR when a model makes the call.
Module
hyfstele-cair
Event schema
cair-v1
Signing
ML-DSA-65 + ECDSA hybrid (via hyfstele-hash)
Anchoring
Chained into hyfstele-ledger
Anomaly proof
Zero-knowledge, model-private (Component 2)
Binds
Model fingerprint + input + output + policy