Claude Mythos Preview is Anthropic's gated frontier model for advanced coding and cybersecurity work. It is being used inside Project Glasswing to help trusted defenders find, verify and patch serious software vulnerabilities before similarly capable AI systems become widely available to attackers.

Quick Answer: What Is Claude Mythos?

Claude Mythos Preview is not a public chatbot. It is an unreleased, general-purpose Anthropic frontier model with unusually strong software security capability. Anthropic and selected partners are using it defensively to analyse critical codebases, identify vulnerability candidates, construct proof paths, and accelerate remediation through Project Glasswing.

QuestionShort answer
What is it?A gated Anthropic frontier model preview focused on high-end coding and cyber reasoning.
Is it public?No. Anthropic describes it as unreleased and available through a controlled research preview for Project Glasswing participants.
What does it do?It reads complex code, finds vulnerability candidates, reasons about exploitability, and helps defenders prioritise fixes.
Why does it matter?It suggests frontier AI can shift vulnerability discovery from scarce expert labour to high-scale automated analysis.
Biggest caveatFinding flaws is now easier than verifying, disclosing, patching and safely deploying fixes.

Claude Mythos in Plain English

A practical way to define Claude Mythos is this: it is a powerful AI security researcher in model form, currently restricted to selected defenders.

The important distinction is that Mythos is not just a scanner. Traditional static analysis tools usually look for known bug patterns. Mythos appears to combine several abilities that are valuable in real security research:

  • It can read and reason about large, unfamiliar codebases.
  • It can form hypotheses about where vulnerabilities may exist.
  • It can evaluate whether a flaw is likely to be exploitable.
  • It can produce proof artefacts for security teams to review.
  • It can connect low-level bugs into more serious chains when the risk is real.
  • It can help teams move from vague suspicion to actionable engineering work.

That combination is why Anthropic has treated Mythos as both a defensive opportunity and a safety concern. The same capability that helps a trusted maintainer harden software could also help an attacker find weaknesses faster if released without controls.

The Key Facts

FactVerified detailWhy it matters
Model nameClaude Mythos Preview, also described by Anthropic as Mythos PreviewIt is a preview model, not a general commercial Claude release.
CompanyAnthropicThe work sits within Anthropic's frontier model and red-team programmes.
ProgrammeProject GlasswingGlasswing is the defensive initiative that gives selected organisations access.
Access modelGated research previewAccess is limited to launch partners and additional critical infrastructure organisations.
Launch partnersAWS, Anthropic, Apple, Broadcom, Cisco, CrowdStrike, Google, JPMorganChase, the Linux Foundation, Microsoft, NVIDIA and Palo Alto NetworksThe partner list shows the focus on systemically important infrastructure.
Additional participantsMore than 40 organisations according to Anthropic's project pageThe project extends beyond the named launch partners.
Credits committedUp to US$100 million in usage creditsAnthropic is subsidising defensive use during the preview.
Open-source donationsUS$4 million in direct donationsThis recognises that open-source maintainers carry major security burden.
Price stated for participantsUS$25 per million input tokens and US$125 per million output tokensThe preview is priced like a very high-end frontier model.
Stated channelsClaude API, Amazon Bedrock, Google Cloud Vertex AI and Microsoft FoundryAnthropic indicates access through major enterprise AI platforms.

What Project Glasswing Is Trying To Do

Project Glasswing is the container around Claude Mythos. Anthropic frames it as an attempt to secure critical software before advanced AI cyber capability diffuses more widely.

Project Glasswing elementDescription
GoalHelp defenders identify and fix serious vulnerabilities in critical software.
RationaleFrontier AI is getting better at finding and exploiting software flaws, so defenders need early access to comparable capability.
ParticipantsLarge platform companies, security firms, open-source organisations and critical software maintainers.
MethodGive selected teams access to Mythos Preview, collect lessons, and support coordinated remediation.
Public reporting limitMany findings cannot be disclosed immediately because unpatched vulnerabilities would create risk for end users.
Success conditionFaster verification, coordinated disclosure, patching and adoption by users.

The phrase that matters is defensive head start. Anthropic is betting that giving trusted maintainers access before broad release can reduce the number of latent vulnerabilities that attackers may later exploit.

What Claude Mythos Has Reportedly Found

Anthropic's May 2026 Project Glasswing update reported large early numbers. These figures should be read carefully because some are candidates, some are reviewed findings, and some are confirmed high or critical vulnerabilities.

