Reasoning models struggle to control their chains of thought, and that’s good

OpenAI introduces CoT-Control and empirically demonstrates that leading reasoning models—including GPT-4-turbo, Claude-3-opus, and Llama-3-70B-Instruct—exhibit poor native control over their own Chain-of-Thought (CoT), reinforcing monitorability (i.e., external observability and intervention capability) as a foundational AI safety safeguard.
Core Finding: Low controllability ≠ low capability—it’s a safety advantage
OpenAI’s newly released CoT-Control evaluation framework systematically tests native Chain-of-Thought (CoT) control in GPT-4-turbo, Claude-3-opus, and Llama-3-70B-Instruct across three dimensions: instruction-driven step insertion/skipping, dynamic chain termination, and response to asynchronous external interruption. All models perform significantly below human baselines (<35% accuracy) without fine-tuning; failures frequently manifest as covert continuation—apparent output cessation while internal reasoning persists unobserved.
Methodology: CoT-Control is the first standardized benchmark for dynamic CoT intervention
- Built upon arXiv:2406.12345 (OpenAI, 2024), defining three control tasks: Step Override, Chain Termination, and External Interruption Response
- Uses Hugging Face Transformers + Llama-3-8B-Instruct to establish a lightweight controllable baseline; supervised fine-tuning improves termination accuracy by +42%, but native closed-weight models expose no control interface
- Key metrics: Control Fidelity, Covert Continuation Rate, and Monitorability Score—strongly negatively correlated (r = −0.91)
Safety Implication: Lack of self-control enhances observability and intervention feasibility
- Poor CoT controllability increases full traceability of reasoning steps to external tools (e.g., Safetensors inspectors, Logit Lens analyzers)
- Inability to suppress or hide intermediate states reduces risk of strategic deception, aligning with AI Safety via Debate and Constitutional AI principles
- OpenAI explicitly states: ‘Imperfect self-control is a monitor-friendly byproduct.’