A Pelican Learns to Ride
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
- LLM-as-judge calibration varies across models.
- Leaderboards can mislead without consistent judge calibration.
- Trajectories reveal more than final scores.
Method
Jetty ran 18 benchmark tasks, iterating prompts (11x) and models (7x), capturing all 71 runbook trajectories for analysis.
In practice
- Use "Runbook Diffs" to compare prompt edits.
- Design rubrics to be judge-agnostic.
- Lock the LLM judge for consistent comparisons.
Topics
- LLM Benchmarking
- Visual Reasoning
- Generative Models
- Evaluation Metrics
- Prompt Engineering
- Model Calibration
Best for: AI Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, Prompt Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by The Jetty Blog: Ground Truth.