⚡ Nord v4.2 — Brain-Inspired Spiking Neural Network Language Model (140M)
The first SNN language model with spike-driven MoE, zonal specialization, and memory cortex — trained from scratch.
What's New in v4.2
Nord v4.2 is a complete architectural rebuild from v3. The key breakthrough: the model self-organizes into functionally distinct brain zones during training — sensory zones learn low firing rates, executive zones learn high firing rates, with no explicit supervision.
v3 (previous)
v4.2 (current)
Parameters
144M
140M
Sparsity
97% (but spikes broken at scale)
91% (spikes working)
MoE
None
Spike-driven, 4 experts top-2
Memory
None
128-neuron cortex, τ=0.99
Zonal architecture
No
Yes (self-organizing)
Loss at 39K steps
~4.9
4.3
Training speed
Slower convergence
35% faster to same loss
Model Description
Nord v4.2 is a 140M-parameter Spiking Neural Network (SNN) for text generation. It uses biologically-inspired Leaky Integrate-and-Fire neurons with membrane potentials, firing thresholds, and binary spikes. Unlike transformers where 100% of neurons activate per token, Nord activates only 3-9% — with different brain-inspired zones specializing in different functions.
Trained entirely from scratch — no transformer teacher, no distillation, no ANN-to-SNN conversion.
"The internet is equipped with computers that harness data from television and radio vehicles. Its central and large uses can help business use and share information on devices and systems."
Step 39,000 (loss 4.3) — thematic coherence, real entities:
"A cybersecurity campaign that uses a computer science machine learning robot to guide players, and has refined algorithms. The popular game research software made by OpenAI security researchers..."
Spike Dynamics
Context
Sparsity
Interpretation
Simple tokens
95-96%
Confident — minimal firing
Complex tokens
89-91%
More neurons recruited
Training average
91%
Healthy spike activity
Sparsity is dynamic and input-dependent — the model recruits more neurons for harder inputs, just like a biological brain.
Comparison with Other SNN Language Models
Model
Params
From Scratch?
MoE
Zonal
Sparsity
Nord v4.2
140M
✅
✅
✅
91%
Nord v3
144M
✅
❌
❌
97%
SpikeGPT
216M
✅
❌
❌
~90%
SpikeLLM
7-70B
❌
❌
❌
varies
SpikeBERT
~110M
❌
❌
❌
varies
Version History
Version
Key Change
Result
v3
First SNN LLM
97% sparsity, 51K Reddit views
v3.5
Scale to 500M
Failed — sparsity stuck at 100%
v4.1
MoE + Zonal + Memory
Fixed spikes, loss 4.95
v4.2
Adaptive regulator + Executive fix
Loss 4.3, stable 91% sparsity
Limitations
Text quality not competitive with GPT-2 at same parameter count (loss 4.3 vs ~3.0)
Coherence degrades after 2-3 sentences at 140M scale
Multilingual leakage in long generations (dataset artifact)
Scaling beyond 140M untested for v4.2
No formal benchmark evaluation yet
Hallucination present
Scaling Hypothesis
If zonal specialization persists at scale, an 86B SNN could potentially:
Match 86B transformer quality
Run inference with compute of a 3-4B dense model (96% sparsity)
Deploy on neuromorphic hardware (Intel Loihi) with orders of magnitude energy savings
This is unproven. The roadmap: 140M → 500M → 1-2B, testing at each scale.
Citation
bibtex
1@software{nord2026,
2 title={Nord v4.2: Brain-Inspired Spiking Neural Network Language Model with Spike-Driven MoE and Zonal Specialization},
3 author={Zemondsa},
4 year={2026},
5 url={https://github.com/zemondsa/nord-ai}
6}
About
Built solo by an 18-year-old Ukrainian student studying electronics in Norway. No PhD, no team, no funding — just a rented A5000 and curiosity.