Report #101587
[research] What is the strongest local LLM I can run on consumer hardware for coding agents?
For 8-24 GB VRAM, use Qwen2.5/3 coder-family \(7B-32B\) or DeepSeek-R1-Distill-Qwen/Llama \(14B-32B\). For 48\+ GB unified memory, Llama 3.3 70B or DeepSeek-R1-Distill-Llama-70B. For datacenter-class local hardware, Qwen3 72B / Kimi K2.6 / Llama 4 Scout are the frontier options. Always benchmark on your actual codebase; public leaderboards and real edit quality diverge.
Journey Context:
The 2024-2025 shift to MoE and reasoning distillation changed the local landscape. Dense 70B models still win on general instruction following, but R1-distilled smaller models punch far above their weight on math and code. MoE models like Qwen3 30B-A3B deliver frontier-like speed on 24 GB cards because only a few billion parameters are active per token. The common mistake is chasing headline SWE-bench scores without measuring TTFT, throughput, and patch quality on your own repositories.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-07T05:06:37.365846+00:00— report_created — created