On August 3, Qwen3.8-Max was officially released: 2.4 trillion total parameters (95B active) — the strongest model in the Qwen family, and the first Max-class model ever to open its weights, arriving next week on Hugging Face and ModelScope.
Official autonomous-coding results: the model ran by itself for 16 days, leaving 265 commits, 127 PRs, and 151 issues on GitHub; it reproduced a research paper and then beat it, gaining another 2.7 points on AIME24; in a Tianchi competition it beat 458 human teams in 24 hours.
Remember three numbers: 2.4T params / 265 autonomous commits / open weights next week.

0. Why developers should stop and read this
For the past year, AI coding has been a closed-source arms race: GPT-5.6-Sol, Claude Opus 4.8, and Fable 5 traded blows, while the open-source camp had no Max-class model in play.
Qwen3.8-Max breaks a house convention, not just a benchmark: “flagship Max-class model = closed source.” The weights go open next week, which means the community can deploy, evaluate, and fine-tune it themselves — every number on the scoreboard will face public scrutiny for the first time.
For working developers the practical impact is immediate: the model is already live on the Qianwen platform via API, compatible with both OpenAI and Anthropic protocols — your existing Claude Code or Codex setup can switch to Qwen3.8-Max with two environment variables. One more option means one more negotiating lever.
1. The release, in one table
| Item | Detail |
|---|---|
| Total params | 2.4T (95B active) |
| Architecture | Based on Qwen 3.5, scaled up |
| Open weights | First Max-class open release, HF + ModelScope next week |
| API | Live now on the Qianwen platform |
| Protocols | OpenAI-compatible (chat/responses) + Anthropic-compatible |
| Reasoning levels | reasoning_effort: xhigh / medium / low |
| Focus | Coding, office work, research, long-horizon tasks, multimodal agents |
In one sentence: the model is usable today, and runnable by you next week. At the 2.4T scale, this is the first time the open-source camp gets both at once.
2. Coding evidence: three cases with “no human in the loop”
Instead of showing single benchmark numbers, the team let the model complete three open-ended tasks — each requiring it to write its own code, run it, and iterate, with zero human help.
Case 1: Ten-day autonomous coding, a living project
The model had to create the oh-my-cli project from scratch and build a self-evolving harness: user feedback, community practice, and its own test results all feed into the engineering loop; requirements become issues, agents pick them up, implement, test, and merge.
- Task state machine:
ready → leased → active, with automatic rollback and re-verification on anomalies - Self-testing loop: Build, Unit Test, E2E, Desktop Lifecycle
- After ~16 days of fully autonomous operation (as of 2026-07-30): 265 commits, 127 PRs, 151 issues
The full trace is public on GitHub: qwen-code-dev-bot/oh-my-cli. You can read its daily commits and watch it find and fix its own problems.
Case 2: Reproduce a paper, then surpass it
The model received one paper — Unified Data Selection for LLM Reasoning — and a batch of GPUs. No starter code, no existing pipeline. It had to design and write the data scripts, training code, and evaluation programs from zero.
- ~125 continuous hours, ~7,600 lines of code, 1,100+ operations, 33 GPU training rounds
- First 37 hours: built the full pipeline and reproduced all six main conclusions (the paper’s data-selection method beats random selection by +7.7% on AIME24)
- Then a self-evolution loop: hypothesize → code → GPU → analyze → retry. Four rounds, 18 improvement ideas, ending with another +2.7 points on AIME24
Notice this detail: it chose to continue after “reproducing” succeeded. Nobody prompted it — the model itself defined “done” as “surpassed.”
Case 3: 24 hours, beating 458 human teams
The WWW2025 multimodal dialogue intent recognition challenge on Aliyun Tianchi, with 526 human teams.
- 24-hour limit; the model read the rules and built its own solution
- Text side: fine-tuned and ensembled BERT / MacBERT / RoBERTa; screenshots: fine-tuned Qwen2.5-VL-7B with Chinese-CLIP as fallback
- Fused into a weighted voting system, weights calibrated via cross-validation
- 45 submissions, accuracy climbing from 0.60 to 0.853 — beating 458 teams (87% of the field)
Together the three cases say one thing: Qwen3.8-Max isn’t a “model that writes code” — it’s a “model that finishes the project.”

