openclaude-improved
OpenClaude is an open-source CLI coding agent that runs on any platform and supports a wide range of LLM providers, offering the same tools and workflows as Claude Code.
It exploits MoE sparsity (only 1-2% of parameters active per token) to distribute experts across hundreds of consumer GPUs, turning idle gaming hardware into a censorship-resistant inference network — a novel approach that directly challenges centralized API providers.
Decentralized inference protocol for Mixture-of-Experts models.
Synapse turns thousands of consumer GPUs into a single distributed inference swarm. Miners contribute idle hardware. Clients consume frontier AI. No datacenter. No gatekeeper. No rate limits.
"Any MoE model, served by a swarm of consumer GPUs. Never says no."
MoE (Mixture-of-Experts) models like Kimi K3, DeepSeek-V2, and Mixtral are the future of LLM architecture. They work by activating only a small fraction of their total parameters per token — typically 1-2%. This means 98% of the model sits idle at any moment.
Synapse exploits this property. Instead of cramming the entire model into one datacenter GPU, the swarm distributes experts across hundreds of consumer GPUs. Each node holds just a handful of experts. Requests flow through the swarm, activating only the experts they need.
Kimi K3 is a 2.8 trillion parameter MoE model from Moonshot AI — the frontier of open-weight AI. It has 896 experts, with only 16 active per token (~103B active parameters). Running the full model requires 8× AMD MI355X GPUs or similar datacenter hardware.
With Synapse:
| Centralized Providers | Synapse | |
|---|---|---|
| Availability | Rate limits, downtime, regional blocks | Always on while nodes exist |
| Model selection | Only what they choose to serve | Any open-weight MoE model |
| Access control | API keys, waitlists, KYC | Open protocol, no permission needed |
| Hardware | Datacenter H100s ($30K each) | Consumer GPUs (your gaming PC) |
| Censorship resistance | Can be shut down, blocked | P2P mesh, no central authority |
Synapse doesn't compete on speed. It competes on absence of gatekeepers.
| Mode | How | Latency | Use Case |
|---|---|---|---|
| Speculative Swarm | N nodes run the full model in parallel. Majority vote on each token. | ~1 node latency |
Decentralized inference protocol for Mixture-of-Experts (MoE) models. Turns thousands of consumer GPUs into a distributed swarm to run frontier AI like Kimi K3 without gatekeepers, rate limits, or datacenters.
Similar projects matched by category, topics, and programming language.
OpenClaude is an open-source CLI coding agent that runs on any platform and supports a wide range of LLM providers, offering the same tools and workflows as Claude Code.
An open-source Dynamic Workflow runtime that combines deterministic TypeScript orchestration with replaceable Agent runtimes.
A 28.9 million parameter language model runs on an $8 ESP32-S3 microcontroller entirely on-device, generating simple stories at about 9.5 tokens per second.