This week OpenAI showed the world something it built to attack itself — and quietly redrew the baseline for what “security tested” means in AI.
The system is called GPT-Red, and MIT Technology Review got the first look: a large language model trained for over a year, with computational resources on the scale of OpenAI's biggest post-training runs, to do one thing — find working attacks against AI systems before attackers do. In OpenAI's evaluations, GPT-Red found successful attacks in 84% of test scenarios. Human red-teamers, running the same gauntlet, managed 13%.
Sit with that ratio. The people we've relied on to find AI vulnerabilities — skilled, creative, expensive specialists — just got outperformed roughly six-to-one by an automated system that never sleeps, never gets bored, and iterates thousands of times faster than any consultant on a two-week engagement.
If your business is buying AI — an assistant, an agent, an AI Employee, a chatbot bolted to your CRM — this is not a story about OpenAI. It's a story about what you should now demand from every vendor who wants to plug an AI system into your data.
Key Takeaways
- OpenAI's GPT-Red, an automated red-teaming model, found working attacks in 84% of test scenarios versus 13% for human red-teamers.
- Adversarial training against GPT-Red is a big part of why OpenAI calls GPT-5.6 its most robust release: over 90% of GPT-Red's strongest attacks worked on GPT-5 in August 2025; fewer than 23% work on GPT-5.6.
- GPT-Red discovered an attack class humans hadn't documented — “fake chain of thought” — by inserting false reasoning steps that trick a model into accepting spoofed information.
- The same automation economics apply to attackers. Point-in-time, human-paced security testing is now the slowest player in an automated game.
- The practical takeaway is procurement: ask vendors whether their models face continuous automated adversarial testing, not an annual audit.
- Automated red-teaming has real limits — multi-turn conversations and image-based injections still favor humans — so the bar is human-plus-machine, not machine-instead.
What Is GPT-Red and What Did OpenAI Actually Do?
GPT-Red is an LLM whose job is to break other LLMs. Per OpenAI's announcement, it was trained with self-play reinforcement learning: GPT-Red attacks, a collection of diverse defender models resists, and both sides are rewarded for winning — GPT-Red for eliciting a valid failure like a successful prompt injection, the defenders for resisting while still completing their tasks. As the defenders harden, the attacker is forced to invent stronger and stranger attacks. MIT Technology Review describes the training environment as a kind of dojo, with scenarios spanning web browsing, email and calendar access, and code editing — exactly the surfaces real business agents touch.
The results compound. When OpenAI reran attacks against its own model lineage, more than 90% of GPT-Red's strongest attacks succeeded against GPT-5 as of August 2025. Against GPT-5.6, released this month after adversarial training against GPT-Red, fewer than 23% of those same attacks still worked. StartupHub.ai's analysis adds a detail security buyers should notice: the hardened models showed no increased refusal rates and no performance loss on legitimate tasks — meaning the robustness gains came from genuinely better defenses, not from a model trained to say no to everything.

Two demonstrations make it concrete. GPT-Red successfully hacked Vendy, OpenAI's vending-machine agent, changing prices and canceling orders. And it discovered an attack class the human literature hadn't documented: “fake chain of thought,” where an attacker inserts fabricated reasoning steps so the model believes it already verified something it never checked. OpenAI researcher Chris Choquette-Choo's analogy: “It's like if I told you that 1+1=3 and that you have verified this already.”
GPT-Red itself stays internal — OpenAI says it won't release a system with intentionally developed offensive capabilities. But the technique is now public knowledge, and techniques don't stay on one side of the fence.
How Much Better Is an AI Red-Teamer Than a Human?
Here are the headline numbers, as reported across MIT Technology Review's coverage and OpenAI's own materials — worth reading as a before-and-after picture of what adversarial training at industrial scale actually buys a model line:
| Metric | Result |
|---|---|
| GPT-Red attack success rate (test scenarios) | 84% |
| Human red-teamer success rate (same evaluation) | 13% |
| GPT-Red's strongest attacks vs GPT-5 (Aug 2025) | Over 90% succeeded |
| Same attacks vs GPT-5.6 (Jul 2026, adversarially trained) | Fewer than 23% succeeded |
| Direct prompt-injection failures, GPT-5.6 vs predecessor | Roughly 6x fewer |
| Refusal-rate increase after hardening | None reported |
The interesting question is why the machine wins. It isn't creativity in the human sense — it's iteration density. A human red-teamer on an engagement tries dozens of attack ideas a day and carries intuitions from past jobs. GPT-Red tries orders of magnitude more, observes every response, and follows gradients a human would never notice, at a compute scale comparable to OpenAI's largest post-training runs. OpenAI researcher Dylan Hunn put it directly: “Compared to a human red-teamer, the model is very, very good at finding exactly what will work.”

