Claude Mythos Preview Discovers Structural Weaknesses in Post-Quantum Cryptography Candidate HAWK and Round-Reduced AESAI-generated image for AI Universe News

Claude Discovered a Novel AES Cryptographic Attack in a Week—Then Human Experts Spent a Month Verifying the Math

When an artificial intelligence model takes seven days to devise a novel mathematical attack against a core encryption algorithm and human experts spend nearly a month just to confirm the math works, the primary bottleneck in cybersecurity shifts. Anthropic’s Claude Mythos Preview spent 60 hours and approximately $100,000 in API compute costs to halve the effective key strength of the HAWK post-quantum signature scheme—a candidate scheme that had survived two years of expert review. Yet as Claude moved on to analyze the Advanced Encryption Standard (AES), the scarce resource in security ceased to be automated discovery and became human verification.

Operating semi-autonomously using a Claude Code agentic harness with Python and Sage execution tools, Claude Mythos Preview discovered novel mathematical attacks against both HAWK and a 7-round version of AES-128. Anthropic states that Claude Mythos Preview improved the best-known attack on HAWK by identifying a previously unexploited symmetry known as a nontrivial automorphism within the lattice. This attack reduced HAWK-256 key recovery attack complexity from 2^64 to 2^38, effectively cutting its security margin in half without impacting other post-quantum algorithms or general lattice cryptography.

The workflow demonstrates how AI research tools operate at extreme scale. Before refining its findings to publication quality, Claude produced one billion tokens of output, including several hundred million tokens over a three-day stretch. While neither attack impacts production systems today—full 10-round AES-128 and 24-round LEA remain completely unbroken—the ability of language models to formulate valid mathematical cryptanalysis marks an expansion of automated research from pure mathematics into applied security.

From Model Refusal to the Mobius Bridge Breakthrough

The breakthrough against 7-round AES-128 required human intervention after the model initially refused the task. Claude insisted that improving existing research was impossible, generating output stating that “AES-128 r5/r6 is just genuinely hard” and “there is nothing easy to find; this is the most-studied block cipher in existence”. Human operators unblocked the model using three substantive prompts over three days, published verbatim with their original typos by Anthropic. Once directed past its initial refusal, Claude produced a novel meet-in-the-middle attack that Anthropic states speeds up prior best attacks by 200x to 800x.

Mythos named its AES finding the Mobius Bridge. The attack operates under a chosen plaintext threat model assuming an attacker can request 2^105 chosen plaintexts, using a fingerprinting algorithm invariant to a guess that prior literature had to enumerate over 2^56 values. Anthropic states that the attack eliminates one required guess for an attacker, reducing complexity on a 7-round version of AES-128 while leaving full 10-round AES-128 and AES-256 entirely intact.

Beyond AES and HAWK, Claude Mythos Preview generated tangible execution scripts against other ciphers. The model developed a practical key recovery attack against 13-round LEA (a cipher with 24 total rounds) requiring fewer than 2^30 ciphertexts, executing on a modern desktop computer in under an hour where prior cryptanalysis required 2^98 plaintext pairs and 2^86 work. Mythos also devised a full key recovery attack on 6-round Serpent-128 (a 32-round cipher) improving upon published work requiring 2^70 plaintext pairs and 2^90 decryptions, along with limited improvements below 10x against Salsa20, the Poseidon hash function, and SHA-1.

The Human Bottleneck and Post-Quantum Governance

The setup relied on a pair of worker agents running inside a sandboxed harness. The key insight for the HAWK attack emerged from worker disagreement: the first worker agent dismissed the approach as infeasible prematurely, while the second worker agent identified a method to exploit the lattice symmetry. The human operator possessed a background in theoretical computer science but was not an expert in lattice cryptography, highlighting how semi-autonomous agentic scaffolds amplify non-specialist oversight.

This dynamic created a severe verification delay. While Mythos needed about a week to discover the 7-round AES attack, two Anthropic researchers spent almost a month to gain confidence in the proof, investing several hundred hours learning specialized cryptography to validate the math. Anthropic writes that human researchers “may become bottlenecked on studying and validating these results”. To help the broader community measure LLM cryptanalytic progress, Anthropic partnered with academics at ETH Zurich, Tel Aviv University, and University of Haifa to release CryptanalysisBench (arXiv:2607.18538).

Late structural discoveries in cryptographic standards are a known element of the evaluation process. HAWK is currently a third-round candidate in NIST’s call for Additional Digital Signatures, part of a decade-long effort to standardize Post-Quantum Cryptography (PQC). During earlier NIST evaluations, the SIKE candidate scheme was found to be completely broken in one hour on a laptop. Anthropic responsibly disclosed the HAWK attack to its original authors in June 2026 and to the public NIST mailing list simultaneously with publication, confirming that HAWK would require doubling key sizes to maintain its targeted security level, rendering the design less attractive.

Anthropic states that it would be prudent to consider how researchers should react if a language model discovered vulnerabilities in cryptosystems where attacks do have immediate real-world impact, noting that answering this governance question requires input from academia, government, and industry. To address this, Anthropic shared advance copies with US government and industry partners and plans to host an academic workshop on AI-driven cryptanalysis.

