For years, the promise of Artificial Intelligence in cybersecurity was clear: faster detection, smarter analysis, and a safer software ecosystem. By automating the drudgery of code reviews and penetration testing, AI was supposed to act as a tireless sentry, catching bugs before they could be exploited. However, reality has taken a jarring turn. Instead of a more secure digital world, the influx of AI-generated vulnerability reports has triggered a "triage crisis" that is paralyzing major open-source projects and enterprise security teams alike. Stephan Zeisberg, Head of Research at Security Research Labs (SRLabs) and a leading expert in AI-assisted code auditing, argues that the industry is currently measuring the wrong metrics. "If you only count the number of findings, you aren’t measuring security; you are measuring the strain on your system," Zeisberg explains. As explored in the latest issue of iX (8/2026), the shift toward automated discovery has outpaced our capacity for human verification, turning the promise of AI into a bottleneck that threatens to collapse the foundations of software maintenance. The Triage Crisis: A Chronology of Systemic Overload The recent months have seen a cascade of high-profile security organizations hitting the emergency brake. The trend highlights a fundamental misalignment between the speed of automated discovery and the manual labor required to confirm, categorize, and patch vulnerabilities. January 2026: The venerable curl project officially suspended its bug bounty program, citing an unmanageable influx of low-quality, AI-generated reports that distracted maintainers from real security work. March 2026: HackerOne announced a temporary pause on the "Internet Bug Bounty" program, acknowledging that the platform was being flooded with automated, often incorrect, findings. April 2026: Node.js followed suit, suspending its own bug bounty program as the noise-to-signal ratio became untenable. May 2026: Linux kernel creator Linus Torvalds publicly labeled the kernel’s security mailing list as "almost entirely unmanageable," a damning indictment of a landscape where the sheer volume of reports renders critical security work stagnant. These are not isolated incidents; they are the symptoms of a structural failure. In the current ecosystem, generating a vulnerability report has become the cheapest, easiest step in the cybersecurity lifecycle. However, a "finding" is not synonymous with a "vulnerability." A report only becomes a security improvement when a human expert verifies that the threat is real, reachable within the system’s architecture, and that the proposed patch is both effective and non-disruptive. Because the verification stage has not scaled alongside the discovery stage, the entire pipeline is breaking under the weight of false positives. Supporting Data: The Cost of "Noisy" Automation The industry has been grappling with reports suggesting that up to 80% of AI-generated vulnerability findings are false positives. When models are deployed directly onto a codebase without a filtering mechanism, they produce plausible-sounding reports that lack context, leading to a catastrophic waste of human hours. Zeisberg emphasizes that the "strength" of the underlying Large Language Model (LLM) is largely irrelevant if the workflow surrounding it is flawed. An advanced model producing thousands of reports is far less valuable than a simpler model operating within a disciplined, high-fidelity pipeline. The data bears this out: teams that prioritize raw volume over verification are seeing their security posture weaken as developers become fatigued, eventually leading to a phenomenon where developers ignore alerts altogether to preserve their sanity. Mozilla: The Blueprint for Success If the industry is currently in a tailspin, why are some organizations thriving? The answer, according to Zeisberg, lies in the "Mozilla approach." With the release of Firefox 150, Mozilla successfully resolved 271 security bugs in a single update—including a critical, 20-year-old flaw in the XSLT engine. Mozilla’s success is not the result of a "smarter" AI model, but rather a superior, agentic test-pipeline. Mozilla has spent years cultivating a robust infrastructure centered on: Reproducible Test Cases: Every AI-generated finding must be accompanied by a functional test case that proves the vulnerability exists. Automated Deduplication: A systematic process to ensure that multiple reports of the same issue are collapsed into a single actionable ticket. Integrated Triage: The AI is forced to run the reproduction script itself; if the code doesn’t produce the expected failure, the report is discarded before a human ever sees it. This combination of existing fuzzing infrastructure and new agentic pipelines creates a "sieve" that catches the noise. By the time a human reviewer is involved, they are presented only with high-probability, verified threats. This demonstrates a vital lesson: the "new" innovation in cybersecurity isn’t the AI itself, but the way we integrate it into a disciplined, evidence-based workflow. Implications for Future Workflow Design For teams looking to integrate AI into their security workflows without succumbing to the triage treadmill, Zeisberg suggests a three-stage, disciplined methodology. 1. The Pre-Audit Phase: Mapping the Terrain Use AI to map the codebase, identify entry points, and categorize modules. In this phase, the AI acts as a cartographer, helping the human auditor understand the attack surface before the deep work begins. 2. The Mid-Audit Phase: Tactical Assistance During the manual audit, use AI as a research assistant. It can navigate documentation, suggest potential exploit paths, or explain complex legacy code, but it should not be the one making the final determination of risk. 3. The Post-Audit Phase: The Second Set of Eyes Once the human review is complete, deploy the AI to scan the work. Because the AI is looking at the code after the expert has already analyzed it, it can act as a secondary check for patterns that might have been overlooked, rather than serving as the primary source of discovery. Essential Rules for Implementation Falsifiable Reproducibility: If an AI cannot provide a script that demonstrates the flaw, the finding is effectively non-existent. Capped Findings: Limit the number of findings per code area. This forces the AI to prioritize the most critical threats and prevents the "deluge" effect. Human-Centric Triage: Threat modeling and severity assessment must remain in the hands of experienced engineers. AI is an assistant, not a security architect. The "Solo-Maintainer" Problem: Zeisberg notes that for small, critical open-source projects, these workflows are often impossible due to a lack of resources. For these maintainers, the solution isn’t "better AI," but rather community-funded or industry-funded triage capacity. Conclusion: Reframing the Goal The "AI Security Paradox" is a reminder that in software development, as in life, there are no shortcuts to quality. The industry has been seduced by the idea that automation could replace the arduous, manual labor of security auditing. Instead, we have discovered that automation actually increases the need for skilled human oversight. As Zeisberg summarizes, the goal of integrating AI into the software development lifecycle should not be to generate more alerts, but to generate more insight. By focusing on the pipeline—the architecture of verification—rather than the output of the model, organizations can regain control. Until security teams shift their focus from the "discovery" side of the equation to the "verification" side, the AI revolution in cybersecurity will continue to produce more chaos than clarity. For deeper insights into the practical application of AI in code reviews and enterprise-grade penetration testing, readers are encouraged to consult the full feature in the August issue of iX, available now in the heise Shop. Post navigation TypeScript 7.0: A Paradigm Shift in Performance and Architecture Developer Weekly Digest: Navigating the Tech Ecosystem’s Latest Shifts