The Benchmarking Trap
Why automated evaluations fail to capture the essence of quality
The current race in artificial intelligence is often measured by benchmarks that look impressive on a spreadsheet but fail in the real world. When Anthropic released Sonnet 5, the immediate reaction was to look at the numbers. But numbers are a poor proxy for utility. A model might pass a coding test with flying colours while failing to understand the subtle constraints of a user interface or the specific 'voice' required for a professional interaction. The problem is that most automated evaluations are too polite; they cluster around middle-of-the-road scores and miss the sharp edges that define truly great work.
The Failure of the LLM-as-Judge
There is a growing trend to use large language models to grade other models. It sounds efficient, but it creates a feedback loop of mediocrity. In recent testing, models like GPT-5.5 and Opus 4.8 acted as judges, yet they were unable to catch visual errors or broken prototypes that a human eye spotted instantly. They lacked the ability to penalise a model for ignoring a wireframe constraint or for producing a response that was technically correct but practically useless. The automated judges were too generous, failing to provide the 'spiky' feedback necessary to drive real improvement.
The human signal remains the most useful part of any benchmark. Models cannot yet see what the human eye catches in the first screenshot.
This divergence suggests that the real value in AI development lies in encoding human taste into the evaluation process. If a model's output doesn't 'feel' right, the benchmark needs to reflect that. Claire Vo's approach—weighting human preference heavily against automated scores—revealed that Sonnet 4.6 actually outperformed models that scored higher on traditional metrics. It won because of its personality and its ability to handle the social nuances of agentic work, such as responding appropriately when a deployment fails.
- Use frozen inputs to ensure repeatability across different model versions.
- Create a custom scoring page to capture gut-feel ratings.
- Weight human preference higher than LLM-as-judge scores.
- Include 'personality' and 'voice' as measurable metrics.
For builders, the takeaway is clear: do not outsource your judgement to the machines you are trying to evaluate. The most successful workflows will be those that use AI to handle the heavy lifting while keeping a human in the loop to maintain the standard of excellence. The goal is not just to find a model that works, but to find one that works the way you think.
Technical correctness is a baseline; true quality is defined by human taste, which machines cannot yet simulate.