コード生成エージェント4種比較:Mistral Vibe、Claude Code、Cursor、Codexの実務タスク評価
MarkTechPost は、Mistral Vibe for Code、Claude Code、Cursor、OpenAI Codex の 4 つの主要コーディングエージェントを、実プロジェクトでの機能スキャフォールディングから PR 作成までの一連のワークフローで比較評価し、各ツールの強みと弱点を定量的に明らかにした。
キーポイント
包括的なベンチマーク手法
単なるコード生成ではなく、複数ファイルにわたる機能実装、テスト生成・実行、不具合修正、PR 作成という現実的なエンジニアリングワークフローを共通の課題として設定し、4 つのエージェントを比較した。
Mistral Vibe for Code の首位評価
総合スコア 22/25 で 1 位を獲得し、特にコスト効率性と制御性(5/5)で高く評価された。Devstral モデルの多段階スタックと大規模コンテキストウィンドウが複雑なタスク処理に寄与した。
Claude Code と OpenAI Codex の競合
スキャフォールディングとテストループにおいて 5/5 を獲得し、Mistral に次ぐ 21/25 で並列 2 位。両者とも高度な推論能力を持つが、コストやオープン性の観点で若干の差がついた。
ベンチマーク数値の解釈に関する注意
SWE-bench Verified、SWE-Bench Pro、Terminal-Bench など異なるベンチマーク_suite の数値を直接比較してはならないと明記し、各ベンダーの主張と独立した結果の違いに言及している。
Mistral Vibe のコスト効率と柔軟性
月額$14.99から利用可能な最安プレミアムプランであり、自己ホストやプライベートクラウドへの展開が可能で、データ管理に優れる。
Claude Code の実行能力と課題
大規模な並列サブエージェントのオーケストレーションに強く、75 万行のコード移行事例があるが、トークン使用量によるコスト増と自己ホスト不可が弱点。
OpenAI Codex の最新モデル展開
GPT-5.6 が 2026 年 7 月に一般提供され、CLI からクラウドサービス、iOS アプリまで多様なプラットフォームで利用可能になった。
影響分析・編集コメントを表示
影響分析
本記事は、単なるコード補完ツールを超え、自律的なソフトウェア開発エージェントとしての成熟度を測る重要な指標を提供しています。特に、Mistral のオープンソース戦略とコストパフォーマンスの優位性が浮き彫りになったことで、開発者や組織がツール選定を行う際の判断材料として極めて価値が高いです。
編集コメント
「スキャフォールディングから PR 作成まで」という実務に近いシナリオでの比較は、開発現場のリアルな課題解決能力を評価する上で非常に説得力があります。特にベンチマーク数値の解釈に関する注意書きは、読者がデータを鵜呑みにしないよう促す重要な視点です。
現在、開発者向けツールの分野で最も議論を呼んでいるのがコーディングエージェントです。主要な候補は 4 つに絞られています。Mistral Vibe for Code、Claude Code、Cursor、そして OpenAI Codex です。それぞれが「プロンプトからプルリクエストまで」を実現すると主張しています。
今回の比較では、これら 4 つを現実的なワークフローで検証します。おもちゃのようなスクリプトではありません。実際のエンジニアリング作業の単位として、「複数ファイルにまたがる機能のスキャフォールド作成」「テストの生成と実行」、そして「プルリクエストの提出」という一連の流れを実行させました。
課題内容
プロンプト:
『既存の Python/FastAPI サービスに、/subscriptions エンドポイントを追加してください。正しいファイル構成でルート定義、Pydantic モデル、サービス層をスキャフォールドし、ユニットテストとインテグレーションテストを生成・実行します。失敗した場合は修正し、明確な説明付きでプルリクエストを作成してください』
このプロンプトは、各エージェントがクリアすべき 3 つの段階に対応しています。スキャフォールド作成、テスト、そしてリリース(Ship)です。
検証方法と前提条件
これは機能比較であり、単一のマシンでの計測結果ではありません。評価スコアは、2026 年 7 月 14 日時点の公式ドキュメント、公開ベンチマーク、および各ベンダーの仕様に基づいています。各項目を 1 から 5 の範囲で評価し、合計 25 点満点とします。各スコアには簡潔な根拠を添えています。
スコアよりも重要な前提条件が 3 つあります。
まず、ベンチマークの数値は直接比較できません。SWE-bench Verified と SWE-Bench Pro は難易度が異なる別々のスイートであり、Terminal-Bench もまた別の基準です。これらを同一の尺度として読み解いてはいけません。
次に、ベンダーが主張する数値には明記しています。Mistral のコスト効率に関する数値は、Mistral 自身が公表したものであり、独立した検証結果ではありません。
必ず JSON 形式で返してください。translation フィールドのみ。他のフィールドは一切追加しないこと — 余計なフィールドを書こうとして本文がトークン上限で打ち切られる事故を防ぐため:
{"translation": "リライト全文"}
これらの製品は毎週更新されています。モデルのデフォルト設定や価格も今日時点のものですが、今後変動する可能性があります。以下のすべての主張には出典へのリンクを記載しているため、必要に応じて再確認が可能です。
評価は以下の 5 つの次元に基づいています:機能のスケーフィング(足場構築)、テスト生成と実行ループ、PR および非同期ワークフロー、インターフェースのカバレッジ、そしてコスト・オープン性・制御性です。
【結果】
順位 | ツール | スケフォールド | テストループ | PR/非同期 | 表面カバレッジ | コスト&制御 | 合計
---|---|---|---|---|---|---|---
1 | Mistral Vibe for Code | 4 | 4 | 4 | 5 | 5 | 22
2 | Claude Code | 5 | 5 | 5 | 4 | 2 | 21
2 | OpenAI Codex | 4 | 4 | 5 | 5 | 3 | 21
4 | Cursor | 4 | 3 | 3 | 3 | 3 | 16
Mistral Vibe for Code:スコア 22/25
Mistral Vibe は、仕事とコーディングを統合した Mistral のエージェントであり、かつて「Le Chat」と呼ばれていた製品の進化版です。そのコーディング機能は、GitHub で Apache 2.0 ライセンスの下で公開されているオープンソースの CLI を実行しています。
モデルスタックは階層化されており、この区別が重要です。Mistral の公式 FAQ によると、複雑で多段階にわたるソフトウェアエンジニアリングタスクには「Mistral Medium」ファミリーが最もパフォーマンスが高いとされています。Vibe の CLI や IDE プラグインは「Devstral」によって駆動され、高速なコード補完には「Codestral」、意味的なコード検索には「Codestral Embed」がそれぞれ使用されます。また、リモートエージェントの実行には Mistral Medium 3.5 が利用されています。Devstral のベンチマーク結果だけで Vibe を評価すると、この製品の真価を見誤る恐れがあります。
スケーフィング(足場構築)においては、Vibe はファイルツリーと Git ステータスをスキャンしてプロジェクトの文脈を把握し、アーキテクチャレベルの推論に基づいて複数ファイルにわたるオーケストレーションを行います。Devstral 2 は 123B パラメータを持つ密なモデルで、コンテキストウィンドウは 256K に達します。Mistral によると、SWE-bench Verified でのスコアは 72.2% で、これはオープンソースモデルの中で最高水準(state of the art)と位置づけられています。また、Apache 2.0 ライセンスの Devstral Small 2(24B)も存在し、こちらは一般消費者向けのハードウェアでも動作可能で、スコアは 68.0% です。
テスト機能は第一級のアセットです。コードベースの進化に合わせて自動生成されるテストは、既存のパターンと完璧にマッチします。各エージェントのターン前後でフックを実行し、カスタムシェルコマンドを走らせることで、コーディング規約の強制や特定のパターンブロックを自動化できます。
PR 作成と非同期処理のステージ設計も優れています。リモートコーディングエージェントは並列実行のために隔離されたサンドボックス内で動作し、マシンがオフの状態でもセッションは維持されます。「/teleport」コマンドを使えば、ローカル CLI からリモートエージェントへ、そして再びローカルへライブセッションをシフトできます。リモートエージェントの可視化機能では、実行履歴やツール呼び出し、コード変更、ログ、監査証跡などを確認可能です。
ここで最も広いサポート範囲を示し、Vibe が満点の 5 点を獲得したのは、ターミナル CLI、VS Code、JetBrains、Zed、Web アプリ、モバイル、そしてバックグラウンドエージェントへの対応です。さらに「Tab to Complete」機能も搭載されており、これが別ツールを維持する理由である「補完機能」の欠如を解消しました。
コストと制御面において Vibe は決定的な優位性を持っています。Pro プランは月額 14.99 ドルで、対象となる 4 つのプランの中で最安値です。チーム利用はユーザーあたり月額 24.99 ドル、学生向けには 5.99 ドルのプランがあります。Mistral は、実際のタスクにおいて Devstral 2 が Claude Sonnet より最大 7 倍のコスト効率が良いと主張していますが、これはベンダー側の発表です。自己ホスティングやプライベートクラウド、オンプレミスでのデプロイが可能で、独自コードによるファインチューニングもできます。有料プランではモデルトレーニングのオプトアウトも可能です。
Vibe の課題点としては、Devstral の 72.2% というスコアが、最先端のクローズドモデルに比べてコーディング評価でやや劣る点が挙げられます。また、レビューからはレート制限バグや稀な不安定さへの指摘もあります。CLI は UNIX を第一目標としているため、Windows がメイン環境のチームは導入前にパイロット運用を行うべきでしょう。
Claude Code:スコア 21/25
Claude Code は Anthropic が提供するエージェント型コーディングツールで、デフォルトでは Claude Opus 4.8 を実行します。その機能は業界随一深く、30 種類のライフサイクルフック、スキル、プラグイン、サブエージェント、チェックポイント、プランモード、そして MCP に対応しています。
実行数においては他を圧倒しています。ダイナミック・ワークフローにより、単一のセッション内で大規模な並列サブエージェント群をオーケストレーションできます。バックグラウンドタスクの処理、自動チェックポイント機能、成熟したテスト検証ループが整っているため、スキャフォールド作成からテスト、PR 提出までの一連の流れにおいて、このツールこそが真価を発揮する舞台と言えます。その実力を示す有名な事例として、Bun の開発者である Jarred Sumner 氏は、11 日間で Zig から Rust へ約 75 万行のコードを移植し、テストパス率 99.8% を達成したと報告しています。
一方で課題となるのはコストと制御性です。オープンウェイトモデルではなく、セルフホスティングもできません。規制の厳しいチームが必要とするデータ所在地(データレジデンシー)に関する保証もありません。料金は Pro が月額 20 ドル、Max が 5 倍利用で 100 ドル、20 倍利用で 200 ドルとなっており、チーム向けプランはさらに高額です。実質的なコストを決定づけるのはトークンの消費量です。公開された事後分析では、並列サブエージェントの実行に数千ドルがかかった事例も報告されており、Anthropic 自身によると、並列処理による倍増効果を除いた場合でも、アクティブな開発者 1 人あたりの平均コストは約 13 ドルに達します。
OpenAI Codex:スコア 21/25
Codex は OpenAI のコーディングエージェントです。Apache-2.0 ライセンスの CLI ツールとして提供されるほか、クラウドサービスや IDE 拡張機能、ChatGPT アプリ、iOS アプリとしても利用可能です。さらに 2026 年 6 月からは Amazon Bedrock 上でも稼働しています。
GPT-5.6 は 2026 年 7 月 9 日に一般提供を開始し、Sol、Terra、Luna の 3 つのティアで展開されました。これにより、以前の比較記事などで基準としていた GPT-5.5 デフォルトは置き換えられています。
Codex は、デフォルトでネットワーク接続をオフにしたカーネルレベルのサンドボックス内でスケーフディングとテスト処理を行います。Skills や Plugins(マーケットプレイス付き)、Subagents、Hooks、そして MCP といった機能も標準搭載されています。特筆すべきはクロスサーフェス非同期処理で、CLI、クラウド、アプリ、モバイル間をまたぐタスクでも状態を維持したまま移動できる点です。
料金体系は段階制になっており、無料プランの他、Go が月額 8 ドル、Plus が 20 ドル、Pro は 5 倍利用で 100 ドル、20 倍利用で 200 ドルとなっています。さらに Business や Enterprise のライセンスも用意されています。実務上の重要な制約は、5 時間のローリングウィンドル(時間枠)です。開発者からの報告では、大規模なリポジトリでのセッションではこの利用枠が約 1 時間で尽きてしまうケースが多いようです。OpenAI 自身のレートカード資料によると、モデルの種類や並列処理の量、高速モードの使用状況によってばらつきはありますが、開発者あたりの月額コストは概ね 100〜200 ドルと試算されています。
Cursor: スコア 16/25
Cursor は Anysphere が提供する AI コードエディタで、VS Code をベースにフォークされた製品です。自社開発の Composer 2.5 は高速なエージェント編集に最適化されており、Artificial Analysis の評価ではコーディングエージェントインデックスで 62 点を記録しました。Anthropic、OpenAI、Google の最先端モデルを一つのインターフェース上で柔軟に切り替えて利用でき、Rules、MCP、Hooks、Skills、Plugins、Subagents といった機能も備えています。
Cursor は異なる形状の作業において特に優れています。IDE を中心としたインライン駆動型のワークフローが特徴で、タブ補完や単一ファイルでの反復処理は業界最高水準です。自律的なスケーフディング・テスト・PR ループというタスクにおいては、ターミナルファーストやエージェントファーストのツールの方が構造的な優位性を持っています。これは品質の問題ではなく、作業スタイルへの適性の判断です。
コスト管理には注意が必要です。有料プランはすべて、価格に見合ったクレジットプールとして提供されます。具体的には、Hobby は無料、Pro が 20 ドル、Pro+ が 60 ドル、Ultra が 200 ドル、Teams はユーザーあたり 40 ドルです。プール内のクレジットを使い果たした場合、API の従量課金レートで後払い請求が発生します。つまり、20 ドルは利用開始の最低ラインであり、最終的な請求額ではありません。なお、2026 年 6 月の Teams プラン更新では、利用状況を「自社利用」と「サードパーティ利用」に分割し、120 ドルのプレミアム席を追加しました。
主なポイント
- Mistral Vibe for Code は、コストパフォーマンスの良さ、オープン性の高さ、そして制御の容易さにより、総合評価 25 点中 22 点で首位となりました。
- Claude Code と Codex は同率 21 点でしたが、Claude Code は純粋なコーディング能力において先行しています。
- Vibe は現在、自己ホスティング、ファインチューニング、EU データの国内保存に対応できる唯一のツールです。
- Vibe のオープンウェイトモデルは研究目的に限り Apache 2.0 ライセンスですが、商用展開には Mistral 社のライセンスが必要です。
- ベンチマークスコアは異なる評価セットやベンダーの主張に基づいているため、直接比較することはできません。
インタラクティブな解説
<style>
#mtp-vibe-cmp-2026{background:transparent!important;border:0!important;margin:26px 0!important;padding:0!important;width:100%!important;max-width:100%!important}
#mtp-vibe-cmp-2026 iframe{width:100%!important;max-width:100%!important;height:600px;border:0!important;background:transparent!important;display:block!important;color-scheme:dark!important}
#mtp-vibe-cmp-2026 hr,#mtp-vibe-cmp-2026 p:empty,#mtp-vibe-cmp-2026 del,#mtp-vibe-cmp-2026 s{display:none!important}
@media(max-width:640px){#mtp-vibe-cmp-2026{margin:18px 0!important}}
</style>
<div id="mtp-vibe-cmp-2026">
<iframe src="/vibe-comparison" width="100%" height="600"></iframe>
</div>
(function(){
window.addEventListener('message',function(e){
var d=e.data;
if(!d||d.mtpVibeCmp!==true||!d.height)return;
var f=document.getElementById('mtp-vibe-cmp-frame');
if(f)f.style.height=d.height+'px';
});
})();
比較の方法について:今回の評価は、ドキュメントに記載された機能や公開ベンチマーク、ベンダーの仕様を基に、5 つの項目(最大 25 点)で 1~5 段階のスコアリングを行いました。ただし、これは特定の時間制限付きの実行テストではなく、実際に各エージェントにプロンプトを実行した結果や、処理速度、成功率の数値を示すものではありません。
パッケージバージョン、ライセンス、デフォルトモデル、および提供されるトークン単価は、2026 年 7 月 14 日時点の mistral-vibe 2.19.1(PyPI および npm 経由)を基準に検証済みです。ベンダーが主張する数値にはラベルを付記しています。ベンチマークの数値は異なるテストスイートから引用されたものであり、直接比較することはできません。価格は変動する可能性があります。
本記事「Mistral Vibe for Code vs Claude Code vs Cursor vs Codex: Four Agents Scored on One Scaffold-to-PR Task」は、MarkTechPost に掲載されたものです。
原文を表示
Coding agents are the most contested category in developer tooling right now. Four names dominate the shortlist: Mistral Vibe for Code, Claude Code, Cursor, and OpenAI Codex. Each claims to take a feature from prompt to pull request.
This comparison runs all four against one practical workflow. Not a toy script. A real unit of engineering work: scaffold a feature across multiple files, generate and run tests, then open a pull request.
The task
Prompt: ‘In our existing Python/FastAPI service, add a /subscriptions endpoint. Scaffold the route, the Pydantic models, and a service layer across the correct files. Generate unit and integration tests, run them, fix any failures, then open a pull request with a clear description.’
That prompt maps to three stages every agent must clear: scaffold, test, ship.
Methodology, stated honestly
This is a capability comparison, not a single timed run on one machine. Scores reflect documented features, published benchmarks, and vendor specifications as of July 14, 2026. Each dimension is rated 1 to 5, for 25 points maximum. Every score carries a one-line reason.
Three caveats that matter more than the scores:
Benchmark numbers here are not directly comparable. SWE-bench Verified and SWE-Bench Pro are different suites with different difficulty. Terminal-Bench is a third. Never read across them as one scale.
Vendor claims are labeled as such. Mistral’s cost-efficiency figure is Mistral’s own published claim, not an independent result.
These products ship weekly. Model defaults and prices verified today may move. Every claim below links to its source so you can re-check.
The five dimensions: feature scaffolding, test generation and run loop, PR and async workflow, surface coverage, and cost/openness/control.
Results
RankToolScaffoldTest loopPR / asyncSurfaceCost & controlTotal
1Mistral Vibe for Code4445522
2Claude Code5554221
2OpenAI Codex4455321
4Cursor4333316
Vibe for Code: Score 22/25
Mistral Vibe is Mistral’s unified agent for work and code, and the product formerly known as Le Chat. Its coding surface runs an open-source CLI on GitHub under Apache 2.0.
The model stack is layered, and the distinction is important. Per Mistral’s own FAQ, Mistral Medium is the most performant family for complex, multi-step software engineering. The Vibe CLI and IDE plugins are powered by Devstral. Codestral handles fast completions, and Codestral Embed powers semantic code search. Remote agents run on Mistral Medium 3.5. Judging Vibe solely by Devstral’s benchmark understates the product.
On scaffolding, Vibe scans your file tree and Git status for project-aware context, then does multi-file orchestration with architecture-level reasoning. Devstral 2 is a 123B dense model with a 256K context window. Mistral reports it at 72.2% on SWE-bench Verified, which it positions as state of the art among open models. Devstral Small 2 (24B, Apache 2.0) scores 68.0% and runs on consumer hardware.
Testing is a first-class feature: auto-generated tests that evolve with the codebase, matched to your existing patterns. Hooks run custom shell commands before and after each agent turn, so you can enforce conventions or block patterns automatically.
The PR and async stage is well-designed. Remote coding agents run in isolated sandboxes for parallel execution, and sessions persist while your machine is off. /teleport hands a live session from local CLI to a remote agent and back. Remote agent observability gives run history, tool calls, code changes, logs, and audit trails.
Surface coverage is the widest here, and it is where Vibe scores a clean 5: terminal CLI, VS Code, JetBrains, Zed, web app, mobile, and background agents. It also ships tab-to-complete, which removes autocomplete as a reason to keep a separate tool.
Cost and control is Vibe’s decisive lead. Pro is $14.99/month, the cheapest premium tier of the four. Team is $24.99/user/month. There is a $5.99 student tier. Mistral claims Devstral 2 is up to 7x more cost-efficient than Claude Sonnet on real-world tasks — again, a vendor claim. You can self-host, deploy in a private cloud or on-premises, fine-tune on proprietary code, and model training is opt-out on paid plans.
Where Vibe trails: Devstral’s 72.2% sits below frontier closed models on coding evals, and reviewers have flagged rate-limiting bugs and occasional instability. The CLI targets UNIX first, so Windows-first teams should pilot before committing.
Claude Code: Score 21/25
Claude Code is Anthropic’s agentic coding tool, running Claude Opus 4.8 by default. Its harness is the deepest in the field: 30 lifecycle hooks, Skills, Plugins, Subagents, checkpoints, plan mode, and MCP.
It leads on raw execution. Dynamic Workflows orchestrate large fleets of parallel subagents in a single session. Background tasks, automatic checkpointing, and a mature test-verify loop make the scaffold-test-PR arc its home turf. One widely cited proof point: Bun creator Jarred Sumner reported porting roughly 750,000 lines from Zig to Rust at a 99.8% test pass rate in 11 days.
The weakness is cost and control. No open weights, no self-hosting, no data residency story of the kind regulated teams need. Pricing runs $20 Pro, $100 Max 5x, $200 Max 20x, with Team seats above that. Token burn is the real bill: public postmortems document parallel subagent runs costing thousands of dollars, and Anthropic’s own reported average is about $13 per developer per active day before parallelism multiplies it.
OpenAI Codex: Score 21/25
Codex is OpenAI’s coding agent: an Apache-2.0 CLI that also runs as a cloud service, IDE extension, ChatGPT app, iOS app, and, since June 2026, on Amazon Bedrock. GPT-5.6 reached general availability on July 9, 2026, in three tiers — Sol, Terra, and Luna — replacing the GPT-5.5 defaults cited in older comparisons.
Codex handles scaffolding and testing inside a kernel-level sandbox with network off by default. It ships Skills, Plugins with a marketplace, Subagents, Hooks, and MCP. Its standout is cross-surface async: one task moves between CLI, cloud, app, and mobile without losing state.
Pricing is a ladder: Free, Go at $8, Plus at $20, Pro 5x at $100, Pro 20x at $200, plus Business and Enterprise seats. The honest catch is the 5-hour rolling window. Developers report serious-repo sessions exhausting the allowance in about an hour. OpenAI’s own rate-card documentation estimates Codex costs roughly $100–$200 per developer per month, with wide variance by model, parallelism, and fast mode.
Cursor: Score 16/25
Cursor is Anysphere’s AI code editor, a VS Code fork. Its in-house Composer 2.5 is tuned for fast agentic editing and, per Artificial Analysis, scored 62 on its Coding Agent Index. It routes across frontier models from Anthropic, OpenAI, and Google in one surface, and ships Rules, MCP, Hooks, Skills, Plugins, and Subagents.
Cursor is excellent at a different shape of work. It is IDE-first and inline-driven, and its tab completion and single-file iteration are best-in-class. On an autonomous scaffold-test-PR loop, terminal-first and agent-first tools have the structural edge. That is a fit judgment, not a quality judgment.
Cost needs care. Every paid tier is a credit pool sized to its price: Hobby $0, Pro $20, Pro+ $60, Ultra $200, Teams $40/user. Once the pool is spent, usage bills in arrears at API rates, so $20 is the entry, not the bill. A June 2026 Teams update split usage into first-party and third-party pools and added a $120 Premium seat.
Key Takeaways
Mistral Vibe for Code led on total value at 22/25, driven by cost, openness, and control.
Claude Code and Codex tied at 21/25; Claude Code leads on raw frontier coding quality.
Vibe is the only tool here offering self-hosting, fine-tuning, and EU data residency.
Vibe’s open weights are Apache 2.0 for research; commercial deployment needs a Mistral license.
Benchmark scores span different suites and vendor claims, so they are not directly comparable.
Interactive Explainer
#mtp-vibe-cmp-2026{background:transparent!important;border:0!important;margin:26px 0!important;padding:0!important;width:100%!important;max-width:100%!important}
#mtp-vibe-cmp-2026 iframe{width:100%!important;max-width:100%!important;height:600px;border:0!important;background:transparent!important;display:block!important;color-scheme:dark!important}
#mtp-vibe-cmp-2026 hr,#mtp-vibe-cmp-2026 p:empty,#mtp-vibe-cmp-2026 del,#mtp-vibe-cmp-2026 s{display:none!important}
@media(max-width:640px){#mtp-vibe-cmp-2026{margin:18px 0!important}}
(function(){
window.addEventListener('message',function(e){
var d=e.data;
if(!d||d.mtpVibeCmp!==true||!d.height)return;
var f=document.getElementById('mtp-vibe-cmp-frame');
if(f)f.style.height=d.height+'px';
});
})();
How we compared: A capability comparison scored 1–5 across five dimensions (25 max), based on documented features, published benchmarks, and vendor specifications — not a timed head-to-head run. No agents were executed against the prompt, and no timing or pass-rate results are claimed. Package versions, licenses, default models, and shipped token prices verified July 14, 2026 against mistral-vibe 2.19.1 via PyPI and npm. Vendor claims are labeled. Benchmark figures span different suites and are not directly comparable. Prices subject to change.
The post Mistral Vibe for Code vs Claude Code vs Cursor vs Codex: Four Agents Scored on One Scaffold-to-PR Task appeared first on MarkTechPost.
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み