All demos
Coherence Energy Labs

One decision, three proofs

Prove one decision three ways

Our coherence model makes one decision on one input. Below, that exact decision is proven to you three independent ways, all live in your browser: re-run it bit-for-bit, verify a zero-knowledge proof that never reveals the input, and check an Ed25519-signed audit credential. Nobody else can offer all three, because nobody else's model is deterministic, integer, and energy-based at once.

checking your browser…

the model's decision
three independent proofs of the same decision
1 · re-run

Recompute it

Your browser re-runs the model's int64 decision from its exact integer form, bit-for-bit, the same answer as the lab's CPU, native, and GPU. You see everything.

2 · zero-knowledge

Prove it privately

A 806-byte Groth16 proof that the model produced this decision - without revealing the input. snarkjs verifies it right here, no server.

3 · signed credential

Audit it

An Ed25519-signed receipt anyone verifies offline with the public key, mapping the decision to the controls a regulator asks for.

Verification log

ready.
One coherence basin decision (scikit-learn wine), proven three ways. Mode 1 re-runs the int64 basin_fp decision; Mode 2 is a circom + snarkjs Groth16 proof over the model's exact integer constants, with the input kept private; Mode 3 is an Ed25519-signed, re-runnable receipt. Same decision, three proofs - reproducible, private, and auditable. Built by Coherence Energy Labs.