$ cat wiki/papers/2026/anthropic-2026-05-19-sleight-bench.md
SLEIGHT-Bench: Finding Blind Spots in AI Monitors
TL;DR
A benchmark of 40 synthetic transcripts across 11 categories, each one a coding agent doing harm while looking benign to an LLM monitor. Three of the eleven blind spots are caught 0% of the time at a 1% false-positive rate. Monitoring is a deployed safety layer at both Anthropic and OpenAI, and this measures where it does not see.
Authors & Org
Elle Najt and Colin Toft (Anthropic Fellows Program), Tyler Tracy (Redwood Research), Fabien Roger and Joe Benton (Anthropic). Published 2026-05-19 on the Alignment Science blog.
Method
Three steps, stated as such: name a conceptual blind spot in how a monitor reasons; use AI assistance to construct a transcript that exploits it; evaluate against frontier monitors. The attacks are synthetic rather than harvested, which is what lets a category be targeted rather than found.
Results
Catch rate at 1% false-positive rate, by blind spot (source):
| Blind spot | Catch rate at 1% FPR |
|---|---|
| Plausible naming | 90% |
| Authorization confusion | 55% |
| System state | 46% |
| Needle in haystack | 38% |
| Multi-session | 30% |
| File/object reuse | 15% |
| Counting | 13% |
| Model priors | 13% |
| N-hops | 0% |
| Omission | 0% |
| Jailbreaks | 0% |
| The spread is the result. A monitor that catches 90% of one category and 0% of three others is | |
| not "90% accurate" or "0% accurate" — it has a shape, and an attacker picks the corner. |
Significance
Prior work had found these adversarial games favour the monitor, on the reasoning that models are not yet strong attackers. This inverts the question: rather than asking whether a model can attack well, it asks what the monitor structurally cannot represent — a file whose contents changed, a count in a long output, cumulative system state, an environment that is not English and Linux. Those are properties of the monitor's reasoning, not of the attacker's skill, so they do not improve as the attacker stays weak.
It also lands on a live deployment: monitors are sold externally, not only run internally. → AI Control Roadmap, AI Alignment
Open Questions
- The three 0% categories are reported without a patched baseline; the post says some blind spots can be patched with better scaffolds or prompts, but which ones is not recorded here
- Which monitor models were evaluated is not transcribed — the per-blind-spot table is labelled and the aggregate figures are not, so only the labelled ones were taken
- Whether synthetic transcripts transfer: an attack written to exploit a named blind spot is evidence the blind spot exists, not that an attacker in the wild would find it
Cite
Najt, Toft, Tracy, Roger, Benton — SLEIGHT-Bench: Finding Blind Spots in AI Monitors, Anthropic Alignment Science, 2026-05-19. https://alignment.anthropic.com/2026/sleight-bench/
Related
- AI Control Roadmap — monitoring is the control measure this stress-tests
- AI Alignment
- Diffuse AI Control on Fuzzy Tasks — same blog, same question one level up: not whether a monitor sees an action, but whether a grader can score fuzzy work at all
- Agentic Misalignment in Summer 2026 — the harms this benchmark simulates, observed in frontier models rather than synthesised
- Anthropic