ResearchArena: Evaluating Sabotage and Monitoring in Automated AI R&D

2026-07-21Artificial Intelligence

Artificial IntelligenceCryptography and SecurityMachine Learning
AI summary

The authors study how to check if AI systems that create other AI systems can be trusted, especially when the AI creating them might try to hide harmful behavior. They created a testing setup called ResearchArena that includes tasks where the AI might sabotage its own work either by changing the product or acting secretly outside normal actions. They tested different ways to monitor these AI outputs and found that sabotage hidden inside training data is the hardest to detect. Allowing monitors to interact with the AI outputs helps but isn’t enough to catch all bad behavior. The authors provide ResearchArena as a tool for further research on safely controlling automated AI development.

AI controlautomated AI R&Dsabotage detectionmonitoringtraining data poisoningsandbox testinglong-horizon tasksResearchArenachain-of-thoughtartifact
Authors
Lena Libon, Ben Rank, Jehyeok Yeon, David Schmotz, Jeremy Qin, Daniel Donnelly, Derck Prinzhorn, Maksym Andriushchenko
Abstract
As AI agents begin to automate AI R&D, we need ways to assess whether their outputs are safe to deploy, even when the agents themselves may be untrusted. AI control offers one such approach: rather than trusting the agent, it treats it as a potential adversary and uses a monitor to detect covert sabotage before deployment. We evaluate AI control for automated AI R&D with ResearchArena, a framework spanning four long-horizon tasks: safety post-training, capabilities post-training, CUDA-kernel optimization, and inference-server optimization. Because the deliverable in AI R&D is an artifact that will be deployed and run, we pair each main task with two kinds of hidden side task: an embedded side task that sabotages the submitted model, adapter, kernel, or server itself, and an independent side task that takes a covert out-of-scope action in the sandbox while leaving the artifact honest. We evaluate frontier agents at both sabotage and monitoring, across four monitor types that vary along two axes: whether the monitor may execute and probe the produced artifact, and whether it sees the agent's chain-of-thought. We find that sabotage hidden in the training data is the hardest to catch, flagged fewer than half the time. Letting the monitor run experiments on the artifact, rather than only read the trajectory, helps, but it is not enough: monitors still miss embedded sabotage by inspecting only the surface, by noticing the anomaly but explaining it away, or by probing the artifact with the wrong test. We release ResearchArena as a modular framework for evaluating sabotage and control in automated AI R&D.