Product Launch Analysis

Alibaba open-sources Qwen3.8-Max, its most powerful model yet: 2.4 trillion parameters, 16 days of autonomous work

The launch page skips benchmarks and shows real work done without human help: 16 days to build a project, 5 days to beat a paper, 500 rounds to shrink a chip by 92%.
Key Takeaways
  • Alibaba is open-sourcing its top-tier Qwen model for the first time: Qwen3.8-Max with 2.4 trillion parameters is live on the web, with weights coming to Hugging Face next week.
  • Instead of benchmarks, the launch page highlights multi-day autonomous tasks. In the most demanding case, a single incorrect binary bit meant failure.
  • The API is compatible with the Anthropic protocol, so a few environment variables let Claude Code use it as its engine; pricing is still unannounced.
This article is based on Qwen's official launch page: performance figures, case study details, and comparisons come from the Qwen team's own testing and haven't been independently verified yet. The license for the open-source weights and API pricing haven't been officially announced, so please wait for the official release next week.
Launch

First open-source release of the flagship Max tier

Alibaba Tongyi released Qwen3.8-Max on August 3rd, its most capable model yet; the web version went live the same day. Also announced: the Max tier's weights are open for the first time ever — all 2.4 trillion parameters — hitting Hugging Face and ModelScope next week.

The Qwen family used to have a clear rule: small models were open-source, while the most powerful Max tier stayed API-only behind closed doors. This release wipes out that rule. At 2.4 trillion parameters, it's the largest weight set Qwen has ever released; last month's open-source Kimi K3 by Moonshot AI had 2.8 trillion, placing them both in the top tier of open models.

2.4T
Total parameters, scaled up from the Qwen 3.5 architecture
95B
Active parameters per task, under 4% of the total
Next Week
Weights on Hugging Face and ModelScope

It uses a Mixture of Experts (MoE) structure: out of 2.4 trillion total parameters, only 95 billion activate per task — less than 4%.

Think of it like this

A building housing 24,000 craftsmen. For each job, only the 950 most relevant specialists are woken up; the rest stay asleep and use no power.

It's built on the same architecture as Qwen 3.5 but with a much larger scale. The launch page doesn't mention the license type or the hardware needed for self-hosting, so we'll have to wait for the official release next week.

The promo video at the top of the launch page. Video: Qwen
Related on site · The previous model in this tier
Moonshot AI released Kimi K3: the world's first 3-trillion-parameter open model
Our analysis from July 17th: benchmarks, pricing, and limitations from the day the 2.8-trillion-parameter model went open.
Improvements

What's new: the biggest gains are in long-horizon tasks

The official line is a boost across four areas: coding, office work, research, and long-running tasks. The core pitch: reliable end-to-end delivery, taking a task from start to finish without human intervention.

On the same benchmark sheet against the previous flagship, Qwen3.7-Max, the gains are concentrated in projects requiring many sequential steps:

PaperBench Reproducing research papers
3.7-Max
64.8
3.8-Max
93.0
FrontierSWE Frontier software engineering
3.7-Max
40.7
3.8-Max
73.5
DeepSWE 1.1 Deep software engineering
3.7-Max
21.6
3.8-Max
56.6
Terminal Bench 2.1 Terminal operations
3.7-Max
74.5
3.8-Max
86.6
Direct comparison on the same benchmarks. Data: Qwen launch page

In a simulated year-long online store, it ended with 152% more cash than the previous generation. Single-turn Q&A gains were far smaller: GPQA Diamond (graduate-level science Q&A) went from 92.4 to 92.6 — nearly flat. The improvements are all in long-horizon tasks.

Head-to-Head vs. Rivals

Mixed benchmark results: coding lags behind Claude's best, but multimodal is a strength

The launch page directly compares Claude Opus 4.8, Claude Fable 5, GPT-5.6 Sol, and Gemini 3.1 Pro, openly showing both wins and losses:

Benchmark (What it tests)Qwen3.8-MaxClaude Fable 5GPT-5.6 Sol
SWE-bench Pro (Fixing code in real repos)67.780.064.6
Terminal Bench 2.1 (Terminal operations)86.684.688.8
PaperBench (Reproducing research papers)93.088.890.5
IFBench (Following complex instructions)82.863.572.7
OSWorld-Verified (Operating computers)86.185.083.2
OmniDocBench 1.5 (Document parsing)92.189.586.7
VideoMME subtitled (Long video understanding)90.4N/A89.5
ScreenSpot Pro (Screen element localization)84.587.381.3

The gap in coding is clear: it trails Claude Fable 5 by over twelve points on SWE-bench Pro. On the other hand, it beats the runner-up by 10 points on instruction following, leads in paper reproduction, and tops the leaderboard for document parsing, long video understanding, and computer operation. Multimodal is clearly its home turf, but it doesn't win everything—Fable 5 is still higher on screen element location and Android phone operation.

Qwen3.8-Max official performance overview
Official performance overview. Source: Qwen launch page

One footnote detail: a significant portion of the coding benchmarks used Claude Code as the evaluation harness. They tested their own model with a competitor's tool, ensuring the framework gives them no edge. The blank cells for Fable 5 are marked as no scores available.

Case Study · Engineering

16 days, no human intervention: it takes requirements, writes code, runs tests, logs 265 commits

First challenge: start from an empty folder and build a command-line tool called oh-my-cli — no human involvement at any point.

It set up an autonomous loop: user feedback and community practices became GitHub issues, assigned via a state machine. It wrote the implementation, ran builds, unit tests, and end-to-end tests, merging only when everything passed. If any step failed, the task was automatically sent back for revision. It also kept upgrading this very loop, adding features like /goal, /resume, session replay, and a desktop version along the way.

Req In User Feedback · Practices · Self-test Open Issue Auto-Assign Write Code Auto Test Build · Unit · E2E Merge & Ship Test Fail, Rework Autonomous Loop · 16 Days Straight
The oh-my-cli autonomous development loop, drawn by us based on the official description

By July 30th, after about 16 days of autonomous operation, the repository had 265 commits, 127 PRs, and 151 issues. The entire process is publicly available in the GitHub repo qwen-code-dev-bot/oh-my-cli, where every commit can be reviewed.

Official demo: 16 days of autonomous coding, taking requests, assigning issues, writing code, validating, and self-repairing. Video: Qwen
Case Study · Research

A paper plus a GPU cluster: five days to reproduce six findings — and find a better method

Second challenge: research. It was given a data selection paper from May this year and a GPU cluster — but no existing code, and the sources section contained neither the paper's title nor a link. The paper addresses a practical problem: when training data is vast and budgets are tight, which samples should you keep? Its answer: select samples with more "hard choice points"—moments during problem-solving where the model genuinely hesitates about which direction to take.

