Skip to main content
AI CryptanalysisExplainerAug 3, 2026, 8:27 PM· 5 min read· #1 of 2 in ai

Anthropic's Claude AI Discovers Novel Weaknesses in Post-Quantum Cryptography Candidates

Anthropic's Claude Mythos Preview model autonomously identified mathematical flaws in a post-quantum encryption candidate and a reduced version of the AES standard. The discoveries, which do not affect current production systems, highlight AI's emerging role as an expert-level tool for stress-testing cybersecurity defenses.

By Sofia Matos

AI Security Researchers 40%Enterprise IT Practitioners 35%Cryptography Standards Bodies 25%
AI Security Researchers
View AI as a necessary evolution in defensive cybersecurity, capable of finding subtle mathematical flaws that human experts miss.
Enterprise IT Practitioners
Emphasize that current production systems are safe and caution against alarmism, while acknowledging the need to prepare for future cryptographic transitions.
Cryptography Standards Bodies
See AI stress-testing as a validation that the rigorous, multi-year evaluation process for new algorithms is working exactly as intended.

Why this matters

As the world prepares to migrate to quantum-resistant encryption, ensuring those new algorithms are bulletproof is critical. By using AI to find mathematical flaws before these systems are deployed, researchers are turning advanced models into defensive tools that can secure the digital economy.

Key points

  • Anthropic's Claude Mythos Preview autonomously discovered mathematical flaws in two cryptographic algorithms.
  • The AI found a weakness in HAWK, a post-quantum cryptography candidate, leading to its withdrawal from a NIST competition.
  • Claude also invented a novel technique to accelerate attacks on a weakened, research-only version of the AES standard.
  • No current production systems or real-world internet traffic are at risk from these discoveries.
60 hours
Time Claude spent finding the HAWK weakness
$100,000
Compute cost per study
200–800x
Speedup of attack on reduced-round AES
2^38
Reduced operations to attack HAWK's smallest parameter

Anthropic's Claude Mythos Preview has achieved a major milestone in artificial intelligence and cybersecurity: autonomously discovering novel mathematical weaknesses in widely studied cryptographic algorithms. The breakthrough demonstrates that frontier AI models are crossing a threshold from simply assisting human coders to conducting original, expert-level mathematical research.[1][5]

The frontier AI model identified flaws in two distinct encryption methods, including a candidate algorithm designed specifically to withstand attacks from future quantum computers. In both cases, the AI uncovered mathematical shortcuts that had eluded human cryptographers during years of rigorous peer review.[2][4]

While the word "vulnerability" often triggers alarm in the cybersecurity world, security experts emphasize that these discoveries do not affect any systems currently in production. Instead, the findings represent a triumph for defensive research, demonstrating how AI can stress-test our digital infrastructure before it is ever deployed in the real world.[1][7]

The computational cost and impact of Claude's cryptographic discoveries.
The computational cost and impact of Claude's cryptographic discoveries.

The most consequential discovery involves HAWK, a digital signature scheme that was under evaluation by the U.S. National Institute of Standards and Technology (NIST). Digital signatures are the mathematical mechanisms that verify authenticity whenever a user sends cryptocurrency, logs into online banking, or accesses a secure website.[2][6]

NIST has been running a multi-year competition to identify "post-quantum cryptography" (PQC) standards. These are algorithms capable of securing data against the eventual arrival of powerful quantum computers, which could theoretically break the encryption methods currently protecting the internet.[3][6]

HAWK had survived two full rounds of expert review over two years without any significant mathematical flaws being surfaced. It was considered a strong candidate due to its compact efficiency, making it highly attractive for widespread standardization.[4][6]

Operating in a semi-autonomous agentic harness, Claude Mythos Preview spent roughly 60 hours analyzing HAWK's underlying mathematics. The model conducted an extensive literature review, performed complex mathematical reasoning, and built an end-to-end verification pipeline to confirm its findings.[1][4]

How Claude Mythos Preview operated in a semi-autonomous harness to discover cryptographic flaws.
How Claude Mythos Preview operated in a semi-autonomous harness to discover cryptographic flaws.

The model ultimately discovered a "nontrivial automorphism"—a hidden mathematical symmetry within the complex lattice structure that HAWK relies on for its security. Prior research had established that finding such a symmetry would enable an attack, but human experts had not determined whether one actually existed in HAWK's specific lattice.[2][6]

