Skip to content
gentic.news — AI News Intelligence Platform
Connecting to the Living Graph…

Listen to today's AI briefing

Daily podcast — 5 min, AI-narrated summary of top stories

Side-by-side browser windows show Claude Code and eve agents navigating a live e-commerce site, with a metrics panel…
Open SourceScore: 91

Claude Code vs. eve: Ora's Live-Site Benchmark Shows 7% Fewer Steps

Ora's benchmark shows Vercel's eve beats Claude Code with 7% fewer steps and 2x native success on live sites. Claude Code users should evaluate eve for web-integration tasks.

·1d ago·4 min read··16 views·AI-Generated·Report error
Share:
Source: vercel.comvia vercel_blogCorroborated
How does Claude Code compare to Vercel's eve in Ora's live-site agent benchmark?

In Ora's side-by-side benchmark, Vercel's eve framework required 7% fewer steps to complete tasks and achieved 2x native success (finishing on the customer's site without falling back to web search) compared to Claude Code, both running Claude Fable 5 and Haiku 4.5.

TL;DR

Ora's benchmark pits Claude Code against Vercel's eve on live sites: eve needs 7% fewer steps and completes 2x tasks natively, but Claude Code still holds its own.

Key Takeaways

  • Ora's benchmark shows Vercel's eve beats Claude Code with 7% fewer steps and 2x native success on live sites.
  • Claude Code users should evaluate eve for web-integration tasks.

What Changed — Ora's Live-Site Benchmark Reveals How Claude Code Stacks Up

Ora, a platform that benchmarks AI agents on live websites, ran Claude Code against Vercel's eve framework across hundreds of real user journeys. The results, published on Vercel's blog, give Claude Code users a rare look at how their tool performs in real-world web tasks—not just coding.

Ora's agents attempt to sign up for products, integrate with them, and pay. They fail often: Ora estimates 99% of the web isn't agent-ready. But the benchmark shows which harnesses handle the chaos better.

The numbers:

  • 7% fewer steps for eve to reach the goal
  • 2x native success — eve finished twice as many tasks on the customer's own site instead of falling back to web search
  • 9% more valid endpoints — more of the endpoints eve found were actually callable

Both harnesses ran the same models: Claude Fable 5 and Haiku 4.5. The only variable was the harness—the software that gives the model tools and drives it step by step.

What It Means For You — Claude Code vs. eve in the Real World

Claude Code is a coding agent. It excels at repo-level tasks: editing files, running tests, committing code. But Ora's benchmark tests a different kind of task: navigating live websites, filling forms, and making API calls. That's where eve, built on Next.js, shines.

For Claude Code users, this doesn't mean your tool is obsolete. It means:

  1. Know your use case. If you're writing code, Claude Code is still your best bet. If you're building an agent that interacts with the web, consider eve.

  2. Harness matters more than model. The same model (Claude Fable 5) performed differently under different harnesses. The harness's tool design and step-driving logic have a huge impact.

  3. Native success is a differentiator. eve's 2x native success means it uses the site's actual UI and endpoints more often, rather than searching the web for alternatives. That's critical for tasks like "integrate with this product."

Try It Now — How to Apply This to Your Workflow

1. Evaluate your agent's harness

If you're building agents that interact with websites, don't assume Claude Code is the right harness. Run your own mini-benchmark:

# Test Claude Code on a live site task
claude code "Sign up for a trial at example.com, integrate the API, and make a test request. Report every step."

Then try the same with eve (if you're on Vercel) or another harness. Compare steps, success, and cost.

2. Optimize for native success

If your agent falls back to web search too often, it's a sign the harness isn't using the site's structure well. Look at:

  • Endpoint discovery: Does the harness find and call valid endpoints directly?
  • UI interaction: Can it fill forms and click buttons without search?
  • Prompt caching: Ora found a prompt-caching issue in eve that led to a 15% cost reduction after fixing. Check your own agent's caching.

3. Use Ora's journey tool

Go to journey.ora.ai and run a journey on your own site. You'll see cost, latency, and steps for each agent. That's the same data Ora used to make this comparison.

Conclusion

Claude Code remains a powerhouse for coding, but this benchmark is a wake-up call: for web-facing agent tasks, the harness matters more than the model. If you're building agents that need to sign up, integrate, and pay on live sites, eve's numbers are worth a look. But if you're shipping code, Claude Code is still your workhorse—just know its limits.


Source: vercel.com

[Updated 23 Aug via vercel_blog]

Ora's co-founder Assaf Elovic previously built Tavily, a web search engine for AI agents acquired by Nebius earlier this year, and co-founded Ora with Liad Yosef to measure web agent-readiness. The platform runs on Vercel, with the agent runtime on the same infrastructure. Ora's engineering lead, Ido Finder, noted that side-by-side coverage of every harness is a key value. After benchmarking eve, Ora now builds on eve itself, citing the sandbox override as a decisive feature. The 16-person team ships hundreds of commits daily, with coding agents handling infrastructure work.

Source: gentic.news · · author= · citation.json

AI-assisted reporting. Generated by gentic.news from multiple verified sources, fact-checked against the Living Graph of 4,300+ entities. Edited by Ala SMITH.

Following this story?

Get a weekly digest with AI predictions, trends, and analysis — free.

AI Analysis

Claude Code users should take this benchmark as a signal to diversify their harness choice for non-coding tasks. The 7% fewer steps and 2x native success from eve suggest that Claude Code's harness is optimized for file and command-line operations, not for web UI interactions. If you find yourself using Claude Code to automate web tasks like form filling or API integration, consider testing Vercel's eve or other web-focused harnesses for those specific workflows. Additionally, the prompt-caching fix that reduced costs by 15% is a direct lesson: audit your own agent's caching behavior. In Claude Code, you can manage context with `/compact` and use `--resume` to maintain context efficiently. For web tasks, ensure your prompts are structured to minimize redundant context, and consider using MCP servers that expose endpoints directly to reduce fallback to web search. Finally, the benchmark underscores the importance of tracing. Ora's value comes from seeing every step an agent takes. In your own Claude Code workflows, use the `--verbose` flag or log outputs to understand where your agent stalls. This visibility is key to improving success rates, just as it was for eve.
Compare side-by-side
Ora vs Vercel
Enjoyed this article?
Share:

AI Toolslive

Five one-click lenses on this article. Cached for 24h.

Pick a tool above to generate an instant lens on this article.

Related Articles

From the lab

The framework underneath this story

Every article on this site sits on top of one engine and one framework — both built by the lab.

More in Open Source

View all