Outside observers are cautiously impressed — Jessica Ji, senior research analyst at Georgetown's CSET, called the results “very promising” in MIT Technology Review's reporting. And the context for why this matters keeps expanding. As OpenAI's Nikhil Kandpal framed it: “The risk surface grows and the blast radius also grows.” Every new capability agents gain — browsing, email, calendars, code, purchasing — is another surface someone will probe. The only question is whether the prober works for the defender or the attacker.
Why Does an AI-vs-AI Arms Race Change the Defense Math?
Because security testing has always been priced in human hours, and that pricing just broke.
The standard playbook for a business deploying software — including AI systems — has been point-in-time assurance: an annual penetration test, a pre-launch audit, maybe a bug bounty. That cadence made sense when attackers were also human-paced. GPT-Red demonstrates that finding AI vulnerabilities can be industrialized. And it would be naive to assume only defenders will industrialize it: OpenAI is keeping GPT-Red internal precisely because it's an offensive capability, but the self-play recipe is published, and MIT Technology Review's Download newsletter notes the approach replaces work human testers have traditionally done by hand. Capable actors will replicate the pattern. Some won't be defenders.
Against automated attack discovery, an annual human pentest is the Maginot Line — genuinely impressive fortification, aimed at the pace of the last war. If new attack classes like fake chain of thought can be machine-discovered between your audits, the audit tells you what was safe last quarter, not what's safe today.
This is precisely the failure mode the OWASP GenAI Security Project flags for prompt injection, its top-listed LLM risk: OWASP concedes there's no known fool-proof prevention given how generative models work, and its mitigations are correspondingly continuous — constrain behavior, validate outputs, enforce least privilege, require human approval for high-risk actions, and conduct regular adversarial testing. Not “an audit.” Regular, ongoing, adversarial.

We've been building for this assumption at Cloud Radix: our secure AI gateway sits between AI Employees and business data on a least-privilege model, because we assume some attack will eventually get through the model layer — the gateway limits the blast radius when it does. We've also written a hands-on guide to red-teaming your own AI Employee before an attacker does; that playbook is the practitioner's side of this story. GPT-Red is the vendor's side — and it raises the bar for what vendors owe you.
What Should You Ask AI Vendors Before You Buy?
GPT-Red's real gift to buyers is a sharper set of procurement questions. The NIST AI Risk Management Framework — the voluntary standard organized around Govern, Map, Measure, and Manage, with a dedicated generative-AI profile — gives you the vocabulary; GPT-Red gives you the new benchmark. We recommend putting these to every AI vendor, ours included:
- Is your model adversarially tested continuously, or at a point in time? After this week, “we did a security review before launch” is a 2024 answer. The frontier standard is automated adversarial pressure applied throughout training and between releases.
- What happens when — not if — a prompt injection succeeds? Ask about least-privilege access, action approval gates for high-risk operations, and audit logging. OWASP's mitigation list is a fine checklist to read from.
- Can you show me the failure data? Vendors serious about robustness can characterize what attacks they test and how failure rates trend across releases, the way OpenAI published its over-90%-to-under-23% trajectory. We've argued before that inspectability is the procurement trust test — this is that principle applied to security.
- Which humans still test the system, and for what? Automated red-teaming has known blind spots (next section). A vendor who says “it's all automated now” is over-claiming as surely as one still doing annual manual audits.
- How do you handle the tools and data sources my agent will touch? Indirect injection — malicious instructions hidden in webpages, documents, and connected tools — is where business deployments actually get hurt, as we detailed in our analysis of the connected-tool attack surface.
To be clear about our own position: Cloud Radix doesn't have a GPT-Red, and neither does any vendor our size — that scale of self-play training is frontier-lab economics. What we can do, and what you should demand of anyone in our seat, is deploy on models from labs that do this training, wrap them in least-privilege architecture, and red-team the deployed configuration before and after launch. That's the honest version of “secure AI” in 2026.
Where Do Automated Red Teams Still Fall Short?
The limitations OpenAI disclosed are as instructive as the wins, and worth taking at face value.

