Why does DeepSeek-V3 cap each token's experts to a small set of nodes?
Same topic, related formats. Practice these next.
Same topic, related formats. Practice these next.
Node-limited routing forces a token's selected experts to live on at most M nodes, so most all to all stays on fast intra-node links and cross-node fabric traffic is bounded by construction.
Imagine a giant office building. Within one floor, people can hand notes to each other instantly. Between floors, notes have to go through a slower elevator. If you write a memo that needs eight signatures from random offices, the elevator becomes a traffic jam. The trick is to require that your memo's signatures all live on at most two floors. The first floor can pass notes quickly among themselves, the second floor can do the same, and only a small bounded amount of paperwork rides the slow elevator. That is what node-limited routing does for a Mixture of Experts model spread across a cluster.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example.
Everything important, quickly.
7 minutes: ground the asymmetry between NVLink and InfiniBand, explain expert-parallel all to all, describe the gate-level constraint and how M bounds cross-node volume, and contrast with placement and scheduler tricks.
Real products, models, and research that use this idea.
What an interviewer would ask next. Try answering before peeking at the approach.
Red flags and common mistakes that signal junior thinking. Click to expand.
Reading node-limited routing as a memory or specialization mechanism, when it is purely a communication-bandwidth constraint baked into the routing rule.
The night-before-the-interview bullets. Scan these on the way to the call.
Primary sources. Skim if you want the original framing.