Skip to content
Structural Selection

Claims Registry

The book’s claims exist as checkable Python predicates in theory_lab/claims/registry.py — the single source of truth theory_lab/validation/compare.py runs against. This is what generates outputs/validation_report.json, which this site imports directly — nothing is transcribed by hand.

To regenerate it yourself:

cd UNIFIED_THEORY_LAB
python run_all.py
cat outputs/validation_report.json

The rendered version, searchable: Validation → Claim Registry. Raw JSON: /lab-validation.json.