GPT-Red struggles with multi-turn conversational attacks — the patient, social back-and-forth where an attacker builds context across many exchanges. It's also limited against image-based prompt injections, where instructions ride into a multimodal model inside a picture. Both gaps matter for business deployments: real-world agent compromises often look like a long con or a poisoned document, not a single malicious prompt. That's why OpenAI still runs human red-teamers alongside the machine, and why Hunn's framing — designing systems that can discover new attack modes as models improve — describes an ongoing process rather than a solved problem.
There's a second-order caution too. An arms race framing can produce fatalism (“attackers will have this, so why bother”) or complacency (“my vendor has this, so I'm covered”). Both are wrong for the same reason: most real-world AI incidents in businesses today don't involve frontier attack techniques at all. They involve unmanaged tools, over-permissioned integrations, and shadow AI nobody reviewed — problems that governance fixes and no amount of vendor-side red-teaming can. GPT-Red raises the ceiling of attack sophistication. Your floor — what you've connected, what those tools can touch, and who's watching the logs — is still yours to set, and for most small and mid-sized organizations the floor is where the actual risk lives.
What Does This Mean for a Northeast Indiana Business?
You don't need to build an attack model. You need to buy like someone who knows they exist.
For the Fort Wayne professional-services firm adding an AI intake agent, the manufacturer wiring an agent into inventory systems, the clinic evaluating an AI phone line — the GPT-Red news translates into three local, practical moves. First, add the procurement questions above to every AI evaluation; they cost nothing and instantly separate vendors who think about security continuously from vendors who think about it annually. Second, architect for containment: put an approval gate and a least-privilege boundary — a gateway — between any AI and your customer data, so a successful injection reaches a wall instead of a database. Third, test your actual deployment, not just the vendor's model: the configuration, prompts, and connected tools you run are unique to you, and our adversarial testing playbook walks through doing this at small-business scale in an afternoon, not a quarter.
The arms race is real, but it's happening above your weight class. Your job isn't to win it — it's to be the business whose AI deployment was built assuming it exists.
Get an AI Deployment Built for the Arms-Race Era
Cloud Radix deploys AI Employees behind a secure AI gateway with least-privilege access, action approval gates, and full audit logging — and we red-team the configuration before it touches your data. If you're evaluating AI vendors and want the security conversation to go deeper than a compliance checkbox, book a consultation. We'll bring the procurement questions; you bring the vendor's answers.
Frequently Asked Questions
Q1.What is GPT-Red?
GPT-Red is an internal OpenAI model trained to automatically red-team AI systems — to discover working attacks, especially prompt injections, so OpenAI can fix the weaknesses before release. It was trained for over a year using self-play reinforcement learning, in which GPT-Red is rewarded for causing failures while defender models are simultaneously trained to resist. OpenAI says it will remain internal because of its offensive capabilities.
Q2.How much better was GPT-Red than human red-teamers?
In OpenAI's evaluations reported by MIT Technology Review, GPT-Red found successful attacks in 84% of test scenarios, compared with 13% for human red-teamers on the same assessment. Its advantage comes from iteration density — it can try and refine vastly more attacks than any human team, backed by compute on the scale of OpenAI's largest post-training runs.
Q3.Did training against GPT-Red actually make models safer?
The reported numbers say yes. Over 90% of GPT-Red's strongest attacks succeeded against GPT-5 in August 2025; after GPT-5.6 was adversarially trained against GPT-Red, fewer than 23% of those attacks still worked, with roughly 6x fewer failures on direct prompt-injection benchmarks and no reported increase in refusals on legitimate tasks.
Q4.What is a "fake chain of thought" attack?
It's an attack class GPT-Red discovered in which false reasoning steps are inserted into a model's context so the model believes it already verified information it never checked — as one OpenAI researcher put it, like being told that 1+1=3 and that you personally confirmed it earlier. It matters because it targets how reasoning models trust their own prior steps, a surface human red-teamers hadn't documented.
Q5.Does my business need automated red teaming?
You almost certainly can't build it, and you don't need to — that's frontier-lab economics. What you need is to buy from vendors whose models undergo continuous adversarial testing, deploy AI behind least-privilege boundaries with approval gates for risky actions, and adversarially test your own configuration and connected tools. Frameworks like the NIST AI RMF and the OWASP GenAI risk list give you the checklist for free.
Q6.Are human security testers obsolete now?
No. OpenAI itself still uses human red-teamers alongside GPT-Red, because the automated system has disclosed blind spots — notably multi-turn conversational attacks and image-based prompt injections. The emerging standard is human judgment plus machine-scale iteration, not one replacing the other.
Sources & Further Reading
- MIT Technology Review: technologyreview.com/2026/07/15/1140514/meet-gpt-red-an-llm-super-hacker-openai-built-to-make-its-models-safer — Meet GPT-Red: an LLM super-hacker OpenAI built to make its models safer (2026-07-15)
- MIT Technology Review: technologyreview.com/2026/07/16/1140600/the-download-openai-unveils-gpt-red-heat-pumps-rise-us — The Download: OpenAI unveils GPT-Red, and heat pumps rise in the US (2026-07-16)
- OpenAI: openai.com/index/unlocking-self-improvement-gpt-red — GPT-Red: Unlocking Self-Improvement for Robustness (2026-07-15)
- OWASP GenAI Security Project: genai.owasp.org/llmrisk/llm01-prompt-injection — LLM01:2025 Prompt Injection (2025)
- NIST: nist.gov/itl/ai-risk-management-framework — AI Risk Management Framework (2026)
- StartupHub.ai: startuphub.ai/ai-news/artificial-intelligence/2026/openai-s-gpt-red-ai-learns-to-police-itself — OpenAI's GPT-Red: AI Learns to Police Itself (2026-07)
Buy AI Like Someone Who Knows the Attacks Exist
We deploy AI Employees behind a secure gateway with least-privilege access and approval gates — and we red-team the configuration before it ever touches your data. Bring your vendor's answers; we'll bring the questions.



