Fetching from the wire…
Top 5 · 2026-05-22 · source-backed
Three signals hit in the same week. That's not coincidence, that's a threshold.
First: Qwen 3.6-35B-A3B is running at 44 tokens per second on a single 16GB GPU at Q4 quantization with 100K context. It's a 35B-parameter MoE model with only 3B active parameters per token. A 293-upvote r/LocalLLaMA thread has people saying it's replaced their cloud agent subscriptions for daily coding work.
Second: llama.cpp b9274, released May 21, fixed a critical VRAM leak in the Multi-Token Prediction stack. Speculative decoding resources weren't being freed during idle cycles, silently accumulating until your server crashed. If you tried running a local agent 24/7 and it died after a few hours, this was probably why. Fixed now.
Third: a 106-upvote thread mapped out the complete hardware path. An RTX 6000 or dual RTX 5090 setup running Qwen 3.6 through llama.cpp gets you roughly 80% of cloud agent quality for a one-time ~$20K spend. The community consensus is clear on one point: the model can code, but it can't self-verify. Reliability comes from wrapping it in structured loops. Git diff checks, test suites, file-allow gates.
This is the insight that matters. The agent loop is the product, not the model. If you design your workflow around external verification instead of trusting model self-assessment, a $20K local setup gets you surprisingly close to a $200/month cloud subscription. The economics flip around month ten.
I don't think local models replace cloud APIs for everything. Long-context planning, complex multi-file refactors, novel architecture decisions. Those still need frontier models. But for the 70% of coding work that's well-defined tasks with clear test coverage? Local is real now.
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...
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...
For about a year, "run your agent locally" meant accepting a model that couldn't reliably call a tool twice in a row. That excuse is gone. Meta Superintelligence Labs published Muse Glimmer today: a 29.6B dense causal transformer, 52 layers, 6,656 hidden dim, with a ~1.8B ViT-...
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...
Somebody diffed the configs. Zero architectural changes. Same 64 layers, same 5,120 hidden dimension, same hybrid Gated DeltaNet → FFN / Gated Attention → FFN block structure as Qwen3.6-27B. The r/LocalLLaMA post showing this hit 945 upvotes and 157 comments, and Hugging Face...
Ollama cut v0.34.0-rc1 on September 5 at 23:49 UTC, and the headline item changes the shape of the local-versus-hosted decision rather than the performance of either side: Ollama-hosted open models can be selected directly inside ChatGPT Desktop, with setup driven from the Oll...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.