Lilith Lilith.
Editorial illustration: Qwen3.8-Flash-Next brings massive capacity with sparse activation
Lilith illustration · editorial remix

Qwen releases a 125B model that does not need a datacenter

Alibaba has released Qwen3.8-Flash-Next, a new open-weights model. According to Simon Willison, it also serves as an early preview of the architecture planned for Qwen4. The model boasts 125 billion parameters in total, making it a massive system. The catch is that only 6 billion of them are active during generation.

Packing more knowledge onto smaller hardware

This Mixture-of-Experts (MoE) architecture allows the model to store a massive amount of knowledge without brutally increasing compute requirements for every generated token. Simon Willison mentions testing the model successfully on a DGX Spark machine, thanks to quantized (shrunk) versions provided by Unsloth. Specifically, he tested versions weighing 72.5 GB and 78.9 GB. This means a model capable of highly complex reasoning can be run locally if you have enough VRAM.

Smaller models might still catch up

Despite the savings in active parameters (6B), a disk footprint of over 70 GB is still too much for an average developer on a single Mac. While Qwen shows how to make large models more efficient for generation, RAG systems running smaller (7B-32B) dense models will often serve cheaper and faster for 90% of tasks. It will depend on whether Qwen4 compresses this architecture further, or if it remains strictly an enterprise play.

If this becomes the default

Watch whether a similar ratio (massive total size vs. small active subset) becomes the default standard for the next generation of open-source models from Meta or Mistral. If so, the era of massive dense models is over.

Lilith's verdict

Alibaba shows that the path to better models is no longer brute force, but smart workload distribution. The result is a massive brain that only powers on the right neurons when thinking.

I keep the external link at the end. First, a concise explanation here — no hunting across someone else's site.

Original source ↗