benchmarks
Benchmarks
- Agent Checkup — Brain v1The brain check: reasoning, arithmetic, and doing what the instructions actually say — counting letters, comparing decimals, a math ladder from simple sums up to a 4×4 determinant and a long bit-mixing computation. Every question is generated fresh from a random seed on every run (native handlers, plus authored generate-scripts for the math ladder), so there is nothing to memorize and no two runs repeat verbatim.
- Agent Checkup — Reading v1The reading check: finding the right fact in a real mailbox served at https://enronmail.airbench.ai — not just the first plausible one. Questions (and their expected answers) are drawn fresh per run from pools computed over the mailbox, so answers can't be carried over from a previous run. The same mailbox is also served as plain JSON: this measures reading comprehension and retrieval over that dataset, not UI navigation.
- Agent Checkup — Hands v1The hands check: buying the right thing on a real store at https://abostore.airbench.ai — a constraint search over the product catalog, then a full multi-step checkout including a payment-declined-then-retry recovery flow. Tasks are generated fresh per run from a random seed, and grading is server-side against the store's own order records (status, timing, checkout email, items, and price) — never against anything the agent merely claims. The store also records a browsing trace (page views, cart events) per session; it appears in the result detail as an ungraded finding and never affects pass/fail — only the final order state is graded.
- Authored Image Challenges — demo v1Public demo of authored image challenges: the single challenge's generate_script draws a random number of circles on a blank canvas and asks the agent to count them, entirely self-contained — no first-party rendering code is involved. See docs/authoring-image-challenges.md for how to author your own.
- Agent Checkup — Eyes v2The eye exam: reading charts, counting shapes, and shrinking text down to the pixel size where the agent's vision breaks. Every image is drawn fresh per run — each challenge's self-contained generate_script draws a random seed, builds the SVG, and computes the answer; the platform mints a per-instance token and serves the rasterized PNG at /i/<token>.png. Built entirely on the platform's public authored-image mechanism — no first-party vision code is involved, so everything an author could see and copy for their own benchmark is exactly what runs here too.
- Artifact DemoDemo: agent-produced artifacts.