How the AI Industry is Replacing Static Safety Benchmarks with Continuous Red Teaming
As frontier AI models gain agentic capabilities, the industry is abandoning single-attempt safety tests in favor of automated, multi-turn red teaming to uncover real-world vulnerabilities.
By Naina Verma
- Dynamic Security Proponents
- Argue that only continuous, multi-turn red teaming can uncover the emergent vulnerabilities of agentic AI.
- Standardization Advocates
- Prioritize reproducible, static benchmarks to ensure regulatory compliance and cross-model comparability.
- Policy & Governance Bodies
- Focus on establishing mandatory pre-release review windows and frameworks for frontier model deployment.
Perspectives this story doesn't cover
- Open-source independent developers
- Enterprise IT compliance officers
The short answer
- Single-attempt static benchmarks are failing to capture the real-world risks of modern AI models.
- Automated multi-attempt red teaming exposes vulnerabilities that only emerge after prolonged interaction.
- The White House has established a 30-day pre-release review framework focused on agentic behavior.
- Specialized smaller models are being deployed to conduct continuous red teaming at lower inference costs.
In February 2026, when researchers at Giskard and Google DeepMind compiled the results of the Phare V2 benchmark, the data on the screen revealed a structural flaw in how the industry measures artificial intelligence safety. Out of 55 frontier language models tested against a fixed set of safety prompts, not a single one scored above 90% in average safety. The Phare team concluded that safety "requires dedicated investment and engineering" and is "not an inevitable byproduct of model development." More concerningly, the numbers showed that single-attempt static tests were dramatically understating real-world risk, prompting a shift in how enterprise AI systems are validated before deployment.[1]
The realization came as enterprise adoption outpaced governance. By mid-2026, 78% of organizations had integrated AI into at least one business function, yet only 33% maintained responsible AI controls. The gap exposed the limitations of traditional static benchmarking—a method where models are fed a standardized list of prompts to see if they produce harmful outputs. Stanford University's HELM Safety project highlighted the fragmentation, noting that of 102 safety benchmarks published since 2018, only 12 were actively used to evaluate state-of-the-art models as of early 2026. MLCommons, the consortium behind the widely cited AILuminate benchmark, explicitly warned that performing well on their tests simply meant they had not yet identified critical weaknesses—a stark contrast to the 'provably safe' marketing language often used by AI vendors.[1]
The alternative gaining traction is automated multi-attempt red teaming. Instead of asking a model a dangerous question once, evaluators use secondary AI agents to dynamically probe the target system, adapting their attacks based on the model's previous refusals. The difference in results is stark. When Gray Swan researchers applied multi-attempt testing to Anthropic's Claude 4.5 Opus in coding mode, the attack success rate jumped from 4.7% on the first attempt to 63% across 100 continuous attempts.[1]
This shift from static to dynamic evaluation is reshaping national policy. On August 4, 2026, the White House hosted executives from OpenAI, Anthropic, and Google to review a newly completed framework for testing the cybersecurity capabilities of advanced models. Stemming from a June executive order, the framework establishes a voluntary 30-day pre-release review window led by the National Security Agency. The focus has moved entirely away from static prompt completion and toward agentic behavior—specifically evaluating whether models can autonomously find and exploit computer vulnerabilities.[5]
This shift from static to dynamic evaluation is reshaping national policy.
The urgency for dynamic testing accelerates as models gain the ability to take actions. While vendors market these as 'autonomous agents,' the reality is that giving a language model access to customer records, application programming interfaces, and internal workflows creates vulnerabilities that traditional endpoint security cannot interpret. The National Institute of Standards and Technology now treats the combination of model outputs and software capabilities as a distinct security problem. In response, the open-source community launched the Open Secure AI Alliance in July 2026, backed by the Linux Foundation and NVIDIA, to build open harnesses and runtime validation tools that monitor agent behavior continuously.[2][6]
International regulatory bodies are also adapting to the limits of static tests. In China, where frontier AI safety research output grew by 60% over the last year, regulators issued dedicated guidance on agentic AI security after the open-source agent OpenClaw proliferated in early 2026. The proportion of Chinese safety research focused specifically on autonomous agents rose from 8% in early 2025 to 27% in the first quarter of 2026, reflecting a global consensus that safety evaluations must measure what a model does over time, rather than what it says in a single interaction.[3]
The transition carries significant economic implications for AI developers. Automated red teaming requires substantial compute resources, as two models must interact continuously to generate a single safety score. Platforms like Aikido have emerged to optimize this process, demonstrating that specialized smaller models can find vulnerabilities at half the inference cost of using frontier models for the attacking role. In a recent test against the OpenClaw agent, a specialized red-teaming model successfully exploited a booking flaw in nine out of ten runs, proving the efficacy of targeted dynamic testing.[4]
The industry is now settling into a hybrid approach. Static benchmarks remain necessary for establishing baseline compliance and catching obvious regressions during the training process, while automated red teaming is reserved for pre-deployment validation and runtime monitoring. As the gap between model capabilities and evaluation methods narrows, the focus is shifting from achieving a perfect score on a static leaderboard to proving that a model can withstand sustained, adaptive pressure in a live environment.[7]
Competing readings
Static Safety Benchmarking
Evaluating models against fixed datasets of known harmful prompts and edge cases.
FOR: Highly reproducible, fast to execute, and provides a standardized baseline for comparing models across the industry. It requires minimal compute overhead compared to dynamic testing. AGAINST: Models can easily overfit to known benchmarks, creating a false sense of security. It fails to capture multi-turn conversational manipulation or agentic tool misuse. EVIDENCE: The Phare V2 benchmark showed that while models score well on basic safety, they fail to block novel harmful prompts, with DeepSeek R1 failing 100% of the time in Cisco's HarmBench. FITS WELL WHEN: Conducting rapid regression testing during the initial training phase or establishing baseline compliance for low-risk, read-only applications. DOES NOT FIT WHEN: Evaluating autonomous agents that have access to external APIs, databases, or the ability to execute code.
Automated Multi-Attempt Red Teaming
Deploying AI agents to dynamically probe and attack a target model over multiple turns.
FOR: Accurately simulates real-world adversarial behavior by adapting to the target model's defenses. It exposes vulnerabilities that only emerge after prolonged interaction or complex tool use. AGAINST: Computationally expensive, difficult to standardize into a single comparable score, and requires continuous updates to the attacking agent's strategies. EVIDENCE: Gray Swan's testing demonstrated that Anthropic's Claude 4.5 Opus resisted 95.3% of attacks on the first attempt, but failed 63% of the time when subjected to 100 continuous attempts. FITS WELL WHEN: Validating frontier models prior to public release, or securing agentic systems that have write-access to enterprise software and customer data. DOES NOT FIT WHEN: Resources are highly constrained, or the application is a simple, deterministic text classifier with no generative capabilities.
- 55
- Frontier models evaluated in Phare V2
- 78%
- Organizations using AI in business functions
- 12
- Safety benchmarks actively used (out of 102)
- 63%
- Attack success rate after 100 attempts
- 30 days
- NSA pre-release review window
What’s still unclear
- How the computational costs of continuous automated red teaming will scale as frontier models become more complex.
- Whether open-source developers will be able to comply with the 30-day pre-release review windows mandated for frontier models.
- Which specific evaluation metrics the National Security Agency will use during its closed-door safety reviews.
Sources
[1]Responsible AI LabsStandardization AdvocatesPhare V2 Benchmark: LLM safety improvements are stagnating
Read on Responsible AI Labs →
[2]NeuralTrust AIDynamic Security Proponents10+ Best AI Safety Software Tools in 2026
Read on NeuralTrust AI →
[3]Concordia AIPolicy & Governance BodiesState of AI Safety in China (2026)
Read on Concordia AI →
[4]AikidoDynamic Security ProponentsHow Aikido finds more vulnerabilities than Mythos at half the cost
Read on Aikido →
[5]SiliconANGLEPolicy & Governance BodiesWhite House invites AI companies to review its new AI safety framework
Read on SiliconANGLE →
[6]NVIDIAOpen Secure AI Alliance Launches to Secure Open Source AI
Read on NVIDIA →
[7]Factlen Editorial TeamSynthesis by Factlen editorial team
Read on Factlen Editorial Team →
Comments
More in Technology
See all →Spectrum Regulation
Why Bluetooth Jammers Are Illegal: The Mechanics of 2.4 GHz Interference
4 sources
Lithography Physics
The Rayleigh Criterion: How Wavelength and Numerical Aperture Actually Constrain Chip Scaling
8 sources
Smart TV Privacy
LG Smart TVs Caught Logging Audio and Scanning Local Networks in Standby
4 sources
LMR Battery Tech
LG Energy Solution and Seoul National University Resolve Gas Buildup in Cobalt-Free LMR Batteries
5 sources
Every angle. Every day.
Get Technology stories with full source coverage and perspective breakdowns delivered to your inbox.




