[Project] Sovereign Mohawk: Formally Verified Federated Learning at 10M-Node Scale (O(n log n) & Byzantine Tolerant)
I wanted to share a project I’ve been building called Sovereign Mohawk. It’s a Go-based runtime (using Wasmtime) designed to solve the scaling and trust issues in edge-heavy federated learning. Most FL setups hit a wall at a few thousand nodes due to $O(dn)$ communication overhead and vulnerability to model poisoning. What’s different here: O(d log n) Scaling: Using a hierarchical tree-based aggregation that I’ve empirically validated up to 10M nodes. This reduced metadata overhead from ~40 TB […]