Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 2.8 KB

File metadata and controls

29 lines (22 loc) · 2.8 KB

falsify

PRML — Pre-Registered ML Manifests. An open, content-addressed format for committing a machine-learning evaluation claim to a SHA-256 hash before the experiment runs. Lock the threshold before the data, or it didn't happen.

A verifier recomputes the digest from the manifest's canonical bytes and emits a deterministic verdict: PASS / FAIL / TAMPERED. Moving the bar after the results exist produces a detectable hash mismatch. It proves the bar was locked, never the result.

Proof, not promises

4 reference implementations (Python, JavaScript, Go, Rust), byte-equivalent across 21 conformance vectors and rejecting a shared 14-vector negative suite. MIT code, CC BY 4.0 spec, ~600 tests, OpenSSF Best Practices passing.

Repositories

falsify Spec + Python reference + conformance suite (Go/JS/Rust under impl/)
falsify-js JavaScript reference (npm: falsify-js)
prml-verify-action GitHub Action: gate CI on tampered or regressed eval claims
mlflow-falsify MLflow plugin: bind runs to their locked bar, verify on run end
falsify-inspect Inspect AI adapter (on the UK AISI extensions page)
falsify-giskard Giskard scenario adapter
falsify-cookbook Patterns, anti-patterns, worked examples (CC0)
falsify-integrity-index Scorecard: 27 well-known eval claims vs 9 falsifiability criteria

Running a benchmark or leaderboard? Require a receipt — no locked claim, no entry.

Maintained by Cüneyt Öztürk · hello@falsify.dev