Inspiration
Every lab today can generate answers. Almost none can show you, byte for byte, how an answer was produced, what failed on the way, and what is still unknown. I kept watching AI systems pass every benchmark and still fail on contact with reality, and I kept watching research tools delete their failures and tell a clean story. Odeya is my refusal of that: a research engine that will not say more than it can prove.
What it does
Odeya turns a research question into a governed, replayable chain: contract first, then work, then evidence, then independent verification, then a bounded claim. Nothing jumps the chain. Failures, nulls, and contradictions are first-class results that stay in the record forever. Models propose; a deterministic kernel governs. No model can grant itself authority, verify its own claim, or treat a provider response as truth.
The ecosystem
Odeya is not invented from an abstract agent demo. It is extracted from three open research missions that feed it real requirements, all under one account:
- Sentinel ~ measurement discipline for autonomous-driving perception: runtime monitoring, failure localization, and transfer claims that stay bounded.
- Telos ~ verifying autonomous agent work by evidence, not trust: published nulls, deliberately broken positive controls, and the finding that a verification repo can reward-hack its own guards.
- Inbar ~ physical causal evidence: prospective intervention tests on real hardware, with proposal, safety, execution, truth, and publication authority kept separate.
Odeya is the architecture they all converge into: one engine where the whole chain of custody survives review.
How we built it
Architecture before engine, on purpose. The repository is 112 machine-verified JSON schemas, 47 recorded engineering decisions, 660 valid and adversarial cases across 12 isolated suites, bounded TLA+ models, and a validator that makes the repository prove its own claims on every clone. The core discipline: every gate ships with a known-bad proof that it actually fires. A check that cannot be shown to fail is not evidence.
Challenges we ran into
The hardest bugs were the flattering ones. My guard-coverage tool published five different coverage figures and every one was wrong in the direction that made the work look better; independent adversarial review caught all of them, I caught none. A migration tool silently "repaired" the deliberately wrong values inside eighteen known-bad fixtures, turning traps into decoration. Each failure became a law in the repo: measure by mutation, never trust green without a proof it can go red.
Accomplishments that we're proud of
The repository is live, public, and proving itself: green CI on every push, every commit reproducible from a fresh clone with retained rehearsal evidence. In one sustained push we drove the canonical-migration wave from 1,222 blocking findings to five of six classes measuring zero ~ every fixture timestamp pinned, every scientific decimal governed by a frozen typed contract, all 668 digest fields resolved to registered scopes ~ with each step recorded as a reviewable decision. And the engineering itself was AI-assisted: GPT/Codex and Claude sessions did the heavy lifting under my direction, and every line they produced had to survive the same validator, adversarial fixtures, and known-bad proofs as everything else. That is Odeya's thesis applied to itself: the discipline holds no matter who, or what, writes the code.
What we learned
Honesty is an engineering property, not a virtue. You can build a repository that is structurally unable to lie about itself, and once you have that, every claim on top of it gets cheaper to trust.
What's next for Odeya
The runtime is not built yet. That is the honest state and the design: the gates that keep an engine honest had to exist before the engine. Winning this gives me the fuel to build the engine inside the architecture that is already proven ~ clone it, run one command, and watch it prove itself: github.com/manfromnowhere143/odeya
Log in or sign up for Devpost to join the conversation.