Vercel、Ora を活用して主要 AI エージェントのベンチマークを実施
本文の状態
日本語全文を表示中
詳細モードで約8分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
Vercel Blog
Ora は Vercel 上で主要な AI エージェントを並列ベンチマークし、ウェブサイトのエージェント対応度を測定・改善するプラットフォームを提供している。
AI深層分析を開く2026年8月22日 03:25
AI深層分析
キーポイント
エージェントの並列ベンチマーク機能
Ora は Claude Code, ChatGPT, Gemini など主要な AI エージェントを同一条件で比較し、サインアップや決済などのワークフローでの挙動を記録する。
エージェント実行環境の分離と追跡
各ハーン(harness)が異なるインフラを要求するため、Ora はすべてのハーンに個別のランタイムを提供し、失敗したステップを詳細にトレースする。
Vercel 上での完全統合
フロントエンド、バックエンド、エージェント実行環境を Vercel の単一プラットフォーム上に構築し、デプロイパスや認証を統一している。
Vercel製エージェントフレームワーク「eve」の評価
Ora は Vercel の設計パートナーとして、自社開発の「eve」を他社エージェントと同等の条件でテストし、Claude Code と比較する結果を発表した。
ベンチマーク結果による性能向上
Oraのベンチマークでは目標到達までのステップが7%減少し、ネイティブタスク成功率は2倍となった。また、有効なエンドポイント数は9%増加し、コストも約15%削減された。
重要な引用
Agents often fail, and by Ora's estimate, 99% of the web isn't agent-ready.
No two harnesses want the same infrastructure. Each expects its own environment and exposes its steps differently
The platform shows customers where and why agents fail, and what to change.
"99% of the web still can't handle an agent that shows up to sign up, integrate, and pay."
編集コメントを表示
編集コメント
AI エージェントの実用化において、モデルの性能だけでなく、ウェブ環境との連携能力がボトルネックとなっている現状を浮き彫りにする記事である。Ora が提供する詳細なトレース機能は、開発者がエージェントの失敗原因を特定し、迅速に改善を行うための重要な手がかりとなるだろう。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
Ora on Vercel
フロントエンド、バックエンド、そしてエージェントのランタイムを一つのプラットフォームで。
主要なエージェントをすべて並行してライブサイト上でテスト。
16 人のエンジニアチームが毎日数百件のコミットを行う。
Ora は、製品へのサインアップや統合、決済といった指示を与え、エージェントを実際のウェブサイト上に送り出します。しかし、多くのエージェントは失敗し、Ora の試算ではウェブサイトの 99% がまだエージェント対応できていません。このプラットフォームは、顧客に対して「どこで」「なぜ」エージェントが失敗したのか、そして何を修正すべきかを明確に示します。
Ora の共同創業者であるアサフ・エロビッチ(Assaf Elovic)氏は、長年にわたりエージェントによるウェブの発見支援に取り組んできました。彼の前職である Tavily は AI エージェント向けの検索エンジンを開発し、今年初めに Nebius によって買収されました。検索機能は問題解決の半分を担いましたが、製品を見つけたエージェントが実際にそれを利用するには、さらに別のステップが必要です。そこでエロビッチ氏と共同創業者のリアド・ヨセフ(Liad Yosef)氏は、ウェブがエージェントに対してどの程度準備ができているかを測定し、対応していない部分を改善するために Ora を設立しました。
現在では、journey.ora.ai からライブ顧客サイトに対してエージェントを起動し、タスク完了に必要なコスト、レイテンシ、ステップ数を記録する形でベンチマークを行っています。このプラットフォームは Vercel 上で稼働しており、エージェントのランタイムも同様に Vercel を利用しています。
主要なエージェントをすべて並行してベンチマーク
各ハネス(Harness)が独自のインフラを必要とする
エージェントは、推論を行う「モデル」と、モデルにツールを与え、ステップごとに駆動するソフトウェアである「ハルネス」の 2 つの部分から構成されます。Ora のラインナップでは、顧客が最も頻繁に利用している Claude Code、ChatGPT、Gemini、Hermes、OpenClaw、そして Vercel のエージェントフレームワークである eve を取り扱っています。Ora は各エージェントを顧客のウェブサイト上で実行し、一般的なワークフローをどのように処理するかを観察します。
どのハルネスも同じインフラストラクチャを必要とするわけではありません。それぞれが独自の環境を要求し、ステップの提示方法も異なるため、Ora は各ハルネスごとに独立したランタイムを実行し、すべてのステップを追跡しています。Ora のエンジニアリング部門を率いる Ido Finder 氏は、この並列的なカバレッジこそが Ora が顧客にもたらす最も価値のある機能の一つだと述べています。
サインアップフローでエージェントが立ち止まった際、顧客はどのステップでつまずき、何を試みたかを把握できます。追跡データがない場合、結果は根拠のないスコアとして表示されるだけです。
すべてのハルネスの基盤となるプラットフォーム
Ora はこのテストシステムを Vercel 上で完全に構築しました。フロントエンド、バックエンド、そしてエージェントランタイムが同じデプロイパス、ログ、認証を共有しています。エージェントランタイムは運用するための別個のインフラストラクチャではなく、製品の残りの部分が存在する場所に統合されています。
Ora はまず eve をベンチマークし、その上で開発を進めました。
eve のテストは他のハルネスと同様に行われます。
Vercel が「eve」を立ち上げた際、Ora は特別扱いしませんでした。eve は、ラインナップ内の他のすべてのハーン(harness)と同じ条件で、同じベンチマークテストを通過しました。
Ora は Vercel エンジニアリングチームとデザインパートナーとして協力しており、Finder 経由で eve チームにプラットフォームへの直接アクセス権が与えられ、結果の詳細な分析が可能になりました。
最初のテストでは、eve が Claude Code と対決し、複数のドメインにおける数百の実際のユースケースで比較されました。両方のハーンは同じモデル(Claude Fable 5 と Haiku 4.5)を実行し、すべての実行においてエージェントには「製品との統合」という共通のタスクが割り当てられました。
Ora はこの比較から以下の 3 つの数値を公表しました:
- 目標達成までのステップ数が 7% 減少
- ネイティブ成功率が 2 倍:顧客サイト上で完了したタスクが、Web 検索に依存するケースの 2 倍になった
- 有効なエンドポイントが 9% 増加:エージェントが見つけたエンドポイントのうち、実際に呼び出せるものの割合が高まった
このベンチマークの結果は eve にもフィードバックされました。ある実行でプロンプトキャッシングの問題が発見され、eve チームが修正を施した結果、Ora の次のラウンドでは総コストが約 15% 低下しました。
Ora 自身のエージェントを支えるフレームワーク
主要なハーンをすべてベンチマークすることを事業としている企業にとって、これは軽率な選択ではありません。これらの結果を受け、 Ora は eve を基盤として構築を進めています。
Eve は Next.js のパラダイムに従っているため、設定は最小限で済み、ツールやスキル、コネクタもわずかなコード量で実装できます。決定打となったのはサンドボックスのオーバーライド機能です。Eve といったエージェントフレームワークには、エージェントが実行され、ツールを呼び出し、ファイルにアクセスする隔離環境である独自のサンドボックスが付属しています。これはチームにとって安全な実行環境が無償で得られるため、多くのケースで適切なデフォルトとなります。しかし、フレームワーク固有のサンドボックス内で動作するエージェントは、Ora がすべてのステップを追跡する計測環境の外側で動いてしまいます。このオーバーライド機能により、チームはその環境を差し替えることが可能になり、Eve のエージェントも他のハーンシスと同様に記録されるようになります。新たに構築する必要はありません。
Journey.ora.ai では、Eve がテスト対象のハーンシスの一つであると同時に、Ora 自体が稼働する基盤としても利用されています。
16 人のエンジニアが一日に数百件のコミットをリリースする方法
エンジニアリングチームは 16 人で構成され、毎日数百件のコミットをリリースしています。日常のインフラストラクチャ作業は、彼らのコーディングエージェントが担当しています。一つの場所に集約されたスタックであれば、これらのエージェントがエンドツーエンドで実行可能です。
Finder によると、これにより週に少なくとも数時間の時間節約が可能になります。Elovic は、コーディングエージェントが Vercel のライブラリを活用して開発する能力の高さにも同様の効果があると評価しています。
今後の展望
Ora ではさらに多くの製品を追加しており、アーキテクチャもそれに伴って成長を続けています。チームはプラットフォームをマイクロサービスに分割し、すべてを Vercel 上で運用しています。新しいサービスは同じインフラストラクチャにデプロイされ、追加の設定なしで相互通信します。Eve をベースに構築された内部エージェントも、この新たなサービスのひとつとして稼働します。
Ora の独自の指標によると、ウェブの 99% はまだ、サインアップや連携、決済といった行動を実行するエージェントに対応できていません。
Ora とは:Ora はウェブをエージェント対応させるためのプラットフォームです。企業は Ora を活用して、AI エージェントが自社のウェブサイトを見つけ、ナビゲートし、どのように相互作用するかをベンチマークできます。また、エージェントがそれらを見つけ、利用し、取引を行うために必要なインフラストラクチャの構築も支援します。
詳しくはこちら
原文を表示
Ora on Vercel
Front end, back end, and agent runtime on one platform
Every major agent tested side by side on live sites
Hundreds of commits a day from a 16-person engineering team
Ora sends agents onto live websites with instructions to sign up for a product, integrate with it, and pay for it. Agents often fail, and by Ora's estimate, 99% of the web isn't agent-ready. The platform shows customers where and why agents fail, and what to change.
Assaf Elovic, co-founder of Ora, spent years helping agents discover the web. His previous company, Tavily, built a web search engine for AI agents and was acquired by Nebius earlier this year. Search solved half the problem, but an agent that finds a product still has to actually use it. He and co-founder Liad Yosef started Ora to measure how ready the web is for agents, and to fix the parts that aren't.
Today that means spawning agents against live customer sites from journey.ora.ai, where Ora runs a journey and records the cost, latency, and steps an agent needs to finish a task. The platform runs on Vercel, including the agent runtime.
Benchmarking every major agent side by side
Every harness expects its own infrastructure
Agents decompose into two parts: a model, which does the reasoning, and a harness, the software that gives the model its tools and drives it from step to step. Ora's lineup covers the agents customers use most: Claude Code, ChatGPT, Gemini, Hermes, OpenClaw, and eve, Vercel's agent framework. Ora runs each agent on a customer's website and watches how it handles common workflows.
No two harnesses want the same infrastructure. Each expects its own environment and exposes its steps differently, so Ora runs a separate runtime for every harness and traces every step. Ido Finder, who leads engineering at Ora, calls that side-by-side coverage one of the most valuable things ora brings to its customers.
When an agent stalls in a signup flow, the customer sees which step and what it tried. Without the trace, the result is a score with nothing behind it.
One platform under every harness
Ora built this testing system entirely on Vercel. Front end, back end, and the agent runtime share the same deployment path, logs, and authentication. The agent runtime isn't separate infrastructure to operate; it lives where the rest of the product lives.
Ora benchmarked eve, then built on it
Testing eve like any other harness
When Vercel launched eve, Ora gave it no special treatment. eve went through the same benchmark, under the same conditions, as every other harness in the lineup. Ora works with Vercel Engineering as a design partner, and Finder gave the eve team direct access to the platform to dig into the results.
The initial test put eve against Claude Code across hundreds of real journeys on multiple domains. Both harnesses ran the same models, Claude Fable 5 and Haiku 4.5, and every run gave the agent the same job: integrate with a product.
Ora published three numbers from the comparison:
7% fewer steps to reach the goal
2x native success: twice as many tasks finished on the customer's own site instead of falling back to web search
9% more valid endpoints: more of the endpoints the agent found were ones it could actually call
The benchmark fed back into eve, too. One run surfaced a prompt-caching issue, the eve team shipped a fix, and Ora's next round of results measured roughly 15% lower total cost.
The framework behind Ora's own agents
For a company that benchmarks every major harness for a living, this is not a casual choice. After those results, Ora builds on eve.
Because eve follows the Next.js paradigm, there was little to configure, and tools, skills, and connectors take little code. The feature that sealed it was the sandbox override. An agent framework like eve ships with its own sandbox, the isolated environment where the agent executes, runs tools, and touches files. That's a good default for most teams, because you get safe execution for free. But an agent in the framework's own sandbox runs outside the instrumented environment where Ora traces every step. The override lets the team swap that environment in, so eve agents get recorded like every other harness, with nothing new built.
Journey.ora.ai now has eve on both sides, eve is one of the harnesses it tests, and eve is what it runs on.
How 16 engineers ship hundreds of commits a day
The engineering team is 16 people shipping hundreds of commits a day, and day-to-day infrastructure work belongs to their coding agents. A stack that sits in one place lets those agents run it end to end.
Finder puts the time saved at a few hours a week at least. Elovic credits a similar amount to how well coding agents build with Vercel's libraries.
What's next
Ora is adding more products, and the architecture is growing with them. The team is splitting its platform into microservices, all of them on Vercel. New services deploy to the same infrastructure and talk to each other with no extra configuration, and the internal agents built on eve will run as one more service.
By Ora's own measure, 99% of the web still can't handle an agent that shows up to sign up, integrate, and pay.
About Ora: Ora makes the web agent-ready. Companies use ora to benchmark how AI agents discover, navigate, and interact with their websites, and to build the infrastructure agents need to find, use, and transact with them.
Read more
関連記事
News to Guide
ニュースの次に確認する
発表内容を、現在の料金や仕様と照らし合わせられる関連ガイドです。
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み