What happened
A research paper posted on August 5 applies a method from educational testing to measure what AI safety benchmarks capture, select smaller sets of useful prompts, and audit changes in model behavior.
Two independent researchers and two researchers affiliated with the UK AI Security Institute evaluated 192 chat models on eight benchmarks covering harmful-request refusal, over-refusal of benign requests, contextual harm, and truthfulness. The full suite contained 5,255 prompts before preprocessing; the analysis retained 5,067 after removing unscored responses and items that did not distinguish among the tested models.
The team treated models as test-takers and benchmark prompts as test items, using item response theory to estimate which prompts were difficult and which best separated models. In its main factor analysis, a three-factor solution—summarized as refusal strictness, truthfulness, and contextual harm—explained 77% of the variation in model abilities, compared with 47% for a single factor.
Across 20 held-out evaluations, three fixed 25-prompt tests recovered those three factors using less than 2% of the suite. For HarmBench, SORRY-Bench, and OR-Bench-Hard, roughly 10 adaptively chosen prompts reproduced full-benchmark rankings with correlations of 0.92 to 0.94 and cut the number of prompts by 97–99%; the advantage narrowed as the test budget grew.
Read the primary source: Rivera and colleagues' research paper on arXiv ↗
Why it matters
The study suggests that better-selected prompts could make frequent AI safety checks cheaper without pretending that every benchmark measures one universal safety score.
Cheaper tests could let developers, small laboratories, and independent evaluators check more model versions during training, fine-tuning, quantization, and system-prompt changes. The result is about reproducing existing benchmark measurements efficiently, not expanding what those benchmarks can detect.
The factor analysis also exposes a scoring tradeoff. Benchmarks that reward refusal can overlap with one another, while a benchmark for avoiding unnecessary refusals rewards the opposite behavior. Averaging them without explaining the weights can hide whether a model became safer, merely more restrictive, or less useful on benign requests.
The paper also tested black-box audit methods on deliberately prompted sandbagging behavior. A response-pattern check caught selective underperformance but missed most uniform underperformance; adding a historical ability check raised combined detection to 94–97% across the simulated cases. That supports layered audits rather than reliance on a single score.
What to watch next
Watch for independent replication, validation on future model families, and evidence that shortened tests predict behavior outside the benchmarks they were designed to reproduce.
This is a new preprint, not a completed peer-review verdict. The latent-structure analysis used 134 models, which the authors note is small by conventional psychometric standards, and an alternative extraction method retained two factors rather than three. The factor names are empirical summaries, not validated definitions of safety.
Each model produced one response per available prompt through OpenRouter, and each benchmark used its prescribed automated judge. The resulting short tests can inherit flaws in the original prompts, scoring rules, language coverage, and judges; the authors explicitly say compression does not show that a benchmark predicts deployment safety or stays informative for future models.
The sandbagging tests used prompted model organisms rather than models fine-tuned to evade evaluation, which may be easier to detect. The API checks establish behavioral continuity, not the identity of hidden model weights, and the study did not test an adversary specifically trained to defeat the audit methods.



