PROVENANCE
A content-addressed record of the work on this site, so that anything copied from it can be shown to be later.
Manifest generated 2026-08-24 · sha256
What this does and does not prove
It proves this exact content existed by a given date. It does not prove nobody had the same idea earlier in private — no scheme can prove that.
That limit is not a weakness for the case that matters: if work appears elsewhere after the anchored timestamp, the ordering is settled and needs nobody's word for it.
Manifest root
230d510f4c2aeb9936f9ae40e378d8e3188b70294d1ce0cd663b6a19cbb714e8
sha256 over newline-joined, lexicographically sorted "path:sha256" and "repo@commit" entries
The root is a pure function of content, so it moves only when the work moves. The manifest itself is not what gets stamped: it embeds per-artifact commit metadata, which changes on every commit even when no artifact changed. Stamping that would go stale for no substantive reason. The root is served on its own at /provenance-root.txt.
Anchored with OpenTimestamps. A stamp is submitted to calendar servers first and folded into a Bitcoin block shortly after; only once ots upgrade has attached that block does verification stop depending on the calendars and rest on the blockchain alone. The status below is read from each proof: it says anchored only when the file actually carries a Bitcoin block attestation.
node scripts/build-provenance.mjs
node scripts/stamp-provenance.mjs
ots stamp public/stamps/<date>-<root>.txt
ots upgrade public/stamps/<date>-<root>.txt.ots # once mined
ots verify public/stamps/<date>-<root>.txt.otsStamps accumulate rather than replace. A later change does not invalidate an earlier stamp — it covers an earlier state, which is the whole point of a timestamp.
Stamps
stamps/2026-08-24-230d510f4c2a.txt
covers 230d510f4c2aeb99 — the current root · anchored in the Bitcoin blockchain
stamps/2026-08-24-manifest-132723ca7777.json
covers 132723ca7777b8b2 — a superseded root · submitted to calendar servers, awaiting its Bitcoin block
Public artifacts
Hash any of these yourself with shasum -a 256 <path>.
Replica losses (circular and dense ordinal) — browser implementation
—app/utils/replica-loss.ts
1d4af8272534a3903000c087271440737b559839bedd07756aa7ff56947c2750
Weng-Lin models — browser implementation
—app/utils/openskill.ts
ca56d9fd9513257f23c9a89e8ee3347ac0b2cb4a7b68f9f3842611ac5d21194d
ARC solver architecture survey
—app/data/arc-architectures.json
827f9a2891f73ebf3bf8464a0df75178d72e189dbe9ebd9713e1d9fc19ac22ab
Replica loss reference vectors
—scripts/replica-reference.json
ea52b2e497fef3135dc2e9473e194ec0021ff5dc0f1ccc7bb6b612eefe6c7ab3
OpenSkill reference vectors
—scripts/openskill-reference.json
2b6cf67772266e9dba11df648112eb65980424b8ea7d0c256051f2a2c938a584
Replica loss reference generator
—scripts/gen-replica-reference.py
62a5fb7dbe499a25d324d98981cc0f2a0c9be3d748fd48a7cebf20ef05ce3470
Dense Ordinal Replica Loss — page
—app/pages/ordinal-replica.vue
4b71a76b3e04b2462895cd8f35f076470c1d2dfa593073f6bfea14a2adfe873f
ARC-AGI — page
—app/pages/arc.vue
770550352627dc31601dea35c6261b43548c3762999d439bbd9a536c77a87d2b
Private-repository commits
These repositories are not public. A git commit SHA is itself a hash over the entire tree and history, so publishing one commits to that exact content while revealing none of it. If a repository is later opened, anyone can confirm the SHA matches what is claimed here.
DenseOrdinalReplicaLoss — hybrid ordinal/Hamming distance over replica classes
Opinion · 2025-10-263773f4e81ac3054b698982e1e69c408ce83fa834
CircularReplicaLoss — circular colour topology with inverse-distance spillover
Opinion · 2025-11-146b31ec29e072a7ba6f0518593451ce86b12bb8ec
Combinator/SKI grammar-constrained solver
Opinion · 2025-10-065ece35a70c1a8620ded626e67c5917d2034e1e31
Relational architecture with coupled loss and D4 augmentation
Opinion · 2026-04-2470d13987238f4a9720c5a160235f19e38ba5384e
Variational ARC solver, FiLM-conditioned delta decoder, coupled ELBO
Opinion · 2026-03-23555f4fb9575c8253e7f2e0510630d7a85217f75b
SAT/hypergraph constraint formulation
OpinionAI · 2025-06-06edc373edc8b52687ce1106c510bb125cbc46bc5a
Hypergraph GNN with meta-learning outer loop
OpinionAI · 2025-06-10919b0b0a7af41b0cf3df0e5c5487fc7cf07359d3
Corroborating records
- JOSS 10.21105/joss.05901 and arXiv:2401.05451 — third-party dated records for OpenSkill, both from January 2024.
- The manifest is served at /provenance.json, so archive services can capture it independently.