Alibaba published a benchmark table on August 14 that, read literally, says a 27-billion-parameter open-weight model anyone can download for free beats Anthropic's Claude Opus 4.6 Max on 15 of the 19 benchmarks where the two were scored head to head. Read carefully, the same table says something narrower and more interesting: a compact dense model can now match frontier systems at operating a desktop and closing a pull request, while still losing badly at knowing things.

Both readings matter. Only one of them is a press release. The table is Alibaba's.

What actually shipped

Qwen3.8-27B landed on Hugging Face on August 14, 2026 under Apache 2.0 — genuinely permissive, not one of the source-available hedges that has become standard in this category. The model card specifies 64 layers at a hidden dimension of 5,120, in a hybrid attention layout the Qwen team writes as 16 x (3 x (Gated DeltaNet then FFN) then 1 x (Gated Attention then FFN)). In plain terms: three quarters of the network runs linear attention with a constant-size recurrent state, and every fourth block gets full quadratic attention. Native context is 262,144 tokens, extensible toward a million with YaRN. It is natively multimodal — images, scanned documents, STEM diagrams, hour-scale video. Hugging Face lists the BF16 safetensors at 28B parameters and 5.7 million downloads in the past month.

The architecture is the real news. Linear attention has been a research promise for half a decade, repeatedly shipped at toy scale and repeatedly abandoned when quality cratered at long context. A 3:1 hybrid that reaches 262K natively and holds up in production agent loops is the first convincing sign the tradeoff has been engineered away rather than argued away.

The scoreboard, and who kept it

Now the part the headline rests on. Counting the model card's own tables, there are exactly 19 rows where both Qwen3.8-27B and Opus 4.6 Max have published numbers. Qwen wins 15. That checks out.

It also flatters. Ten of those rows are vision-language benchmarks, and Qwen sweeps all ten — including BabyVision, where Opus 4.6 Max scores 12.6 against Qwen's 65.7, a gap so wide it looks more like a harness failure than a capability measurement. Strip the multimodal rows and the text-only record is 5-4. Opus leads on Terminal-Bench 2.1 (78.2 to 73.0), NL2Repo-Bench (47.6 to 42.3), GPQA Diamond (91.3 to 89.2) and Humanity's Last Exam (40.0 to 30.8). Every one is a knowledge or hardest-reasoning benchmark. That is the shape of a 27B dense model: it converts parameters into planning and tool use unusually well, and into world knowledge poorly.

Three headline wins — QwenSWEBench (79.0 vs 63.8), CoWorkBench (70.7 vs 68.2) and RecreationBench — are Alibaba's in-house evaluations, not externally reproducible. HLE was judged by GPT-4o. On SWE-bench Pro, Qwen re-ran baselines on what it calls a refined benchmark with problematic tasks corrected, while using Opus's officially reported score. The harness for most agentic rows was Claude Code. None of that makes the numbers wrong. It makes them Alibaba's numbers.

What the independents found

Artificial Analysis scored the model at 52 on its Intelligence Index at xhigh reasoning effort, 44 at medium, 35 with reasoning off — against 38 for Qwen3.6-27B at near-identical architecture, a 14-point generational jump that came almost entirely from post-training. On the separate Agentic Index it scores 50.877, edging above Claude Opus 4.8 by under a point. LlamaIndex's ExtractBench put it at 89.75 mean. On BenchLM's open-weight ranking it sits at 68.4, a tenth behind GLM-5.3 at 68.5 and four points behind Qwen3.8 Max at 72.4.

The reaction from people who build on these models was not measured. The team behind the Cline coding agent posted: “This is the first time a local model has scored frontier model capability.” On Hacker News, one commenter running it locally wrote: “Qwen 3.8 27B doesn't look benchmaxxed. These ‘52 AA score' numbers feel real, which is surprising.”

Not everyone agreed. Commenter bermudi replied: “This only makes me understand how flawed AAII is. This Qwen model is nowhere close to the other models in that score range.”

The 24GB claim needs an asterisk

The consumer-GPU framing is the softest part of the story. A 4-bit quant weighs about 15.72GB and fits on a 24GB card. Full BF16 weights run roughly 55GB, and one hands-on test serving the model through vLLM with KV cache enabled consumed just over 74GB on an 80GB A100. The 262K context that justifies the whole architecture is not free: FP8 KV cache at 256K runs about 9.3GB by itself. Running this on a 3090 means a quantized model at truncated context — not the thing the benchmarks measured.

Quantization is not neutral either. One local evaluator found Q4 producing two to three times the thinking tokens of Q8 and needing more turns to recover from mistakes, warning that “the real-world experience with qwen 3.8 27B can be vastly different, depending on how it's set up.”

Cheap per token is not cheap per task

Even discounted, the economics bite. Hosted access runs $0.58 per million input tokens at one provider, and self-hosting removes the meter entirely. The catch is verbosity: Artificial Analysis measured 160 million output tokens across its index at xhigh against a 48 million peer median, roughly 3.3x. A nine-task comparison by investor Tomasz Tunguz found the model about 30x slower and 4.5x more expensive with reasoning on. A developer on an RTX 6000 Blackwell reported it “regularly spent over an hour per turn thinking.”

What to watch

The honest summary belongs to Qubrid's Shubham Tribedi, who compiled both official and independent numbers: “Narrow benchmark wins are not model equivalence.” Watch three things. Whether anyone reproduces QwenSWEBench and CoWorkBench outside Alibaba. Whether the Agentic Index lead survives a version bump, given a sub-one-point margin. And whether the 3:1 Gated DeltaNet layout shows up in the next generation from labs that are not Alibaba — because if linear attention genuinely works at production scale, that is a bigger story than any scoreboard.

“Narrow benchmark wins are not model equivalence.”
— Shubham Tribedi, Head of Marketing, Qubrid AI
28B
Parameters
262,144
Native context tokens
15.72GB
4-bit quant size
52
Artificial Analysis Intelligence Index