ResonanceNet — Decentralized AI Training NetworkResonanceNet is a protocol for training language models the way Bitcoin mines a chain: many untrusted machines, one agreed result, every step checkable by anyone.
The core property is
bit-exact deterministic replay. A verifier re-runs someone else's training from the same weights and the same derived batches and must get byte-identical output. No thresholds, no tolerance — equality.
What works today• 400M parameter model (d1024, 24 layers, 32K vocab, 16K context)
• Training on 147GB of FineWeb-Edu (first loss:
will insert)
• Full DiLoCo round between independent workers: contribution → aggregation → checkpoint → chain extends
• 475+ tests, including adversarial audit findings
• Genesis → derived weights → live model, verifiable by anyone in 1.5 seconds
• IPv4 + IPv6 dual-stack networking
• Corpus: 7.36TB FineWeb-Edu, Merkle-verified, downloading on seed node
Architecture scales to 29BMixture of Experts: 29.4B total parameters, 3.1B active per token. Fits a consumer 24GB GPU. Inference on phone at 100+ tok/s. Shape is described, pinned by tests, not yet trainable — how workers divide a sharded mixture is unsolved.
The experimentExtreme overtrain: training a compact model on 1000× more data than scaling laws call "optimal". If a 29B MoE on 100TB+ of data competes with frontier models on code and reasoning — that changes the economics of AI. If not — we get data nobody else has.
What is NOT ready• No public seed node yet (coming days)
• No incentive layer — contributions are not rewarded
• MoE training architecture unsolved
• Chain does not persist across restarts
Hardware16GB VRAM minimum (RTX 4090, 5070, 5090, A5000+)
Training time estimate2 workers: ~6.5 days to Chinchilla-optimal
8 workers: ~38 hours
64 workers: ~4.8 hours
Written from scratch, solo. Originally C++, rewritten in Python for cross-platform support.
GitHub:
https://github.com/Kristian5013/resonancenetDiscord:
https://discord.gg/ZBwDSQUh4Telegram:
https://t.me/resonancenet_mainBy Kristian Pilatovich — creator of
Lattica, the first ML-DSA post-quantum cryptocurrency.