Before a serious AI model reaches users, it goes through red-teaming: people (and increasingly, other AIs) deliberately try to break it — to make it produce harmful, false, or unsafe output. It's borrowed from security, where "red teams" attack systems to find weaknesses before real attackers do.
What red-teamers do
Red-teamers probe a model adversarially: crafting prompts to elicit harmful instructions, trying to jailbreak its safety guidelines, finding inputs that produce biased or false outputs, testing whether it can be manipulated via injected content, and pushing edge cases the developers didn't anticipate. The goal is to surface failures before deployment, when they can still be fixed.
You don't discover a model's worst behavior by using it normally. You discover it by having skilled people spend weeks trying to make it misbehave.
Why it matters
Models are complex and their failure modes are not obvious — a system that behaves perfectly in normal use can break under adversarial pressure or on rare inputs. Red-teaming is how those failures get found deliberately rather than by unlucky users or malicious actors in production. For capable models, it's an essential safety step, not a nice-to-have.
How it's evolving
Manual red-teaming (human experts) is thorough but slow and doesn't scale. So the field increasingly uses automated red-teaming — using AI to generate large volumes of adversarial tests and probe for weaknesses at scale, complementing human creativity with machine coverage. The two together find more than either alone.
The bigger picture
Red-teaming reflects a maturing safety culture in AI: treat models like security-critical systems that must be attacked before they're trusted. It feeds back into training (fixing what's found), informs guardrails, and builds confidence that a system will hold up under real-world pressure. As models grow more capable and autonomous, rigorous red-teaming — finding the failures on purpose, in the lab — becomes one of the most important practices standing between a model and the harm it could otherwise cause in the wild.