MetricReported figureSource context
Total high or critical vulnerabilities found across Project Glasswing partnersMore than 10,000Anthropic's one-month Glasswing update.
Open-source projects scanned by AnthropicMore than 1,000Anthropic's open-source scan programme.
Total open-source vulnerability candidates23,019Includes estimated low, medium, high and critical candidates.
Estimated high or critical open-source candidates6,202Model-estimated severity before complete external review.
High or critical candidates carefully assessed1,752Reviewed by six independent security research firms or Anthropic in a small number of cases.
Reviewed findings that were valid true positives1,587, or 90.6 per centAnthropic's reported post-triage validity rate for reviewed candidates.
Reviewed findings confirmed high or critical1,094, or 62.4 per cent of assessed candidatesAnthropic's reported high or critical confirmation result.
Projected confirmed high or critical findings from current candidatesNearly 3,900Anthropic's projection using current post-triage rates.
Cloudflare findings2,000 bugs, including 400 high or criticalReported by Anthropic and discussed by Cloudflare.
Mozilla Firefox hardening271 vulnerabilities found and fixed in Firefox 150 while testing Mythos PreviewReported by Mozilla and cited by Anthropic.

These numbers do not mean 23,019 proven emergency vulnerabilities. They mean Mythos produced a large pipeline of candidates, a significant subset has been reviewed, and the reviewed subset has produced unusually high true-positive and high-severity rates for this kind of work.

Why The Numbers Are Unusual

Most security programmes are constrained by expert time. A high-quality vulnerability report is not just a line of suspicious code. It needs reproduction, severity assessment, affected version analysis, patch design, disclosure handling and deployment.

Claude Mythos changes the first half of that equation:

  • Discovery becomes much cheaper.
  • Candidate volume increases sharply.
  • Security teams receive more plausible leads.
  • Verification and patching become the bottleneck.
  • Organisations need better triage and coordinated disclosure processes.
Old bottleneckMythos-era bottleneck
Finding enough vulnerability candidatesSorting, verifying and safely disclosing many candidates.
Hiring enough elite exploit researchersPairing model output with trusted human review and engineering judgement.
Running narrow scanners against known patternsAssessing model-generated chains that may combine multiple subtle weaknesses.
Writing isolated bug reportsManaging remediation across dependencies, downstream users and patch windows.

This is the strategic point in Anthropic's update: software security may no longer be limited primarily by finding bugs. It may be limited by how quickly organisations can turn findings into safe fixes.

How Claude Mythos Works In A Defensive Workflow

Anthropic has not published a complete implementation blueprint for Mythos, and it should not reveal details that would help attackers. But the public descriptions show a rough workflow.

StageWhat happensHuman role
Scope selectionA trusted team points Mythos at a codebase or security-relevant component.Choose authorised targets and set safe boundaries.
Code analysisMythos reads source, architecture and behaviour to find suspicious paths.Provide context and remove irrelevant areas.
Candidate generationThe model proposes vulnerability candidates and explains why they may matter.Reject weak leads and prioritise plausible ones.
Proof workThe model may generate tests, triggers or proof artefacts to assess exploitability.Validate safely in controlled environments.
TriageFindings are rated by severity, exploitability and affected users.Apply security judgement, product context and responsible disclosure rules.
RemediationEngineers patch, test and release fixes.Own the patch, release and customer communication.
DisclosurePublic details are delayed until users have a reasonable chance to update.Coordinate with maintainers, vendors and affected ecosystems.

The workflow only works if it is embedded inside a mature security organisation. Mythos may accelerate research, but it does not remove accountability from maintainers, security engineers or vendors.

What Makes Mythos Different From A Normal Vulnerability Scanner?

CapabilityTraditional scannerClaude Mythos Preview
Pattern matchingStrong for known classes and signaturesCan reason beyond fixed signatures.
Codebase understandingUsually local and rule basedCan analyse unfamiliar systems with broader context.
Exploitability reasoningOften limited or heuristicReportedly stronger at judging whether a bug can be turned into a real chain.
Proof generationOften requires a human researcherCan produce proof artefacts in some controlled settings.
False positivesCan be high, especially for static analysisAnthropic reports high true-positive rates on reviewed Mythos candidates, but those results are context-specific.
Safety riskMostly limited by tool permissions and rule designHigher dual-use risk because advanced reasoning can assist offence as well as defence.

The simplest interpretation is that Mythos sits closer to an autonomous security researcher than to a conventional scanner. That is powerful, but it also demands stricter access controls.

