Commit cfa96e8
feat(verification): paper + reproducibility infrastructure for thermodynamic memory claims
Adds the paper "Thermodynamic memory vs flat-importance" (4,461 words +
4 appendices) with the full verification stack the paper's Limitations
section depends on:
- Pre-registered Fisher-style protocol (E1-E6) at tasks/verification-protocol.md
- Curie measurement-discipline audit + 30-item HARD-STOP checklist
- Six benchmark harnesses: ablation, N-scan, decay-sweep, longitudinal,
cross-benchmark, and master verification report aggregator
- Deterministic-replay primitives: db_snapshot.py (pg_dump+manifest, version
drift enforcement, pgvector binary SHA-256 fingerprint), db_setup.py
(autocommit-aware GUC pinning, full PG unit normaliser), noise_floor.py
(per-rerun σ measurement)
- HNSW determinism playbook + reloption pinning for all 4 cluster HNSW
indexes (m=16, ef_construction=64) so future builds match the manifest
- Telemetry: thread-safe counter store + JSONL audit log + 9 handlers
instrumented for read/write ratio measurement (closes Popper C6)
- CORTEX_DECAY_LAMBDA env var on thermodynamics.compute_decay() for the
Phase E3 dose-response sweep
Smoke runs land under benchmarks/results/ (decay sweep showed λ=0.95 MRR
0.671 vs λ=1.0 MRR 0.399 — 27pp gap; longitudinal stable across 360-day
buckets, delta +0.010).
Layer audit: zero mcp_server imports in benchmarks/lib/ determinism stack.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 18b4be4 commit cfa96e8
49 files changed
Lines changed: 5501 additions & 20 deletions
File tree
- benchmarks
- lib
- results
- ablation/longmemeval-s
- decay_sweep/20260430T111134Z
- longitudinal/20260430T111941Z
- n_scan
- 20260430T112256Z
- 20260430T121024Z
- docs/papers
- mcp_server
- core
- handlers
- infrastructure
- tasks
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
0 commit comments