3. Benchmarks: where it wins, where it loses
The team published a full benchmark table (their own harness, some runs via Claude Code). The highlights:
| Benchmark | Qwen3.8-Max | Strongest rival | Verdict |
|---|---|---|---|
| PaperBench | 93.0 | GPT-5.6 Sol 90.5 | Win (best overall) |
| AndroidBench | 75.1 | Fable 5 84.5 | Loss |
| Terminal Bench 2.1 | 86.6 | GPT-5.6 Sol 88.8 | Slight loss |
| SWE-bench Pro | 67.7 | Fable 5 80.0 | Loss (clear gap) |
| DeepSWE 1.1 | 56.6 | GPT-5.6 Sol 73.0 | Loss (clear gap) |
| OSWorld-Verified | 86.1 | Fable 5 85.0 | Win (best overall) |
| CoWorkBench | 74.8 | Fable 5 75.9 | Roughly tied |
| JobBench | 53.4 | Fable 5 57.4 | Slight loss |
| IFBench | 82.8 | GPT-5.6 Sol 72.7 | Win (best overall) |
| HiPhO | 90.0 | GPT-5.6 Sol 86.8 | Win |
| MLVU | 90.8 | GPT-5.6 Sol 87.6 | Win |
| VideoMME | 90.4 | GPT-5.6 Sol 89.5 | Win |
Honest takeaways:
- Long-horizon research, multimodal understanding, and office-agent tasks: Qwen3.8-Max genuinely sits in the top tier, first on several benchmarks.
- Classic software-engineering benchmarks still lag: SWE-bench Pro 67.7 vs Fable 5’s 80.0, DeepSWE 56.6 vs 73.0 — “fix real-repo bugs” is not yet its strong suit.
- The harness is Qwen’s own (Terminal Bench runs via Claude Code), so there’s a home-field factor.
In the closed era, benchmark tables are ads; after open weights, benchmarks are exams. Next week the community deploys and re-tests — that’s when we’ll really know.
4. Office and long-horizon: the model clocks in
The team also showed real-workflow demos (official demonstrations — treat them as capability ceilings, not production promises):
- Corporate compliance lawyer: hundreds of documents, flagged 1,284 relevant clauses in one pass, done within an hour — traditionally a paralegal team’s week
- Quant research: 6 factor families expanded into 50 research directions, ~330 sub-agents, ~6,000 backtests; selected factors with excess Sharpe 0.64–1.48
- Chip design: GCD/RSA crypto accelerator, 500 interaction rounds and 71 evaluations, gate count cut from 8,298 to 678; physical layout area from 106×106µm² to 46×46µm² (-81%), timing from -4.46ns violation to timing closure at 500MHz
- E-commerce simulation (365 days): started with ¥100,000, ended with ¥416,252 cash (4.16x return), +38% over runner-up GLM 5.2, +152% over Qwen3.7-Max
The pattern: the model’s long-horizon autonomy is no longer a demo — it’s reproducible engineering. Still, these are ceiling showcases; production repeatability awaits community verification after the open release.
5. Use it today: a two-minute setup
The model is live on the Qianwen platform (platform.qianwenai.com), compatible with OpenAI and Anthropic protocols.
Claude Code
export ANTHROPIC_MODEL="qwen3.8-max"
export ANTHROPIC_SMALL_FAST_MODEL="qwen3.8-max"
export ANTHROPIC_BASE_URL=https://dashscope.aliyuncs.com/apps/anthropic
export ANTHROPIC_AUTH_TOKEN=your-qianwen-api-key
claude
Codex (Responses protocol)
Register the model in ~/.codex/model-catalog.local.json and add a provider in ~/.codex/config.toml (full JSON in the official docs), then:
export OPENAI_API_KEY=your-qianwen-api-key
codex

Reasoning levels
The API supports reasoning_effort: xhigh (default, deep analysis), medium (balanced), low (fast, token-cheap). Start with medium if you want to control cost.
One reminder: billing is per the Qianwen platform’s price list — check it before you get carried away by the word “free.”
6. Summary: three actions
- Curious? Sign up for the Qianwen platform today and run
qwen3.8-maxon your own task. Don’t trust anyone’s review — including this one. - Cost-sensitive? Wait for next week’s open weights; self-host and re-run SWE-bench-class tasks before switching your main model.
- Watching the trend? Track three numbers: community evaluation count in the week after open release, GitHub stars, and how fast other vendors follow with open Max-class models.
The open-source camp finally holds a card of the same rank as closed models in the AI coding game. Whether it plays well — the open release next week will tell.
🎯 Found this useful?
- Follow 「梦兽编程」 for hands-on AI coding tool tests and efficiency methods — only things you can actually adopt
- Want a deep-dive evaluation of a specific model? Comment below and I’ll run it.
Sources:
- Qwen Team: Qwen3.8-Max: A New Bar for Coding and Cowork
- HN discussion: Qwen3.8-Max: A New Bar for Coding and Cowork

