← Latest papers
🤖 AI

AgenticRed: Evolving Agentic Systems for Red-Teaming

AgenticRed is an automated, human-free pipeline that leverages in-context learning and evolutionary algorithms to iteratively design and refine red-teaming systems, achieving near-perfect attack success rates across diverse open-source and proprietary models by treating red-teaming as an autonomous system design problem rather than a fixed policy optimization task.

Original authors: Jiayi Yuan, Jonathan Nöther, Natasha Jaques, Goran Radanović

Published 2026-04-06
📖 4 min read☕ Coffee break read

Original authors: Jiayi Yuan, Jonathan Nöther, Natasha Jaques, Goran Radanović

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to teach a very strict, safety-conscious robot how to say "no" to dangerous requests. To do this, you need to test it by trying to trick it into saying "yes" to bad things (like how to build a bomb or write a virus). This process is called Red-Teaming.

Traditionally, this was like hiring a team of human hackers. They would sit down, think of clever tricks, and try to break the robot's defenses. But humans are slow, biased, and can only think of so many tricks.

Enter AGENTICRED, the new method described in this paper. Think of AGENTICRED not as a team of hackers, but as a digital Darwinian Evolution Lab.

Here is how it works, broken down into simple concepts:

1. The Problem: The "Manual Blueprint" Trap

Before AGENTICRED, researchers had to manually design the "blueprint" for their hacking bots. They would say, "Okay, Bot A, you try to roleplay. Bot B, you try to speak in code."

  • The Analogy: Imagine trying to design a car engine by hand-crafting every single bolt. It takes forever, and you might miss a better design because you were too focused on the bolts you already knew how to make.

2. The Solution: The "Digital Survival of the Fittest"

Instead of humans designing the bots, AGENTICRED lets the bots evolve on their own. It treats the design of a hacking system like a biological ecosystem.

  • The Parents (The Archive): It starts with a small group of existing hacking strategies (the "parents").
  • The Children (Offspring): A "Meta-Agent" (a super-smart AI) looks at these parents and creates new, slightly different versions of them. It's like a genetic mutation. Maybe it combines two strategies, or maybe it tries a completely new trick.
  • The Test (The Arena): These new "children" are sent to attack the target robot.
  • The Selection (The Cull): The system checks: "Did this new bot succeed in tricking the robot?"
    • If Yes: It survives and gets to be a parent for the next round.
    • If No: It dies out and is forgotten.
  • The Memory (Generational Knowledge): The system keeps a diary of what didn't work so it doesn't waste time trying the same failed trick twice. It also remembers what did work to build on those successes.

3. The Result: The Ultimate Hacking Machine

After just a few "generations" (rounds of trial and error), AGENTICRED discovers strategies that humans never thought of.

  • The Analogy: Imagine you are trying to find the best path through a massive, dark maze.
    • Old Way: You send one person to walk a path. If they hit a wall, they go back. It takes years.
    • AGENTICRED Way: You release 1,000 ants. They all try different paths. The ones that hit walls die. The ones that find a way forward leave a scent trail. The next generation of ants follows the scent trails and improves them. Within minutes, they find the exit.

4. Why This Matters (The "Super-Transfer" Effect)

The most scary (and impressive) part of this paper is that AGENTICRED didn't just learn to hack one specific robot.

  • It learned to hack Llama-2, Llama-3, and Qwen.
  • Then, without any extra training, it was tested on GPT-5.1 and DeepSeek-R1 (the newest, most secure models).
  • The Result: It hacked them with near-perfect success rates (up to 100%).

The Metaphor: It's like a locksmith who learns to pick the locks of old, rusty padlocks. Then, they walk up to a brand-new, high-tech digital safe, and click, it opens. The locksmith didn't study the new safe; they just learned the principles of breaking locks so well that the new technology didn't matter.

The Big Takeaway

This paper shows that we don't need humans to constantly invent new ways to break AI safety. We can build a system that automatically evolves better and better ways to break it.

The Good News: This helps safety researchers find holes in AI before bad actors do.
The Bad News: It also means that if someone else builds this system, they could use it to break AI safety very easily.

In short: AGENTICRED is an AI that teaches itself how to break other AIs, getting smarter and more dangerous with every generation, all without a human holding the steering wheel.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →