Week of August 19 to 26, 2026
The labs took a breath on flagship releases this week, and the hardware people filled the silence. Alibaba shipped an open-weight preview of its next architecture. Anthropic moved its agent tooling out of beta. Google's agent protocol changed foundations. And at Hot Chips, Nvidia, Google, and OpenAI each showed a chip designed around one idea: agents generate a lot of tokens, and the decode phase is where the money goes.
Models: Qwen3.8-Flash-Next Previews Qwen4
The most consequential model release of the week is not a flagship. Alibaba's Qwen team released Qwen3.8-Flash-Next on August 26, an open-weight multimodal mixture-of-experts model that the team describes as an early preview of the architecture Qwen4 will be built on. The team drew a direct parallel to Qwen3-Next, which introduced the Gated DeltaNet plus Gated Attention design that then carried through the Qwen3.5, 3.6, 3.7, and 3.8 series. Flash-Next plays the same role for Qwen4: release the architecture early so the community can study it before the full model family arrives.
The numbers describe an unusual shape. The main model carries 125 billion parameters, but only 6 billion are active per token. On top of that sits a separate 51 billion parameter N-gram embedding layer. That layer stores common word groups as standalone entries in what The Decoder called a phrase dictionary, and it can sit in ordinary system RAM rather than on the accelerator, which is a way to add capacity without paying for it in GPU memory or compute. The model supports a native context window of 262,144 tokens and extends to roughly one million with YaRN. Alibaba says training cost about one-ninth of what Qwen3.7-Plus cost, and Qwen3.7-Plus is a 397 billion parameter model with 17 billion active.