Exploiting this newly discovered symmetry effectively cuts the algorithm's key strength in half. It reduces the estimated computational work required to attack HAWK's smallest challenge parameter from roughly 2^64 operations down to just 2^38 operations.[6]

Exploiting this newly discovered symmetry effectively cuts the algorithm's key strength in half.

To restore HAWK's intended security level, its developers would need to double the size of its cryptographic keys. However, doing so would erase the compact efficiency that made the algorithm a competitive candidate in the first place.[2][3]

Following standard responsible disclosure protocols, Anthropic notified HAWK's designers in June. Acknowledging that the required fixes would make the algorithm uncompetitive, the developers officially withdrew HAWK from the NIST competition on July 29.[2][3]

Claude's discovery of a mathematical symmetry cut the required operations to attack HAWK's smallest parameter significantly.
Claude's discovery of a mathematical symmetry cut the required operations to attack HAWK's smallest parameter significantly.

In a separate experiment, Claude Mythos Preview was tasked with analyzing the Advanced Encryption Standard (AES), the ubiquitous cipher adopted by NIST in 2001 that protects everything from HTTPS web traffic to classified government data.[1][4]

The AI did not break the full 10-round AES standard used in the real world. Instead, it analyzed a simplified, 7-round version commonly used by researchers to measure security margins and understand theoretical limits.[2][7]

Working largely on its own, the model autonomously invented a novel mathematical shortcut it named the "Möbius Bridge." This new technique accelerated the best-known attacks on the reduced AES variant by 200 to 800 times.[2][4]

Even with this massive speedup, the attack remains purely theoretical. Executing it would require an impossible amount of target data—over 400 octillion messages—ensuring that real-world AES encryption remains completely safe.[2]

The true significance of the AES result lies not in immediate danger, but in the methodology. The fact that an AI model was able to invent and name a mathematical technique that had eluded human cryptographers for decades marks a paradigm shift in security research.[4]

Anthropic estimates that each of these two research studies cost approximately $100,000 in computing power. In the context of global cybersecurity, this is a remarkably small price to pay for identifying fundamental flaws in algorithms that could one day secure trillions of dollars in digital assets.[1][6]

To help the broader research community track AI's evolving capabilities in this highly specialized domain, Anthropic has released "CryptanalysisBench." This new benchmark is designed to evaluate how well various language models can perform cryptographic reasoning and execute formal verification tasks.[1][5]

For enterprise security leaders, the message is clear: there is no need to panic about current encryption standards, but the era of AI-accelerated cryptanalysis has officially arrived. Organizations must maintain visibility over their cryptographic assets to prepare for faster transition cycles.[4][7]

As the world prepares for the massive, multi-year transition to post-quantum cryptography, AI systems will likely serve as an essential proving ground. By breaking candidate algorithms in the lab today, AI is ensuring that the standards securing tomorrow's digital economy are truly unbreakable.[5][6]

How we got here

  1. 2001

    The National Institute of Standards and Technology (NIST) adopts the Advanced Encryption Standard (AES).

  2. 2022

    NIST launches a formal call for additional post-quantum cryptographic systems to secure data against future quantum computers.

  3. June 2026

    Anthropic privately notifies the designers of the HAWK algorithm about the mathematical weakness discovered by Claude.

  4. July 28, 2026

    Anthropic publicly publishes its research detailing Claude Mythos Preview's cryptographic discoveries.

  5. July 29, 2026

    The developers of HAWK officially withdraw the algorithm from the NIST post-quantum cryptography competition.

Viewpoints in depth

The Defensive AI Paradigm

Explores how AI is shifting from a coding assistant to an autonomous agent capable of original mathematical research.

For years, AI's role in cybersecurity has largely been confined to identifying implementation errors—mistakes human programmers make when writing code. Anthropic's latest research demonstrates a leap in capability: AI models can now interrogate the fundamental mathematics of an algorithm. By operating in a semi-autonomous harness, Claude was able to conduct literature reviews, generate hypotheses, and formally verify its own attacks. This shifts the paradigm of AI from a mere tool to an active participant in defensive security research, capable of stress-testing systems at a scale and speed that human experts cannot match.

The Post-Quantum Transition

Details why the discovery in HAWK matters for the broader effort to secure the internet against future quantum computers.

