Fetching from the wire…
Infra2026-07-10 · source-backed
Topping HN at 767 points, Colibri exploits mixture-of-experts structure: only ~40B params activate per token, and only ~11GB of those change between tokens. The dense part (attention, shared experts, embeddings, ~17B params at int4, ~9.9GB) stays resident while 21,504 routed experts stream from ~370GB on disk via a per-layer LRU cache plus the OS page cache. It profiles your routing patterns and auto-pins hot experts, so it gets faster with use. Throughput on a 32GB machine is around 0.1 tokens/sec, so this is an architecture demonstration, not a daily driver. The demonstration is the point: MoE weight residency is a caching problem, and caching problems have known solutions.
Each link below shares sources, entities, or timing with this story.
Shared entities / Same source / Shared topic / What happened next
Both cover Colibri, JustVugg, MoE, RAM; cite the same source (Topping HN at 767 points); overlapping topics (colibri, expert, token).
Shared entities / Same source domain / Shared topic / What happened next
Both cover MoE, RAM; reported by the same outlet (github.com); overlapping topics (expert, token).
Shared entity: MoE / Same source domain / Shared topic / What happened next / Tension
Both cover MoE; reported by the same outlet (github.com); overlapping topics (cache, caching, token).
Shared entities / Shared topic / What happened next
Both cover MoE, RAM; overlapping topics (architecture, expert, token); picks up the MoE thread on 2026-08-04.
Shared entity: RAM / Same source domain / Shared topic / What happened next
Both cover RAM; reported by the same outlet (github.com); overlapping topics (cache, expert, token).
Shared entities / Same source domain / What happened next
Both cover JustVugg, MoE; reported by the same outlet (github.com); picks up the JustVugg thread on 2026-08-14.
Shared entity: MoE / Same source domain / Shared topic / What happened next
Both cover MoE; reported by the same outlet (github.com); overlapping topics (attention, expert).
Shared entity: RAM / Same source domain / Shared topic / What happened next
Both cover RAM; reported by the same outlet (github.com); overlapping topics (cache, expert).