Fetching from the wire…
Top 5 · 2026-05-01 · source-backed
A head-to-head test on an M5 Max MacBook Pro (64GB RAM) put Gemma 4 31B against Qwen 3.6 27B on a practical task: build a Pac-Man game. Gemma finished in 3 minutes 51 seconds, used 6,209 tokens, and produced a working game. Qwen took 18 minutes 4 seconds, burned through 33,946 tokens, and the game didn't work.
Despite lower raw token throughput (27 tok/s vs 32 tok/s), Gemma's dramatically better code efficiency made it faster in wall-clock time and produced a functional result. Five times fewer tokens. Five times faster. Actually works versus doesn't.
This challenges the assumption that bigger context and faster inference speed are what matter for practical coding. They're not. Token efficiency, how much useful work gets done per token, is what determines whether you get a working product. A model that writes tight, correct code in 6K tokens beats a model that rambles for 34K tokens and still fails.
The connection to rtk (story #1) is direct. Token efficiency is the emerging meta for AI-assisted development. At the infrastructure level, rtk compresses what goes into the context. At the model level, Gemma 4 compresses what comes out. Both attacks on the same problem: making every token count.
For anyone doing local model development, especially game dev or creative coding, Gemma 4 31B deserves a serious look. The 482 upvotes and 114 comments on r/LocalLLaMA suggest the community agrees. And with AMD's Halo Box approaching launch with 128GB unified memory, running 31B models locally is about to get a lot more accessible.
The practical takeaway: don't evaluate models on benchmarks alone. Run your actual task. Measure tokens consumed versus quality of output. The model that uses fewer tokens to produce working code is the better model, regardless of what the leaderboard says.
Each link below shares sources, entities, or timing with this story.
Vicki Boykis wrote a post titled exactly that, "Running local models is good now," and it hit 1,437 points on Hacker News with 551 comments. Her claim is specific and checkable. Gemma 4, the gemma-4-26b-a4b and gemma-4-12b-qat variants, runs agentic coding at roughly 75% of fr...
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...
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...
PR #19378 landed in llama.cpp this week, and I think most people are underselling what it means. Backend-agnostic tensor parallelism via --split-mode tensor makes multi-GPU inference work across AMD, Intel, and Apple Silicon. Not just CUDA. Everything. For context: llama.cpp h...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.