Before a language model ships, safety teams "red-team" it: they throw thousands of adversarial prompts at it — jailbreaks, disguised harmful requests, prompt injections — to see what gets through. This scene models a simplified safety pipeline as three sequential gates a prompt must clear before it reaches the model's output.
Real red-teaming exercises, like those run before GPT-4 and Claude releases, combine human adversarial testers with automated attack generators — and defense-in-depth (multiple independent checks) consistently catches more jailbreaks than any single filter alone, which is exactly what the sophistication slider demonstrates here.
A 3D safety pipeline where simulated adversarial prompts fly through a content filter, intent classifier, and refusal policy — watch which ones get flagged, refused, or slip through to the model's output.
Each prompt carries a hidden true risk score that gates compare against a shared sensitivity threshold. Jailbreak sophistication lets adversarial prompts disguise that risk from earlier gates, while defense-in-depth from a differently-built refusal policy still catches many.
Adjust filter sensitivity, the mix of adversarial traffic, and jailbreak sophistication, then watch packets stream through the three gates — red packets get caught in a quarantine tray, green ones reach the output safely, and a red flash at the output means a breach.
Real red-teaming exercises before releases like GPT-4 and Claude combine human adversarial testers with automated attack generators, and layered, differently-built safety checks consistently outperform any single filter.