Skip to content
ATAI Today Brief
HomeNewsConceptsGuidesToolbox
AboutSubscribeUA
Subscribe

AI Today Brief

The daily AI-engineering brief. Built in public. EN · UA.

XTelegramLinkedInYouTubeRSS

Follow AI Today Brief on LinkedIn for daily AI-engineering updates and the weekly “5 shifts that changed how developers work” PDF.

Explore

NewsDigestsConceptsGuides

Company

SubscribeAdvertiseAbout

Legal

Editorial policyAI disclosurePrivacyTerms

© 2026 AI Today Brief. All rights reserved.

  1. Home/
  2. News/
  3. Models & research/
  4. Anthropic Claude Mythos Preview Discovers Cryptographic Flaws and Launches CryptanalysisBench
Models & research

Anthropic Claude Mythos Preview Discovers Cryptographic Flaws and Launches CryptanalysisBench

July 29, 2026· 5 min read
OKCurated by Oleksandr Kuzmenko, AI Product Engineer·Updated July 29, 2026·Sources cited on every story
AI-assisted · editor-reviewed·How we use AI
Anthropic Claude Mythos Preview Discovers Cryptographic Flaws and Launches CryptanalysisBench

Anthropic demonstrated that Claude Mythos Preview can autonomously discover mathematical flaws in core cryptographic algorithms. The model halved the key strength of the post-quantum candidate HAWK in 60 hours and accelerated round-reduced Advanced Encryption Standard attacks by up to 800 times. Anthropic also released CryptanalysisBench in collaboration with academic institutions.

Impact: High

Why it matters

You can evaluate AI agent reasoning on complex mathematical and cryptographic tasks using CryptanalysisBench or adapt multi-agent Python and Sage execution harnesses for automated code auditing.

TL;DR

  • 01Agentic harnesses combining LLMs with execution environments like SageMath can perform complex symbolic mathematical discovery.
  • 02Post-quantum cryptographic candidates like HAWK require larger safety margins as AI automates cryptanalytic search.
  • 03CryptanalysisBench offers a standardized benchmark to measure frontier model capabilities on cryptographic tasks.

Key facts

60 hoursHAWK Attack Compute Time
200x - 800xAES Attack Acceleration
~$100,000API Cost Per Result
HAWK Attack Compute Time
60 hours
AES Attack Acceleration
200x - 800x
API Cost Per Result
~$100,000
Benchmark Name
CryptanalysisBench

Autonomous Cryptanalysis in Agentic Harnesses

Anthropic paired Claude Mythos Preview with a multi-agent harness inspired by Claude Code. The setup orchestrated worker agents inside a sandboxed environment with access to Python, SageMath, and cryptographic literature. Operating semi-autonomously, the model conducted literature reviews, performed mathematical reasoning, and constructed automated verification pipelines to prove its findings.

Impact on HAWK and Advanced Encryption Standard

  • HAWK Post-Quantum Signatures: Over 60 hours, Mythos discovered a non-trivial lattice automorphism, cutting effective key strength in half and requiring doubled key sizes to maintain security.
  • Round-Reduced AES: Mythos eliminated a guess step in existing attack vectors, increasing execution speed by 200x to 800x.
  • Research Spend: Developing each attack vector cost approximately $100,000 in API inference costs over a one-week testing period.

Benchmark Release

To benchmark model capabilities in mathematical and cryptanalytic reasoning, Anthropic released CryptanalysisBench alongside researchers from ETH Zurich, Tel Aviv University, and University of Haifa.

Try it in 2 minutes

# Evaluate agent reasoning on CryptanalysisBench
git clone https://github.com/cryptanalysisbench/benchmark.git
cd benchmark && pip install -r requirements.txt
python run_eval.py --model claude-3-5-sonnet-20241022 --tools sage,python

bash

✓ When to use

  • Benchmarking frontier LLM capabilities on complex symbolic logic and formal verification.
  • Designing multi-agent sandbox harnesses with specialized execution tooling like Python and Sage.

✕ When NOT to use

  • Panicking about immediate RSA or full AES-256 production vulnerability.
  • Expecting standard chat prompt interfaces to solve high-order math without tool execution harnesses.

What to do today

  • →Review post-quantum signature schemes and key size specifications in upcoming deployments.
  • →Explore CryptanalysisBench if building domain-specific math or security agent harnesses.

What the community says

  • “In this case it's not actually that big a result, it's an incremental improvement on a series of previous results... improving the Derbez, Foque, Jean attack from EUROCRYPT 2013.”

    — pseudohadamard on Hacker News

  • “Keep in mind for Anthropic the goal for them isn't necessarily to solve a problem but to demonstrate/measure the innate capabilities of their model.”

    — Infinity315 on Hacker News

#Claude Mythos Preview#Claude Code#Python#SageMath

Sources

  • Anthropic Research: Discovering Cryptographic Weaknesses with Claude
  • Anthropic X Announcement
ShareShare on XShare on LinkedIn
← Previous storyOpenAI Releases Codex Security CLI Tool and TypeScript SDK for Repository AuditsNext story →OpenAI Field Report: How Coding Agents Speed Up Software Modernization and Refactoring

Related stories

  • Models & researchGrok Voice Think Fast 2.0 Voice Model Announced
  • Models & researchMoonshot AI Kimi K3 2.8T Model Available on Telnyx Inference API
  • Models & researchMoonshot AI Releases 2.8T Parameter Kimi K3 Weights with Custom Licensing Terms
  • Models & researchNVIDIA Nemotron 3 Ultra Tops Open Models in Agentic Register-Transfer Level Coding

Email digest

Get the morning AI brief

One email a day — the stories that matter for engineers, founders and tech leads. Human-edited, with links to primary sources.

  • ✓120+ sources scanned daily
  • ✓Edited by a human
  • ✓1 email per day
  • ✓EN + UA

By subscribing you agree to the privacy policy.