Why Anthropic Is Restricting Access

Anthropic's own red-team writing is clear that Mythos-class cyber capability is dual-use. In defensive hands, it can harden critical systems. In malicious hands, it can speed up vulnerability discovery and exploit development.

Reasons for restricted access include:

  • Many findings are not patched yet.
  • Publicly revealing detailed examples could put users at risk.
  • Sophisticated exploit reasoning can be misused.
  • The model may lower the expertise barrier for advanced vulnerability work.
  • Safety controls need to be tested under real defensive use before broader release.
  • Industry needs time to improve patch pipelines and coordinated disclosure.
RiskControl Anthropic appears to be using
Abuse by attackersGated preview rather than public release.
Harm from unpatched findingsCoordinated vulnerability disclosure and delayed technical detail.
Overwhelming maintainersPartnering with major vendors and funding open-source security.
Misleading model outputExternal review by security firms and partner teams.
Public panic over raw countsAggregate reporting rather than full exploit disclosure.

The Open-Source Security Problem

The open-source results are especially important because modern software depends on deep stacks of shared libraries. A flaw in one widely used component can affect products, cloud services, embedded devices and downstream applications.

Anthropic reported scans across more than 1,000 open-source projects. The point is not that open source is uniquely insecure. The point is that open source is uniquely systemic. It is everywhere, and many maintainers do not have security teams large enough to absorb a sudden influx of AI-generated findings.

Open-source challengeWhy Mythos makes it more urgent
Maintainer capacityAI can create more reports than volunteer teams can process.
Dependency reachA single bug can propagate through many downstream systems.
Patch adoptionFixing upstream code is not enough if users do not upgrade.
Disclosure timingToo much detail too early can help attackers.
FundingSecurity work is often underfunded despite huge public benefit.

Anthropic's US$4 million donation commitment helps, but the larger lesson is structural: AI-assisted discovery will force the software ecosystem to invest more in triage, patch automation, dependency hygiene and maintainer support.

Claude Mythos Versus Other Claude Models

Model or termPublic statusCybersecurity role
Claude Mythos PreviewGated, unreleased research previewAdvanced security research for authorised Project Glasswing participants.
Claude Opus 4.6Publicly referenced prior frontier modelAnthropic says prior models were useful for identifying and fixing issues, but weaker at autonomous exploitation than Mythos.
Claude Opus 4.7 and general public modelsGenerally available models with stronger safeguardsUseful for defensive coding and security support, but not the same as Mythos Preview.
Mythos-class modelsFuture capability categoryA shorthand for models with similar or stronger cyber reasoning capability.

This distinction matters for readers searching for access. If someone asks, "Can I use Claude Mythos?" the practical answer is: not as a normal consumer or developer product. It is a controlled preview for selected defensive work.

What It Means For Software Teams

Claude Mythos should push software leaders to assume that vulnerability discovery is accelerating. Even if they never touch Mythos directly, they should prepare for a world where AI finds bugs faster than traditional security programmes can handle.

Priority actions:

  • Shorten patch cycles.
  • Maintain accurate software bills of materials.
  • Improve dependency update automation.
  • Pre-approve emergency release paths.
  • Invest in fuzzing, static analysis and human code review.
  • Use AI defensively for patch explanation, test generation and secure coding assistance.
  • Measure time from report to verified fix, not just number of reports closed.
TeamWhat to do now
Product engineeringTreat security fixes as core reliability work, not backlog hygiene.
Security engineeringBuild triage queues that can absorb more high-quality candidates.
Platform teamsImprove dependency visibility and automated rollout tooling.
ExecutivesFund remediation capacity, not just discovery tools.
Open-source maintainersDefine disclosure contacts, security policies and release playbooks before a surge arrives.
Procurement teamsAsk vendors how quickly they can patch AI-discovered issues.

What It Means For Frontier AI Labs

For frontier labs, Claude Mythos is a case study in responsible sequencing. When a model has strong cyber capability, the release question is not simply whether it performs well. It is who gets access, under what conditions, with what monitoring, and with what benefit to defenders.

Release questionWhy it matters
Who can access the model?Broad access can increase defensive reach, but also misuse risk.
What safeguards apply?Cyber policy controls must distinguish legitimate defence from harmful requests.
How are findings handled?Vulnerability disclosure needs operational discipline and trusted reviewers.
Who benefits first?Critical infrastructure and open-source maintainers may need priority access.
What gets published?Public evidence is needed, but exploit details can be dangerous before patches land.

