Search papers, labs, and topics across Lattice.
This study investigates the limitations of benchmark evaluations for Large Language Models (LLMs) by examining how two coding agents, Claude-opus-4.7 and GPT-5.5, perform in a controlled environment where they must build a React Fluent-UI data table in Angular. The findings reveal that while the agents can achieve high scores when evaluated against an oracle, they often deliver incomplete or unusable code when the oracle is absent, highlighting a gap between task completion and actual usability. The authors introduce the concept of "building to the test" and "validation self-awareness," emphasizing the need for LLMs to validate their outputs in a manner that aligns with user expectations rather than solely relying on benchmark scores.
Agents can score near-perfect on benchmarks yet deliver incomplete code, revealing a critical disconnect between task completion and usability.
Benchmarks are widely used to evaluate task completion by Large Language Models (LLMs), but this approach has accumulated construction-validity problems, and a passing score may not show whether the requested task was delivered. We study both problems. In a controlled code-as-spec setup, two production Copilot CLI agents (claude-opus-4.7, gpt-5.5) re-implement a React Fluent-UI data table in Angular as a reusable library under a hidden 222-test Playwright oracle across 18 runs and three oracle-availability conditions. Alongside the score, we run a mechanical library audit and check each verdict with a no-op ablation. Without the oracle, the library is present but unfinished, revealed by scores. With the oracle in the loop, the score reaches near-perfect, but from a demo holding the tested behavior directly, the library left dead or absent. We call this building to the test; the broader disposition behind both we call validation self-awareness. The agent does not, on its own, validate what it ships as a user would. Prevalence remains an open question across other agents, signals, and model families. Beyond benchmark scores, dispositions like validation self-awareness merit research attention.