TL;DR: AI coding agents are accelerating software delivery, but Arxan Technologies argues that testing, triage, and validation have become the real bottlenecks as enterprises move more code generation into AI-assisted workflows. The operational issue is no longer test creation but keeping tests aligned, reliable, and actionable at machine speed.
NHIMG editorial — based on content published by Arxan Technologies: The Fourth Wave: AI Is Writing the Code. Who’s Is Testing It?
By the numbers:
- In many enterprise environments, 40–50% of code is now AI-generated, according to Arxan Technologies.
- Studies and industry benchmarks indicate that up to 50% of QA and engineering time in automated environments is spent triaging failures, according to Arxan Technologies.
Questions worth separating out
Q: How should security teams control AI-assisted development when release speed keeps increasing?
A: Security teams should place policy and testing controls earlier in the delivery flow, then focus remediation on the systems where code velocity, privileged automation, and external dependencies intersect.
Q: Why does AI-generated code create more operational risk even when testing is automated?
A: Because automation can still be brittle, stale, or poorly aligned with the codebase.
Q: What are the signs that automated testing is failing as a control?
A: Look for high false-failure rates, long triage cycles, frequent rollbacks, and growing gaps between code change speed and validation speed.
Practitioner guidance
- Map test ownership to release risk Tie test suites to the applications, environments, and data they protect so failures can be prioritised by business impact rather than by raw volume.
- Classify failures by root cause class Separate application defects, environment instability, stale scripts, and bad test data in the first triage pass to reduce noise and speed remediation.
- Instrument the delivery pipeline for context Capture deployment metadata, environment state, and data lineage alongside test output so teams can distinguish signal from drift faster.
What's in the full article
Arxan Technologies' full blog covers the operational detail this post intentionally leaves for the source:
- Benchmarks on how AI-generated code changes test volume, failure rates, and release cadence in enterprise environments.
- Operational discussion of self-healing test patterns, orchestration, and agentic root cause analysis across delivery pipelines.
- Context on how teams can reduce triage time when device fragmentation, environment instability, and data issues overlap.
- The vendor's detailed framing of autonomous testing platforms and where they sit in the software delivery lifecycle.
👉 Read Arxan Technologies' analysis of AI-generated code and the testing bottleneck →
AI-generated code and testing bottlenecks: what teams need to know?
Explore further
Test governance is now a release-security control, not a QA afterthought. When AI-generated code becomes a large share of enterprise output, validation quality directly affects the reliability of downstream security and identity workflows. Security teams should treat testing governance as part of change control, because weak validation increases the likelihood that access, release, and configuration defects move into production.
A question worth separating out:
Q: Should organisations compare autonomous testing with manual QA, or use both?
A: Use both, but with clear boundaries. Manual QA still has value for judgement-heavy cases, while autonomous testing is better for scale, repetition, and environment coverage. The deciding factor is whether the team needs human interpretation or continuous execution across many variants.
👉 Read our full editorial: AI-generated code is outpacing testing capacity in the fourth wave