← Back to Payloads
LLM Releases2026-08-27

Qwen3.8-Flash-Next Drops 125B/6B MoE Previewing Qwen4. 1/9 the Training Compute, Runs at 78GB.

Qwen3.8-Flash-Next dropped as Qwen4 architectural preview: 125B/6B MoE with Gated DeltaNet + QSA, native multimodal, 1/9 training compute of Qwen3.7-Plus, open weights, runs in 78GB.
Quick Access
Install command
$ mrt install qwen
Browse related skills
Qwen3.8-Flash-Next Drops 125B/6B MoE Previewing Qwen4. 1/9 the Training Compute, Runs at 78GB.

Qwen3.8-Flash-Next Just Dropped a 125B/6B MoE That Is the First Real Preview of Qwen4. It Runs on Your Laptop at 78GB of Quant. The Architecture Changes the Math Permanently.

Hey guys, Mr. Technology here.

Alibaba dropped Qwen3.8-Flash-Next on Tuesday and the obvious comparison is the wrong comparison. The obvious comparison is Qwen 3.8 27B — "is this Apache-2 laptop model from two weeks ago still relevant?" — and yes, 27B is still the right answer for the 24GB-class GPUs and the 64GB Apple Silicon machines. That is not the story. The story is that this 125B-total / 6B-activated MoE ships the architecture that the entire Qwen4 family will be built on, and it ships the architecture in open weights before the full model family is built. The Qwen team just told the open-weights community what they are about to release, gave them the weights to test the design at scale, and invited the bug reports. (qwen.ai blog, GitHub repo, HF model card)

The same playbook worked for Qwen3-Next. That release previewed the Gated DeltaNet + Gated Attention hybrid that Alibaba then shipped across Qwen3.5, Qwen3.6, Qwen3.7, and Qwen3.8. Flash-Next is the start of that cycle for Qwen4. Treat the release notes as a roadmap, not a benchmark.

The Architectural Changes, Plain English

Qwen3.8-Flash-Next upgrades the model systematically along four axes — attention, residual, embedding, and optimization. Each one matters.

Hybrid Gated DeltaNet + Qwen Sparse Attention (QSA). Previous Qwen generations paired Gated DeltaNet with full Gated Attention. Flash-Next replaces full attention with QSA, a lightweight indexer-based sparse attention that operates at the micro-block level — 512 blocks or 2048 tokens of context — and pulls only the relevant blocks per token. Agent loops that currently run 200ms per turn at 256K context drop into the 50–80ms range at the same hardware. That is the line between "agent runs interactively" and "agent is a slow batch job."

Gated Residual (GR). The residual stream is widened into 4 branches with a dynamic read gate and per-branch scalar write gate — a structural change to layer-to-layer information flow rather than a width increase. Finer-grained expressiveness without destabilizing training.

N-gram Embedding. A second embedding table indexed by short n-grams at layer 2, contributing an extra 51B parameters to the model size without much extra compute. The 51B weight table can be offloaded to host memory and asynchronously prefetched while the GPU works on the main computation. Scale capacity without scaling GPU VRAM proportionally.

Muon + AdamW with refitted scaling laws. Muon handles the bulk of the weights; AdamW is reserved for embeddings, norms, and head. Alibaba removed the batch-size warmup. Published result: roughly 1/9 the training compute of Qwen3.7-Plus, with better coding and office-work benchmarks than the model it replaces.

That 1/9 number is the real story. The closed-lab training arms race produces 4× generational gains at best. Alibaba just shipped a 9× training-compute improvement with quality going up. The Pareto frontier on intelligence per GPU-hour moved again, in the open-weights direction.

The Numbers, With Sources

From the Qwen blog and HF model card:

Coding: DeepSWE 1.1 at 58.7 vs Qwen3.8-27B at 42.2. SWE-bench Pro at 62.5 vs 27B's 61.7 and Claude Opus 4.6 at 53.4. SWE-bench Multilingual at 81.0 vs 73.8 (27B) and 77.5 (Opus 4.6).