The likely future is not a simple public launch. It is tiered access, auditable use, partner programmes and stronger evaluation standards for offensive cyber capability.

Limitations And Uncertainties

The public evidence is substantial, but not complete. Responsible analysis should separate verified facts from open questions.

AreaWhat is knownWhat remains uncertain
PerformanceAnthropic reports high true-positive rates for reviewed open-source candidates.Results may vary by codebase, language, harness and reviewer process.
SafetyAccess is gated and findings are disclosed carefully.The long-term release model for Mythos-class systems is not settled.
ProductivityPartners report large increases in bug-finding rates.The net remediation speed depends on human triage and patch capacity.
SeverityOver 1,000 reviewed findings were confirmed high or critical.Many candidates remain under review, so final totals may differ.
ReproducibilityIndependent partners such as Cloudflare and Mozilla have described useful results.Public details are intentionally limited until fixes are deployed.
Economic impactDiscovery cost is falling.The cost of verification, engineering and user patch adoption may rise.

Risks If The Industry Gets This Wrong

The main danger is not that AI finds bugs. Finding bugs is useful. The danger is an imbalance between discovery and repair.

  • Attackers may use similar models to discover flaws in unpatched systems.
  • Maintainers may be overwhelmed by report volume.
  • Vendors may ship rushed patches that create regressions.
  • Users may fail to update even after fixes exist.
  • Public disclosure may accidentally provide a roadmap for exploitation.
  • Security teams may trust model output without adequate human validation.
Failure modeConsequenceMitigation
Too many unactioned findingsBacklogs grow and attackers may rediscover the same flaws.Prioritise by exploitability, reach and available mitigations.
Poor disclosure practiceUsers face risk before patches are available.Use coordinated disclosure timelines and trusted channels.
Blind trust in model outputTeams waste effort or miss context.Require reproduction, peer review and safe test environments.
Slow patch adoptionKnown vulnerabilities stay exploitable.Automate updates and make patching easier for customers.
Unequal accessLarge firms improve while small maintainers fall behind.Fund open-source security and shared tooling.

A Practical Definition For Executives

Claude Mythos is a preview of AI-assisted vulnerability discovery at industrial scale. It shows that leading AI labs can now build models that do more than write code. They can reason about how complex software fails. The business implication is simple: security programmes must budget for remediation speed, dependency visibility and rapid patch deployment.

A Practical Definition For Developers

Claude Mythos is a restricted AI model that can act like a senior security reviewer across large codebases. It can identify suspicious control flow, memory-safety patterns, authentication flaws, parser issues and exploit chains. Developers should not treat it as magic. They should treat it as a source of high-quality leads that still require tests, patches and review.

FAQ

Is Claude Mythos available to the public?

No. Anthropic describes Claude Mythos Preview as an unreleased, gated research preview for Project Glasswing participants and selected critical software organisations.

Is Claude Mythos only for cybersecurity?

Anthropic calls it a general-purpose frontier model with strong coding and agentic capability. Its public significance comes from its unusually strong performance on computer security tasks.

Did Claude Mythos really find more than 10,000 vulnerabilities?

Anthropic says Project Glasswing partners used Mythos Preview to find more than 10,000 high or critical severity vulnerabilities across systemically important software. For open-source scans, Anthropic reported 23,019 total candidates and 6,202 estimated high or critical candidates, with a reviewed subset showing high validation rates.

Are all of those vulnerabilities public?

No. Most details are deliberately withheld while maintainers verify, patch and disclose issues safely. Anthropic cites standard coordinated vulnerability disclosure timelines, including 90 days after discovery or around 45 days after a patch is available.

Why not release Mythos to everyone if it helps defenders?

Because the same capability could help attackers. Anthropic is using restricted access, partner programmes and coordinated disclosure to give defenders a head start while reducing misuse risk.

What should ordinary software teams learn from Mythos?

The lesson is to prepare for faster vulnerability discovery. Teams should improve patch cycles, dependency management, incident response, secure coding practices and remediation capacity.

The Bottom Line

Claude Mythos is best understood as a restricted frontier AI model that shows how quickly cyber capability is advancing. It can help trusted defenders find serious vulnerabilities at a scale that would have been difficult with human labour alone. The hard part is no longer just discovery. The hard part is verification, disclosure, patching and making sure users actually receive the fixes.

Jason Futrill

About the author

Hi, I'm Jason Futrill.

I'm an tech professional and commentator exploring how intelligent systems are reshaping work, creativity, and society.

More about me