📊 Key Numbers

  • HAWK-256 attack complexity reduction: Reduced from 2^64 to 2^38 through nontrivial lattice automorphism
  • AES-128 (7-round) attack speedup: [VENDOR CLAIM] 200x to 800x improvement over prior best attacks under 2^105 chosen plaintexts
  • 13-round LEA attack complexity: Under 2^30 ciphertexts running in under 1 hour on desktop (vs 2^98 plaintexts and 2^86 work prior)
  • 6-round Serpent-128 attack complexity: Extended published work requiring over 2^70 plaintext pairs and 2^90 decryptions
  • Compute and output scale: $100,000 API cost per major result, producing 1,000,000,000 output tokens during research
  • Human verification timeline: 1 week for AI discovery vs nearly 1 month for 2 researchers to verify

🔍 Context

Anthropic, in collaboration with academic researchers at ETH Zurich, Tel Aviv University, and University of Haifa, evaluated Claude Mythos Preview to determine whether large language models can perform original cryptanalysis on established ciphers. This research addresses the problem of identifying mathematical flaws in candidate post-quantum algorithms before they are globally deployed into critical infrastructure. In the broader research landscape, Google researchers used Gemini to resolve open Erdos problems, OpenAI researchers used GPT to resolve the unit distance conjecture, and Anthropic’s Claude Fable 5 resolved the Jacobian Conjecture, extending research-grade AI achievements from pure mathematics into cryptanalysis. Rather than competing against commercial MLOps products, this work highlights the shift from manual mathematical analysis to automated agentic harnesses using Sage and Python tools. The evaluation arrives as standards bodies like NIST conduct multi-year stress tests on post-quantum candidate schemes before finalized standards are locked into global software stacks.

💡 AIUniverse Analysis

Our reading: The genuine advance lies in the agentic workflow’s ability to discover subtle mathematical invariants without human mathematical intuition leading the way. By executing millions of reasoning steps across an agent scaffold, Claude Mythos Preview identified the Mobius Bridge structure in 7-round AES and a nontrivial lattice automorphism in HAWK-256. This demonstrates that multi-agent systems equipped with specialized symbolic tools like Sage can navigate complex mathematical proof spaces that previously required years of domain expertise.

The shadow lies in the immense verification debt and the risk of hallucinated cryptographic proofs. Generating one billion tokens and spending $100,000 per result produces cryptanalytic output that required two researchers nearly a month and hundreds of hours of self-study to validate. When model output outpaces human comprehension, security teams risk either rejecting valid mathematical breakthroughs due to audit exhaustion or accepting flawed proofs that miscalculate algorithm strength. Furthermore, because Anthropic evaluated its own model without independent third-party replication of the model harness itself, external researchers can only evaluate the published mathematical artifacts rather than the execution environment.

For this shift to matter in 12 months, automated verification engines must emerge to validate AI-generated mathematical proofs at the same speed the generative models synthesize them.

⚖️ AIUniverse Verdict

👀 Watch this space. While reducing HAWK-256 key recovery complexity from 2^64 to 2^38 proves AI can stress-test candidate algorithms before deployment, human verification remaining locked at four weeks per proof prevents immediate integration into automated security operations.

🎯 What This Means For You

Founders & Startups: Cybersecurity startups must integrate autonomous stress-testing tools into their pipelines as AI accelerates the discovery of structural flaws in mathematical algorithms.

Developers: Developers implementing cryptographic schemes must track AI-driven benchmark results like CryptanalysisBench to assess whether candidate post-quantum standards remain viable.

Enterprise & Mid-Market: Enterprise security leadership must recognize that post-quantum transition strategies must remain agile, as candidate PQC algorithms may be invalidated before deployment.

General Users: Everyday users experience no immediate impact on current digital communications, but will eventually benefit from cryptographic algorithms stress-tested against AI attacks prior to global deployment.

⚡ TL;DR

  • What happened: Claude Mythos Preview discovered novel mathematical attacks against candidate post-quantum scheme HAWK and 7-round AES-128, cutting HAWK-256 complexity from 2^64 to 2^38.
  • Why it matters: Automated discovery took one week while human expert verification required nearly a month, shifting the primary bottleneck in security research from discovery to validation.
  • What to do: Monitor CryptanalysisBench and NIST mailing list updates to adjust post-quantum migration plans before candidate algorithms are finalized.

📖 Key Terms

HAWK
A third-round candidate digital signature scheme in NIST’s post-quantum cryptography standardization call whose security relies on lattice mathematics.
Automorphism
A mathematical symmetry mapping a structure onto itself, identified in HAWK’s lattice by Claude Mythos Preview to accelerate key recovery enumeration.
Round-Reduced AES
A modified version of the Advanced Encryption Standard running fewer than its standard 10 rounds used by cryptanalysts to measure attack efficiency and security margins.
CryptanalysisBench
An open evaluation benchmark (arXiv:2607.18538) developed by Anthropic with academic partners to measure the cryptanalytic capabilities of language models over time.

Editorial note: This article summarizes Anthropic’s own product material, not independent reporting. Time-to-value, speed, and ROI statements reflect the publisher unless outside evidence is cited. Original post.

Analysis based on reporting by Anthropic. Original article here.

By AI Universe

AI Universe