Аудитория: разработчики и tech leads, которые оценивают китайские frontier-модели, стоимость agent loops и доверие к open source. 3 августа 2026 Alibaba объявила GA Qwen3.8-Max (2,4T total / 950B active, 1M context) вместе с agent-продуктом «Qwen Office» — Arena text #5, но все бенчмарки — internal Alibaba, а open-source badge висит без опубликованных weights. Получите: timeline, spec table, матрицу Kimi K3 / DeepSeek V4, разбор open-source controversy, 6-step runbook и FAQ. Структура: pitfalls → timeline → architecture → competition → controversy → runbook → wrap. Контекст Kimi K3: Kimi K3 open weight release.
bolt
TL;DR — 30 секунд
03.08. GA: Qwen3.8-Max API live, $2/$6 per 1M (input/output) — ниже Claude Opus 5 и Fable 5; «Qwen Office» против Tencent WorkBuddy и Kimi Work.
Arena #5: Text 1496 (Preliminary), единственный non-Anthropic в top-8; vision #2 после Fable 5.
Open source pending: qwen.ai помечен «Open-Source», Hugging Face / ModelScope пусты — weights обещаны ~10 августа (Qwen3.8-Max + Qwen3.8-27B).
Competition: blind test Kimi K3 83 vs Qwen preview 80 — parity, не domination.
Шесть типичных failure modes в release week
Open-Source badge != weights on disk: qwen.ai labeled GA day, но на 4.08. нет HF repo и license — это intent, не artifact.
Internal benchmarks как external truth: PaperBench 93.0, OSWorld 86.1 — Alibaba frameworks; Artificial Analysis GA не reproduсил.
Active params disclosure lag: preview 19.07. без active count; 950B только в GA — прозрачность отставала на месяц критики.
2.4T total для cost math локального deploy: MoE inference следует ~950B active throughput, не full 2.4T materialization — full local deploy = multi-node DC.
Preview ToS ban на production automation: до GA нельзя было гонять prod traffic — миграция без A/B рискованна.
16-day agent showcase на MacBook: 500+ step chip design требует 24/7 node; sleep = broken state machine; на Apple Silicon gateway Metal-native toolchain (Xcode, simulators) всё равно нужен always-on host.
Timeline: preview → GA за две недели
16.07.: Moonshot выпускает Kimi K3 (2.8T, 16/896 experts active) с tech report.
19.07.: Qwen3.8-Max preview на Token Plan / Qoder / QoderWork — 10% финальной цены, без benchmark table.
27.07.: Kimi K3 weights на Hugging Face.
31.07.: DeepSeek V4-Flash GA — 9 agent/code benchmarks выше V4-Pro preview без parameter inflation.
~10.08.: Planned weights Qwen3.8-Max и Qwen3.8-27B на Hugging Face / ModelScope — дата и license TBD.
Поле
Qwen3.8-Max
Release
2026-08-03 (GA)
Total / active
2.4T / 950B
Architecture
Sparse MoE на базе Qwen3.5 + hybrid attention
Context
1M tokens (thinking ~983k, output cap ~131k)
API (international)
Input $2 / Output $6 per 1M
Arena text (01.08.)
#5, 1496 (Preliminary)
PaperBench (Alibaba)
93.0 (+28.2 vs prev gen)
SWE-bench Pro (Alibaba)
67.7 (Fable 5: 80.0)
Open weight
Promised, не live на 4.08.
Architecture deep dive: MoE efficiency mechanism
Sparse MoE + hybrid attention — не raw parameter stack
2.4T total при 950B active — inference cost ближе к hundred-billion class, не к полной 2.4T materialization. Routing через expert gating снижает effective FLOPs per token; отсюда API $2/$6 vs Claude Opus 5 ($5/$25) и Fable 5 ($10/$50): efficiency как price lever.
reasoning_effort: low / medium / xhigh
Control plane через enable_thinking или Anthropic-compatible reasoning.effort — trade-off latency vs depth; на agent loops xhigh доминирует output token bill.
16-day zero-touch coding, 500+ step chip design optimization, RecreationBench (black-box env restore) — partial logs на GitHub qwen-code-dev-bot/oh-my-cli, но нет full third-party audit chain.
Ecosystem lock-in path: model → agent product
«Qwen Office» + OpenAI/Anthropic API compatibility — plug into Claude Code, Codex, Qoder CLI, Qwen Code, OpenClaw. Consumer path: Qwen через Apple Intelligence China на миллиардах iPhone — API — лишь один канал.
Model
Vendor
Total/active
Price in/out per 1M
Open weight
Third-party eval
Qwen3.8-Max
Alibaba
2.4T / 950B
$2 / $6
Pending
No GA repro
Kimi K3
Moonshot
2.8T / ~500B
$3 / $15
Yes (27.07.)
Artificial Analysis ~57.11
DeepSeek V4-Flash
DeepSeek
same as V4-Pro
not fully public
Yes
9 benchmarks > V4-Pro
Claude Fable 5
Anthropic
unknown
$10 / $50
No
Arena text #1
Claude Opus 5
Anthropic
unknown
$5 / $25
No
Arena top tier
Controversy: open-source label ahead of weights
Label vs artifact: «Open-Source» на GA day, zero HF/ModelScope repos — только «next week» promise.
Benchmark provenance: QwenSWEBench, RecreationBench — internal frameworks; neutral platforms без GA replication.
Competitor footnotes: «Fable 5 may involve fallback» без equivalent methodology disclosure.
Preview transparency gap: 19.07. production automation ban, no model card — independent shops recommend A/B before cutover.
Это не disqualifier — blind test (269 architecture files): K3 83, Qwen preview 80. Claims «clearly beats GPT-5.6 Sol and Fable 5» остаются Alibaba narrative до weights drop и third-party repro.
Market context: parameter race vs efficiency race
Trillion-scale wave: DeepSeek V4-Pro (1.6T) → Qwen3.8-Max (2.4T) → Kimi K3 (2.8T); V4-Flash proves agent gains без pure scaling.
Alibaba returns to open weight: first Max-tier promise — alongside K3 and DeepSeek open-weight triangle.
Consumer distribution: system-level Qwen on iPhone via Apple Intelligence China.
Regulatory split: 4.08. White House agent security testing summit vs CN open-weight acceleration.
6-step runbook: post-GA selection guide
Split API trial vs prod migration: preview banned automation — post-GA A/B на non-critical traffic vs Kimi K3 или Opus 5.
Map reasoning_effort to workload: low/medium для bulk; xhigh для long agent — log token baseline.
Endpoint compatibility check: Claude Code / OpenClaw stack — test Anthropic endpoint; cache implicit $0.25, explicit read $0.17 per 1M.
Long-horizon agent на dedicated node: OpenClaw Gateway + Qwen3.8-Max API на Mac cloud — Metal-native toolchain, persistent state, no lid-close interrupt.
Price spread: $2/$6 vs Opus 5 ($5/$25) input ~40%, vs Fable 5 ($10/$50) ~20% — 950B active как cost driver.
Arena text #5 / vision #2: 1496 (Preliminary), единственный non-Anthropic top-8 — оба rank preliminary.
Blind test parity: K3 83 vs Qwen preview 80 — 3 points, same tier.
Wrap: verify first, migrate second
Qwen3.8-Max возвращает Alibaba в frontier narrative: 2.4T MoE, Arena top-5, Qwen Office bundle — но open-source label опережает weights delivery, benchmarks без third-party GA repro. Rational path: API trial → evidence tiers → prod migration.
Qwen3.8-Max + OpenClaw + multi-provider fallback на laptop = sleep interrupts, network jitter, scattered API keys — throughput collapse на 16-day agent eval. Pure API call экономит local compute, но не держит macOS-native toolchain (Xcode, simulators, Metal) с persistent gateway state. MACCOME Mac cloud — native macOS, SSH handoff, env isolation для stable OpenClaw/Qoder routing. Цены: тарифы аренды Mac mini.
API через QwenCloud, OpenAI + Anthropic compatible. Weights не опубликованы — Hugging Face / ModelScope ~10 августа, ориентир на official announcement.
Qwen3.8-Max или Kimi K3 — кто сильнее?
Единого benchmark нет. Blind test: K3 83, Qwen preview 80. K3: open weight + third-party; Qwen: cheaper API, richer multimodal. См. обзор Kimi K3.
2.4T — неподъёмно для обычной команды?
API следует 950B active — cost near hundred-billion class. Full local deploy = multi-node DC; realistic path: Qwen3.8-27B после open weight.
Можно ли доверять Alibaba benchmarks?
Как reference — да, как verdict — нет. Internal frameworks, neutral platforms без GA repro. Свой A/B или ждать third-party eval.