The engine, graded by its own instruments
Proof.
Most analytics platforms ask you to trust the platform. OMNIA publishes the instrument's own graded results — validation against reference signals, forecasters scored by their misses, confidence that goes down, refusals on the record, and tamper-evident receipts for every claim.
Measurement-first: the stance
The dominant architecture in data platforms begins at ingestion — integrate everyone else's sensors, build an ontology above them, own the decisions. It is powerful, and it has a structural blind spot: it owns no ground truth. No calibration chain, no native consent, no provenance below the point of arrival.
OMNIA inverts the stance. Measurement is the foundation the engine owns: canonical records with calibration references, consent that travels inside every record, an append-only ledger where confidence is earned — volume × diversity × recency — and every score opens to its exact evidence. The fusion, forecasting, and decision layers are grown natively on top of that foundation, not bolted over someone else's.
The question this page exists to answer is the one ingestion-first platforms cannot: not "what did you receive?" but "what was measured, on which instrument, under which calibration, with whose consent — and how has the instrument scored so far?"
The ten principles — engine law, not brochure copy
Each is enforced in code in the OMNIA engine and covered by its test suite.
Receipts — tamper-evident certificates for every claim
Every record ever appended to the evidence ledger is hashed (SHA-256 over canonical sorted-key JSON) and chained: each entry commits to everything before it. Any influence score, forecast, or outcome can ship with a certificate a third party verifies without trusting OMNIA — recompute the record hash, recompute the chain, compare the head. Altered content is named as altered; superseded versions as superseded.
Honest scope, stated on the certificate itself: this is hash-chaining — tamper evidence — not asymmetric signature. Signatures arrive with identity keys, and the certificates will say so when they do.
GET /v1/receipts?recordId=omnia.outcome/v1:billchat:conversion:…
→ { record, verification: { recordHash, chainPosition: 132, chainHeadHash, chainLength: 925 }, howToVerify: [3 steps any auditor can run] }