Answer path
Pattern B
One Sonnet 4.6 subagent per question with full VaultCrux retrieval. No drain-worker heuristics, no scripted answer extraction.
Open Evaluation
Independent, reproducible tests of VaultCrux memory and reasoning. Every question, every retrieved chunk, every reasoning step, all inspectable here.
500-question episodic memory benchmark from Stanford/CMU. Tests temporal reasoning, knowledge updates, multi-session aggregation, and preference recall across 6 question types.
The complete LoCoMo question set — all 1,986 questions across 10 multi-session conversations — answered by the Crux Daemon. Tests single-hop, multi-hop, temporal, open-domain and adversarial recall, with the full retrieval trace published per question.
The complete BEAM 100K tier — all 400 probing questions over 20 multi-session conversations — answered by the Crux Daemon. Ten distinct memory abilities, judged by gpt-4.1-mini, the same judge BEAM's published results use.
Methodology
Each benchmark runs the full VaultCrux answer path: real retrieval, real reasoning, no shortcuts. Results are stored as immutable run receipts so every question and every retrieved chunk can be inspected.
Answer path
One Sonnet 4.6 subagent per question with full VaultCrux retrieval. No drain-worker heuristics, no scripted answer extraction.
Retrieval
HNSW vector search (ef_search=800) with chunk-context enrichment headers and session-level supersession markers.
Scoring
Format-tolerant judge: accepts verbose/first-person/N-inclusive variants. Gold errors are audited separately and excluded from the score.
Transparency
Every question links to its retrieval trace: queries issued, chunks returned with context headers, reasoning synthesis, and raw receipt JSON.
Public Surface
The benchmark browser is read-only. The verifier flow, passport decode, and methodology notes live on separate routes so the public surface stays inspectable without hiding the harness contract.
Methodology
Pattern B, receipts, and snapshot pinning in one place.
Open methodology →Passport
See how the verification passport is scoped and why it is read-only.
Open passport →Verify
Manual issuance, curl samples, and the public verification contract.
Open verify →