English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

Qwen3.7-Max Deep Dive: High Benchmarks Don't Mean Practical — An Engineer's Cost Analysis and Real-World Deployment Review

Forum topic · 小凯 · 2026-05-23

Summary

At the Alibaba Cloud Summit on May 20, 2026, Alibaba released Qwen3.7-Max, topping domestic blind-test leaderboards with strong agentic coding results (SWE-Pro 60.6, Terminal Bench 69.7) and a headline demo: 35 hours of autonomous programming on an unseen chip, 1,158 tool calls, and a 10x kernel speedup. This engineer's analysis separates benchmark glory from practical value. Key findings: Qwen3.7-Max's real edge is in long-horizon, open-ended agentic tasks rather than standard issue fixes; its per-token price ($1.67/$5 per million input/output tokens) is roughly one-fifth of Claude Opus 4.6 Max, but extreme verbosity (~97M output tokens vs a 24M median in Artificial Analysis testing) cuts the actual cost saving to about 20%; cross-harness generalization (decoupled Task/Harness/Verifier training) enables framework portability; and the demo proves capability ceilings, not reliability floors. The post also examines the MCP ecosystem play, Alibaba's chip-cloud-model full-stack strategy, and open risks: long-run drift, unproven success-rate distributions, and vendor lock-in.

Background

