
TL;DR
Qwen3.8-27B is a 27B dense Apache-2.0 model that scores 61.7 on SWE-bench Pro and 42.2 on DeepSWE 1.1 - ahead of Opus 4.6 Max on both - while running on consumer hardware. Benchmarks, hardware math, and an honest when-to-use-it guide.
Direct answer
Qwen3.8-27B is a 27B dense Apache-2.0 model that scores 61.7 on SWE-bench Pro and 42.2 on DeepSWE 1.1 - ahead of Opus 4.6 Max on both - while running on consumer hardware. Benchmarks, hardware math, and an honest when-to-use-it guide.
Best for
Developers comparing real tool tradeoffs before choosing a stack.
Covers
Verdict, tradeoffs, pricing signals, workflow fit, and related alternatives.
Last updated: August 15, 2026
All model claims below verified August 15, 2026 against Qwen's official model card, with the Hugging Face thread and Qwen Cloud pages linked for cross-checking:
| Resource | URL |
|---|---|
| Qwen3.8-27B FP8 model card (benchmarks, architecture, quickstart) | huggingface.co/Qwen/Qwen3.8-27B-FP8 |
| Qwen3.8-27B base model | huggingface.co/Qwen/Qwen3.8-27B |
| Qwen3.8 family announcement | qwen.ai/blog |
| Hosted version (coming soon, 1M context) | qwencloud.com/models/qwen3.8-27b |
| Community discussion | Hacker News thread |
On August 14, 2026, Qwen released Qwen3.8-27B on Hugging Face as an FP8-quantized, Apache-2.0 open-weights model. The headline is a size story: a 27B dense model - roughly 30 GB of FP8 weights, runnable on a high-end laptop or a single workstation GPU - that Qwen's own evaluations put ahead of Opus 4.6 Max on SWE-bench Pro (61.7 vs 53.4), with DeepSWE 1.1 at 42.2 (up from 13.3 for the previous generation's 27B) and community runs placing it above Opus 4.7 Max's 40.0 on the same benchmark. The Hacker News thread (1,228 points, 725 comments) greeted it with variations on "Opus at home."
This post is the decision-intent read: what the benchmarks actually say, what hardware runs it, what it costs to run locally versus hosted, and the honest cases for staying on a frontier API. It is the companion to our open-weights coding showdown, which covers the wider field, and to the Qwen3.8 Max release analysis for the 2.4T flagship that opened the generation.
Qwen evaluated the model with the Claude Code harness at temp 1.0, top_p 0.95, and a 256K context window, correcting problematic tasks and re-running every open baseline on the refined benchmark (Opus 4.6 Max's SWE-bench Pro score is the officially reported one). The full tables are on the model card; here is the part that matters for coding:
| Benchmark | Qwen3.8-27B | Qwen3.6-27B | Opus 4.6 Max |
|---|---|---|---|
| SWE-bench Pro (agentic coding) | 61.7 | 53.5 | 53.4 |
| DeepSWE 1.1 (agentic coding) | 42.2 | 13.3 | - |
| QwenSWEBench (software engineering) | 79.0 | 49.3 | 63.8 |
| Terminal Bench 2.1 (agentic terminal) | 73.0 | 63.4 | 78.2 |
| NL2Repo-Bench (repo-level codegen) | 42.3 | 36.2 | 47.6 |
| CoWorkBench (long-horizon office work) | 70.7 | 61.0 | 68.2 |
| OSWorld-Verified (computer use) | 84.3 | 63.9 | 72.7 |
| AndroidWorld (mobile use) | 81.9 | 70.3 | 62.0 |
| LiveCodeBench v6 (competitive coding) | 90.3 | 83.9 | 88.8 |
| GPQA Diamond (scientific reasoning) | 89.2 | 87.8 | 91.3 |
| HLE (multidisciplinary reasoning) | 30.8 | 24.0 | 40.0 |
Read it as: Qwen3.8-27B wins the agentic coding rows (SWE-bench Pro, DeepSWE, QwenSWEBench) and the multimodal agent rows (OSWorld, AndroidWorld), while Opus 4.6 Max still leads the harder terminal and repo-scale rows (Terminal Bench, NL2Repo) and the deep-reasoning rows (HLE by ten points, GPQA narrowly). That split - local model beats the flagship at agentic loop work, flagship still wins raw reasoning - is exactly the shape our local Qwen is a different tool, not a worse Opus thesis predicted.
The caveats matter as much as the rows. These are vendor-run numbers with the harness and sampling choices Qwen made, every baseline was re-run on the same harness (the "fine print" section of the model card is the honest read), and the HLE gap says the model is not a general frontier replacement. One HN commenter's rule earned wide agreement: the only benchmark that matters is your own repo.
From the archive
Aug 14, 2026 • 11 min read
Aug 14, 2026 • 9 min read
Aug 14, 2026 • 7 min read
Aug 14, 2026 • 11 min read
The model is a hybrid: 64 layers in a repeating pattern of three Gated DeltaNet linear-attention blocks followed by one full attention block. That is how a 27B dense model holds a native 262,144-token context with an extension path past 1M via YaRN (the config guidance covers the rope_parameters change and its static-YaRN tradeoff on shorter texts).
It is natively multimodal - images and hour-scale video - and thinking is on by default with a reasoning_effort control (xhigh default, medium, low) plus preserve_thinking to keep reasoning traces across turns, which is the same pattern our Fable 5 effort-levels analysis covers for Claude. Qwen's own guidance on effort: lower reasoning effort can make total task time worse in agentic loops, because faster per-turn responses lead to more failures and retries.
The FP8 release is ~30 GB of weights. Community reports from the launch thread, all running within 24 hours of release:
Two honest hardware notes from the thread: the model is memory-hungrier per token of KV cache than Gemma 4 or Muse Glimmer (one tester could not fit 128K context on their card), and quantizing hurts it more than some peers - test your quant against your workload before standardizing.
The model card points to a hosted Qwen3.8-27B on Qwen Cloud as "coming soon" with 1M context by default; it is not live yet (verified August 15). So today the choice is between running it yourself and waiting:
The self-host break-even math applies directly: if your agent loops burn hundreds of thousands of tokens a day, a $3,000 workstation replaces a recurring API bill in a few months; if your usage is light, the API wins.
Use Qwen3.8-27B if: your work is agentic loop coding (fix this, extend that, run the tests) with modest reasoning depth; you want zero per-token cost, data stays local, or you hit license or compliance constraints; you have 24 GB+ VRAM or 48 GB unified memory; or you want a private second opinion alongside a frontier model, the exact pattern of routing to local models for the cheap tier.
Stay on the frontier if: your tasks are reasoning-bound (the HLE gap is a real signal), you need the hardest repo-scale and terminal work (Terminal Bench, NL2Repo still favor Opus), you want the safest agent harness with the best-honed tool ecosystem, or your eval shows the 27B's thinking-mode latency (minutes per hard task) does not fit your loop.
Wait if: you need 1M context now (hosted version coming), or you want independent benchmark confirmation before trusting vendor-run numbers.
The honest reasons to stay put: (1) your workload is already solved by a subscription plan with included usage; (2) your prompts are long-context heavy and the KV-cache memory profile bites; (3) you cannot tolerate the longer wall-clock per hard task; (4) your team's evals do not reproduce the leaderboard. "It beats Opus on a vendor benchmark" is not by itself a migration reason - your benchmark is lying to you unless it is yours.
On Qwen's own evaluations, it scores ahead on SWE-bench Pro (61.7 vs 53.4) and DeepSWE 1.1, and behind on HLE (30.8 vs 40.0), Terminal Bench 2.1, and NL2Repo-Bench. Treat it as stronger at agentic loop work and weaker at deep reasoning, with vendor-run caveats attached to every number.
Yes. Community testers ran it on M5 Max 48 GB machines at 15-30 tokens/s via LM Studio with the Unsloth Q4 GGUF, including real coding-agent use through OpenCode. A 48 GB unified-memory machine is the comfortable floor for long context.
The FP8 release is roughly 30 GB of weights, so 24 GB VRAM is marginal and 32 GB is comfortable for moderate context. The model is memory-hungrier per token of KV cache than Gemma 4 or Muse Glimmer, so long-context users should budget accordingly.
The weights are Apache-2.0, so self-hosting costs only hardware and electricity. The hosted Qwen Cloud version is not live yet; when it lands it will be priced per token like Qwen's other hosted models.
Native 262,144 tokens, extendable past 1M via YaRN (static scaling, so the model card recommends enabling it only when long context is actually needed). The hosted version promises 1M by default.
Yes - it is designed for agent use: thinking on by default with reasoning_effort control, preserve_thinking for cross-turn reasoning traces, and it served its benchmark runs through the Claude Code harness. vLLM, SGLang, and TokenSpeed all have official serving recipes.
Read next
Alibaba released Qwen 3.8 Max on August 3, 2026 - a 2.4T-parameter MoE with 95B active per token, a 1M context window, and $2/$6 per million tokens on QwenCloud. It leads PaperBench at 93.0, and the weights open next week.
8 min readQwen3.6-27B keeps pulling developers back because it sits in the awkward, useful middle: strong enough for real local coding tasks, small enough for serious workstation testing, and cheap enough to benchmark honestly.
8 min readChoosing a local coding LLM in 2026 means balancing benchmark performance, hardware cost, and the compliance pressure to keep code off third-party servers. Here is what to run and on what hardware.
8 min readTechnical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
Alibaba's flagship open-weight coding model. 480B total parameters, 35B active (MoE). Native 256K context, scales to 1M....
View ToolAnthropic's flagship reasoning model. Best-in-class for coding, long-context analysis, and agentic workflows. 1M token c...
View ToolOpen-source reasoning models from China. DeepSeek-R1 rivals o1 on math and code benchmarks. V3 for general use. Fully op...
View ToolGoogle's frontier model family. Gemini 2.5 Pro has 1M token context and top-tier coding benchmarks. Gemini 3 Pro pushes...
View ToolInstall Ollama and LM Studio, pull your first model, and run AI locally for coding, chat, and automation - with zero cloud dependency.
Getting StartedUse opus, sonnet, haiku, and best to switch models easily.
Claude CodeDeep comparison of the top AI agent frameworks - LangGraph, CrewAI, Mastra, CopilotKit, AutoGen, and Claude Code.
AI Agents
The video reviews OpenAI’s newly released GPT 5.4, highlighting access tiers (GPT 5.4 Thinking in ChatGPT Plus/Teams/Pro/Enterprise and GPT 5.4 in the $200/month tier) and API availability. It covers

In this episode, we explore the newly released GPT-5 Codex by OpenAI, a specialized version of GPT-5 designed for agentic coding tasks. Codex offers advanced features, including enhanced code...

Google has released an updated version of Gemini 2.5 Pro, enhancing its capabilities in coding and more. This video covers the announcement details, benchmarks, and how to leverage the model....

Alibaba released Qwen 3.8 Max on August 3, 2026 - a 2.4T-parameter MoE with 95B active per token, a 1M context window, a...

Qwen3.6-27B keeps pulling developers back because it sits in the awkward, useful middle: strong enough for real local co...

Choosing a local coding LLM in 2026 means balancing benchmark performance, hardware cost, and the compliance pressure to...

A data-rich, source-cited comparison of the open-weights coding models that matter in 2026: GLM-5.2, DeepSeek V4, Qwen3,...

Alex Ellis shares real production experience running local LLMs: $12k hardware investment, 2-3 month ROI, and why treati...

DeepSeek re-post-trained V4 Flash into an agent workhorse: Terminal Bench 82.7, DeepSWE 54.4, native Responses API, and...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.