On August 3, 2026, Alibaba’s Qwen account posted a launch video: “Meet Qwen3.8-Max: A New Bar for Coding and Cowork.” The replies arrived in under half an hour — and they were not about the cinematic edit.
They were about weights.
We need open weights big dawg
When open weights? And will it run on 5090 24gb vram?
Give us the open weights version and watch the community cook
That gap is the story. Alibaba is selling a coding + cowork identity for its 2.4T-parameter flagship. The community is still waiting for the downloadable checkpoint Alibaba teased on July 19.
Watch the official post
TL;DR — what people are asking
| Question | Direct answer |
|---|---|
| What shipped Aug 3? | A Qwen video pitching Qwen3.8-Max for coding and cowork |
| Open weights? | Still no public download / license / date in that post |
| Can I use it? | Yes — hosted. Token Plan, Qoder, QoderWork (preview path) |
| Size? | 2.4T parameters (vendor figure); not a 24GB local toy |
| vs July 19? | Sharper product narrative; same access model until weights land |
| Discounts? | Qoder still lists Max-Preview at 90% off / 98% off-peak (UTC+8) |
| Fable 5 claim? | Still vendor ranking — run your own evals |
| Local now? | Use Qwen 3.6 27B until a distilled open drop |
What “coding and cowork” actually claims
Qoder’s model docs are more specific than the tweet. Relative to Qwen3.7-Max, Alibaba says Qwen3.8-Max-Preview improves:
- Code engineering — full-stack development and long agent loops
- Professional productivity (“Cowork”) — data analysis, Office-style workflows, long-horizon knowledge work
- Complex long-horizon tasks — the same capability class Chinese labs market against Claude / Fable-class agents
“Cowork” is marketing shorthand for agentic office automation, not a separate open protocol. If you already wire agents for repo work, treat cowork as: longer tool sessions over docs, sheets, and multi-step analysis — with the same harness discipline you use for coding (loop / harness stack).
The August video does not replace the need for:
- a public model card
- active-parameter counts (2.4T total ≠ 2.4T dense)
- SWE-bench / Terminal-Bench / your private eval suite
- a license for any future weights
Until those land, “new bar” is a claim, not a measurement.
July 19 vs August 3
| July 19 preview | August 3 video | |
|---|---|---|
| Hook | 2.4T · open-weight soon · “second only to Fable 5” | Coding + cowork product identity |
| Access | Token Plan / Qoder / QoderWork | Same hosted path |
| Artifact | Text announcement | Polished video (tweet embed above) |
| Weights | Promised “soon” | Still not attached |
| Community ask | When weights? | When weights? + 5090 VRAM |
Use our July Token Plan setup guide for pricing tiers, China vs international URLs, and Claude Code / Cursor / OpenCode wiring. This post is the product-positioning update.
How to try it without waiting for Hugging Face
- Subscribe to Token Plan (international or China)
- Or use Qoder / QoderWork and select Qwen3.8-Max-Preview
- Copy OpenAI- or Anthropic-compatible base URL + key into your harness
- Stack Credits discounts while they last — Qoder documents 0.05× (90% off) regular hours and 0.01× (98% off) off-peak 22:00–08:00 UTC+8 for Max-Preview
Campaign end dates remain TBD on Qoder’s event page — assume they can end with notice.
# Pattern: point your agent at Qwen’s compatible endpoint
# (exact base URL from your Token Plan API Keys page)
export OPENAI_BASE_URL="https://YOUR_QWEN_COMPAT_BASE"
export OPENAI_API_KEY="sk-..."
# Then select model id qwen3.8-max-preview (or current Max label) in the harness UI
For OpenCode-specific local/open stacks, see run open-source models in OpenCode. For cheap agent volume elsewhere, DeepSeek Flash’s 8T-day economics is the competing cost story this week.
How to evaluate “coding” vs “cowork” this week
Don’t wait for Artificial Analysis. Run two short suites:
Coding suite (90 minutes)
- One multi-file bugfix in a repo you know
- One greenfield feature with tests
- One “explain this failing CI log” triage
- Score: correctness, diff cleanliness, tokens spent, human edit time
Cowork suite (90 minutes)
- Summarize a messy spreadsheet export into decisions
- Draft a multi-step ops checklist from a PDF / doc pack
- Cross-check numbers between two sources and flag contradictions
- Score: factual grounding, structure, refusal to invent figures, handoff quality
Run the same suites on Qwen 3.7-Max, DeepSeek Flash, and your current Claude / GPT default. The August video’s “new bar” claim lives or dies in that table — not in the trailer.
Competitive context (China + frontier)
August 2026 Chinese labs are fighting on agent price-performance as much as raw IQ:
- DeepSeek Flash — absurd OpenCode token volume at $0.14 / $0.0028 input rates
- GLM 5.2 — coding-plan harness ubiquity
- Kimi K3 — open-weight scale with capacity/subscription drama
- Qwen3.8-Max — hosted flagship pitch + open-weight promise hanging
Western closed models still set the quality ceiling for many teams (Fable 5 alternatives map). Qwen’s job in this video is to say: you can get coding and office-agent work from one Alibaba surface without waiting for the next Anthropic seat.
That’s a procurement story. The open-weight story is separate — and unfinished.
Why “open weights” and “5090” dominate the replies
Alibaba trained the community to expect downloadable Qwen releases. Max-tier models historically stayed API-only; July’s “going open-weight soon” promise raised the stakes. August’s video without a repo feels like a trailer after a spoiler.
On hardware:
- A 2.4T sparse MoE does not fit a 24GB RTX 5090 as a full flagship.
- What would fit is a future dense distill (27B–70B class) or aggressive quantization — none of which were linked in the August 3 post.
- Until then, local builders should keep shipping on Qwen 3.6 27B + llama.cpp and treat Max as cloud eval capacity.
This is the same open-vs-closed tension we map in American closed AI vs China open weights: marketing says frontier; communities cook when the weights land.
If Alibaba eventually mirrors the Kimi pattern — flagship hosted first, open distill later — the smart move is already having harness configs and eval rubrics ready so day-one GGUF drops don’t waste a week of setup.
What to believe about quality
Alibaba’s July claim — compatible with leading frontier models, “second only to Fable 5” — still lacks a public, reproducible scorecard tied to the August video. Prior generation Qwen 3.7-Max already competed hard on agent workloads. 3.8 may extend that. Prove it on your repos:
- Clone a medium codebase task suite you already use for Claude / DeepSeek / GLM
- Run the same prompt + harness with Max-Preview
- Score pass rate, tokens, latency, and human review time
- Only then change your default model
Vendor trailers are not eval harnesses. If your team already tracks agent regressions in CI, add Max as a shadow model for a week before flipping defaults — that is cheaper than a surprise quality drop on Friday deploys.
Also watch verbosity and Credits burn. Discount multipliers make Max feel free; they do not make bad loops free. Cap max output, pin system prompts for cache friendliness, and log cost per completed task the same way you would for Flash-scale traffic.
Builder checklist
| Do | Don’t |
|---|---|
| Route Token Plan / Qoder Max-Preview into Cursor / Claude Code / OpenCode this week | Assume open weights dropped because the tweet said “Max” without “Preview” |
| Exploit documented Credits discounts while live | Expect a 2.4T checkpoint on 24GB VRAM |
| Keep a Flash / GLM / Claude fallback for regressions | Treat “cowork” as a free Office replacement without review |
Watch Hugging Face Qwen + Alibaba blogs for the weight drop | Confuse total params with active params or serving cost |
| Run the 90-minute coding + cowork suites above | Ship production agents on trailer claims alone |
Bottom line
August 3’s Qwen3.8-Max video clarifies the product thesis: coding agents + long-horizon cowork, not another vague “most powerful” slide. The access path remains hosted preview. The community’s demand remains open weights.
Until Alibaba publishes the checkpoint, license, and numbers, the useful move is to test Max on your agent harness under current discounts — and keep a local Qwen for when the cloud bill or policy flips. Bookmark the official X post and refresh it when weights finally appear.
Related on explainx.ai
- Intology's Locus post-trains Qwen3 to beat the official Instruct release (Aug 4)
- Qwen 3.8-Max Preview — Token Plan setup (July 19)
- Qwen 3.7-Max agent frontier
- Qwen 3.6 27B local with llama.cpp / OpenCode
- DeepSeek Flash 8T tokens/day
- Fable 5 open-source alternatives
- American closed AI vs China open weights
- GLM 5.2 on coding harnesses
- China AI playbook — cheap compute & free models
Primary sources: Qwen Aug 3 X post / video · July 19 Qwen 3.8 announcement context · Qoder Max-Preview discount docs · Token Plan — international
Status as of August 3, 2026. Naming may shift from Preview to GA on Alibaba consoles without a simultaneous open-weight drop. Verify live model IDs, Credits multipliers, and weight repositories before production cutovers. Follow @explainx_ai for updates.
