bench: Protocol-C attested Atlas hallucination-containment result - #6
Merged
Merged
Conversation
Signed, tamper-evident benchmark record produced ON the VPS5 (Oracle) node and Ed25519-signed in-process with that node's Protocol-C key. The private key never left the host; only the signature + public key are published. - manifest.json — results + sha256 + Ed25519 attestation + public key - verify_manifest.py — standalone verifier (stdlib + cryptography), 3 checks: results hash, attestation bind, signature - README.md — scope, method, trust model, honest limits Result: hallucination containment 0.687 +/- 0.066 over 200 seeds (p05 floor 0.578). Honest framing: engine-level surfacing-gate containment on synthetic cells, NOT a public NLP hallucination benchmark; Layer-1 admission rejects 0% (Layer-3 staleness does the work). No SWE-bench number published — its current generator is synthetic. Reproducible by attestation, not from scratch (Atlas engine is proprietary): the signature is the guarantee. Anchor pubkey sha256 920dd4c8559005db10e80cb127bce512e382ef7afc5e4a9f4189fd282fab79e7.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a signed, independently-verifiable benchmark record under
benchmarks/atlas-hallucination-containment/.What this is
A cryptographic attestation that a specific Atlas result was produced on our hardware — not a number we typed into a README. Run + Ed25519-signed in-process on the VPS5 (Oracle) node with that node's Protocol-C key. The private key never left the box; only the signature + public key ship.
The number (honest framing)
Verify without trusting us
pip install cryptography python benchmarks/atlas-hallucination-containment/verify_manifest.py \ benchmarks/atlas-hallucination-containment/manifest.jsonThree checks: results hash, attestation bind, Ed25519 signature. Tamper one digit →
results_hashfails.920dd4c8559005db10e80cb127bce512e382ef7afc5e4a9f4189fd282fab79e7aether-atlas-deployed@vps5:d0de38aea90de6642026-06-13T15:30:31ZDeliberately excluded
No SWE-bench precision/F1 — its current generator is synthetic, and a synthetic number is not a benchmark result. That ships only after a real SWE-bench Verified run, same attestation.
Engine is proprietary → reproducible by attestation, not from scratch. The signature is the guarantee.