Skip to content

llm

1 post with the tag “llm”

Qwen3.8-Max: 2.4 Trillion Parameters, 1M Context, Open Weights Next Week

Alibaba shipped its largest AI model ever on August 3, 2026. Qwen3.8-Max packs 2.4 trillion parameters and a 1M-token context window, and its weights go open source next week. The story topped Hacker News at 571 points and lifted Alibaba shares 6% in a day (Reuters, 2026).

Qwen3.8-Max is a Mixture-of-Experts flagship. It is the most capable model the Qwen family has released (Qwen, 2026). It reads text, images, and video, and it plans, executes, and verifies work inside one long conversation (QwenCloud, 2026).

Two details matter for engineers. First, this is the first Qwen-Max-class model to go open weights (Qwen, 2026). The weights land next week, together with Qwen3.8-27B, a smaller model aimed at local and self-hosted deployments. Second, the API price undercuts the closed frontier at $2 per 1M input tokens and $6 per 1M output tokens (QwenCloud, 2026).

The model exposes a reasoning_effort dial with xhigh, medium, and low settings. You trade reasoning depth against cost per request (Qwen, 2026). Alibaba claims the model trails only Anthropic’s Claude, and benchmark coverage puts it level with Claude Fable 5 and ahead of GPT-5.6 Sol on several tests (Bloomberg, 2026; Neowin, 2026).

Qwen also demoed a 10+ day autonomous coding run. The model built the oh-my-cli project from scratch, including a self-evolving harness, without human intervention (Qwen, 2026).

Open weights change the deployment math. A frontier-class model you can host, fine-tune, and keep behind your own firewall changes what AI in CI/CD can mean. Alibaba and MiniMax both moved to open-source releases this week to cut developer costs (Global Times, 2026).

The reasoning_effort dial gives you cost control at request level. Run xhigh for architecture reviews. Run low for routine lint-and-summarize tasks. The 1M context window fits long-horizon agents. A coding agent that holds an entire repo, its test history, and its incident log in one context can work for days without a restart (Qwen, 2026).

The takeaway: frontier-class AI is going open. Watch the weight release next week, then plan which of your pipelines can run on a self-hosted model.