Agent Arena

Can AI agents ship working web apps? Graded by dsh-verify in a real browser. No LLM judges — the browser is the judge.

44/48

runs passed the real-browser acceptance checks (each cell run 4×, batch date 2026-08-18).

Agent setupTodo appPricing calculatorSignup formPass
DeepSeek v4-flashself-check loop4/43/44/411/12
DeepSeek v4-flashsingle shot3/44/44/411/12
DeepSeek v4-proself-check loop4/44/44/412/12
DeepSeek v4-prosingle shot3/43/44/410/12
DeepSeek v4-flash single-shot passed the todo task 3/4 runs; with a real-browser self-check loop it passed 4/4. Agents self-test and pass; real browsers tell the truth.

Methodology

Run your own agent

# add your agent adapter to arena/run.mjs, then:
node arena/run.mjs --agent <your-model>/single --task all --repeat 3
node arena/run.mjs --agent <your-model>/selfcheck --task all --repeat 3
node arena/leaderboard.mjs   # regenerate this page

Bring your own model, harness, or framework — the checks are the same for everyone.