Alibaba just released Qwen3.8-Max, its most capable model to date and, crucially, the first Max-class Qwen model that will ever ship as open weights. Every previous Max-tier model stayed locked behind the API. This one won't. The weights are promised for next week on Hugging Face and ModelScope, alongside a smaller Qwen3.8-27B checkpoint that will actually fit on-premise hardware.

A model built for agents, not just chat

The headline numbers: 2.4 trillion total parameters, 95 billion active per token, a 1M-token context window, and native text plus vision input. The MoE design (Mixture-of-Experts) means only a fraction of the network fires on any given token, keeping inference cost far lower than the raw parameter count implies. To keep operational costs and response latency manageable, the model routes tasks through specialized subsystems, activating only 95 billion parameters at any given time.

Built on the Qwen 3.5 architecture, Qwen3.8-Max combines a Sparse Mixture-of-Experts design with a hybrid attention mechanism. Alibaba says this architecture enables large-scale models to generate inference results efficiently. Reinforcement learning was scaled across million-agent environments with progressively complex task distributions for robust real-world adaptability. Alibaba's own RL scaling curve does show diminishing returns past ~4,000 training environments, so the gains are real but not unlimited.

What the benchmarks actually say

Independent evaluation from Artificial Analysis puts Qwen3.8-Max at 56 on the Artificial Analysis Intelligence Index, up 10 points from Qwen3.7-Max (46). On GDPval-AA, the agentic benchmark that simulates multi-step real-world tasks, it scores 1739 Elo , a 468-point jump over its predecessor. That places it:

  • Ahead of Kimi K3 (1685 Elo)
  • Effectively tied with Claude Fable 5 (1743) and GPT-5.6 Sol (1730)