cd /news/artificial-intelligence/splitmoe-similar-to-deepseek-moe-sam… · home topics artificial-intelligence article
[ARTICLE · art-136939] src=discuss.huggingface.co ↗ pub= topic=artificial-intelligence verified=true sentiment=· neutral

SplitMOE- similar to deepseek-MOE `same same but different`

Developer Priyanshu-5257 released SplitMoE, an open-source Mixture of Experts routing architecture that splits wide feed-forward layers into smaller, fine-grained expert partitions, published on GitHub at github.com/Priyanshu-5257/SplitMoE. SplitMoE differs from DeepSeekMoE by exploring splitting and grouping mechanisms across intermediate dimensions and routing pools without forcing fixed shared expert pathways, aiming to keep routing lightweight and avoid heavy dispatch overhead. The project targets routing stability and scaling behavior for modular expert routing in large language models.

read1 min views1 publishedSep 22, 2026

Hey everyone,

I’ve been experimenting with fine-grained routing in Mixture of Experts (MoE) architectures and wanted to share SplitMoE, an alternative take on modular expert routing.

GitHub Repo: https://github.com/Priyanshu-5257/SplitMoE Standard MoEs (like Mixtral) use fewer, larger experts with Top-K routing. While effective, large monolithic experts can suffer from parameter redundancy and coarse specialization.

SplitMoE builds on the philosophy of breaking down wide feed-forward layers into smaller, specialized sub-components, making token representation much more flexible and computationally modular.

Feature DeepSeekMoE SplitMoE
Fine-grained Experts Splits standard FFNs into m smaller sub-experts (higher expert count, lower cost per expert). Also adopts smaller, fine-grained expert partitions for finer expressivity.
Shared vs. Routed Explicitly isolates a fixed subset of experts as permanently active shared experts alongside routed ones. Explores splitting and grouping mechanisms across intermediate dimensions/routing pools without strictly forcing standard fixed shared pathways.
Routing / Gating Standard sigmoid/softmax-based Top-K over a very large pool with device/expert balancing loss. Focuses on a streamlined partitioning strategy to keep routing lightweight and avoid heavy dispatch overhead.

Take a look at the repo, test it out, and let me know your thoughts or feedback on routing stability and scaling behavior!

── more in #artificial-intelligence 4 stories · sorted by recency
── more on @splitmoe 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/splitmoe-similar-to-…] indexed:0 read:1min 2026-09-22 ·