py -3 epoch5_command_center.py --run-all --build-only
py -3 epoch5_command_center.py --serve --port 8765Open:
http://127.0.0.1:8765/
-
k-Space Mission Control
- runs cross-k numerical extraction for
k=5,6,7,8 - estimates
A₁^(k)from partition-ratio asymptotics - compares extracted values against the closed-law candidate
- runs cross-k numerical extraction for
-
Swarm Live
- reads the latest
siarc_outputs/agent_D_out.json - shows ASR-refined survivors, their gaps, and status tags
- reads the latest
-
Pattern Inference
- evaluates three generalization hypotheses:
G-01:A₁^(k) = -(k*c_k)/48 - ((k+1)(k+3))/(8*c_k)G-02: empirical quadratic fit inkG-03: binomialα(k)probe
- uses
sympy.nsimplifyas a lightweight PSLQ-style coefficient recovery step
- evaluates three generalization hypotheses:
-
Agent Log
- streams recent ASR / Judge milestones from
multi_agent_discussion/self_correction_log.json
- streams recent ASR / Judge milestones from
-
H-0025 Report
- surfaces the Judge verdict from
siarc_outputs/agent_J_out.json - shows which publication checks are closed vs pending
- surfaces the Judge verdict from
From the generated epoch5_state.json:
- strongest hypothesis:
G-01at91.9%confidence k=6extractedA₁ ≈ -2.0138, closed-law≈ -2.0387, gap≈ 1.22%k=7extractedA₁ ≈ -2.4310, closed-law≈ -2.4632, gap≈ 1.31%k=8extractedA₁ ≈ -2.8747, closed-law≈ -2.9149, gap≈ 1.38%
- This is a real cross-k numerical check, not a mock panel.
- The dashboard uses local browser
fetch()calls to the Python server (/api/state,/api/run-k,/api/run-all,/api/test-hypothesis). - The current Judge status for
H-0025remains:- NUMERICALLY VERIFIED — FORMAL PROOF PENDING