Papers › Cacheable by Design? Training Mixture-of-Experts Routers for Locality Against the Edge...

Cacheable by Design? Training Mixture-of-Experts Routers for Locality Against the Edge Memory-Bandwidth Wall: A Pre-Registered Negative Result with a Systems Measurement Study

18 Aug 2026arXiv:2608.18261added by Syntology

Shriniwas Ramesh Suram

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Serving a 235B-parameter Mixture-of-Experts (MoE) model on a single 8 GB GPU is bottlenecked not by compute but by memory bandwidth: decode must stream each token's active experts from whichever tier holds them, and on consumer hardware most experts sit on an SSD far slower than RAM. We quantify this bandwidth wall on Qwen3-235B (Q4_K_M, 134 GB): measured decode is 0.44 tok/s warm, matching a bytes-per-token / bandwidth model, while a batching scheme that should amortize one disk sweep instead collapses at batch 32 from paging thrash. We build llama-moe-trace, a zero-surgery router-telemetry tool, and measure routing on Qwen3-30B: adjacent-token expert reuse is 2.0x chance, 95% of traffic uses 52.5% of experts, and an LRU cache of 13.4% of experts serves 66% of requests. We then ask whether cacheability is trainable: we pre-register training of 137M MoE language models with auxiliary locality and domain router losses, under joint criteria on cache-miss reduction and perplexity. The mechanism works (misses down up to 60%; a 99% static-pin hit rate) but every configuration fails the pre-registered <=1% perplexity gate -- miss reduction and quality are tightly coupled. Concurrent StickyMoE reports the same loss as near-free on single-domain sub-25M models; on multi-domain 137M we find the tax real. Our contribution is this pre-registered, stricter-criterion, multi-domain evaluation plus edge-serving measurements. A 340M rung shows the tax does not shrink with scale (it rises slightly). We further show training-free cache-aware rerouting stacks with trained locality -- together ~80% miss reduction at <=3.4% perplexity at both sizes, far cheaper than either alone -- while domain-primed prefetching does not help. All code, traces, and the pre-registration are released.

PaperPDFCode Syntology ran

In Syntology For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2608.18261")

Code

Syntology Ran 13 of 15 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 13 ran with no contract checked.

By repository: found in paper text by Syntology: 15 samples from 1 repository, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Shriniwas410/cacheable-by-design found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 13 ran; 0 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

13ran
2unverified

Licence: 0 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from Shriniwas410/cacheable-by-design. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

assert_comparable Shriniwas410/cacheable-by-design/provenance.py found in paper text by Syntology ran MIT (permissive) · 6abb765130ac2f62 · report
load Shriniwas410/cacheable-by-design/frontier.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 4c6d5d4f5f3922c1 · report
load Shriniwas410/cacheable-by-design/summarize.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 59599771ecfff4b3 · report
load_prov Shriniwas410/cacheable-by-design/provenance.py found in paper text by Syntology ran MIT (permissive) · f8447efc3a8738fd · report
load_trace Shriniwas410/cacheable-by-design/analyze.py found in paper text by Syntology ran MIT (permissive) · ba8d8cfb880cdd90 · report
mean_metric Shriniwas410/cacheable-by-design/summarize.py found in paper text by Syntology ran MIT (permissive) · 59f761c9c46dfb45 · report
mean_ppl Shriniwas410/cacheable-by-design/summarize.py found in paper text by Syntology ran MIT (permissive) · abb634cc2829f958 · report
miss_per_tok Shriniwas410/cacheable-by-design/analyze.py found in paper text by Syntology ran MIT (permissive) · 81ece1943db00ed8 · report
page_of Shriniwas410/cacheable-by-design/paper/build_ctx.py found in paper text by Syntology ran MIT (permissive) · 3081d51cd278eccb · report
ppl Shriniwas410/cacheable-by-design/cert_elision.py found in paper text by Syntology ran MIT (permissive) · bc0b37eed100678d · report
reroute_token Shriniwas410/cacheable-by-design/cacheeval.py found in paper text by Syntology ran MIT (permissive) · 4e327a8a30bf2d21 · report
reuse_lag1 Shriniwas410/cacheable-by-design/analyze.py found in paper text by Syntology ran MIT (permissive) · 1a52e3c4ac6ee86e · report
rope_cache Shriniwas410/cacheable-by-design/model.py found in paper text by Syntology ran MIT (permissive) · 4fbd2fe1d47ad8b0 · report
apply_rope Shriniwas410/cacheable-by-design/model.py found in paper text by Syntology unverified MIT (permissive) · 07941306772c339b · report
pts Shriniwas410/cacheable-by-design/frontier2.py found in paper text by Syntology unverified MIT (permissive) · bc9f31b489cd86a5 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2608.18261, was issued in August 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections