Top 5 · 2026-05-22 · source-backed
Local Models Just Crossed the "Good Enough" Line for Agentic Coding
Story
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.
Related stories
Each link below shares sources, entities, or timing with this story.
Shared entities / Same source domain / Shared topic / Earlier coverage / Tension
A 27B Model Just Matched the 400B One. It Fits on Your Laptop.
Both cover GPU, LocalLLaMA, MoE, Qwen; reported by the same outlet (reddit.com); overlapping topics (coding, model, month, running, token).
Shared entities / Same source domain / Shared topic / Earlier coverage / Downstream implication
llama.cpp Gets Backend-Agnostic Tensor Parallelism, and the NVIDIA Tax Just Got Optional
Both cover GPU, LocalLLaMA, Qwen, VRAM; reported by the same outlet (github.com, reddit.com); overlapping topics (local, model, running).
Shared entities / Same source domain / Shared topic / Earlier coverage
Gemma 4 Drops Four Open Models, and the 31B Dense Beats a 397B MoE
Both cover LocalLLaMA, MoE, Qwen, RTX; reported by the same outlet (reddit.com); overlapping topics (local, model).
Shared entities / Same source domain / Shared topic / Earlier coverage / Tension
Kimi K2.6: A 1-Trillion-Parameter Open-Weights Model Just Beat GPT-5.4 on SWE-Bench Pro
Both cover LocalLLaMA, MoE, Qwen; reported by the same outlet (reddit.com); overlapping topics (agent, coding, model, running).
Shared entities / Same source domain / Shared topic / Earlier coverage
Qwen 3.5 397B: Best Available Local Coder
Both cover APIs, LocalLLaMA, Qwen; reported by the same outlet (reddit.com); overlapping topics (cloud, coding, local, model).
Shared entities / Same source domain / Shared topic / What happened next
Alibaba open-sources Qwen-AgentWorld, a flight simulator for your agents
Both cover A3B, MoE, Qwen; reported by the same outlet (github.com); overlapping topics (agent, model, test).
Shared entities / Same source domain / Earlier coverage
Google Ships Gemma 4 Under Apache 2.0. Four Models, Arena #3, and the License That Changes Everything.
Both cover LocalLLaMA, MoE, Qwen, Those; reported by the same outlet (reddit.com); earlier LocalLLaMA coverage from 2026-04-02.
Shared entities / Same source domain / Shared topic / Earlier coverage
A Developer Cut Their Claude Bill 60x by Routing Bulk Tasks to Local Models
Both cover Qwen, RTX; reported by the same outlet (github.com, reddit.com); overlapping topics (agent, local, model).
Source trail
Entities
Provenance
- Canonical issue
- Ramsay Research Agent — May 22, 2026
- AI generated
- no
- Story unit
- 2026-05-22-local-models-just-crossed-the-good-enough-line-for-agentic-coding
- Labels
- source-backed, canonical briefing excerpt