The technology industry is currently preparing for 'Q-Day'—the theoretical point when quantum computers become powerful enough to break modern encryption using Shor's algorithm. To prevent a catastrophic collapse of digital trust, standards bodies like NIST are rigorously evaluating new 'post-quantum' algorithms. HAWK was considered a strong contender because of its efficiency. The fact that an AI model found a fatal flaw in just 60 hours, after the algorithm had survived two years of human peer review, validates the necessity of the rigorous NIST process. It proves that before the world adopts a new cryptographic standard, it must be subjected to the most advanced AI-driven cryptanalysis available.

The Practical Security Reality

Focuses on why these discoveries do not threaten current banking or internet traffic.

While headlines about AI breaking encryption can sound alarming, enterprise security practitioners emphasize that the sky is not falling. HAWK was a candidate algorithm that had never been deployed in a production environment, meaning no real-world data was ever at risk. Similarly, the attack on AES targeted a deliberately weakened 7-round version used strictly for academic research, not the robust 10-round version that secures global web traffic. Furthermore, the AES attack requires an impossible amount of target data to execute. These guardrails ensure that while AI is advancing rapidly in the lab, everyday digital infrastructure remains secure.

What we don't know

  • It remains unclear how quickly malicious actors might develop similar AI-driven cryptanalysis tools for offensive purposes.
  • The exact timeline for when quantum computers will become powerful enough to necessitate the complete transition to post-quantum cryptography is still unknown.
  • It is not yet known if AI models will eventually be able to discover flaws in the full, 10-round version of AES currently in production.

Key terms

Post-Quantum Cryptography (PQC)
Cryptographic algorithms designed to remain secure even against an attack by a highly advanced future quantum computer.
Cryptanalysis
The study of analyzing information systems to uncover hidden aspects, often to find weaknesses or break cryptographic security.
Lattice-based Cryptography
A class of cryptographic systems whose security relies on the mathematical difficulty of solving certain problems in complex, multi-dimensional grids.
Advanced Encryption Standard (AES)
A widely used symmetric encryption algorithm that secures a vast amount of the world's digital data and communications.
Nontrivial Automorphism
A complex mathematical symmetry within a structure that, in the context of cryptography, can sometimes be exploited as a shortcut to break an algorithm.

Frequently asked

Is my online banking or internet traffic at risk?

No. The vulnerabilities were found in a candidate algorithm that is not yet deployed (HAWK) and a weakened, research-only version of a current standard (AES).

What is post-quantum cryptography?

It refers to new mathematical algorithms designed to be secure against future quantum computers, which could theoretically break the encryption methods we use today.

Why did the developers withdraw HAWK from the NIST competition?

Fixing the mathematical weakness discovered by the AI would require doubling the algorithm's key sizes, making it too inefficient to compete with other candidates.

How much did it cost the AI to find these flaws?

Anthropic estimates that the compute costs for each of the two cryptographic studies were approximately $100,000.

Sources

Source coverage

7 outlets

3 viewpoints surfaced

AI Security Researchers 40%Enterprise IT Practitioners 35%Cryptography Standards Bodies 25%
  1. [1]AnthropicAI Security Researchers

    Discovering cryptographic weaknesses with Claude

    Read on Anthropic
  2. [2]CyberScoopCryptography Standards Bodies

    Here's what Anthropic found when it turned Mythos loose on encryption algorithms

    Read on CyberScoop
  3. [3]Security BoulevardCryptography Standards Bodies

    Claude Mythos Finds Weakness in NIST Post-Quantum Candidate

    Read on Security Boulevard
  4. [4]Enterprise DNAAI Security Researchers

    Anthropic's AI Broke Post-Quantum Cryptography in 60 Hours

    Read on Enterprise DNA
  5. [5]The Economic TimesEnterprise IT Practitioners

    Anthropic says Claude AI found flaws in cryptographic algorithms

    Read on The Economic Times
  6. [6]EdgeX ExchangeCryptography Standards Bodies

    Anthropic's Claude AI Discovers Cryptographic Weakness in Post-Quantum Scheme HAWK

    Read on EdgeX Exchange
  7. [7]SQL Server CentralEnterprise IT Practitioners

    Claude finds two cryptographic weaknesses (but the sky isn't falling)

    Read on SQL Server Central
Stay informed

Every angle. Every day.

Get ai stories with full source coverage and perspective breakdowns delivered to your inbox.