A specification
An open, formally structured framework defining what a verifiable enterprise AI system must do, prove, and record. Language-agnostic, domain-agnostic, independently implementable. Published under AGPL-3.0-or-later.
Axioma is a verifiable execution architecture for regulated AI systems — aerospace, medical devices, automotive, and EU AI Act scope deployments. It is a published open specification, a reference architecture, and a commercial SDK in Rust, TypeScript, and Python. The framework treats determinism as the default, governance as mechanically enforced, and audit trails as cryptographic objects rather than log files.
SECTION I // THE PROBLEM
AI systems produce outputs. Few systems can show why a particular output was produced, whether the same input will produce the same output tomorrow, or whether the output satisfies a formal requirement of the regulated environment it runs in. "It passed our tests" is not a certification argument.
Regulatory bodies require audit trails. Most AI systems produce logs. Logs are not audit trails. An audit trail is cryptographically verifiable, tamper-evident, semantically typed, and independently reproducible. Few mainstream AI frameworks provide this set of properties together.
AI governance frameworks exist as documents. They describe what should happen. They do not mechanically enforce that it does happen. The gap between a governance policy and a governance proof is where regulated industry AI deployments most often fail.
DO-178C, IEC 62304, ISO 26262, and EU AI Act Article 9 require formal evidence of correctness. The current generation of AI architectures produces demos. Axioma is designed to produce replayable, independently verifiable evidence.
SECTION II // WHAT AXIOMA IS
An open, formally structured framework defining what a verifiable enterprise AI system must do, prove, and record. Language-agnostic, domain-agnostic, independently implementable. Published under AGPL-3.0-or-later.
A concrete, layered architecture showing how the specification is satisfied in practice — from data ingestion through inference to monitoring and external verification. Nine production-gold repositories implement the deterministic layers today.
A production SDK and toolchain implementing the reference architecture, commercially licensed for regulated industry deployment. Entry point is the Axioma Oracle Gateway — a standalone deterministic wrapper for enterprise LLM API calls, designed to support EU AI Act Article 9 compliance obligations.
SECTION III // ARCHITECTURE
The architecture is layered top to bottom from governance to computation. Each layer declares a determinism class — D1 bit-identical replay across supported conformant platforms, D2 deterministic given a declared dependency set, D3 non-deterministic but fully evidenced. Every layer commits typed evidence to a single total-ordered ledger.
Proof-carrying policies; compliance reports; external anchors
Evidence: AX:POLICY:v1, AX:PROOF:v1
Total-ordered hash-chain ledger; drift detection; cost governance
Evidence: All types, strictly ordered chain
Total agent state machines; Time Oracle compliance; RAG
Evidence: AX:TRANS:v1 per state transition
pgvector; SHA-256 doc provenance; Q16.16 RRF hybrid search
Evidence: AX:OBS:v1 per document and retrieval
Evidence: AX:STATE:v1 (Path A), AX:OBS:v1 (Path B)
certifiable-data, -training, -quant; Merkle provenance
Evidence: AX:STATE:v1, certifiable-* commitments
DVM-SPEC-001; libdvm (C99); Q16.16 fixed-point arithmetic
Evidence: AX:STATE:v1, DVM commitment chain
How the seven layers compose in practice when an agent makes one LLM call:
AX:OBS:v1 committed for the retrieval.AX:OBS:v1 evidence record is constructed and committed to the L6 ledger before the LLM response is consumed downstream. Cost fields are part of the canonical payload, not metadata.AX:TRANS:v1, referencing the oracle record by hash.AX:POLICY:v1 with citations. The policy result is itself an audited object.The full sequence is replayable from the ledger and verifiable by an external party with no access to the original infrastructure.
The architecture is being extended downward with a Layer 0 — Epistemic Containment — specified in the Epistemic Security position paper (originally Zenodo, April 2026, CC BY 4.0). L0 sits orthogonally to L1–L7 and operates under the EC-D1 determinism class.
SECTION IV // THE DETERMINISM ENVELOPE
— DVEC-001 v1.3, §0 (Governing Principle)
A naive claim that Axioma is a deterministic system is false. The Inference Layer's oracle boundary — by which LLM calls reach the system — is observably non-deterministic. The framework's stronger claim is this:
Axioma provides full auditability across deterministic and non-deterministic components by formally classifying, governing, and committing all behaviour — including non-determinism.
From the DVM specification: "Turing completeness is a vulnerability. Totality is a feature." Every Axioma agent is modelled as a total state machine — every input in every state maps to a defined transition; faults are valid states, not exceptions; silent failure is prohibited.
SECTION V // EVIDENCE AND CERTIFICATION
TRACK A
D1 components only. LLM API calls explicitly excluded.
Evidence: certifiable-* Merkle provenance chains; certifiable-harness 368-byte golden references; certifiable-quant certificates (ε₀ = 2⁻¹⁷); certifiable-bench correctness-gated performance reports.
TRACK B
D2 and D3 components. LLM API calls governed as oracle interactions.
Evidence: typed audit ledger; oracle call records (AX:OBS:v1); drift detection reports (TV/JSD/PSI); proof-carrying policy assertions; GPG-signed external anchors.
THE COMBINED TRACK
Track A + Track B = a unified evidence package covering both safety and governance from a single deterministic ledger. The framework is designed to align with all of the above standards as a single audit surface, rather than producing separate compliance artefacts per standard. We are aware of no existing framework that produces this combination.
SECTION VI // COMMERCIAL MODEL AND ROADMAP
A deterministic, auditable wrapper for enterprise LLM API calls, designed to support EU AI Act Article 9 compliance obligations. The Gateway's deterministic core is implemented in C99 and tested against twelve conformance suites — including cross-build identity, replay identity, canonical encoding, hash domain separation, and ordering. It applies RFC 8785 prompt canonicalisation, pins model identifier and version, rejects version drift, and commits one AX:OBS:v1 evidence record per oracle call, with cost and provider metadata inside the canonical evidence payload. Provider-side LLM integration is the remaining milestone before end-to-end use.
Axioma is execution infrastructure with governance built in — not a governance framework or an observability tool. The orchestration and tracking layers that exist in the market today address single segments of what Axioma covers as a single object.
We are aware of no mainstream framework that combines deterministic execution, typed cryptographic evidence, mechanically enforced governance, and certification-oriented auditability within a single replayable architecture.
SECTION VII // PROVENANCE
11,840+ test assertions. Nine production repositories. One patent. One published specification. No vapourware.
— AXIOMA-FRAMEWORK-v0.4, Appendix C
SECTION VIII // READ MORE
For SDK early access, technical correspondence, or anything else:
axioma@speysystems.com