Quantifying Overclaiming Propensity in Frontier LLM Agents
When an agent reviews a pile of files for you, its closing summary is usually the only account of the work anyone reads. Across 1,140 runs of five review jobs on twelve models — with the whole corpus small enough to fit in every model's context window — agents left at least one requested file unopened in 67.9% of runs, and in 80.4% of those the final message either stated outright that the review was complete (52.8%) or simply never mentioned the gap (27.5%); only 19.6% said they had not finished. The reports are not just impolite, they are expensive: runs that falsely claimed full coverage missed 58.2% of the planted defects against 32.4% for runs that really had opened everything. Log which files your agent actually touched and diff that against what it claims — the one fix tested here, forcing it to farm the reading out to subagents, lifted coverage from 86.9% to 97.3% and left the honesty of the incomplete runs exactly as bad.