GKRootWire
Cloud & Sysadmin Microsoft Confirms Preview Update Wipes Out Desktop SettingsAI Nvidia to Acquire Hugging Face for $12.9 BillionDev Tools A Deep Dive Into Intrusive Linked ListsGadgets DJI's Romo 2 Robovac Adds Local-Only Mode After Privacy ScareAI Nvidia Reportedly Moves to Acquire Hugging FaceAI Anthropic Launches Claude Tools for AI Shopping AgentsCloud & Sysadmin Microsoft Confirms Preview Update Wipes Out Desktop SettingsAI Nvidia to Acquire Hugging Face for $12.9 BillionDev Tools A Deep Dive Into Intrusive Linked ListsGadgets DJI's Romo 2 Robovac Adds Local-Only Mode After Privacy ScareAI Nvidia Reportedly Moves to Acquire Hugging FaceAI Anthropic Launches Claude Tools for AI Shopping Agents
AI

Lumabri Lets You Run Mixture-of-Experts AI Models Across a P2P Swarm

A new open-source tool called Colibri distributes the compute load of large MoE models across multiple peers instead of requiring one beefy machine.

Lumabri is a new open-source project that lets users run large Mixture-of-Experts (MoE) language models by splitting them across a peer-to-peer network of machines, using an underlying system called Colibri to handle coordination.

MoE models are built from many specialized "expert" subnetworks, but typically only a handful activate for any given query. That structure makes them a natural fit for distribution: instead of loading the entire model onto one GPU-rich server, different peers can host different experts and route requests between them.

The project appeared on Show HN with modest traction so far, but it taps into a growing interest in decentralized inference as model sizes keep outpacing what a single consumer machine can hold.

Why it matters: As frontier models grow larger, projects like this hint at a future where hobbyists and small labs pool spare hardware to run models that would otherwise require expensive cloud GPUs. It's early-stage, but P2P inference could meaningfully lower the barrier to experimenting with big open-weight models.

Sources: Hacker News