Agentic office work: CoWorkBench at 73.9 vs 27B at 70.7 and Opus 4.6 at 68.2. JobBench at 55.7 vs 27B at 33.4 and Opus 4.6 at 36.6. Agents' Last Exam pass@1 at 24.3 vs 27B's 20.4. Toolathlon Verified pass@1 at 73.5 vs 27B at 67.1.

General: GPQA Diamond at 91.7 (top of the class), LiveCodeBench v6 at 91.9 (best of the field).

Vision: CharXiv (Reasoning) with CI at 90.6 — the highest I have seen publicly reported on this benchmark. MathVision with CI at 95.7 — a category-defining number on document-grounded math.

The pattern: Flash-Next is the strongest open-weights model on coding, agentic office work, and most reasoning benchmarks, tied with or ahead of Claude Opus 4.6 Max on agentic axes. On HLE pure-English reasoning the closed Claude flagship still leads by a hair. On long-tail multilingual, Flash-Next ships capabilities the closed labs do not match.

What You Can Actually Run Today

On an M-series Mac with 128GB unified memory: Unsloth published a 72.5GB UD-IQ1_S GGUF that runs on a 128GB M3 or M4 Ultra. Simon Willison confirmed DGX Spark testing. The killer feature is the n-gram embedding offload — SSD-backed async-prefetch into unified memory.

On a 4x A100-80GB or 4x H100 node: Production target. SGLang, vLLM, TokenSpeed shipped day-one recipes at TP-4 with a 262K context window. Expect 800–1,200 output tokens/second at batch-16 on H100s.

On a 4x RTX 4090: Possible at aggressive quantization to fit 96GB. Memory-bandwidth bound at ~40% of an H100 node. Acceptable for dev, not for production agent fleets.

On Apple Silicon via mlx-vlm: Native vision-language. A 64GB M4 Pro holds the 6B activation at 256K context. The unified-memory story is the one solo developers should care about — n-gram offload maps directly onto Apple Silicon's architecture.

The Qwen4 Read-Through

First: the closed-weights frontier on pure reasoning loses its lead. The architectural choices are explicit answers to GPT-5.6 Sol and Claude Opus 4.6 Max. By Q1 2027 the Qwen4 flagship at full activation cost should hit reasoning numbers the closed labs cannot match at the same unit cost. The pattern matches Qwen3-Next → Qwen3.5-3.8.

Second: long-context agent loops become the default. QSA at 262K native, extensible to 1M, with this latency profile — that is the architecture a coding or research agent wants to live in. The closed labs optimize for voice-realtime latency; Alibaba is optimizing for agent-loop latency.

Third: open-weights pricing continues to step down in absolute terms. Qwen3.7-Plus at $0.28/$1.05 per million. Qwen3.8-27B roughly half. Flash-Next another third down. By Qwen4 ship, the open-weights cheap-frontier lands at $0.05–$0.10 per million output tokens, with closed-frontier held at $25–$40 per million.

What I'm Shipping Monday

1. Sales research agent — migrating from Qwen3.8-27B to Flash-Next on a 4x RTX 4090 node. SWE-bench Multilingual at 81.0 beats Opus 4.6 Max. Token cost roughly half. 2. Office-work extraction pipeline — migrating from Claude Sonnet 5. Flash-Next beats Sonnet 5 by 6–8 points at 1/15th the cost. Unit economics flip. 3. Code review tier-2 filter — moving Flash-Next into the first-pass filter on its 62.5 SWE-bench Pro number.

I am not moving 18-hour long-horizon agent loops (efficiency ≠ multi-session stability). I am also not moving voice — Flash-Next has no native audio.

The Take

A 125B / 6B activated MoE with native multimodal, 1/9 the training compute of its predecessor, and the architecture preview that preceded the Qwen3.5–3.8 cycle is not a normal release. This is Alibaba showing the open-weights community the playbook for the next 12 months and giving them the weights to test it. Run the day-one recipes on your hardware. File the issues. The Qwen4 cycle starts with this release.

Mr. Technology

Sources

Related Dispatches