On May 20, 2026, at the Alibaba Cloud Summit, Alibaba released Qwen3.7-Max. The official numbers are impressive:

  • #1 among domestic models in Arena blind tests
  • SWE-Pro: 60.6, highest overall
  • Terminal Bench: 69.7, ahead of DeepSeek and Claude
  • GPQA Diamond: 92.4, above Claude Opus 4.6 Max
  • A demo: the model autonomously programmed on a never-before-seen chip for 35 hours with 1,158 tool calls, improving inference kernel performance 10x
  • But high benchmark scores don't equal usefulness. Engineers care about: will it solve real problems in my project? What does an API call cost? Will it work well with Claude Code? Will it hallucinate and drift off-course at hour 20 of a long-running task?

    This post takes an engineer's perspective, runs the cost math, and strips away the benchmark filter to assess Qwen3.7-Max's real value in production environments.

    1. The Truth About Benchmarks: What Matters vs Vanity Metrics

    Coding agent benchmarks:

  • Terminal Bench 2.0-Terminus: 69.7 (Qwen3.7-Max) > DeepSeek-V4-Pro Max 67.9 > Kimi K2.6 Thinking 66.7 > Claude Opus 4.6 Max 65.4
  • SWE-Pro: 60.6 (highest) > K2.6 Thinking 59.5 > DS-V4-Pro Max 59.0
  • SWE-Verified: 80.4 (slightly below Opus 4.6 Max 80.8 and DS-V4-Pro Max 80.6)
  • General agent benchmarks:

  • MCP-Mark: 60.8 > GLM-5.1 57.5 > Opus 4.6 56.7
  • MCP-Atlas: 76.4 > Opus 4.6 75.8
  • Skillbench: 59.2 > K2.6 Thinking 56.2
  • Reasoning:

  • GPQA Diamond: 92.4 > Opus 4.6 Max 91.3 > K2.6 Thinking 90.5
  • HLE: 41.4 > Opus 4.6 Max 40.0 > DS-V4-Pro Max 37.7
  • HMMT 2026 Feb: 97.1 (highest overall)
  • What these numbers mean

    Terminal Bench 2.0-Terminus is a 5-hour-timeout autonomous terminal coding test running real engineering tasks on 12 CPU cores. Scoring 69.7 confirms Qwen3.7-Max is first-tier in long-horizon, autonomous, no-human-intervention coding. But note it does not lead on SWE-Verified (80.4 vs 80.8 — negligible gap). SWE-Verified tests relatively standard GitHub issue fixes, while SWE-Pro and Terminal Bench test more open-ended, longer tasks. Qwen3.7-Max's relative advantage is in long-horizon, complex tasks, not quick code fixes.

    MCP-Mark and MCP-Atlas test tool-calling via Model Context Protocol. Its lead here indicates superior tool-calling precision and multi-step coordination — good news for agent developers who can delegate more operations without per-step human confirmation.

    GPQA Diamond tests PhD-level science QA. At 92.4 it beats Claude Opus 4.6 Max, but GPT-5.5 scores 93.6 and remains first. "Close to Claude" is accurate; "surpasses all models" is not.

    A warning sign

    Artificial Analysis found Qwen3.7-Max produced roughly 97 million output tokens, far above the 24M median — it's extremely verbose. Under pay-per-token pricing, verbosity directly equals cost. A model that outputs 4x the tokens to complete the same task may actually cost more in practice.

    2. The Cost Math: Real Token Cost Comparison

    Qwen3.7-Max Bailian pricing:

  • Input: 12 CNY / million tokens (~$1.67 at 7.2 CNY/USD)
  • Output: 36 CNY / million tokens (~$5.00)
  • Competitors:

  • Claude Opus 4.6 Max: $5 / $25 per million (input/output)
  • Gemini 3.5 Flash: Flash series typically ~$0.15/$0.60
  • GPT-5.5: pricing unconfirmed
  • DeepSeek V4 Pro Max: consistently low-priced
  • On paper, Qwen3.7-Max output costs one-fifth of Claude Opus 4.6 Max. With comparable task completion (80.4 vs 80.8 on SWE-Verified), that suggests 80% output-cost savings.

    But factor in verbosity. If it outputs 4x the tokens at 1/5 the unit price:

    | Model | Output price ($/M) | Typical output (relative) | Est. real cost (relative) | |---|---|---|---| | Claude Opus 4.6 Max | $25 | 1x | 1x | | Qwen3.7-Max | $5 | 4x | 0.8x |

    So there's still a slight cost edge — but nowhere near "one-fifth the price." Input cost gaps ($1.67 vs $5) also accumulate on input-heavy tasks like full-repo context.

    Long-horizon agent task total cost

    For the 35-hour demo with 1,158 tool calls, assuming ~5,000 input tokens and ~2,000 output tokens per call:

  • Input: 1,158 × 5,000 = 5,790,000 tokens × $1.67/M ≈ $9.67
  • Output: 1,158 × 2,000 = 2,316,000 tokens × $5.00/M ≈ $11.58
  • Total: ~$21
  • Twenty-one dollars for 35 hours of autonomous work producing a kernel 10x faster than the reference implementation. A senior AI infra engineer would cost thousands of dollars for the same task.

    That's Qwen3.7-Max's real economic value: not benchmark scores, but autonomous work-hours per dollar.

    3. The 35-Hour Autonomous Run: Demo vs Productivity

    The demo: on an unseen chip (Zhenwu M890), from only a task description, the model worked autonomously for 35 hours, ran 432 kernel evaluations and 1,158 tool calls, and wrote a production-grade attention kernel operator 10x faster than the official reference — with no human intervention.

    Chip-level operator optimization normally requires deep hardware understanding, low-level programming expertise (CUDA/Triton/assembly), iterative profiling and debugging, and weeks-to-months of human effort. Doing this on a chip never seen in training means the model is genuinely reasoning about hardware characteristics, not reciting known optimizations.

    Critically, traces show the model was still finding valid optimizations past hour 30 and even initiated an architecture redesign — it kept learning and adjusting rather than exhausting ideas early.

    But demo-to-production distance remains. This case had favorable conditions:

  • Clear task boundaries (optimize one attention kernel)
  • Objective evaluation (performance vs reference)
  • Complete toolchain (compiler, profiler, test framework)
  • No external dependencies or human approvals
  • These rarely co-occur in real engineering. The demo proves the ceiling, not the floor.

    4. Cross-Harness Generalization: The Underappreciated Capability

    Most agent models are trained and evaluated on specific harnesses, so scores may reflect harness-level tricks rather than general problem-solving. Qwen3.7-Max's training architecture decouples Task, Harness, and Verifier into independently recombinable components, exposing the model to diverse harness/verifier pairings and forcing general strategies.

    The result: consistent performance whether deployed via Claude Code, OpenClaw, Qwen Code, or custom frameworks — performance on QwenClawBench and CoWorkBench is unaffected by harness choice.

    For engineering teams this means you can swap frameworks without swapping models — eliminating re-evaluation and re-tuning risk in long-term planning. Strategically, this matters more than any single benchmark score.

    5. MCP and Multi-Agent Orchestration: Fighting for the Ecosystem Position

    Native MCP support lets Qwen3.7-Max connect to external tools and data sources in a standardized way (MCP-Mark 60.8, MCP-Atlas 76.4, SpreadSheetBench-v1 87.0 vs Opus 4.6 Max 89.3).

    Alibaba Cloud also launched Qwen Cloud (Qianwen Cloud) — an agent-oriented model service gateway wrapping 150+ mainstream model APIs as standardized Skills and CLI tools, with one-command integration for OpenClaw, Hermes Agent, Claude Code, and others.

    MCP is becoming the "HTTP" of the agent world. Alibaba is simultaneously building: 1. Its own chips (Zhenwu M890) 2. Its own models (Qwen3.7-Max) 3. Its own cloud platform (Qwen Cloud + Bailian)

    This full-stack chip-cloud-model-inference layout gives Alibaba control over compute, models, and services — better integration, lower latency, more controllable costs — but also stronger vendor lock-in risk.

    6. Engineering Concerns: Verbosity, Reliability, Long-Horizon Drift

    Verbosity. ~97M output tokens vs a 24M median means detailed reasoning, redundant explanations, and excessive tool-call logs. Over 100 iterations at 4x output per round, cost gaps compound, and context-window pressure forces dropping earlier information.

    Long-horizon reliability. A model could nail a 35-hour run on 10% of tasks but drift by hour 3 on the other 90%. The success-rate distribution matters more than the best case. No large-scale statistics on long-horizon success rates, failure modes, or recovery ability have been published yet.

    Framework lock-in vs generalization. Technically cross-harness capable, but Alibaba is pushing the proprietary Qwen Cloud ecosystem. If it offers better latency and pricing, developers will migrate there — cross-framework ability becomes theoretical. It's the Android open-core vs Google services pattern: open at the bottom, locked at the top.

    7. Conclusion: A Domestic Inflection Point for the Agent Era

    Qwen3.7-Max marks a new stage: Chinese models shifting from *catching up* on standard benchmarks to *leading* on agent-specific ones — a qualitative switch from language-model competition to agent-backbone competition.

    Key engineering takeaways:

    1. Cost advantage exists, but is not as dramatic as the price tag. Verbosity offsets most of the unit-price edge; actual savings are ~20%, not 80%. 2. Long-horizon autonomy is a real breakthrough. The 35-hour demo isn't a gimmick — but it proves the ceiling, not universal capability. 3. Cross-harness generalization is a strategic capability, more valuable in long-term planning than any single score. 4. Full-stack integration is double-edged: experience and cost benefits, plus ecosystem lock-in.

    As Zhou Jingren, head of Alibaba's Tongyi large-model division, put it: "In the past we pursued models that 'speak well'; now we demand models that 'get things done.'" Qwen3.7-Max delivers on that — but "getting things done" is step one. The next battlegrounds are *reliable*, *cheap*, and *sustained*. Those three dimensions define the endgame of the agent era.

    ---

    Sources

  • Alibaba Cloud Summit 2026, May 20, 2026
  • Qwen3.7-Max Benchmark Report, Qwen Team
  • Artificial Analysis Intelligence Index, May 2026
  • Terminal Bench 2.0 Leaderboard, tbench.ai
  • Datacamp Qwen3.7-Max Analysis, May 22, 2026
  • 51CTO "Qwen3.7 Max Release Coverage", May 22, 2026
  • Alibaba Cloud Bailian Platform Pricing Announcement, May 22, 2026

Tags

#qwen3-7-max#alibaba#llm-benchmarks#ai-agents#token-cost-analysis#model-context-protocol#autonomous-coding#engineering

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/177620674