Qwen 3.8-Max と Claude Opus 5、ベンチマークスコアが請求額を予測しない理由
本文の状態
日本語全文を表示中
詳細モードで約9分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
VentureBeat AI
Alibaba が発表した Qwen 3.8-Max のベンチマーク結果が、時間予算の差により大きく異なる事実を指摘し、単なるスコア比較ではなくコストと成功確率に基づく評価基準の重要性を説く。
AI深層分析を開く2026年8月7日 01:59
AI深層分析
キーポイント
ベンチマーク条件の違いによるスコア乖離
Alibaba が提示した Qwen 3.8-Max の高いコーディング性能は、5〜12 時間という膨大なタイム予算を前提とした結果であり、独立機関の VulcanBench(45〜60 分)では中位または最下位となる。
コスト計算指標の転換
トークン単価だけでなく、失敗した試行を含めた総支出を成功したタスク数で割る「成功あたりのコスト」が、モデル選定における新たな基準となるべきであると提唱する。
推論トークンの隠れたコスト
推論型モデルでは回答生成前に思考用のトークンが枯渇し、結果として空の応答(失敗)に終わるケースがあり、これが実質的なコストと時間損失を招く。
設定による失敗率の変動
誤回答とタイムアウトは異なる事象であり、ベンチマークやリーダーボードではこの内訳が報告されないことが多く、利用者は明示的な時間・トークン予算の設定が必要である。
ベンチマークの失敗原因は時間切れが支配的
多くの未解決事例はモデルの誤りではなく予算や時間の制限によるものであり、これはベンチマークが暗黙的に時間効率を測定していることを示す。
重要な引用
The gap between them is about token and time budgets, and that matters because those figures aren't usually headline numbers.
First, the metric to use is cost per successful task: total spend, including everything you spent on attempts that failed, divided by the tasks that actually passed your acceptance check.
A model that spends most of its token allowance on reasoning can reach a token cap before it writes the answer, giving you an empty result indistinguishable from a total failure at the cost of a full run.
When you do separate them, budget exhaustion turns out to dominate.
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
アリババは先週「Qwen 3.8-Max」をリリースし、そのプレビュー版を Claude Opus 5 に次ぐ性能を持つと宣伝しました。ただし、発表当日の比較表ではもう少し慎重な表現に留まっており、「12 のコーディング・エージェント評価項目のうち 1 つで Qwen 3.8-Max が首位」という内容でした。
しかし、独立したベンチマーク環境ではほぼ逆の結果が出ました。プレビュー版を使用 apparently と見られるこのテストでは、Qwen 3.8-Max の最良の設定でも中位に留まり、デフォルト設定では最下位となりました。
両方の結果は事実であり、正当化可能です。その差の要因は、トークン数と時間予算の違いにあります。これは重要な点です。なぜなら、これらの数値は通常、 headline として強調されないからです。アリババが提示した脚注によると、コーディング関連の数値には 5 時間のタイムアウト制限があり、PaperBench の評価では 1 回あたり最大 12 時間まで許容されています。一方、独立系のベンチマーク「VulcanBench」では、実測時間は 45 分から 60 分の範囲に設定されていました。
アリババ側の予算が 5 倍から 16 倍も大きいという事実が、結果の大きな差を説明しています。
モデルを選択する際、こうした違いを考慮に入れるために、今すぐ行うべきことが二つあります。第一に、評価指標は「成功したタスクあたりのコスト」にする必要があります。これは、失敗した試行にかかった費用も含めた総支出を、実際に合格基準を満たしたタスク数で割った値です。
第二に、時間やトークンの予算は、暗黙の前提として扱うのではなく、明確な合格基準の一部として明示する必要があります。
トークン単価だけで請求額が予測できる時代は終わりました
Qwen 3.8-Max の初週に発表された比較の多くは価格比較でした。当時、入手できたデータがそれしかなかったからです。このモデル自体は安価ではありません。
7 月 31 日にパブリック API ベータ版へ投入された DeepSeek-V4-Flash-0731 は、入力トークン 100 万あたり 14 セント、出力トークン 100 万あたり 28 セントで提供されています。一方、Qwen 3.8-Max の料金はそれぞれ 2 ドルと 6 ドルです。Kimi K3 はさらに高く、3 ドルと 15 ドルとなっています。
しかし、これらの価格情報から得られる示唆は以前ほど明確ではありません。特に Qwen のような推論モデルにおいては、結果を出すために「思考トークン」を消費する必要があるためです。トークンの大部分を推論に費やしてしまうモデルでは、回答を書き始める前にトークン制限に達し、空の結果が返ってくる可能性があります。これは完全な失敗と見分けがつかない状態で、かつフルコストがかかったまま終わってしまうリスクがあります。
Artificial Analysis が公開した測定結果は、これが実際のエージェント運用コストにどう影響するかを最も明確に示しています。同社の Intelligence Index を DeepSeek-V4-Flash で最大負荷で実行させた際、出力トークンは 2 億 1000 万個に達しました。これはクラス中央値の 1 億個を大きく上回る数値です。絶対的なコスト自体は低く抑えられていましたが、それはトークン単価が極めて安かったからです。
しかし、冗長な出力は時間だけでなく、コストも増大させます。ユースケースによっては、この時間のロスが致命的になりかねません。
必要なのは、指定した時間とトークンの予算内で実際に完了したタスクに対して、空の結果に終わった試行も含めたすべての支出をカウントする指標です。それが「成功あたりのコスト(cost-per-success)」という考え方です。
失敗率は設定次第で変化するものです
正解を出せなかった実行と、予算を使い果たして止まった実行は、原因も対策も異なる別々の事象です。しかし、これらを区別するテスト環境はほとんどなく、リーダーボードでその内訳を報告している例も皆無に近いです。
私は独自のエージェントベンチマークを構築する際にこの問題に直面しました。テスト環境が失敗をログ出力したものの、その理由までは記述されておらず、結局私が区別項目を追加する必要がありました。実際に両者を分けて分析すると、予算切れによる失敗が圧倒的に多いことが判明します。
7 月に発表された「Long-Horizon-Terminal-Bench」では、17 の最先端モデルを 46 のタスクに適用し、共通のテスト環境で各モデルに 90 分間の試行機会を与えました。その結果、解決に至らなかった実行のうち 79% がタイムアウトによるものでした。一方、エージェント側が自発的に停止したのは 19%、テスト環境側のエラーはわずか 3% です。
著者たちは、このデータが何を意味し何を意味しないかについて慎重な注釈を付けています。タイムアウトになった実行は、完了寸前だったわけではなく、平均報酬値は 0.10 から 0.35 の範囲に留まっていました。つまり、「もう少し時間をかければ成功したはずだ」と安易に推測することはできません。
しかし、得られる教訓は明確です。ベンチマークは、それが明示的に謳っていようがいまいが、実質的には「時間効率」を測定しているのです。
このメカニズムを最も明確に示した公開例が、Qwen チャートの背後にあるオープンソースのハッチである VulcanBench です。7 月 26 日付のレポートによると、Claude Opus 5 の「最低努力」設定が最良の結果を出し、23 タスク中 20 を解決しました。一方、「高努力」設定では 18 タスクを解決しています。
追加の推論処理が無意味だったわけではありません。「高努力」設定はどの設定よりも誤答数が少なく(3 つに対して 1 つ)、むしろ正解率の高さを示しています。しかし、このモデルは時間切れを起こし、タイムアウトしたタスクにはスコアがゼロとして計算されます。その 3 つの回帰現象のうち 2 つは、「最低努力」設定で解決できるタスクに対するカットオフでした。もし両方の設定に制限のない時間を提供すれば、最安価な設定と同等の結果(3.1 倍のコストがかかるにもかかわらず)しか得られません。
これは、ルーティング・ラダー(モデル選択の階層構造)を構築する人々にとって直接的な影響を持ちます。標準的な設計では、安価な試行が失敗した場合に推論能力の高い段階へとエスカレートします。「次の段階の方が性能が高く、コストがかかるだけ」という前提に基づいています。しかし、モデルとタスクの組み合わせにおいて、この前提は誤っているケースが少なくありません。その場合、タイムアウトや上限到達というリスクを抱えた高コストな段階へエスカレートし、結果として高いコストを支払うことになります。
すでにこれを測定しているのは誰か
ここ数ヶ月で複数のグループが、「成功したタスクあたりのコスト」という指標を独自に採用しています。これは、この指標が業界標準になりつつあることを示す最も強力なシグナルです。
VulcanBench は、解決したタスクあたりのコストを主要な指標として掲げており、これは初期のレポートから一貫して行われています。Long-Horizon-Terminal-Bench では、精度と並んでタスクごとのコストが公開されています。その中で最も示唆に富むのは GPT-5.4 で、1 タスクあたり約 26 ドルという高コストにもかかわらず、Grok 4.5(約 11 ドル)よりも大幅に低い合格率を記録しています。
また、TestEvo-Bench ではエージェントにコスト上限を設定してテストを実施しており、その結果、Claude Code のテスト生成スコアは、より厳しいコスト制限下で 71% から 44% に低下しました。
ベンダーたちはすでに、成功したタスクあたりのコストを測定する考え方に賛同しています。HubSpot は今年 4 月、Breeze Customer Agent の課金体系を変更し、処理された会話 1 つあたり 1 ドルから、解決した会話 1 つあたり 50 セントへと引き下げました。Zendesk も自動化された解決ごとに請求を行う仕組みを採用しており、Fin は成果(outcome)1 つあたり 99 セントを請求し、エンドツーエンドの完了が確認できた場合のみ課金しています。
今週見直すべきポイント
エージェントの実行結果には、失敗理由を必須項目として出力してください。予算切れ、検証器の失敗、ハッチエラーなどは、単一の「失敗」フラグにまとめず、それぞれ個別の値として区別して記録します。タイムアウトと不正解を明確に分離できない限り、合格率は 2 つの異なる要因を混同した測定結果となり、どちらを改善すべきか判断できません。
モデルごとのコストだけでなく、作業レベルごとに「成功したタスクあたりの計算コスト」を算出してください。失敗試行を含めた総支出を、承認チェックに合格したタスク数で割った値です。このランキングは単純なレートカードの順とは一致せず、最も安価な設定が勝つケースも十分にあり得ます。
遅延(レイテンシ)がサービスレベル目標(SLA)に含まれていない限り、実行時間の制限ではなくトークン数の上限を設定してください。壁時計ベースのカットオフは、モデルの品質ではなくプロバイダーの処理速度を評価する結果になってしまいます。
デプロイしたすべてのシステムで、デフォルトの「effort」設定を確認してください。Qwen 3.8-Max は effort フィールドが未設定の場合、推論能力を最大限に発揮するモードで動作しますが、独立したテストではこの最高設定こそが最悪のパフォーマンスを示しました。つまり、そのパラメータに触れることのないチームは、タスク解決あたりのコストが最も高くなる構成で運用していることになります。
原文を表示
Alibaba released Qwen 3.8-Max this week and marketed the preview as second only to Claude Fable 5 (their launch-day table was more equivocal: the model leads on one of 12 coding-agent rows). But an independent harness came close to the opposite conclusion: a benchmark run, apparently using the Preview version, put Qwen 3.8-Max's best effort setting mid-pack, and its default setting last.
Both results are real and defensible. The gap between them is about token and time budgets, and that matters because those figures aren’t usually headline numbers. Alibaba's footnotes give its coding numbers a five-hour timeout, and up to 12 hours per run on PaperBench. The independent harness, VulcanBench, allowed between 45 and 60 minutes of wall clock time. A time budget between five and 16 times larger on Alibaba’s side explains the huge difference in results.
It’s time to do two things to start accounting for these differences when choosing models. First, the metric to use is cost per successful task: total spend, including everything you spent on attempts that failed, divided by the tasks that actually passed your acceptance check. Second, you need to make time or token budgets an explicit part of your acceptance criteria, not a hidden detail.
Price per token has stopped predicting the bill
The comparison everyone published in Qwen 3.8-Max's first week was a price comparison, because that was the only data available. It is not a cheap model. DeepSeek-V4-Flash-0731, which entered public API beta on July 31, lists at 14 cents per million input tokens and 28 cents output. Qwen 3.8-Max lists at $2 and $6. Kimi K3 sits at $3 and $15.
Those prices tell you less than they used to, for a reason specific to reasoning models like Qwen: getting to a result costs thinking tokens. A model that spends most of its token allowance on reasoning can reach a token cap before it writes the answer, giving you an empty result indistinguishable from a total failure at the cost of a full run.
Artificial Analysis has the cleanest published measurement of how this can affect real agent spend: running its Intelligence Index on DeepSeek-V4-Flash at maximum effort took 210 million output tokens against a class median of 100 million. Absolute cost stayed low anyway, because the tokens were so cheap. But verbosity costs time, not just money, and depending on your use case that can sink you.
What you need is a number that counts everything you spent, including the attempts that came back empty, against the tasks that actually got done in the time and token budget you specified. This is what a cost-per-success metric helps you see.
Your failure rate is partly a configuration setting
A run that produces a wrong answer and a run that runs out of budget are different events with different fixes. Almost no harness distinguishes them, and almost no leaderboard reports the split. I hit this building an agent benchmark of my own: the harness logged a failure and nothing about why, and I had to add the distinction myself. When you do separate them, budget exhaustion turns out to dominate.
Long-Horizon-Terminal-Bench, published in July, ran 17 frontier models across 46 tasks through a shared harness with one 90-minute attempt each. Timeouts accounted for 79% of unresolved runs, against 19% for agents that stopped on their own and 3% for harness errors. The authors are careful about what that does and does not mean: the timed-out runs were not close to finishing, with mean reward between 0.10 and 0.35, so you cannot assume more time would have resulted in success. But the lesson is: benchmarks are implicitly measuring time efficiency, whether or not they shout about that.
The clearest published example of the mechanism comes from VulcanBench, the same open-source harness behind the Qwen chart. In a report dated July 26, Claude Opus 5's lowest-effort setting was its best, solving 20 of 23 tasks against 18 at high effort. The extra reasoning wasn’t useless: high effort returned the fewest wrong answers of any setting, one against three. It ran out of clock instead, and a timeout scores zero. Two of its three regressions were cutoffs on tasks that low effort solves, and given unlimited time on both it only ties its cheapest setting, at 3.1 times the cost.
That has a direct consequence for anyone building a routing ladder. The standard design escalates to more reasoning when a cheap attempt fails, on the assumption that the next rung is better and merely costs more. For a meaningful share of model and task combinations that assumption is wrong, and you pay the higher rung's price to escalate into a timeout or hitting a cap.
Who is already measuring this
Several groups have landed on cost per successful task independently in the last few months, which is the strongest signal it's becoming standard.
VulcanBench reports dollars per solved task as a headline column and has since its earliest reports. Long-Horizon-Terminal-Bench publishes per-task cost next to accuracy, and its most instructive row is GPT-5.4 at roughly $26 per task with a much lower pass rate than Grok 4.5 at about $11. TestEvo-Bench runs agents under a cost cap, and Claude Code's test-generation score falls from 71% to 44% at the tighter cap.
Vendors are already on board with the idea of measuring per successful task. HubSpot moved its Breeze Customer Agent in April to 50 cents per resolved conversation, down from $1 per handled conversation. Zendesk bills per automated resolution. Fin charges 99 cents per outcome and bills only on end-to-end resolution.
What to change this week
Emit a failure reason on every agent run as a required field, with budget exhaustion, verifier failure and harness error as distinct values rather than one failure flag. Until you can separate a timeout from a wrong answer, your pass rate is measuring two things at once and you cannot tell which one to fix.
Compute cost per successful task per effort level, not just per model. Total spend including failed attempts, divided by tasks that passed your acceptance check. The ranking will not match the rate card, and the cheapest setting may well win.
Cap on tokens rather than wall clock unless latency is genuinely in your service level objective. A wall-clock cap scores your provider's serving speed as model quality.
Check the default effort setting on everything you have deployed. Qwen 3.8-Max runs at its highest reasoning setting when the effort field is unset, and its highest setting was its worst performer in independent testing. A team that never touches that parameter is running the configuration that costs the most per solved task.
関連記事
News to Guide
ニュースの次に確認する
発表内容を、現在の料金や仕様と照らし合わせられる関連ガイドです。
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み