content: add article the-expert-gap-mixture-of-experts-routing-and-the-verification-blind-spot-in-decentralized-ai - #171
Merged
Conversation
…elligence series part 12)
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Interactive 32-expert MoE routing grid showing honest (k=8) vs shunted (k=4) dispatch with Standing Committee highlighting and detection scheme verdicts (TOPLOC, DiFR, EigenAI TEE, consensus sampling). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Upxu3gfShfnqk5yBm1YS3S
…e-verification-blind-spot-in-decentralized-ai 1700-word deep dive on MoE k-shunting as a decentralized inference attack: why the Standing Committee makes detection hard, why TOPLOC/DiFR/consensus sampling are blind to it, and the router logit commitment + routing-layer TEE path to a fix. Proof-of-intelligence series part 12. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Upxu3gfShfnqk5yBm1YS3S
blokzdev
marked this pull request as ready for review
June 24, 2026 16:39
blokzdev
enabled auto-merge (squash)
June 24, 2026 16:39
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Article: The Expert Gap: Mixture-of-Experts Routing and the Verification Blind Spot in Decentralized AI
Concept claimed. Building in progress.
the-expert-gap-mixture-of-experts-routing-and-the-verification-blind-spot-in-decentralized-aithe-gating-problem(dom/simulation, baked-in routing activation data)Summary
Why this subject now
MoE is now the majority of frontier model FLOPs (DeepSeek-V3 deployed at scale by Fireworks, Together.ai, and Groq since Jan 2026). Decentralized inference networks (Ritual, Gensyn, ORA Protocol) are adding MoE support without updating their verification models. The Misrouter paper is 6 weeks old and hasn't been discussed in the context of decentralized AI.
Artifact
the-gating-problem— an interactive DOM/simulation showing a 32-expert MoE layer processing tokens. Toggle between Honest routing (k=8) and Shunted routing (k=4), see compute savings vs quality tradeoff, and a detection panel showing which verification schemes catch (or miss) the substitution. Data: baked-in routing frequency distributions from COMMITTEEAUDIT 2026.Duplicate check
Reviewed all 135 existing articles. No prior coverage of MoE routing as an attack surface on decentralized inference. Related articles in the proof-of-intelligence series (TOPLOC part 10, EigenAI part 10, The Biased Draft) cover dense-model verification only.
Generated by Claude Code