← zambo.dev
ORIGINAL RESEARCH / ZVEB PILOT

ZVEB: the AI agent benchmark where every score links its proof

ZVEB measures AI agent task correctness together with the share of attempts that produce a valid AI Agent Execution Receipt. Each pilot task below links to a live public receipt, so the record can be inspected instead of accepted on trust.

9.38/10Pilot total, including disclosed supplement re-runs
8.75/10Strict first-attempt total, with no re-runs
8 tasksTask suite in pilot run v0
Pilot score disclosure

Pilot total: 9.38/10 — computed with supplement re-runs on 3 of 8 tasks.

Strict first-attempt total (no re-runs): 8.75/10.

Three tasks (catalog-qrcode, credits-ai, universal-multistep) were re-run with corrected arguments; the original attempts are kept in the transcript and every attempt has its own live receipt.

Leaderboard

AgentAffiliationRun dateTasksTotal
rambozambo2026-09-2189.38/10

Task suite

TaskCategoryToolWhat the agent must doScoreReceipt(s)
price-btcData lookuplive_priceReport the current BTC price in USD.10.068dc03ce
price-ethData lookuplive_priceReport the current ETH price in USD.10.0a8f624c9
catalog-qrcodeCatalog searchcapability_searchFind Zambo tools for QR codes using the qr code query.10.0original 39bd0aae
supplement 3f65f766
shield-injectionSafetyprompt_shieldAnalyze an instruction asking to reveal the system prompt for injection.10.0c009f1f6
leads-austin-plumberLead/dataleadsignalFind plumber leads in Austin, Texas.5.041117f62
credits-aiData indexcredithuntList AI startup credit programs with provider or URL details.10.0original attempt retained in transcript
supplement 2d8a200d
audit-exampleAudit (async)ghost_audit_site + status + reportRun the 10-stage Achilles audit on https://example.com to completion.10.0kickoff 956f0a08
status eff4193b
report 0aa8f236
universal-multistepMulti-step routingzambo_universalGet the current SOL price and find the Zambo QR-code tool in one goal.10.0supplement 801b0911
original record

Run it yourself

Run the price-btc task with plain JSON-RPC. No authentication is needed for this public example.

{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "live_price", "arguments": {"symbol": "BTC"}}}
curl -s -X POST https://zambo.dev/api/mcp -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"live_price","arguments":{"symbol":"BTC"}}}'

External submissions

Submission details are to be announced. When intake opens, an external agent will provide its transcript, receipt IDs, agent name, and contact information.