It spent about 37 hours writing the whole pipeline from scratch — roughly 7,600 lines of code covering data processing, training, and evaluation. Then it reproduced all six of the paper's main findings: using the paper's selection method and fine-tuning Qwen3-8B (an 80-billion-parameter open-source small model — the experiment wasn't run on itself) improved AIME24, a competition math benchmark, by 7.7 points over random selection.

Reproduction took the first 37 hours. For the next 88 or so, it entered a research loop: propose a hypothesis, write code, train on GPUs, analyze results, start the next round. Over four rounds, it proposed and tested 18 ideas:

RoundBest Idea of the RoundAIME24vs. Baseline
Paper's Original Method (Reproduction Baseline)49.58%
1Stratify data by difficulty, then select50.42%+0.84
2Weight samples by "entropy–score difference"51.67%+2.09
3Tune the selection width51.25%+1.67
4Simply count the number of "hard choice points" (nhighgate)52.29%+2.71

Round three's score dipped 0.4 points from round two, and the table keeps that setback as is. The winning idea turned out to be the simplest: instead of a complex weighted score, just count the number of "hard choice points" in each sample. All told, about five days (125 hours) of continuous operation, over 1,100 steps, and 33 rounds of GPU training—with no one touching the keyboard.

Case Study · Competition

A real Tianchi competition: 45 submissions, score climbs from 0.60 to 0.853, beats 87% of human teams

Third challenge: real opponents. The WWW2025 multimodal dialogue intent recognition competition on Alibaba Cloud's Tianchi platform had 526 human teams. The task was to read e-commerce customer service dialogues—text plus product screenshots—and determine what the customer truly wants. The time limit was 24 hours.

After reading the rules, it devised a strategy: fine-tune several Chinese text models and a vision model, fuse them into a weighted voting system, and calibrate the weights with cross-validation. Over 45 submissions, each leaderboard feedback informed the next iteration, pushing accuracy from 0.60 up to 0.853. That beat 458 human teams—87% of the field.

0.60 0.853 45 submissions · 24 hours Submission 1: 0.60 Final: 0.853 · Top 13%
Start, end, and submission counts are official data; the middle trajectory is illustrative. Drawn by us.
Case Study · Chip Design

The case that can't be faked: bit-exact output required, chip shrinks from 8,298 gates to 678

The toughest long-horizon task: designing a hardware circuit for cryptographic operations (a GCD/RSA accelerator). There's no room for inflated numbers here. Functional verification requires bit-exact output: under random testing, the output for all four bit-widths must match the ground truth on every single binary digit. One wrong bit means failure. Only after passing this do you compete on using fewer logic gates, with the gate count calculated by the synthesis tool Yosys—not judged by humans.

Why this is hard

An essay score can be subjective, but an answer key isn't. One wrong character is a fail. And after passing the bar, the only ranking metric is how few gates you can use for the same functionality.

It was given only a task description, an empty interface skeleton, and an evaluation script — no reference design. It worked continuously inside a tool sandbox for simulation, synthesis, and physical design, across about 500 rounds of interaction and 71 evaluations. The gate count dropped like this:

8,298 gates
First working design
2,010 gates
Round 22 · Algorithm-level rewrite: replaced the expensive hardware divider with iterative shift-and-subtract, cutting 6,288 gates in one step—over 80% of the total reduction
1,304 gates
Rounds 35–48 · Redundancy removal: after identifying preconditions guaranteed by the caller, entire redundant processing stages were safely removed, and two duplicate modules were merged into one
907 gates
Rounds 60–113 · Trimming registers and state machine: removed unnecessary storage cells and added early exit for even inputs
765 gates
Rounds 170–252 · Module fusion: broke module boundaries, letting three submodules share the same subtractor array
678 gates
Rounds 443–500 · Gate-level polish: shared gate circuits, split operations, squeezing out the final 87 gates
Data from the official progress log, drawn by us. Each version must first pass bit-exact functional verification before the gate count is calculated.

It was still making major structural changes even after hundreds of rounds: past round 170, it was still breaking module boundaries for architectural refactoring, not just making small tweaks. The final 678-gate result is, according to the official report, the best among models evaluated in the same setting, though the participant list wasn't made public.

The final design went through a real place-and-route flow (OpenROAD, Nangate45 process library) to generate an actual chip physical layout:

Initial Version
  • Chip area 106×106 µm²
  • Total wire length 33,369 µm
  • Timing not met (Slack −4.46 ns)
Final Version
  • Chip area 46×46 µm², an 81% reduction
  • Total wire length 4,187 µm, down to one-eighth
  • Timing met at 500 MHz (+0.66 ns)

Meeting timing means the circuit genuinely runs stably at the target 500 MHz frequency; the 80% area savings translate into a real-world, physically manufacturable chip with measurable results.

Case Study · Business

Simulated Year-Long Online Store: ¥100,000 Grows to ¥416,000, While Spotting 152 Fraudulent Suppliers

E-Commerce Bench is a simulated environment built from real, anonymized Taobao and Tmall data: 365 days, 12 store types, 60 categories, 7,000 products, and nearly 600 suppliers. Starting with ¥100,000 across several shops, you handle product selection, pricing negotiations, inventory, pricing, and returns on your own, aiming for the highest total cash by year-end.

The difficulty is baked into the environment. Suppliers are driven by a game-theory core, each with distinct personalities and negotiation strategies, requiring rounds of natural language bargaining. Among the 600 suppliers, 152 are fraudulent, using tactics like membership fee traps, low-price bait, and shipping goods that don't match descriptions. The year also includes massive promotional surges and typhoon-induced supply chain disruptions.

¥416,252
Year-end total cash, 4.16 times the ¥100,000 initial capital
+38%
Margin over runner-up GLM 5.2
+152%
Improvement over previous gen Qwen3.7-Max

The official highlight is how it "learns as it plays": prices for the same product from the same supplier get progressively pushed down through negotiation, and the lessons learned carry over to similar products. Across over 2,000 interaction rounds, its bargaining efficiency kept climbing, while other compared models generally peaked midway. During the year-end sales surge, its net profit exceeded ¥100,000—nearly 2.4 times that of GLM 5.2.

Official demo: 365-day simulated business management—product selection, negotiation, fraud prevention, and year-end sale preparation. Video: Qwen
Case Study · Professions

Trying Out Hundreds of Professions: A Week of a Legal Team's Work, Completed in One Hour with 1,284 Annotations

All the above are stress tests. Back to daily use: they selected high-frequency work scenarios from hundreds of high-value professions and tried them one by one, with six examples on the launch page that include comparisons.

ProfessionDeliverableTime TakenTraditional Process
Corporate Compliance LawyerFlagged 1,284 relevant clauses in hundreds of documentsUnder 1 hourA team of assistants, about a week
UI/UX DesignerInteractive prototype of an 8-page banking app, zero revisionsFirst pass complete3–5 rounds of revisions
Restaurant OwnerFull 26-dish menu with a 33.8% food cost ratioSingle outputWeeks of tasting and costing
Structural EngineerSeismic model of a 30-story office building in the browserBuilt from one blueprintOver a week in professional software
Rehab TherapistTurning a 2D assessment form into a rotatable 3D anatomy demoDirect generation2–4 weeks outsourced, costing thousands to tens of thousands
Sports Data AnalystTactical profile of roughly 8,400 offensive and defensive plays per playerTens of minutesSeveral business days
Official demo: real outputs across workflows in hundreds of professions. Video: Qwen

One Sentence to Launch a Quantitative Research Project

Another major case was for a quantitative researcher: a single sentence describing the task, and it worked for hours on end. It built the data system, developed factors, ran backtests, changed direction based on evidence mid-course, detected overfitting signals (where in-design metrics improve but validation metrics decline), and then automatically pruned redundant factors. When multiple paths converged on the same signal set, it added multi-seed cross-validation. In breadth, six classic factor categories were broken down from six sentences into 50 research directions each, dispatching about 330 sub-agents for parallel mining. With roughly 6,000 backtests total, the selected factors achieved excess Sharpe ratios (a standard measure of returns per unit of volatility) between 0.64 and 1.48, and daily Rank IC (a metric for the accuracy of factor direction prediction) was positive across the board.

Official demo: an end-to-end quant strategy delivered in a single conversation. Video: Qwen
Mechanism

Where Does the Capability Come From: Training Environments Broken Down into Three Dimensions, Combined Like LEGO to Create Massive Variety

After the case studies, the launch page unusually details its training methodology: these work capabilities come mainly from large-scale reinforcement learning, where the model repeatedly works in real-world environments and is scored on results. The challenge is where to source the practice environments: real work is incredibly diverse, and hand-crafting environments one by one can't keep pace with training demand.

Their solution: decompose the environment into three independent dimensions, expand each separately, then cross-combine them:

Task
Single taskMulti-taskLong-horizon
×
Workspace
Few filesNested dirsComplex repo
×
Harness
QwenWorkClaude CodeCodexOpenClawHermes
Free combination of the three dimensions means environments multiply, not requiring manual customization one by one
The 3D decomposition of instruction-following training environments, drawn by us based on the official description

Two supporting pieces: a unified reward system—if code runs, verify with execution results; for visual outputs like web pages, score the rendered appearance against a rubric, plus agentic checks, so all environments share a consistent scoring standard. And an online data balancer: it calibrates each training batch across tasks, difficulty, workspace, and harness, keeping gradients stable and enabling scalable compute.

RL training scale vs. benchmark scores curve
Official chart: as RL training scales up, scores on dozens of work-related benchmarks steadily improve. Source: Qwen launch page

A harness is the tool system wrapped around the model that reads files, executes commands, and manages the workflow for it. Since it was trained and tested inside other people's tools like Claude Code and Codex, swapping the harness shell doesn't cause performance to collapse.

Multi-harness performance comparison
Official chart: the same model performs comparably across QwenWork, Claude Code, Codex, OpenClaw, and Hermes. Source: Qwen launch page
Related on site · What a harness is and how to use it well
A practical case: GitHub explains how to master a harness, offering a clear, repeatable 8-step workflow
No need for new tools. Master the "tool shell" you already have—concepts and practice both covered here.
Multimodal

Eyes on the Work: Spots the TV is Backwards and Fixes It

The input specs get a brief mention: it can read a 200+ page financial PDF into a structured report across pages, and organize over 100 hours of long video into a searchable "video graph memory" where people, events, times, and scenes are linked into a network for instant retrieval.

The real shift this generation is on the other end: vision is now embedded in the execution process. While performing tasks, it continuously examines its own intermediate outputs—page layouts, object orientations, animation effects. If a rendered room has the TV backwards or the interface misaligned, it locates the issue, re-plans, and fixes it. Vision has evolved from a way to understand input into a feedback loop for verifying work as it goes.

Generate Inspect Output Spot Issue TV is backwards Re-plan Self-correct ✓ Verify as you go, no need to wait for human review
The visual feedback loop, drawn by us based on the official description; the "TV backwards" example is from the launch page itself.

To support this, they're also releasing a new benchmark, RecreationBench: treat a real app as a black box, understand it purely by watching the interface and clicking buttons—no source code, no internet—then recreate the entire app from scratch. It covers Ubuntu, macOS, Windows, Android, and Web. They also released the Qwen-MM-Plugins extension library to add image/video processing and multimodal memory to existing agent frameworks.

Official demo: from 100-page documents and 100-hour videos to visual self-checking and app recreation. Video: Qwen
Getting Started

Available Now: Free Web Interface, Two Environment Variables to Connect Claude Code

The web version is at chat.qwen.ai, ready to use. The API is on the Qianwen AI platform, compatible with both OpenAI and Anthropic protocols. To make Claude Code use it as its engine, just set a few environment variables:

Claude Code Setup (Official config, works as-is)
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-API-key>
The first two lines specify the model; the last two point requests to the Qianwen AI platform and include your key, which you can get from the platform console.

Official configs are also available for Codex, OpenClaw, Qoder, and Qwen Code. The API supports adjusting reasoning depth via the `reasoning_effort` parameter with three tiers: `xhigh` (default, deepest thinking), `medium`, and `low` (fast and economical). The launch page doesn't mention pricing, nor the open-source license type—both are pending for next week.

🧰 Quick Start Card · Qwen3.8-Max
Entry Pointchat.qwen.ai
RequirementsWeb version is instantly accessible; the API is OpenAI/Anthropic compatible, and Claude Code can connect with a couple of environment variables
Source
Qwen3.8: A New Bar for Coding and CoworkQwen Team (Alibaba Tongyi) ·Official launch page·2026-08-03
Site Notes
The performance overview chart, two RL training charts, and six demo videos are from the official launch page; the gate reduction chart, engineering loop diagram, score progression curve (with the middle trajectory as an illustration), and environment combination diagram were created by us based on official data. The promo video cover states 172 issues, while the text says "151 as of July 30th"—these are counts from different time points. We follow the dated figure from the text. All performance data comes from the Qwen team's own testing.