Build5 publishers3 min readPublished Updated
Qwen3.8-Flash-Next puts 36 Gated DeltaNet layers and 12 sparse-attention layers on Hugging Face, which means the retrieval budget Qwen4 will inherit is something you can measure against your own traces now.
The Engineer · Build desk

Compiled by The EngineerSomething wrong?How this is made
The layer table is the part worth reading. The model runs 48 layers as a repeating block, written in the config as 12 x (3 x (Gated DeltaNet -> MoE) -> 1 x (Qwen Sparse Attention -> MoE)) [7]. That gives 36 Gated DeltaNet layers and 12 sparse-attention layers [8]. NVIDIA's description of why is the clearest one published: the GDN layers compress history into a fixed-size recurrent state, so KV cache stops growing as the sequence gets longer, and the one layer in four running QSA does the precise retrieval [9].
Now the budget line. QSA is configured with a budget of 512 blocks or 2048 tokens, and its indexer is MQA with four query heads and one shared key head [10]. Divide those two numbers and each micro-block is four tokens wide [11]. So exact retrieval, at a native 262,144-token window or a million with YaRN [13], resolves to a block-level importance estimate choosing 512 of those micro-blocks [12]. That is where I would spend the evaluation budget: long-context recall on your own corpus, at your own context lengths, because the indexer's ranking is the single point on which the design's whole efficiency argument rests.
The efficiency numbers are Alibaba's, and they carry their conditions with them. The attention kernel is reported at up to 7.6x prefill and 4.9x decode against full attention on 1M-token work [20], and the serving figure of 8.6x prefill throughput over Qwen3.7-Plus was measured at 1M context with a 90% prefix-cache hit rate [21]. A coding agent replaying a large shared repository prefix might get near that. A document pipeline with cold, unique inputs will not, and should price the GDN layers alone.
On the coding table, the SWE-bench Pro margin over Claude-Opus-4.6 (Max) is 9.1 points [16], but the footnote matters more than the gap: every model there was run in the Claude Code harness at temp 1.0 and top_p 0.95, except Opus, for which Alibaba reports the officially published score [15]. The comparison is a harness-matched run against a vendor number. The margin over Alibaba's own Qwen3.8-27B, measured the same way, is 0.8 points [17]. On DeepSWE 1.1 the reported figure is the best of two harnesses, and Alibaba notes this model does better on mini-SWE-agent [18], which is a fair disclosure and also a reminder that harness choice is a tuning knob.
Then the parameter accounting. Alibaba's framing is 125B with 6B activated, plus 51B of n-gram embedding and 4B of MTP [3]; NVIDIA calls the same checkpoint 176B total [4], which is the 125B and the 51B added together [5]. The 51B is 20 million bigrams and trigrams indexed at layer 2 [28], and Alibaba's stated reason for scaling there is that embeddings are cheaper to compute and easier to offload than MoE experts [27]. Whether your stack actually offloads it decides which number goes in your capacity plan. Simon Willison's quantized runs at 72.5GB and 78.9GB [25] are the honest lower bound for local work.
Adoption cost is low: the repo ships Transformers-format weights that load in vLLM, SGLang and TokenSpeed [26]. A model numbered 3.8 previewing a model numbered 4 is a naming scheme I will not attempt to defend, but the layer table is legible, and that is the thing you can test.
Ranked by verification strength, evidence, and original report placement.
Alibaba stated in its release blog: "In this release, we are opening the weights of Qwen3.8-Flash-Next, a multimodal MoE model that also serves as an early preview of the architecture used in Qwen4."
The model natively supports 262,144 tokens of context, extensible to 1,000,000 tokens with YaRN.
Qwen3.8-Flash-Next is the open-weight research-frontier model available on Hugging Face and Alibaba's ModelScope; Qwen3.8-Flash is the production version built on the same architecture, offered via the QwenCloud API with 1 million tokens by default and official built-in tools.
The model has 48 layers with a hidden layout of 12 x (3 x (Gated DeltaNet -> MoE) -> 1 x (Qwen Sparse Attention -> MoE)), and a hidden dimension of 2560.
Three out of every four layers use Gated DeltaNet to continuously compress historical context into a fixed-size recurrent state, eliminating KV cache growth as sequences lengthen; the remaining layer uses QSA for precise retrieval across the full context.
QSA aggregates the sequence into micro-blocks, estimates their importance at the block level, and selects only the most relevant regions, in contrast to previous sparse-attention approaches that rely on token-level indexers whose cost grows with context length.
Follow any of these and your For You feed starts watching them — no settings page required.
Evidence-backed comparisons of source perspectives and observed adoption signals. Read the methodology
Which Builder, Operator, and Investor concerns the observed source mix emphasized—not a truth score.
Evidence, demonstrated adoption, hype gap, incentives, and confidence are assessed independently, each on its own current evidence. How these are measured.
Verifiable architecture, single-origin performance
The architectural facts here are unusually checkable, because the config that produces them ships with the weights: layer layout, head counts, expert split, the 2048-token retrieval budget. Everything about how well the model performs traces back to one release. Alibaba ran the SWE-bench Pro comparison itself and quoted Claude-Opus-4.6's published score rather than re-running it; NVIDIA passes along Alibaba's 7.6x and 8.6x figures and adds only its own rack throughput. Willison's post, the sole first-hand contact with the weights in our coverage, offers observations from running the model rather than measurements of it.
Distribution wide, usage still anecdotal
Within about twelve hours the weights were on Hugging Face and ModelScope in Transformers format, three inference stacks had Day 0 support, NVIDIA had validated a GB300 rack, and community quantizations small enough for a DGX Spark existed. That is fast pickup of the distribution kind. Production use, though, remains unaccounted for: deployment disclosures, traffic figures and token volumes are all missing, and the hosted API that carries the published prices had not yet gone live when The Decoder wrote.
Multipliers ahead of what is independently shown
Read the efficiency claims against their conditions and they shrink. The 8.6x prefill throughput comes with a 90% prefix-cache hit rate attached. The 62.5 on SWE-bench Pro leads Alibaba's own 27B model by 0.8 points, which is thin ground for a frontier framing, and the 9.1-point margin over Claude-Opus-4.6 compares a self-run harness against a published number. The one-ninth training cost figure comes from Alibaba alone, and this coverage offers no independent check of it. Against that, the structural work is arguably underplayed: eliminating KV cache growth across 36 of 48 layers is the durable part of the release and gets less attention than the multipliers.
Every number-bearing source sells something adjacent
Alibaba publishes the model card and the benchmark table while selling the hosted version of the same architecture by the token. NVIDIA's post exists to show a GB300 NVL72 rack doing agentic coding, and the throughput figures it contributes are figures for its own hardware. Hugging Face hosts the artifact. The two general outlets are independent of the release but derive their numbers from it, and Willison, the one source with no commercial stake in the outcome, is also the one reporting no results.
Firm on what it is, loose on how good
We can be confident about the shape of the thing, because open weights and a detailed card make the claims falsifiable by anyone with the hardware, and five sources agree on context length, activation count and the Qwen4 framing. Confidence drops on performance and efficiency, where a single origin, self-administered harnesses and one flattering cache condition are all the coverage offers.
science
The real disclosure in Qwen3.8-Max is the rack: 2.4T open weights, 72 GPUs, 4K tokens/sec1 publisher
build
llama.cpp takes roughly half an hour to reach first token on an RTX 50901 publisher
leadership
GLM-5.3-Flash benchmarks its tenth-of-the-price claim against its own predecessor1 publisher
product
A billion downloads, and nobody will say what a download is1 publisher
Publishers with included, body-backed reporting in this cluster.
1 article · August 26, 2026
1 article · August 26, 2026
2 articles · August 26, 2026
2 articles · August 26, 2026
1 article · August 28, 2026