What happened?

Alibaba’s “open weights next week” line from the 3 August Max launch landed as two products, not one.

On 12–13 August, the Max-class checkpoint went up as Qwen3.8-2.4T-A95B: 2.4T total / 95B active, text-only, thinking required-on, native context 262K (extensible toward 1M). The hosted Max API still has vision, non-thinking, 1M default, and built-in tools — the open dump does not. Footprint at BF16 is datacenter-scale (multi-terabyte); even aggressive quants are a supernode problem. Licence is not Apache — a custom Qwen3.8-Max licence with revenue-gated carve-outs in secondary coverage (the K3-style “free until you are huge / MaaS” pattern). Read the LICENSE file before you host it commercially.

On 14 August, Qwen3.8-27B shipped: a dense ~27.8B native vision-language model (text + image + video in, text out), Apache 2.0 on the licence file, 262,144 native context (YaRN path toward 1M), FP8 sibling, SGLang / vLLM recipes. Q4_K_M is about 17GB. That is a workstation / fat laptop, not a GB300 rack.

This is the follow-through we flagged in July and August: preview theater → API Max → weights. The operator split is now obvious.

The 27B is the product

Alibaba’s own 27B table (Claude Code harness, temp 1.0, 256K, with the usual in-house-bench caveats):

Bench Qwen3.8-27B Qwen3.6-27B Notes
SWE-bench Pro 61.7% 53.5% vs 53.4% they list for Opus 4.6 Max
Terminal Bench 2.1 73.0% 63.4% behind Opus 4.6 Max 78.2%
DeepSWE 1.1 42.2% 13.3% largest generational jump
OSWorld-Verified 84.3% 63.9% vision/computer-use
CoWorkBench (in-house) 70.7% 61.0% treat as directional

Thinking defaults to xhigh. Simon Willison’s first-week note is the ops warning: a “draw a circle” prompt turns into a Bauhaus study; a pelican SVG ate 22k reasoning tokens / 21 minutes on a 128GB M5 Max at that default. Turn it down. low or instruct mode is how you actually use a 27B locally. The model is good; the default is a token incinerator.

Why this is interesting

  • “Open Max-class” was a two-SKU sentence — Trillion-scale weights satisfy the press release and the sovereign-host brochure. Apache-2 dense 27B satisfies the person with one GPU. Do not let the 2.4T repo steal the 27B’s headline.
  • Licence is the real open test — 27B is Apache 2.0, commercial-clean. Max-class is custom. That is the same split Moonshot already taught with K3: open ≠ Apache. For EU/CH buyers, the 27B is the one you can put in a procurement file without a lawyer rewriting “open.”
  • Multimodal stayed with the small one — Open Max is text-only; 27B keeps image/video and posts loud OSWorld / AndroidWorld / vision-math numbers. Local computer-use and screenshot-in-the-loop agents just got a default checkpoint that is not a closed API.
  • Intelligence density, round twoQwen 3.5 was the edge-density story. 3.8-27B is that thesis at agent scale: long-horizon coding and cowork in ~28B dense, not a 2T MoE. Compare to K3-on-Studio: K3 still needs pruning theater; 27B fits.
  • Vendor benches vs lived-in defaults — 61.7% SWE-Pro on their harness is a claim. Independent boards and your repo decide. The more useful first-week signal is: it runs, it sees, and xhigh will bankrupt your context window if you do not touch the knob.

What it is not

Not a 27B that matches hosted Qwen3.8-Max or Fable 5. Not proof the Max-class dump is a practical self-host for anyone without a rack and a licence read. Not a 1M-context local default — native 262K; YaRN is a footgun on short prompts if the framework applies it statically. Not “day-zero Qwen Cloud 27B API” — hosted 27B was still “coming soon” at publish; OpenRouter-class third parties filled the gap.

Bottom line

The Qwen 3.8 open promise resolved as a fork: Max-class weights for labs and neoclouds that can swallow 2.4T under a custom licence, and a dense Apache-2 27B that is the actual local/sovereign workhorse. If you run agents on a Mac Studio, a 4090-class box, or an on-prem GPU you already own, start with 27B, disable the xhigh default, and eval vision+tools on your jobs. Keep Max on the API until independent boards and the licence match the brochure.