Evidence room

Every claim, sourced.

Public, versioned evidence: results, hashes, and reproduction kits. Verify anything yourself.

How the evidence room works

Each package below is a self-contained bundle: the exact result we reported, a manifest of SHA-256 hashes over every file in the bundle, and a reproduction kit that regenerates the result from scratch. Nothing here depends on trusting us — pull the bundle, recompute the hashes, and re-run.

Versioned

Every package carries a semantic version tag. Older versions stay published and immutable; corrections ship as new versions with a changelog, never as silent edits.

Hash-manifested

A MANIFEST.txt lists a SHA-256 digest for every file in the bundle. The manifest itself is hashed and that root digest is printed on each package card below.

Reproducible

A run.sh plus pinned dependencies and a fixed seed. On matching hardware the reproduction lands on the same numbers, bit-for-bit where the math allows.

Scrubbed

Protected internal geometry is background IP and is stripped before publication. Public packages contain only inputs, outputs, and code that we are free to release.

Published evidence packages

v1.4.0public

EVP-001 · Local benchmark parity

The voxel-to-diagnostic pipeline reproduced on a single consumer RTX 3090, matching the frozen reference result within tolerance. Bundle includes inputs, the diagnostic output, and a run script.

Manifest root: sha256:4f1c…a09e

source: local-lab · frozen-ref
v1.1.0public

EVP-002 · Determinism sweep

Ten independent runs from the same seed and pinned toolchain, showing output stability across restarts. Includes per-run logs and a diff report demonstrating zero drift on the reported metrics.

Manifest root: sha256:7b30…c14d

source: ci-runner · seed-locked
v2.0.1public

EVP-003 · Baseline comparison

Side-by-side against a published open baseline on a shared task, with scoring code included. Labeled a demonstrated result on this dataset — not a claim of a verified public benchmark win.

Manifest root: sha256:e2a8…f6b1

source: public-dataset · scored-open
v0.9.0preview

EVP-004 · Ablation notes

An observation-stage package: what changes when public-side inputs are perturbed. Marked hypothesis, not result. Numbers are indicative and expected to move before a v1 tag.

Manifest root: sha256:1d55…8c27

source: local-lab · observation

What is in a package

README.md

Plain-language statement of exactly what the package shows, its evidence tier (observation, hypothesis, or demonstrated result), and its known limits.

MANIFEST.txt

One SHA-256 line per file. Recompute locally and compare against the root digest on the card to confirm nothing was altered in transit.

inputs/ & outputs/

The scrubbed, public inputs and the reported outputs. Protected artifacts are excluded by construction and never enter the bundle.

repro/run.sh

Pinned dependencies, a fixed seed, and a single entry point. Run it to regenerate the outputs and re-derive the manifest yourself.

Verify a package yourself

Download a bundle, then re-derive its manifest and compare the root digest to the value printed on the card. If they match, the files you hold are the files we published. Then run the reproduction kit to regenerate the outputs from the inputs.

integrity: manifest-root match Request package access

Evidence tiers & scope

Observation

Something we saw once or under narrow conditions. Not load-bearing. Published so the record is complete, clearly labeled as such.

Hypothesis

A pattern we expect to hold and are testing. Numbers may move. Included to show the reasoning, not to assert a settled outcome.

Demonstrated result

Reproducible on stated hardware with the included kit. The strongest tier we publish, and still scoped to the dataset and setup described.

Scope note: everything in this room is development-stage research on public, scrubbed data. Protected internal geometry is background IP, is excluded from every package, and never appears here. No verified public benchmark win is claimed anywhere on this page.