Qwen3.6-27B Fits on Single 24GB GPU, Beats Former 397B MoE on SWE-bench

Qwen3.6-27B dropped on April 22, bringing a 27B dense model that fits a single 24GB GPU at Q4_K_M (~16.8GB) and scores 77.2 on SWE-bench Verified — beating the previous 397B MoE model (76.2). For developers running local coding agents on consumer hardware, this changes the threshold for capable agentic models.
Key specs and architecture
- 262K context length
- Apache 2.0 license
- Gated DeltaNet linear attention (3 of 4 sublayers) with Gated Attention for the remainder
- "Thinking Preservation" carries reasoning traces across turns, reducing redundant token generation and improving KV cache efficiency in long agent sessions
Hardware requirements
At Q4_K_M, the model uses ~16.8GB VRAM, fitting comfortably on a single 24GB card (e.g., RTX 3090/4090, A10G). In contrast, Qwen3-Coder-Next (80B MoE, 3B active) requires 45–80GB at the same quantization, limiting it to dual-GPU setups or Apple Silicon with 48GB+ unified memory.
Caveats and gotchas
- Do NOT use CUDA 13.2 — it produces garbage output. Stick to CUDA 13.1 or 12.x.
- For users already running Coder-Next on 48GB+ hardware for agentic tasks, the switch isn't obviously beneficial.
- For single-GPU users stuck on older or weaker local coding models, Qwen3.6-27B is currently the most capable option at the 24GB tier.
📖 Read the full source: r/LocalLLaMA
👀 See Also

OpenClaw Users Report Model Replacements After Anthropic Ban
A community survey of Reddit, X, YouTube, and GitHub reveals GPT-5.x as the most-adopted replacement for Claude in OpenClaw workflows, with Kimi K2.5 leading community votes and hybrid setups gaining popularity.

Mozilla's State of Open Source AI: 3% Performance Gap, 50x Cost Reduction, 79% Developer Adoption
Mozilla's first State of Open Source AI report reveals open models now trail closed systems by just 3% in performance, cost up to 50x less, and are used by 79% of developers — but capture only 4% of revenue.

Claude Code v2.1.90 Release: New Interactive Lessons, Performance Improvements, and Bug Fixes
Claude Code v2.1.90 introduces /powerup interactive lessons, adds the CLAUDE_CODE_PLUGIN_KEEP_MARKETPLACE_ON_FAILURE environment variable for offline use, and includes multiple performance improvements and bug fixes for tools, UI, and security.

The Hidden Cost of AI-Generated Code: Debugging Spaghetti
A Reddit post captures the reality of shipping AI-generated code fast — then spending weeks debugging bloated functions, null state bugs, and cryptic variable names.