Fetching from the wire…
Public story · 2026-07-30 · high
Cold expert loads take 2.8 milliseconds via pread versus 10 milliseconds via mmap, per Mikhaylov's benchmarks.
Why now: TurboFieldfare topped Hacker News with 833 points and the number one spot on July 29.
TurboFieldfare runs Gemma 4 26B in about 2 GB of RAM on any M-series Mac, according to the project's GitHub repo. The model itself is 14.3 GB, and the runtime works on machines with as little as 8 GB of total memory. That matters because RAM has been the ceiling on running large models locally on a Mac.
The runtime keeps only Gemma's 1.35 GB shared core and an FP16 key-value cache resident in memory. It streams each token's needed experts off SSD instead.
Gemma 4 26B-A4B is a mixture-of-experts model, so most of its 26 billion parameters sit idle for any single token. There's no need to hold all of them in RAM at once.
The unlock is how TurboFieldfare reads from disk. Mikhaylov reports cold expert loads take 2.8 milliseconds via pread, compared with 10 milliseconds via mmap. He calls that gap the reason per-token expert swapping is fast enough to use.
The thread hit number one on Hacker News on July 29, with 833 points. Throughput still depends on the chip: 5.1 to 6.3 tokens per second on an M2 MacBook Air, 31 to 35 on an M5 Pro.
The Air numbers work for chat, not much beyond that. TurboFieldfare is Apache 2.0 licensed with 1.7k GitHub stars, shipping a CLI and a native Mac app.
The bigger claim: this breaks the rule that RAM must scale with a model's total parameters, at least for mixture-of-experts models on Apple Silicon. Worth watching whether other local-inference runtimes copy the same read pattern.
Each link below shares sources, entities, or timing with this story.
Google's HF org lists diffusiongemma-26B-A4B-it (~4B active), an image-text-to-text Gemma member that's diffusion-style rather than purely autoregressive (Hugging Face). No detailed announcement yet, which is why I'm flagging it low. But a diffusion approach inside the Gemma o...
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...
The models are good. The license is the real story. Google released Gemma 4 on April 2 with four variants: E2B, E4B, 26B MoE, and 31B Dense. All built on the Gemini 3 architecture. The 31B Dense variant claimed #3 on Arena AI's text leaderboard, beating models 20x its size. Th...
Three moves, two days, no coordination between them. August 10–11: GitHub shipped Ollama as a BYOK provider inside Copilot for JetBrains (GitHub Changelog). Unsloth released Unsloth Desktop with a command literally named unsloth start claude, which points Claude Code and Codex...
Amid a week of pricing and commerce stories, here's hard tech you can actually download. Google released DiffusionGemma on June 10, a 26B-parameter Mixture-of-Experts model (3.8B active) that generates text by diffusion instead of left-to-right decoding. The architecture is th...
Google released open-source Multi-Token Prediction (MTP) drafters for the Gemma 4 model family. The concept: pair a heavy target model (Gemma 4 31B) with a lightweight drafter that predicts several future tokens in parallel. The target model verifies the predictions in a singl...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.