Paper
Ashwin Sreevatsa, Sebastian Prasanna, Cody Rushing
~60 minarXiv:2602.10153v1
The AI Control research agenda aims to develop control protocols: safety techniques that prevent untrusted AI systems from taking harmful actions during deployment. Because human oversight is expensive, one approach is trusted monitoring, where weaker, trusted models oversee stronger, untrusted models—but this often fails when the untrusted model’s actions exceed the monitor’s comprehension. We introduce legibility protocols, which encourage the untrusted model to take actions that are easier for a monitor to evaluate.
AI systems have rapidly improved across a wide range of difficult, economically valuable tasks [1, 2, 3]. AI companies may soon deploy these systems internally to automate security-critical work such as software engineering and AI research and development [4]. As these systems take on less well-defined tasks, a key challenge will be ensuring appropriate oversight to prevent such systems from taking harmful actions, especially if they are misaligned and actively attempting to subvert human goals. Such systems may be able to avoid having their misalignment detected by ”faking alignment” during testing [5].
AI Control aims to develop deployment-time safety measures robust to intentional subversion by AI agents. Prior work introduced control evaluations as an adversarial framework for assessing control protocols based on their ability to complete assigned tasks (usefulness) while preventing harmful actions (safety) [6]. These evaluations pit a blue team (developers) against a red team (simulating a misaligned model). The blue team designs protocols using a strong but untrusted model, a weaker trusted model, and limited human auditing, while the red team attempts to subvert the protocol by having the untrusted model covertly take malicious actions.
One class of protocols previously studied is trusted monitoring, where the weaker, trusted model monitors the outputs of the stronger, untrusted model and flags suspicious outputs for human auditing. However, a core challenge is that the weaker monitor often cannot effectively oversee the stronger model because it does not fully understand the latter’s outputs. To address this, we introduce legibility protocols, which augment trusted monitoring by encouraging the untrusted model to take actions the monitor can more easily evaluate.
Before you read on
Propose 2-3 ways to make U's code easier for T to understand and therefore evaluate. For each method, write about how it increases the legibility of U's logic to T.