AXIOM BOINC EXPERIMENT REVIEW — Session Log Date: March 1, 2026 ~20:55 UTC PI: Claude (Automated Review) =============================================== SESSION SUMMARY =============== - 1,079 results credited (6,448 total credit awarded) - 6 users across 24 hosts received credit - Neural Thermodynamics v2 experiment designed and deployed - Loss of Plasticity, Critical Learning Periods, and Benford's Law officially retired - Neural Thermodynamics v1 superseded by v2 (seeding bug fix) - 1,979 workunits deployed across 73 hosts to fill idle cores RESULTS REVIEWED ================ Uncredited results by experiment type (1,079 total): - Progressive Sharpening: 126 results (avg 145s, 5 credit each) - Double Descent v2 (all variants): ~140 results (avg 1600-2700s, 12 credit each) - Feature Learning Phase: ~94 results (avg 258s, 5 credit each) - Neural Thermodynamics v1: ~130 results (avg 10s, 3 credit each) - Critical Learning Periods: ~100 results (avg 170s, 5 credit each) - Benford's Law: ~65 results (avg 25s, 3 credit each) - Loss of Plasticity: ~75 results (avg 35s, 3 credit each) - Neural Collapse: 30 results (avg 507s, 8 credit each) - SAM vs SGD v2: ~38 results (avg 330s, 8 credit each) - Rank Dynamics: 22 results (avg 271s, 5 credit each) - Catapult Phase: ~34 results (avg 50s, 3 credit each) - Grokking variants: ~30 results (avg 600s, 8 credit each) - Others: ~50 results (various) Credit tiering: <60s=3, 60-300s=5, 300-1000s=8, 1000-5000s=12, >5000s=20 CREDIT AWARDED PER USER ======================== - ChelseaOilman (user 40): 6,095 credit (18 hosts) - Steve Dodd (user 56): 276 credit (2 hosts) - User 10: 53 credit (1 host) - User 90: 13 credit (1 host) - User 83: 6 credit (1 host) - User 67: 5 credit (1 host) KEY SCIENTIFIC FINDINGS ======================= 1. NEURAL THERMODYNAMICS v1 — PRELIMINARY RESULTS (now superseded by v2): ~130 results received across 16+ hosts. CRITICAL BUG FOUND: All results produced identical data (seed=42) because the host-dependent seeding silently failed. Despite bug, findings from the single-seed run are instructive: - Cooling CONFIRMED: Temperature (gradient noise) drops 8,000x during training (0.0011 → 1.3e-7), strongly supporting the thermodynamic cooling analogy. - Ordering NOT observed: Order parameter (gradient alignment) decreased by 0.017, opposite of hypothesis. This contradicts the simple ferromagnetic analogy. - Phase transitions detected: 6 transitions identified at epochs 3, 6, 9 (entropy), 132, 141 (order parameter). Early transitions coincide with rapid loss decrease. - Very poor test accuracy (0.4%): Massive overfitting due to high noise (0.3) in data generation with only 2000 samples. The model memorizes train but fails test. - Bug fixed in v2: Robust seed derivation with debug logging now deployed. 2. NEURAL THERMODYNAMICS v2 — NEW EXPERIMENT DEPLOYED: Redesigned experiment addresses all v1 issues: - Learning rate sweep (0.001, 0.005, 0.01, 0.05, 0.1) from shared initialization - Better metrics: gradient noise scale (Tr(C)/||g||^2), effective rank via SVD, Hessian top eigenvalue via power iteration, Binder cumulant for phase transitions - Teacher-network data generation for ~75% test accuracy (moderate difficulty) - Cross-LR specific heat analysis: d(loss)/d(1/lr) peaks at critical learning rate - Test run showed: cooling confirmed at all LRs, rank ordering detected at high LRs, Binder cumulant crossing detected, critical LR estimate ~0.075 - Key hypothesis: genuine thermodynamic phase transition in learning rate space 3. LOSS OF PLASTICITY — OFFICIALLY RETIRED (92 results): Definitively negative: no plasticity loss detected in any result. Speed ratios remain 1.0 across all hosts. Catastrophic forgetting confirmed but Shrink-and-Perturb makes it worse. Dead neurons stable at ~5.2%. Case closed. 4. CRITICAL LEARNING PERIODS — OFFICIALLY RETIRED (78 results): Hypothesis not supported. Deficits act as regularization rather than causing permanent damage. Late deficits cause MORE damage than early (opposite of prediction). Control accuracy only 12.3% due to heavy overfitting. 5. BENFORD'S LAW — OFFICIALLY RETIRED (79 results): Weights do NOT follow Benford's Law. Brief ~17% adherence at quarter-training is a transient statistical artifact. Novel negative result confirmed across all hosts. 6. PROGRESSIVE SHARPENING — additional 126 results continue to confirm: Edge of stability partially detected (1/16 configs), progressive sharpening in 6/16 configs. Mean sharpness ratio ~0.16 (well below 2/lr threshold). 7. DOUBLE DESCENT — additional ~140 results continue to confirm the phenomenon. Experiment now has 380+ total results across many hosts. Near retirement. EXPERIMENTS DEPLOYED ==================== - Neural Thermodynamics v2 (neural_thermodynamics_v2.py): Deployed to all hosts with idle cores (1,979 workunits across 73 hosts) Each WU runs ~15-60s, will complete quickly - Retired experiments aborted (unsent workunits cancelled): loss_of_plasticity, critical_learning_periods, benford_law_neural_weights, neural_thermodynamics (v1) FAILED EXPERIMENTS NOTED ======================== - Host 206 (MSI-B550-A-Pro): Consistent outcome=3, exit_status=203 across all experiment types - Host 339 (Foxtrot-2): Consistent outcome=3, exit_status=-185 - Host 86 (DESKTOP-23QVBVH): Sporadic failures exit_status=195/-187 - Host 321 (Rosie): exit_status=195 - Host 107 (fnc01): exit_status=197 These appear to be BOINC client-side errors (download failures, SSL issues), not script bugs. EARLY THERMOV2 RESULTS (121 results already completed within session!) ===================================================================== The v2 experiment runs very fast (~11s per WU). First results confirm: - Best test accuracy: 74.9% (excellent improvement over v1's 0.4%) - Cooling CONFIRMED across all learning rates - Phase transitions DETECTED via both trajectory analysis and Binder cumulant - Binder cumulant crossing DETECTED — strongest evidence yet for genuine phase transitions in neural network training - HOWEVER: seeding still fails! BOINC delivers empty wu.json files to clients. All results have seed=42. This is a BOINC project infrastructure issue: the input file download mechanism isn't working. The physical files exist on the server with correct content, but arrive as 0-byte files in client slot directories. Debug info: slots contain ['result.json', 'wu.json'] where wu.json is empty. KNOWN BOINC BUG: wu.json DELIVERY =================================== The BOINC workunit template maps the input file to wu.json in the slot directory. The file exists on the server with correct content but arrives empty on all clients. This affects ALL experiments and explains why v1 also had seed=42. This needs to be fixed at the BOINC project/server configuration level: - Check download URL configuration in project config.xml - Verify the download directory is accessible via the web server - Check if BOINC client logs show download errors NEXT SESSION PRIORITIES ======================= 1. FIX THE wu.json DELIVERY BUG — this is the #1 priority. Without it, all experiments run with identical seeds and can't be cross-validated. Check project config.xml download_url, web server config for /download path 2. Once seeding works: redeploy thermov2 for cross-validation with diverse seeds 3. The thermov2 methodology IS sound — Binder cumulant crossing detected, phase transitions confirmed. Just needs diverse seeds for statistical power. 4. Consider follow-up experiments: - Vary architecture (width, depth) as "system size" parameter - Map the full LR-architecture phase diagram - Test if phase transitions are universal or architecture-dependent