A Pelican Learns to Ride

· Source: The Jetty Blog: Ground Truth · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Intermediate, short

Summary

Jetty, a company whose logo coincidentally features a pelican, conducted an extensive benchmark using Simon Willison's "pelican riding a bicycle" visual reasoning test for frontier models. They ran the task eighteen times, including eleven prompt iterations with one model and seven model iterations with one prompt, capturing every trajectory. The results, available at pelicans.jetty.bot, showcase seven agent/model combinations and seventy-one runbooks. The platform offers three views: "The Climb" ranks agent/model combos, "Head-to-Head" provides a filmstrip viewer for parallel task unfolding, and "Runbook Diffs" allows line-by-line comparison of runbook versions. This project also highlights a "judge gap," where different LLM judges (e.g., Gemini Flash vs. Claude Sonnet) assign varying scores to the same SVG, revealing calibration differences that can invalidate leaderboards. The core insight is the value of structured, inspectable benchmark artifacts.

Key takeaway

For Machine Learning Engineers evaluating generative models, recognize that benchmark scores from LLM-as-judge systems can be inconsistent due to judge calibration differences. To ensure reliable comparisons, either lock your evaluation judge for the entire comparison lifecycle or design rubrics robust enough to withstand judge changes. Focus on analyzing model trajectories and runbook diffs, not just final scores, to understand performance evolution.

Key insights

Capturing every model iteration as a structured artifact makes benchmarks inspectable like code.

Principles

Method

Jetty ran 18 benchmark tasks, iterating prompts (11x) and models (7x), capturing all 71 runbook trajectories for analysis.

In practice

Topics

Best for: AI Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, Prompt Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by The Jetty Blog: Ground Truth.