2026-07-15 · OpenAI

GPT-Red: Unlocking Self-Improvement for Robustness

securitymodels

read at source ↗ openai.com

GPT-Red: Unlocking Self-Improvement for Robustness

Source: OpenAI Date: 2026-07-15 URL: https://openai.com/index/unlocking-self-improvement-gpt-red

Summary

OpenAI detailed GPT-Red, an internal-only automated red-teaming model trained via self-play reinforcement learning: it attacks OpenAI’s own models to find prompt-injection and jailbreak vulnerabilities, and when an attack succeeds the defender is trained against it, forcing GPT-Red to keep finding new approaches. OpenAI reports GPT-Red beat human red-teamers 84% to 13% on prompt-injection discovery, and that GPT-5.6 Sol — trained against GPT-Red’s findings — now fails on only 0.05% of GPT-Red’s direct prompt injections. OpenAI is not releasing GPT-Red itself, and acknowledges multi-turn and image-based attacks still require human red-teamers.

Implications

  • Capability-clock, safety-tooling axis: this is a self-improvement loop applied to security rather than raw capability — the model’s own output becomes training signal for hardening the next model, structurally similar to how Anthropic frames its own AAR/self-critique research, but pointed specifically at adversarial robustness.
  • Agent-runtime hardening thread, model-side counterpart: where Claude Code’s recent releases harden the harness/permission layer against prompt-injection-adjacent attacks (relayed webhook triggers, spoofed approval previews), GPT-Red hardens the model itself against the same attack class — two labs converging on prompt-injection defense from opposite layers (runtime vs. weights) in the same window.
  • Gap disclosed, not hidden: OpenAI explicitly flags multi-turn and image-based attacks as still human-dependent — a useful marker for where automated red-teaming claims should be read as partial, not comprehensive.

← all signals