This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
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.
**Last updated:** August 15, 2026
## Official Sources
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](https://huggingface.co/Qwen/Qwen3.8-27B-FP8) |
| Qwen3.8-27B base model | [huggingface.co/Qwen/Qwen3.8-27B](https://huggingface.co/Qwen/Qwen3.8-27B) |
| Qwen3.8 family announcement | [qwen.ai/blog](https://qwen.ai/blog?id=qwen3.8) |
| Hosted version (coming soon, 1M context) | [qwencloud.com/models/qwen3.8-27b](https://www.qwencloud.com/models/qwen3.8-27b) |
| Community discussion | [Hacker News thread](https://news.ycombinator.com/item?id=49299605) |
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](/blog/glm-5-2-vs-deepseek-v4-vs-qwen3-open-weights-coding-showdown), which covers the wider field, and to the [Qwen3.8 Max release analysis](/blog/qwen-3-8-max-release-2026) for the 2.4T flagship that opened the generation.
## The Numbers That Made It a Story
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](https://huggingface.co/Qwen/Qwen3.8-27B-FP8); 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](/blog/local-qwen-different-tool-not-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.
## Architecture: How a 27B Holds 262K Context
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](https://huggingface.co/Qwen/Qwen3.8-27B-FP8) 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](/blog/fable-5-effort-levels-explained) 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.
## Hardware and Real-World Speed
The FP8 release is ~30 GB of weights. Community reports from the launch thread, all running within 24 hours of release:
- MacBook M5 Max 48 GB via LM Studio (Unsloth Q4 GGUF): 15 tokens/s in power-save mode, 30 tokens/s in performance mode, "perfectly usable for local coding through OpenCode"
- Strix Halo laptops and RTX 4090s running the FP8 or Unsloth quantized builds
- A 17 GB Q4 GGUF build that Simon Willison ran for the now-traditional pelican-SVG test: correct shape and one leg per side of the bike, at the cost of 22,276 reasoning tokens and 21 minutes - the overthinking tax that comes with thinking-mode-by-default
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.
## Local Cost vs Hosted Cost
The model card points to a [hosted Qwen3.8-27B on Qwen Cloud](https://www.qwencloud.com/models/qwen3.8-27b) 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:
- **Self-hosted:** a one-time hardware cost. A 48 GB unified-memory Mac, a 24 GB+ GPU, or two mid GPUs runs the FP8 or Q4 quant. Per-token cost is electricity; per-seat cost is zero; your code never leaves the machine.
- **Hosted, when it lands:** priced per token on Qwen Cloud. Until then, the closest hosted open-weights options are the [DeepSeek V4 Flash API at $0.14/$0.28](/blog/deepseek-v4-flash-0731-agent-update) (now with peak/off-peak pricing from August 16) and the 2.4T Qwen3.8 Max on [QwenCloud or Vercel's AI Gateway](/blog/qwen-3-8-max-release-2026) at $2/$6.
- **Frontier API:** Opus 4.6/4.7-class coding at $5/$25 per MTok. The local model removes the per-token meter entirely for a workload it can carry.
The [self-host break-even math](/blog/self-hosting-open-weights-models-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.
## Decision Guide
**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](/blog/model-routing-strategies-cost-effective-coding-2026) 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.
## When to Skip the Local Switch
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](/blog/your-benchmark-is-lying-to-you) unless it is yours.
## FAQ
### Is Qwen3.8-27B better than Opus 4.6 Max?
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.
### Can I run Qwen3.8-27B on a MacBook?
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.
### How much VRAM does Qwen3.8-27B need?
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.
### Is Qwen3.8-27B free to use?
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.
### What context length does Qwen3.8-27B support?
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.
### Does it support tool calling and agent harnesses?
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.
## Continue Reading
- [Qwen3.8 Max Ships: 2.4T MoE, 1M Context, $2/$6](/blog/qwen-3-8-max-release-2026) - the flagship that opened the Qwen3.8 generation, with the full benchmark table and pricing verification
- [GLM-5.2 vs DeepSeek V4 vs Qwen3: Open-Weights Coding Showdown](/blog/glm-5-2-vs-deepseek-v4-vs-qwen3-open-weights-coding-showdown) - the wider open-weights field, self-host footprints, and pick-X-if decisions
- [Qwen3.6-27B Is the Local Coding Model to Test First](/blog/qwen-3-6-27b-dense-coder) - the predecessor's guide to running 27B-class Qwen locally
- [The Best Local Coding LLMs in 2026](/blog/best-local-coding-llms-2026) - hardware, quant, and compliance math for the whole local tier
- [Local Qwen Is a Different Tool, Not a Worse Opus](/blog/local-qwen-different-tool-not-worse-opus) - why local models deserve their own eval bar
## Sources
- [Qwen3.8-27B-FP8 model card](https://huggingface.co/Qwen/Qwen3.8-27B-FP8) - architecture, benchmark tables, quickstart, YaRN config, best practices (verified August 15, 2026)
- [Qwen3.8-27B base model](https://huggingface.co/Qwen/Qwen3.8-27B) (verified August 15, 2026)
- [Qwen3.8 announcement](https://qwen.ai/blog?id=qwen3.8) (cited in the model card citation block)
- [QwenCloud hosted model page](https://www.qwencloud.com/models/qwen3.8-27b) - 404 as of August 15, 2026; the model card states the hosted version is coming soon
- [Hacker News thread on Qwen3.8-27B](https://news.ycombinator.com/item?id=49299605) - community hardware reports, speed numbers, and the eval-skepticism discussion (accessed August 15, 2026)
- [Unsloth GGUF quantizations](https://huggingface.co/unsloth/Qwen3.8-27B-GGUF) - community quant builds (linked from the launch thread)Read on developersdigest.tech ↗
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.