Cybersecurity has always been shaped by a race between the complexity of software and the amount of expert attention available to examine it. Modern applications contain millions of lines of code, large dependency graphs, cloud infrastructure, APIs, authentication systems, third-party integrations and increasingly autonomous AI components. Human security researchers can investigate these systems deeply, but they cannot manually inspect every possible attack path.
Artificial intelligence is beginning to change that constraint.
In 2025, DARPA’s AI Cyber Challenge demonstrated autonomous cyber reasoning systems capable of finding vulnerabilities and generating patches across more than 54 million lines of real-world software. The finalists discovered 18 previously unknown non-synthetic vulnerabilities and generated patches for 11 of them, while DARPA reported that the systems identified 86% of the synthetic vulnerabilities in the final competition.
By 2026, the shift had accelerated further. Anthropic’s Project Glasswing reported that participating organizations were using Claude Mythos Preview at scale for vulnerability research, with the project’s initial partners collectively identifying more than ten thousand candidate high- or critical-severity issues. Anthropic’s open-source research pipeline had separately generated 23,019 candidates by May 2026, creating a new bottleneck around human validation, disclosure and remediation rather than initial discovery.
At the same time, OWASP’s security work has expanded from conventional LLM applications toward tool-calling agents, MCP environments, multi-agent systems and autonomous AI workflows. Its 2026 guidance now treats agentic security as a dedicated security discipline rather than an extension of chatbot testing.
These developments suggest that the future of cybersecurity will not simply involve better scanners.
It will involve AI systems capable of participating in the same reasoning process that experienced penetration testers and vulnerability researchers use today.
They will map software.
Read code.
Generate vulnerability hypotheses.
Explore attack paths.
Validate candidate weaknesses.
Propose remediation.
Retest changes.
Eventually, parts of this process will run continuously and with increasingly limited human intervention.
But greater autonomy does not remove the need for professional security judgment.
It changes where that judgment becomes most valuable.
From Manual Penetration Testing to AI-Assisted Security Research
Penetration testing has never been completely manual.
Security professionals have always used automation to handle repetitive work. Port scanners identify exposed services. Crawlers map web applications. Static analyzers inspect source code. Dependency scanners detect vulnerable libraries. Fuzzers generate unusual inputs at a scale no human researcher could reproduce manually.
What remained predominantly human was reasoning.
A skilled penetration tester looks at several apparently unrelated observations and asks whether they can form an attack path.
An endpoint reveals an internal identifier.
Another endpoint performs inconsistent authorization.
A backend function trusts information supplied by the first service.
A low-impact information disclosure suddenly becomes part of a privilege-escalation chain.
Traditional tools can identify individual signals. Human researchers connect them.
Modern AI increasingly operates in that reasoning layer.
A model can examine hundreds of endpoints, understand their purposes, compare permission behavior and suggest which relationships deserve investigation. It can read unfamiliar code, trace functions and propose hypotheses about where developers’ assumptions may fail.
This is fundamentally different from adding another vulnerability signature to a scanner.
The system is beginning to participate in security investigation.
DARPA’s AI Cyber Challenge demonstrated this transition in a structured environment. The cyber reasoning systems were required not only to identify flaws but to produce evidence and patches, showing that increasingly autonomous workflows can connect vulnerability discovery with remediation rather than stopping at detection.
The next generation of penetration-testing tools will likely build on the same principle.
Instead of returning:
“Potential authorization issue detected.”
An AI security system may be able to reason:
“This endpoint retrieves projects by identifier. The normal project API verifies tenant ownership, but this internal export route calls the repository directly. The route appears reachable by ordinary authenticated users. Test whether a user from Tenant A can reference a Tenant B project through this path.”
That is much closer to how a human pentester thinks.
Automation Will Move From Requests to Reasoning
The first generation of security automation primarily automated actions.
Send requests.
Compare responses.
Search source code.
Generate test inputs.
Run known signatures.
AI introduces the possibility of automating the decision about what to investigate next.
An autonomous system can observe the result of one test and adapt its next action.
It notices an endpoint behaving differently across users.
It examines related routes.
It discovers that the API accepts an undocumented parameter.
It investigates the backend code responsible.
It forms a new hypothesis.
It validates that hypothesis against controlled accounts.
This iterative workflow is qualitatively different from executing a fixed scanner configuration.
It is closer to autonomous research.
OWASP’s current AI red-team ecosystem reflects this change. Its 2026 vendor-evaluation guidance explicitly distinguishes superficial jailbreak testing from deeper testing capable of evaluating chatbots, RAG applications, tool-calling agents, MCP architectures and multi-agent workflows using realistic threat models.
Future security automation will therefore be judged less by how many predefined checks it contains and more by how effectively it can reason about the system being tested.
AI Will Make Attack-Surface Mapping Much Faster
Understanding a target is one of the most time-consuming parts of a serious penetration test.
A researcher needs to determine how the application is structured.
Which APIs exist?
Which user roles matter?
Where does sensitive information flow?
Which functions change state?
Which systems trust one another?
Which services are internet-facing?
Where does authentication happen?
Where is authorization enforced?
In a conventional engagement, this understanding is developed gradually.
AI can compress much of that process.
Large volumes of application documentation, API definitions, source code, responses and configuration can be analyzed together. The model can build an initial map and highlight unusual trust relationships.
The researcher does not need to accept that map blindly.
It creates a starting point.
That alone can significantly change the economics of a penetration test because less expert time is spent reconstructing architecture manually and more is spent investigating meaningful security hypotheses.
AI Vulnerability Researchers Will Become More Persistent Than Humans
Human researchers have limited working memory and limited time.
A complex codebase may contain thousands of possible relationships.
AI systems can maintain and revisit much larger sets of candidate paths.
A low-confidence observation that would normally be abandoned may be reconsidered later when another piece of evidence appears.
For example, an AI research agent may initially note that an internal object identifier appears in a client response.
Hours later, it finds a backend route that accepts the same identifier without an obvious ownership check.
The system can connect the observations automatically.
This persistence can be especially valuable in large enterprise applications where meaningful vulnerabilities often emerge from interactions across components rather than isolated coding mistakes.
Vulnerability Discovery Will Become Continuous
Traditional penetration testing is usually point-in-time.
The tester evaluates the application during a defined period.
The engagement ends.
Development continues the following day.
New features appear.
Dependencies change.
APIs are added.
Authorization rules evolve.
AI makes continuous security reasoning much more practical.
A security agent can analyze new code as it appears.
It can compare changes against previous architectural assumptions.
It can investigate whether a newly introduced tool creates a path toward existing sensitive functionality.
It can identify when a new API bypasses a permission mechanism used elsewhere.
Instead of waiting several months for another complete security assessment, organizations may have an autonomous research layer continuously examining changes between major manual tests.
OWASP’s 2026 AI Security Solutions Landscape describes agentic security across the broader DevOps–SecOps lifecycle, reflecting this movement toward security evaluation that follows autonomous AI systems throughout development and operation rather than only during isolated assessment windows.
This will not necessarily eliminate periodic penetration testing.
It changes what the penetration tester receives at the beginning of the engagement.
Instead of rediscovering the application from zero, human researchers may begin with months of AI-generated security context and concentrate immediately on the most important attack paths.
Autonomous Vulnerability Discovery Is Already Moving Beyond Theory
The idea of autonomous security research can sound futuristic until we look at what existing systems have already demonstrated.
DARPA’s AIxCC finalists analyzed more than 54 million lines of code, discovered both synthetic and previously unknown real vulnerabilities and generated patches. DARPA reported an average patch-submission time of 45 minutes during the competition.
Anthropic’s Project Glasswing represents another direction. Rather than a competition environment, it applies high-capability cyber models to real software maintained by participating organizations and open-source projects. Anthropic reported in May 2026 that external reviewers had validated 1,587 of 1,752 reviewed candidate high- or critical-severity findings from the open-source research subset as true positives.
The precise figures from one system should not be treated as a universal benchmark for AI vulnerability discovery.
The strategic conclusion is more important.
AI systems can already generate real vulnerability research at volumes that create downstream human-capacity problems.
That changes the question facing the security industry.
The question is no longer:
“Can AI find vulnerabilities?”
Increasingly, the answer is yes.
The more difficult question is:
What happens when AI can find vulnerabilities faster than security organizations can responsibly process them?
The Security Bottleneck Will Move From Discovery to Verification
For much of cybersecurity history, vulnerability discovery has been scarce.
Highly skilled researchers can find subtle vulnerabilities, but there are not enough of them to deeply inspect every important software project.
AI can reduce that scarcity.
When that happens, another scarce resource becomes visible: validation.
Anthropic’s Glasswing research describes exactly this shift. Its open-source scanning generated tens of thousands of candidates, but human researchers still had to reproduce findings, reassess severity, check for existing fixes, prepare reports and coordinate with maintainers. Anthropic explicitly described this human triage, reporting and patching process as the new bottleneck.
This has major implications for professional cybersecurity.
In the future, organizations may not struggle to generate vulnerability hypotheses.
They may struggle to determine which ones are worth acting on.
The valuable security organization becomes the one capable of converting enormous candidate volume into a small number of:
confirmed vulnerabilities,
realistic attack paths,
accurate severity decisions,
usable remediation,
and verified fixes.
Human Researchers Will Become Security Validators
This shift changes the role of the penetration tester.
Today, much of the researcher’s time may be spent searching.
Tomorrow, more time may be spent validating AI-generated discoveries.
Did the AI understand the architecture correctly?
Can the vulnerable code actually execute?
Is the input attacker-controlled?
Does the claimed authorization bypass work under real permissions?
Is the affected endpoint exposed?
Does exploitation cross a meaningful security boundary?
Can the vulnerability be reproduced consistently?
What is the minimum safe demonstration required?
The researcher becomes the quality layer between machine reasoning and organizational action.
This does not make human security expertise less valuable.
It can make expert judgment more valuable because every validated decision sits on top of a larger volume of automated research.
Security Teams Will Need Better Finding Funnels
The traditional vulnerability scanner produces alerts.
Security teams already struggle with alert fatigue.
Autonomous vulnerability research can increase this problem dramatically unless the security workflow evolves with it.
A mature future pipeline may contain several stages.
AI systems continuously generate candidate findings.
Automated validators eliminate obviously unreachable conditions.
Candidates are deduplicated into vulnerability families.
Models rank them based on likely exploitability and business importance.
Human researchers investigate the highest-value cases.
Confirmed findings move to engineering.
AI assists remediation.
Human or hybrid systems retest the repaired attack path.
This is effectively a vulnerability funnel.
Large numbers enter.
Only evidence-backed security findings reach the engineering team.
Anthropic’s coordinated disclosure pipeline already resembles this pattern: tens of thousands of discovered candidates narrow through external review, confirmation, maintainer reporting and remediation.
This structure will increasingly become necessary inside ordinary enterprise AppSec programs.
AI-Generated Security Noise Will Become an Industry Problem
There is another side to abundant vulnerability discovery.
Open-source maintainers and development teams can be overwhelmed by low-quality AI-generated reports.
Anthropic’s Glasswing research notes that maintainers are already dealing with large quantities of low-quality AI vulnerability submissions and that some maintainers have asked for slower disclosure because remediation capacity cannot keep pace.
This means reputation will become important.
A security provider that forwards every AI-generated hypothesis to customers will quickly lose trust.
Professional security teams will need to demonstrate that their reports are validated.
The value proposition moves from:
“We use advanced AI to find thousands of vulnerabilities.”
toward:
“We use advanced AI to investigate a much larger attack surface, but only validated vulnerabilities reach your engineers.”
The second is far more useful.
AI Will Change How Pentesters Explore Attack Paths
A vulnerability’s severity frequently depends on context.
A small information disclosure may be low severity alone.
But the information may expose an identifier.
That identifier may make another endpoint exploitable.
The second endpoint may expose an internal function.
That function may create a path toward privilege escalation.
Experienced penetration testers already search for these relationships.
AI can dramatically increase the number of combinations that can be considered.
Instead of investigating every finding as an isolated ticket, an autonomous research agent can maintain an evolving graph of identities, objects, capabilities and trust boundaries.
It can ask:
Which observations provide access to new information?
Which new information makes another hypothesis possible?
Which permissions would an attacker gain after each step?
Which tools become reachable?
Which path crosses the most important boundary?
This moves security testing closer to attack-path optimization rather than vulnerability enumeration.
The Future Pentest Will Probably Be Attack-Graph Driven
A modern enterprise application can be represented as a graph.
Users connect to applications.
Applications connect to APIs.
APIs access objects.
Agents access tools.
Tools access external systems.
Service identities possess permissions.
RAG systems retrieve data.
MCP servers expose capabilities.
Each connection has trust assumptions.
An AI system is well suited to reasoning across this kind of graph.
The future pentest may therefore begin with automated construction of a capability graph.
The system discovers:
what identities exist,
which objects they can access,
which tools the AI can use,
which credentials those tools possess,
and which downstream systems trust them.
Security research then concentrates on edges where authority unexpectedly increases.
This is particularly important for AI-native products because attack surfaces are increasingly defined by capability composition rather than one vulnerable endpoint.
Autonomous Agents Will Become Security Testers — and Security Targets
Agentic AI creates an interesting symmetry.
The same technology that introduces new attack surfaces can also be used to investigate those attack surfaces.
An autonomous agent can be the target of testing because it has memory, tools, permissions and goals.
Another autonomous agent can serve as the security tester.
OWASP’s Agentic Security Initiative reflects the first half of this problem by establishing dedicated guidance around autonomous AI systems and the new risks created by their lifecycle, tools and interactions.
The second half will grow rapidly.
Security teams will deploy their own agents to probe production-like AI systems.
One agent attempts to manipulate the target agent.
Another monitors permission boundaries.
Another analyzes logs.
Another evaluates whether the resulting action exceeded the initiating user’s authority.
The test becomes agent-versus-agent security research.
AI Red Teaming Will Move Beyond Jailbreak Testing
Early AI red teaming often became synonymous with trying to make a chatbot say something it should refuse.
That remains relevant for some safety objectives.
It is insufficient for serious application security.
OWASP’s 2026 vendor evaluation criteria explicitly warns against superficial “jailbreak-only” offerings and recommends testing appropriate to the architecture, including RAG applications, tool-calling agents, MCP and multi-agent workflows.
The future of AI red teaming will therefore be increasingly architectural.
Can manipulated content reach agent memory?
Can retrieved information influence a high-impact tool?
Does the agent preserve tenant permissions?
Can a compromised MCP server influence tool selection?
Can one agent persuade another more privileged agent to perform an action?
Does human approval actually bind to the operation that executes?
These are application-security questions.
They require understanding the model and the surrounding software together.
AI Red Teaming and Traditional Pentesting Will Converge
As AI becomes integrated into ordinary products, the distinction between “AI security test” and “application penetration test” becomes less useful.
Consider an AI SaaS product.
A cross-tenant vulnerability might originate from:
a conventional API authorization bug,
an insecure RAG retrieval filter,
a model-generated object identifier,
an overprivileged tool credential,
or a combination of all four.
Which discipline owns the vulnerability?
The practical answer is that the attack path crosses disciplines.
Future security researchers will increasingly need to understand:
web application security,
API authorization,
LLM behavior,
RAG,
agent tools,
MCP,
identity,
cloud infrastructure,
and business logic.
AI security will become application security for systems containing probabilistic decision components.
Traditional AppSec professionals will become more model-aware.
AI red teamers will become more application-security aware.
The fields will converge.
AI Will Accelerate Code Review Before Production
Autonomous security research is not only relevant after software has been deployed.
One of the strongest defensive opportunities exists before release.
AI can review new code continuously and focus deeper analysis on security-sensitive changes.
A new authorization function appears.
The agent compares it against the existing permission model.
A developer introduces a new administrative API.
The system checks whether lower-privilege callers can reach it.
An AI tool receives a new write permission.
The security agent recognizes that the application’s authority graph has changed.
This can make pre-release security review far more scalable.
Anthropic reported that Glasswing participants are already using Mythos Preview not only to search for vulnerabilities but also to assist with patches and pre-release checks.
The future defensive advantage may therefore come from discovering the attack path before software reaches production.
AI Will Connect Discovery and Remediation
Traditional security workflows can be slow because vulnerability discovery and remediation involve different teams.
The researcher finds the bug.
The engineer studies the report.
The engineer finds the affected code.
A patch is developed.
Security reviews the patch.
Testing repeats.
AI can compress several parts of that cycle.
The same research system that discovered the vulnerability already understands much of the relevant code.
It can identify related functions.
It can suggest possible remediation.
It can search for other instances of the root pattern.
After developers make the change, it can compare old and new behavior.
DARPA’s AI Cyber Challenge was specifically designed around this discovery-and-patching loop, and its finalists demonstrated automated systems capable of both finding vulnerabilities and generating patches in real software.
Anthropic similarly reports that Glasswing participants have moved from using frontier models purely for vulnerability discovery toward patch generation and pre-release security analysis.
This suggests that autonomous remediation may become as important as autonomous discovery.
Patch Validation Will Need to Become Autonomous Too
Generating a patch is not the same as proving that the vulnerability is fixed.
A patch may block the original reproduction while leaving the same underlying weakness reachable through another code path.
It may introduce a regression.
It may create another security issue.
Future security agents will therefore need to validate security properties rather than merely observe that tests pass.
Suppose the original issue was broken tenant isolation.
The AI should not simply replay one request.
It should explore reasonable variants and verify that unauthorized cross-tenant access is no longer possible.
Suppose the vulnerability involved an AI agent with excessive authority.
The security system should test whether other routes can still reach the restricted capability.
This is where autonomous remediation becomes genuine security engineering rather than automated patch generation.
AI Will Search for Vulnerability Families
A confirmed bug frequently indicates a broader pattern.
One endpoint lacks an ownership check.
Several others may use the same helper.
One parser handles attacker-controlled input incorrectly.
Related parsers may contain similar assumptions.
A tool has excessive privileges.
Other tools may use the same service identity.
AI can search large codebases for these related conditions faster than human researchers.
This transforms one vulnerability into an opportunity for systemic remediation.
Instead of fixing one manifestation, engineering teams can address the vulnerability family.
That is an important improvement because security risk is often architectural.
Manual Pentesting Will Not Disappear
The progress of autonomous systems can make it tempting to predict the end of human penetration testing.
That conclusion ignores what a penetration test actually involves.
Finding technical weaknesses is only one part of the engagement.
Professional testing also requires understanding scope.
Knowing which systems are authorized.
Recognizing third-party infrastructure.
Avoiding unnecessary production impact.
Understanding business rules.
Determining the minimum evidence required to prove a vulnerability.
Interpreting the organization’s actual risk.
Communicating effectively with engineers.
Coordinating disclosure.
Deciding when to stop.
These responsibilities require context.
An AI system may eventually handle parts of them, but they are qualitatively different from locating suspicious code.
Human Authorization Will Remain a Core Boundary
The more autonomous security tools become, the more important explicit authorization becomes.
A manual researcher can notice that a discovered hostname belongs to another provider and decide not to continue.
An autonomous system needs a machine-enforceable boundary.
A security agent capable of vulnerability research should not interpret technical reachability as permission.
The organization must define what may be tested.
Which domains?
Which accounts?
Which environments?
Which data?
Which testing techniques?
Which third parties?
What stop conditions apply?
This principle will become more important rather than less important as AI testing speed increases.
An autonomous researcher capable of performing thousands of operations quickly needs stronger scope controls than a slow manual workflow.
Human Judgment Will Shift Toward High-Impact Decisions
The future researcher will likely spend less time on repetitive enumeration.
More attention will go toward decisions where context and consequences matter.
Is this attack path realistic?
Should we continue exploitation?
Is this operation safe in production?
Does this behavior violate actual business intent?
Does the client consider this data sensitive?
Is the finding one vulnerability or several?
How should severity be communicated?
Should disclosure be coordinated immediately?
Does remediation truly solve the root cause?
AI can provide supporting analysis.
The human remains accountable for security judgment.
Human Researchers Will Challenge AI Conclusions
AI-generated technical analysis can be extremely convincing.
That makes skepticism important.
A future senior security researcher may spend much of their time challenging machine-generated hypotheses.
Where is the attacker control?
Show the reachable function.
Which permission is missing?
What configuration makes this possible?
Does the runtime behavior match the code interpretation?
Can we prove cross-user impact with a controlled test?
Why is the model assigning critical severity?
This is not resistance to automation.
It is quality control.
As candidate generation becomes cheaper, rigorous verification becomes the expensive and valuable layer.
Humans Will Matter Most Where Business Logic Matters
Some of the most serious vulnerabilities do not involve obviously broken code.
Every individual operation may work exactly as developers intended.
The vulnerability exists because those operations can be combined in a way the business did not anticipate.
A customer can repeatedly perform an action that should have a limit.
A user can manipulate a sequence of otherwise valid financial states.
An AI agent can combine two legitimate tools to cross a permission boundary.
Understanding these issues requires understanding product intent.
AI models will improve at this.
But product-specific business context remains one of the strongest reasons human experts will stay deeply involved in high-value penetration testing.
The Future Researcher Will Manage Teams of Security Agents
A useful way to think about the evolution is not “AI versus pentester.”
It is one pentester with many AI researchers.
One agent maps APIs.
Another analyzes source code.
Another compares user roles.
Another investigates authentication.
Another builds attack-path graphs.
Another analyzes AI tools and permissions.
Another searches related vulnerabilities after a finding is validated.
The human researcher coordinates them.
They determine which hypotheses deserve escalation.
They control high-impact validation.
They reconcile contradictions.
They decide what enters the final report.
This structure can dramatically increase the leverage of an experienced security professional.
The scarcity moves from hands performing every analysis step toward judgment directing many simultaneous investigations.
Autonomous Security Research Will Create New Security Risks
Security agents themselves will become privileged software.
A powerful autonomous penetration-testing agent may have access to:
source code,
test credentials,
internal systems,
vulnerability information,
cloud environments,
and potentially exploit capabilities.
That makes the security agent a high-value target.
Future cybersecurity teams will therefore need to secure their own autonomous researchers.
Which environments can they access?
Where are credentials stored?
Can malicious code in the target manipulate the researcher?
Can an indirect prompt injection inside source comments redirect the security agent?
Can sensitive vulnerability information leave the approved environment?
Can the agent execute high-impact actions without approval?
Autonomous security systems inherit many of the same agentic risks they are designed to investigate.
Security Research Agents Need Least Privilege Too
Giving a penetration-testing AI unrestricted access to every corporate environment would reproduce the same excessive-agency problem that security teams warn product developers about.
Security agents should receive capability according to task.
A source-review agent may need repository access.
It may not need production credentials.
A web application testing agent may need approved test accounts.
It should not automatically receive cloud administrator access.
A patch-analysis agent may need repository write capability inside a controlled branch.
It should not deploy directly to production.
Least privilege remains a fundamental security principle even when the privileged actor is itself a security system.
Autonomous Pentesting Will Need Machine-Readable Rules of Engagement
Traditional penetration-test scope documents are often written primarily for humans.
Autonomous security research will require technical enforcement of those rules.
Approved targets can be represented explicitly.
Excluded targets blocked.
Maximum request rates defined.
Destructive actions disabled.
Sensitive operations require human approval.
Network boundaries enforced.
Agent credentials limited.
Testing logs retained.
The Rules of Engagement become part of the security-agent architecture rather than merely a PDF attached to a contract.
This is likely to become an important area of professional penetration-testing infrastructure.
AI Will Increase Both Offensive and Defensive Speed
The most consequential cybersecurity effect of AI may simply be compression of time.
Vulnerability research becomes faster.
Exploitability analysis becomes faster.
Code understanding becomes faster.
Patch analysis becomes faster.
Attack-path exploration becomes faster.
Defenders benefit.
Attackers potentially benefit as well.
Anthropic’s Project Glasswing is explicitly motivated by the expectation that increasingly capable cyber models will become more widely available, creating pressure for defenders to adapt before equivalent capability becomes easy for malicious actors to use.
NIST is also actively investing in applying advanced AI to cybersecurity challenges through public-private initiatives, describing these efforts as aimed at producing deployable high-impact security solutions.
Cybersecurity therefore becomes increasingly a race between two automated pipelines.
Who discovers the weakness first?
Who validates it first?
Who deploys remediation first?
Who operationalizes exploitation first?
Speed becomes strategic.
The Vulnerability Window Will Shrink
Historically, technically difficult vulnerabilities may remain unexploited for some time because weaponization requires specialist expertise.
AI can reduce that friction.
A newly disclosed patch contains clues about the underlying vulnerability.
An automated system can compare the patched and unpatched versions.
It can reason about what changed.
It can generate candidate exploitation paths.
It can test those paths.
This means organizations should not assume that complex vulnerabilities create a long natural delay between disclosure and exploitation.
Patch deployment speed becomes increasingly important.
The security process must therefore improve from end to end.
Faster discovery without faster remediation creates more pressure, not less.
Asset Visibility Will Become Even More Important
If vulnerability intelligence arrives faster, organizations need to know whether they are affected quickly.
Which version is deployed?
Where?
Which customers depend on it?
Which internet-facing systems use the component?
Which patch can be applied?
Security teams cannot respond effectively to machine-speed vulnerability research if asset inventory remains manual and incomplete.
AI therefore does not make foundational cybersecurity practices obsolete.
It makes them more important.
Advanced discovery has limited value if the organization cannot identify where the vulnerable software exists.
AI Will Increase the Value of Secure-by-Design Engineering
One possible reaction to better vulnerability discovery is to assume that future AI will find and fix every software bug automatically.
That is a dangerous strategy.
Even perfect discovery would not eliminate the operational cost of vulnerable design.
Production patches carry risk.
Emergency updates create disruption.
Customer incidents damage trust.
Architectural flaws can be difficult to retrofit.
The strongest security strategy remains preventing entire classes of vulnerabilities during design.
Strong authorization.
Least privilege.
Memory-safe development where appropriate.
Tenant isolation.
Safe API patterns.
Input validation.
Secure defaults.
Careful agent permissions.
AI can help enforce these practices, but it does not make them unnecessary.
AI-Native Security Will Begin During Architecture Design
Security agents may eventually participate before code exists.
A product team proposes an architecture.
The AI security system identifies high-risk trust relationships.
The planned AI agent has access to both confidential documents and external messaging.
The security system highlights the possible data-exfiltration path.
The RAG layer uses one shared index for several tenants.
The security agent recommends authorization before retrieval.
One service account would provide global write access.
The agent recommends separating permissions before implementation.
This is potentially more valuable than discovering vulnerabilities after development because the attack path can be removed while architecture remains flexible.
Threat Modeling Will Become Continuous
Threat models are often created once and then become stale.
AI systems can maintain them dynamically.
A new tool is added.
The threat graph updates.
An agent receives broader permissions.
New attack paths appear.
A new external integration is connected.
The system flags new data-flow boundaries.
A new vulnerability is discovered.
Related assumptions are automatically reevaluated.
This creates a living security model rather than a static architecture diagram.
For complex AI-native applications, that may eventually become essential.
AI Security Operations Will Become More Agentic
The impact extends beyond penetration testing.
Security operations can also become increasingly autonomous.
Agents can triage alerts.
Correlate events.
Investigate suspicious behavior.
Query infrastructure.
Compare identities.
Generate containment recommendations.
Potentially perform constrained containment actions.
Anthropic has publicly described advanced cyber models as useful not only for vulnerability discovery but also for penetration testing, automated threat detection and response, patching and broader defensive work.
The boundary between offensive research and defensive operations may therefore become more fluid.
A vulnerability research agent discovers a weakness.
A monitoring agent looks for evidence of exploitation.
A remediation agent prepares a patch.
An infrastructure agent identifies affected deployments.
A verification agent confirms the patch.
Human operators govern the process.
Incident Response Will Become Faster — but Needs Stronger Governance
Autonomous response can reduce the time between detection and containment.
That can be valuable.
It can also create serious risk if an AI security system makes an incorrect high-impact decision.
An agent that recommends isolating a server is one thing.
An agent that automatically disables critical infrastructure is another.
Security operations will therefore face the same autonomy question as ordinary AI products.
Which actions can run automatically?
Which require approval?
Which permissions should the agent possess?
What happens when an attacker manipulates its evidence?
How is every action audited?
As AI becomes part of defensive infrastructure, AI security governance becomes cybersecurity infrastructure governance.
Future Security Systems Will Be Built Around Confidence and Evidence
A mature autonomous research system should not simply produce binary answers.
It should represent uncertainty.
Candidate vulnerability.
High-confidence candidate.
Reproduced condition.
Confirmed vulnerability.
Validated exploitability.
Confirmed business impact.
Remediated.
Retested.
This gives human security teams visibility into where evidence exists and where the AI is reasoning probabilistically.
It also prevents polished model output from being confused with validated technical truth.
The strongest AI security platforms will probably expose the chain of evidence behind findings rather than only final conclusions.
Evidence Will Become More Valuable Than Explanation
Language models are exceptionally good at explanation.
Future models will become even better.
That means explanations themselves become less scarce.
Evidence remains scarce.
A good vulnerability report needs:
the affected component,
the attacker prerequisites,
the reproducible condition,
the failed security property,
and the demonstrated impact.
A persuasive paragraph does not substitute for those elements.
This distinction will define high-quality AI-assisted penetration testing.
Security Reporting Will Become More Contextual
AI can also help improve what happens after a finding is validated.
Instead of generic scanner output, reports can explain the vulnerability in the context of the actual application.
How the user reaches the workflow.
Which permission fails.
Which downstream system becomes exposed.
How several findings form an attack path.
Which architectural change would remove the root cause.
This is an area where AI generation is genuinely useful because the model can synthesize technical context after the researcher has established the evidence.
The result should be fewer generic vulnerability descriptions and more decision-ready security reports.
Remediation Guidance Will Become More Specific
Traditional scanners frequently produce generic advice:
“Validate input.”
“Implement proper authorization.”
“Update the affected component.”
AI with source and architectural context can provide more precise remediation analysis.
The permission check belongs in this service.
The shared service account should be replaced with delegated authorization.
The RAG query should restrict the eligible tenant set before similarity search.
This tool should be separated into read and write capabilities.
The model output should not be passed directly into this downstream interpreter.
The security researcher remains responsible for validating whether the recommendation fits the system.
But engineering receives substantially more useful context.
Security Testing Will Become More Frequent
If AI reduces the marginal cost of deep analysis, companies can test more often.
Instead of one annual pentest, high-risk systems may receive continuous AI research combined with periodic human-led adversarial reviews.
Important releases may automatically trigger deeper analysis.
New AI tools may trigger agent-security testing.
New authentication flows may trigger role comparison.
A major dependency update may trigger targeted vulnerability research.
Manual penetration tests then become concentrated events where expert researchers attack the most important assumptions with the benefit of continuous prior analysis.
The Difference Between Scanning and Pentesting Will Remain Important
Even when AI becomes highly capable, running an automated security system will not automatically be equivalent to a professional penetration test.
A scanner looks broadly for weaknesses.
A penetration test answers a more contextual question:
How can an attacker compromise this particular system under these particular rules and permissions?
The future AI security platform may perform much more of the technical work involved in answering that question.
But the distinction remains valuable.
Security testing needs an attacker model.
Scope.
Business context.
Validation.
Impact.
Human accountability.
Without those elements, high-volume automated research can still become sophisticated scanning rather than genuine penetration testing.
Organizations Will Need Different Levels of Autonomous Security
Not every environment requires the same degree of automation.
A development repository may permit highly autonomous analysis.
A staging environment may allow controlled exploitation.
A production environment may require human approval before active validation.
Critical infrastructure may apply even stronger operational restrictions.
Future security architectures will therefore likely define autonomy tiers.
Observe.
Analyze.
Recommend.
Test safely.
Perform state-changing validation.
Contain.
Remediate.
Different systems and actions can stop at different levels.
This allows organizations to gain the speed of automation without giving every security agent unrestricted authority.
The Human Security Researcher Becomes More Strategic
As AI absorbs more repetitive tasks, researchers can concentrate on the questions that determine real risk.
Which assumptions matter most?
Which attack paths would be catastrophic?
Where is architecture overprivileged?
Which automated finding deserves urgent investigation?
Where can validation stop safely?
Which vulnerability represents a systemic design problem?
Which controls would eliminate the entire class of weakness?
This is higher-level security work.
The penetration tester becomes less of a person manually sending every request and more of a person directing a high-capability investigation.
Security Expertise Will Still Separate Good AI Use From Bad AI Use
The same model can produce radically different results depending on the person directing it.
An experienced security researcher understands which hypothesis is interesting.
They know when a response difference is meaningless.
They recognize when one missing check probably indicates a broader authorization problem.
They know when an exploit chain is unrealistic.
They can identify when a model has confidently misunderstood the technology.
AI amplifies that expertise.
It does not automatically create it.
This is why organizations should be cautious about equating access to powerful models with access to senior-level cybersecurity judgment.
The Future Security Team Will Be Smaller Per Unit of Software — but Responsible for More
If one researcher can direct multiple AI agents, the amount of software each security professional can cover increases.
A small team may be able to investigate codebases that previously required much larger groups.
Open-source maintainers may gain access to analysis previously available only to well-funded organizations.
Internal AppSec teams may evaluate more releases.
Security becomes more scalable.
But the amount of responsibility per human reviewer also increases.
A senior researcher may approve actions from many autonomous systems.
Governance and tooling therefore need to ensure that increased leverage does not become reduced oversight.
AI Could Strengthen Open-Source Security Significantly
Open-source software is one of the clearest opportunities for autonomous vulnerability research.
Widely used libraries can underpin enormous portions of digital infrastructure while being maintained by relatively small teams.
AI can dramatically increase the amount of security analysis available to these projects.
DARPA’s AI Cyber Challenge focused on open-source software relevant to critical infrastructure and released the finalists’ cyber reasoning systems for broader use.
Anthropic’s Project Glasswing has similarly applied Mythos research to large numbers of open-source projects while developing coordinated disclosure processes around the resulting findings.
The challenge is ensuring that discovery does not overwhelm maintainers.
Future defensive infrastructure therefore needs to help with triage, disclosure, patch creation and verification as aggressively as it helps with vulnerability discovery.
Defenders Need a Permanent Speed Advantage
Anthropic frames Project Glasswing partly around giving defenders time to adapt before Mythos-class cyber capabilities become more broadly available.
Whether or not the precise timing predictions of any one model provider are correct, the underlying strategic problem is clear.
Advanced cyber reasoning capabilities are improving.
Defenders should assume attackers will eventually gain comparable automation.
The sustainable defensive advantage cannot therefore depend only on exclusive access to one powerful model.
It needs to come from better systems.
Secure development.
Fast asset identification.
Continuous testing.
Reliable validation.
Rapid patching.
Strong monitoring.
Well-designed authorization.
Incident response.
Organizations need security pipelines capable of operating at comparable speed.
Autonomous Security Research Will Not Eliminate Responsible Disclosure
If anything, disclosure becomes more important.
Finding unknown vulnerabilities at machine scale creates potentially sensitive information at machine scale.
Security systems cannot simply publish every confirmed issue immediately.
Maintainers need time to understand and fix vulnerabilities.
Users need patches.
Critical infrastructure may require coordinated rollout.
Anthropic’s disclosure pipeline uses human review and coordinated reporting for precisely this reason.
Future autonomous research platforms will need disclosure governance built into the workflow.
Discovery and publication should remain separate actions.
Frontier AI Security Will Remain Dual Use
The same capability that finds vulnerabilities for defenders can help attackers understand vulnerable systems.
The same reasoning that validates a patch can help analyze the weakness the patch reveals.
The same agent that simulates attack paths during a penetration test can potentially be used outside authorized environments.
This dual-use nature is one reason advanced cyber capabilities require careful access, monitoring and authorization.
Project Glasswing’s controlled access model is one current example of how the industry is trying to navigate that balance.
The broader challenge will remain even as specific models change.
Cybersecurity knowledge is fundamentally useful to both attack and defense.
AI-Native Security Will Be Built on Traditional Cybersecurity Principles
It would be easy to assume that increasingly powerful AI demands completely new security theory.
Some new attack surfaces genuinely require new techniques.
But many of the strongest controls remain familiar.
Authentication.
Authorization.
Least privilege.
Segmentation.
Asset visibility.
Input validation.
Secure software design.
Logging.
Incident response.
Responsible disclosure.
Defense in depth.
The model adds a probabilistic reasoning layer.
The surrounding security architecture still benefits from deterministic controls.
OWASP’s agentic-security work reinforces this direction by treating autonomous agents as systems that require lifecycle security, tool controls, trust boundaries and governance rather than assuming model alignment alone can solve the problem.
The Future Pentest Will Assume the AI Can Fail
One of the strongest principles developed throughout modern AI security is that the application should remain secure even when the model behaves incorrectly.
The same assumption should guide future penetration-testing architectures.
Security agents can make mistakes.
They can produce false positives.
They can misinterpret code.
They can choose unsafe tests.
They can be manipulated by information inside the target environment.
The autonomous security system therefore also needs deterministic boundaries.
A secure research environment should assume its own AI can fail.
That symmetry is important.
We should not design security tools using weaker principles than the applications they are testing.
What Organizations Should Do Now
Organizations do not need to wait for fully autonomous penetration testers before adapting.
The transition is already underway.
Security teams can begin by improving the quality of the data and architecture that future AI systems will need.
Maintain accurate asset inventories.
Keep authorization logic explicit.
Improve logging.
Document trust boundaries.
Preserve source-to-production traceability.
Automate test environments.
Build strong remediation ownership.
Create clear Rules of Engagement.
Treat AI-generated findings as candidates until validated.
Integrate security earlier into development.
These practices improve cybersecurity today.
They also make organizations much better prepared for increasingly autonomous security research.
Start Using AI as an Accelerator, Not an Authority
The safest adoption model is gradual.
Use AI to understand code.
Map attack surfaces.
Compare roles.
Generate hypotheses.
Analyze related paths.
Assist reporting.
But maintain human validation around high-impact conclusions.
The organization gains productivity without immediately delegating critical security decisions to an unproven autonomous system.
As confidence grows, more low-risk tasks can become autonomous.
This mirrors how other forms of infrastructure automation matured.
Build Validation Capacity Before Candidate Volume Explodes
Organizations experimenting with AI vulnerability discovery should prepare for success.
If the tool becomes significantly better, what happens to the findings?
Who reproduces them?
Who deduplicates them?
Who owns remediation?
Which issues are escalated immediately?
How are fixes retested?
If these processes remain manual and understaffed, improved discovery can create a large backlog rather than stronger security.
Anthropic’s current Glasswing experience provides a clear preview of this problem: vulnerability generation scaled faster than human triage and patching.
The whole pipeline needs to evolve.
Design AI Products So Autonomous Security Can Test Them
AI applications themselves should also become easier to test.
Keep user identity visible through tool chains.
Make agent actions auditable.
Expose meaningful authorization decisions.
Separate read and write capabilities.
Keep tools narrow.
Maintain test tenants.
Allow safe staging environments.
Document RAG data flows.
Provide ways to disable individual tools.
These architectural properties benefit ordinary incident response and also make autonomous security research more reliable.
An opaque agent architecture is difficult for humans and AI testers alike.
The Future of AI Cybersecurity Is Human-Governed Autonomy
The cybersecurity industry is moving toward more automation.
That direction is difficult to reverse because the economics are compelling.
AI can inspect more code.
Explore more hypotheses.
Operate continuously.
Assist remediation.
And eventually manage large portions of routine security research without constant human input.
DARPA’s AI Cyber Challenge demonstrated autonomous vulnerability discovery and patching across large real-world codebases. Project Glasswing has demonstrated how frontier models can generate vulnerability research at a scale where human verification and remediation become limiting factors. OWASP’s rapidly expanding agentic-security ecosystem shows that security practice is already moving toward environments where autonomous agents, tools, MCP connections and multi-agent systems must be tested as complete applications.
These are not distant theoretical signals.
They are early versions of the future security workflow.
The manual pentester will not simply disappear.
The role evolves.
Instead of personally performing every analytical operation, the researcher increasingly directs autonomous systems capable of exploring enormous technical surfaces.
Instead of spending most of the engagement looking for suspicious behavior, the researcher spends more time determining which findings are real.
Instead of reviewing vulnerabilities one by one, security teams reason about complete attack graphs.
Instead of waiting months between assessments, automated research continues between releases.
Instead of stopping at discovery, AI participates in patch development and retesting.
But human authorization remains essential.
Human judgment remains essential.
Evidence remains essential.
Business context remains essential.
Responsible disclosure remains essential.
The future of cybersecurity is therefore not fully manual and it is not blindly autonomous.
It is human-governed autonomous security research.
AI provides breadth, speed and persistence.
Experienced security researchers provide scope, skepticism, impact analysis and accountability.
That combination is likely to define the next generation of penetration testing.
Frequently Asked Questions About the Future of AI Cybersecurity
Will AI replace penetration testers?
AI is more likely to transform the penetration-testing workflow than eliminate penetration testers. Autonomous systems can increasingly perform code analysis, attack-surface mapping, vulnerability hypothesis generation and parts of validation, while humans remain important for authorization, business logic, production safety, severity and final evidence review.
Can AI already find vulnerabilities autonomously?
Yes. DARPA’s AI Cyber Challenge demonstrated autonomous cyber reasoning systems capable of identifying and patching vulnerabilities in large real-world codebases, including previously unknown non-synthetic vulnerabilities discovered during the competition.
What is autonomous security research?
Autonomous security research is the use of AI systems capable of independently analyzing software, generating security hypotheses, investigating candidate vulnerabilities and potentially assisting with remediation with significantly less step-by-step human direction than traditional security tooling.
Is autonomous pentesting the same as vulnerability scanning?
No. Traditional scanners primarily execute predefined tests or signatures. Autonomous penetration-testing systems can increasingly reason about target architecture, adapt their investigation according to earlier results and explore multi-stage attack paths. Professional pentesting still requires authorization, contextual validation and impact analysis.
What did DARPA’s AI Cyber Challenge demonstrate?
DARPA reported that AIxCC finalists’ cyber reasoning systems analyzed more than 54 million lines of code, identified 86% of synthetic vulnerabilities in the final competition, discovered 18 real non-synthetic vulnerabilities and produced patches for real and synthetic weaknesses.
What does Project Glasswing show about AI cybersecurity?
Project Glasswing provides evidence that frontier models can generate large volumes of real vulnerability candidates across production and open-source software. Anthropic reports that the increasing bottleneck has shifted toward human verification, disclosure and patching rather than simply finding potential vulnerabilities.
Why will human vulnerability validation still matter?
AI can misunderstand reachability, application configuration, attacker control or business context. Human researchers provide independent reproduction and determine whether a candidate weakness becomes a realistic security attack path. Anthropic’s own coordinated disclosure pipeline continues to use external human review before candidate findings are treated as confirmed vulnerabilities.
Will AI make cyberattacks faster?
AI can reduce the effort required for tasks such as code understanding, vulnerability analysis and attack-path exploration, which can benefit attackers as well as defenders. This dual-use problem is one reason advanced cyber capabilities are being deployed cautiously and why defensive organizations are investing in faster vulnerability discovery and remediation.
How will AI change red teaming?
AI red teaming is expanding beyond chatbot jailbreak testing toward complete application assessment. OWASP’s current guidance includes RAG, tool-calling agents, MCP systems and multi-agent workflows and specifically encourages evaluation based on realistic attack models rather than superficial prompt-only testing.
Will AI automatically patch vulnerabilities?
AI systems have already demonstrated the ability to generate useful patches, including during DARPA’s AI Cyber Challenge, and Anthropic reports Glasswing participants using frontier models to assist patching. Human or independent validation remains important because a generated patch still needs to be checked for correctness and whether it genuinely restores the intended security property.
What will the penetration tester’s role look like in the future?
The penetration tester will increasingly act as an investigator and orchestrator rather than manually performing every technical step. AI systems may handle reconnaissance, source analysis and candidate generation, while senior researchers direct investigations, validate high-impact attack paths, control scope and interpret real business risk.
Should companies stop using traditional penetration testing as AI security tools improve?
No. AI-assisted analysis can increase coverage and frequency, but human-led penetration testing remains valuable for business logic, runtime behavior, complex authorization, production safety and contextual attack-path validation. The strongest security model combines continuous automated research with periodic deep human assessment.
What should companies do now to prepare for autonomous security research?
Organizations should improve asset visibility, authorization architecture, logging, test environments, source-code traceability, remediation ownership and Rules of Engagement. They should also build processes for validating and prioritizing AI-generated vulnerability candidates before candidate volume increases.
What is the biggest future challenge in AI cybersecurity?
One of the largest challenges may be scaling verification and remediation at the same rate as vulnerability discovery. Existing frontier-model research already shows that candidate generation can outpace the human capacity required to triage, disclose and patch security issues.
What will ultimately define secure AI-native organizations?
Organizations that can combine AI-speed discovery with strong human governance, secure architecture and fast remediation will have the strongest position. The long-term advantage is unlikely to come from using one particular model; it will come from building a security system capable of continuously discovering, validating and removing attack paths.

Evie Roybal is 32 years old and the founder of an open-source crypto platform. She is a self-starter who has always been interested in new technologies, and she has a strong belief in the power of blockchain technology to change the world for the better. Evie is originally from Colorado, but she has spent most of her adult life living in various parts of Asia. She is currently based in Hong Kong.

