Project File
SynapNet / HibbieFormer
Brain-inspired sequence models: O(L) recurrent cores, Hebbian plasticity phases, neuromodulation, and sleep-style consolidation — now converging on the HibbieFormer-HX program.
What Was Actually Trained
MEASUREDThe 2025 SynapNet Brain / HibbieFormer line trained recurrent bio-inspired models (gated state blocks + proto-neurons with 4 dendritic branches, 8 layers) at 13.5M, 27M, 60M, and 84M parameters, alongside a 163M transformer control. Training cycles explicitly alternate plasticity phases — hebbian, synaptic scaling, pruning — on a 50/30/20 schedule with an adaptive neuromodulator.
Documented Results
MEASUREDThe completed TinyStories run logged 215 plasticity cycles over 21,476 steps, converging to PPL ~2.1–2.9, with a 64-prompt behavioral suite at cycle 150 confirming stable, domain-coherent generation. The strongest checkpoint result on record: the d512 recurrent core hit PPL 10.2 at step 5500 (down from 958 at step 500). SynapNet V3 (42.6M, MLX) measured PPL 66.03 on WikiText-2.
HibbieFormer-HX
HYPOTHESISThe current blueprint specifies a falsifiable architecture program: a helical recurrent core (O(L), phase-encoded state), dendritic branch mixer with entmax competitive gating, surprise-gated fast hippocampal memory, slow cortical weights, an accelerated-replay sleep consolidator, and a neuromodulatory controller. Go/no-go gates are pre-registered — e.g. the recurrent core must beat HELIX throughput by ≥1.5× and sleep must cut forgetting by ≥20%, or the branch dies.
Forensic Honesty
OBSERVEDA read-only Stage-0 audit of the 2025 backup verified all 54 checkpoints intact (37.6GB) and flagged a real discrepancy: the file named 'best_verified' is byte-identical to the step-5000/PPL-12.2 checkpoint, not the PPL-10.2 one. That flag ships with the result.
HibbieFormer-HX Architecture Explorer
FROM THE HX BLUEPRINT — A RESEARCH PROGRAM, NOT A VALIDATED ARCHITECTURE
STAGE 01 — SENSORY BUFFER
Depthwise causal Conv1D (k=3–7) front-end — a thin sensory layer before the recurrent core.
Current Limitations
- −HX is a research program, not a validated architecture — the blueprint states this in line 8.
- −The 163M transformer control ran only 1,000 steps; cross-family comparisons are not yet fair.
- −2025-era code is PyTorch/MPS; the fused Metal kernel work for HX starts greenfield.
Next Steps
- +Stage 3: reproduce the HELIX baseline for a fair throughput gate.
- +Implement the helical recurrent core on the mlx-recurrence kernel stack.
- +Run the pre-registered go/no-go gates at 10–30M scale first.
Experiment Log
- SUCCESS
HF-TINYSTORIES-215 · 2025-08-05
HibbieFormer TinyStories run: 215 plasticity cycles
- SUCCESS
HF-CYCLE150-EVAL · 2025-08-05
HibbieFormer cycle-150 comprehensive behavioral evaluation
- SUCCESS
HX-STAGE0-AUDIT · 2026-07-09
HibbieFormer-HX Stage-0 forensic inventory
- INCONCLUSIVE
HF-GOLDEN-RATIO · 2025-09-06
HibbieFormer V3 'Golden Ratio': φ-regularized stream balance
- FAILED
HF-GOLDEN-DUALITY · 2025-09-06
HibbieFormer 'Golden Duality' run — never launched
- SUCCESS
SN3-WT2-EVAL · 2026-03-22
SynapNet V3 WikiText-2 evaluation (epoch 50)