Fetching from the wire…
Public story · 2026-08-04 · high
Critics in the thread say the real bottleneck is prefill: about 30 minutes to process 10,000 tokens on an M5.
Why now: The demo is sitting at 215 points on Show HN as of the Aug 4 roundup, with the prefill objection still topping the comments.
Swiftlet runs an 80-billion-parameter Qwen model inside 4.3 GB of RAM by streaming its mixture-of-experts weights straight off the SSD, according to its Show HN post.
That's small enough for a consumer laptop, not a server rack. On an M5 Mac, the setup manages 4.5 to 5 tokens per second, and a 35B version runs on an iPhone.
Commenters didn't let the headline number stand. Prefill, the step where the model reads the prompt before generating, is the real cost. It takes roughly half an hour for 10,000 tokens on an M5, per critics in the thread.
Generation is fast once it starts. Getting there isn't.
The trick only works because Qwen is a mixture-of-experts model that activates about 3B of its 80B parameters for any given token. Swiftlet has to pull those active experts off disk, not the full model. Dense models don't get that shortcut, since every parameter fires on every token regardless of size.
Disk-streaming inference only works because Qwen activates about 3B of its 80B parameters per token. That's why the trick scales with MoE adoption, not with local AI in general. Watch whether more labs ship MoE-first architectures, because that's what decides if this stays a demo or becomes a real way to run big models on small hardware.
The demo is sitting at 215 points on Show HN as of the Aug 4 roundup, with the prefill objection still topping the comments.
Each link below shares sources, entities, or timing with this story.
Alibaba released Qwen3.6-27B on April 22. Dense architecture. Open weights. 77.2% on SWE-bench Verified, within 3.7 points of Claude Opus 4.6. On SkillsBench, it scores 48.2% versus its own 397B MoE predecessor's 30.0%. That's a 77% improvement with 14.8x fewer parameters. Let...
Moonshot AI dropped Kimi K2.6 today and the numbers are hard to ignore. One trillion parameters total, 32 billion active per token across 384 experts, 256K context window, and native multimodal input. It scores 58.6 on SWE-Bench Pro versus GPT-5.4's 57.7 and Claude Opus 4.6's...
Xiaomi released MiMo-V2.5-Pro, a 1.02 trillion parameter mixture-of-experts model (42B active) with 1M token context, fully MIT licensed. In benchmarks, it achieves 63.8% success on agentic tasks using 40-60% fewer tokens than Claude Opus 4.6 or GPT-5.4 for comparable results....
Google DeepMind released Gemma 4 on April 2 with four model sizes (E2B, E4B, 26B MoE, 31B Dense) under Apache 2.0. Multimodal (text, vision, audio). 256K context. Native thinking and tool-calling optimized for agentic workflows. Day-zero ecosystem support across vLLM, llama.cp...
Hugging Face published its Summer 2026 State of Open Models report on August 14, and one statistic in it went almost entirely unremarked in the coverage. By July 2026, agents rather than humans became the Hub's primary users. Claude Code alone accounted for 44.4% of all agent...
Alibaba published a fine-grained MoE with 2.4T total / 95B active, 512 experts, and a 92-layer hybrid full/linear attention backbone. vLLM shipped day-0 support verified on NVIDIA and AMD with ready 4-bit checkpoints (NVFP4 at 1.32 TiB for an 8xB300 node, MXFP4 at 1.45 TiB for...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.