01 The gap
Science is gaining machine‑speed production without machine‑speed trust.
AI proof search and automated labs can propose results faster than any referee can read them. Whatever the record cannot re‑check, it quietly loses.
Vela is the missing state layer: a shared, receipt‑backed record of what is verified, what failed, what supersedes what, and what it costs to re‑check, built so the receipts verify themselves offline.
- Activity is not state.
- Accepted events are state transitions.
- Replayed frontier state is canonical.
- Everything else is a projection.
02 Replay
A frontier you can replay.
Frontiersidon-sets
- vf_a1 Sidon set · n = 20 replicated
- vf_b2 Sidon set · n = 22 replicated
- vf_c3 Golomb ruler · order 13 contradiction
- vf_d4 Sidon set · n = 24 inferred
8witness reproduces · n = 22
03 Proof
Verified, not proposed.
Where the gate is machine-checkable, the record ships the verifier beside the claim. Re-run any of these yourself, with no model and no trust in the search that produced them: the standalone checker.
- OEIS A309370 Improved Sidon-set lower bounds Approved Blair comments for n = 8–22 (e.g. a(16) ≥ 505); extensions to n = 24 in review. approved in OEIS
- OEIS A321531 Exact new terms, rook-placement directions a(11) = 28, a(12) = 33, a(13) = 38, proven optimal by an exhaustive verifier. approved in OEIS
- Erdős frontier Reproduces from a clean clone 1,256 problem records; 32 of 32 witnesses re-verify under the frozen exact checkers. reproducible
From a clean clone
git clone https://github.com/constellate-science/vela-frontiers cargo install --git https://github.com/constellate-science/vela vela-cli vela reproduce frontiers/sidon-sets vela check frontiers/sidon-sets --strict Three independent reducers, in Rust, Python, and TypeScript, replay the same event log to byte-identical state; that agreement is the protocol's proof of itself. The reducers, the changelog, and the contributing guide live beside the code in the repository, where they stay in sync.
04 Constellation
Map the frontier.
Every domain has an atlas, every atlas has frontiers, every frontier has open questions.
vf_
Finding
One signed result, carrying its evidence and state.
vfr_
Frontier
The reviewable state of one open question.
vat_
Atlas
A living, versioned map of one domain.
✦
Constellation
The cross-domain picture the atlases make together.
Vela · open source · v0.720.0