AI Just Broke a Post-Quantum Algorithm. Here’s What It Actually Means
An AI model weakened a post-quantum algorithm in about 60 hours. Before you panic: it was not a standardized one, your encryption is not broken, and the real lesson is about speed.
The honest answer to "can AI break post-quantum encryption" is: not the encryption you would actually use, but the news underneath the scary headline is still worth your attention. In late July 2026, Anthropic reported that its Claude model, working largely on its own for about 60 hours, found a weakness in a post-quantum signature scheme called HAWK, reducing the effective keysize of HAWK-256 so that a previously 2^64 attack now costs about 2^38 (Anthropic1). That sounds like the sky is falling, and much of the coverage has treated it that way, but the details matter enormously: HAWK is not a standardized algorithm, the standardized post-quantum standards are untouched, and by Anthropic’s own account no production software has to change. I build verifiable-record and cryptography tooling at RankShield, and I want to be precise rather than alarming, because the real story here is not that post-quantum cryptography is broken. It is that AI-assisted cryptanalysis is now fast and real, which quietly compresses the timeline on which weaknesses get found, and that changes how you should think about which cryptography you bet on. What this guide does is separate what actually happened from the panic, explain why your encryption is fine, and give you the one thing this news should actually change. One honest note first: no cryptography is provably unbreakable forever, which is exactly why the lesson is agility, not alarm.
Did an AI actually break post-quantum encryption?
An AI found a real weakness in one post-quantum algorithm, but "break" overstates it and "post-quantum encryption" is the wrong target to imagine. Anthropic’s Claude model, given minimal human guidance over about 60 hours, discovered a faster attack against HAWK, a lattice-based signature scheme, cutting the effective keysize of HAWK-256 so an attack that should cost about 2^64 operations now costs roughly 2^38 (Anthropic1). That is a significant cryptanalytic result and a genuinely novel one.
The precision matters, though, because the result is narrower than the headlines. Anthropic describes it as "a faster exponential time attack against HAWK than previously known," which does not run in polynomial time, so this is a meaningful weakening of one scheme, not a wholesale collapse of a class of cryptography. It is the kind of result that, before AI assistance, might have taken a human research team much longer to find, which is the part that actually matters.
So the accurate framing is: an AI meaningfully weakened a specific post-quantum candidate, fast. It did not break the encryption protecting your website, your payments, or your data, because that encryption does not use HAWK. Getting this distinction right is the whole point, because the correct response to "an AI weakened HAWK" is completely different from the response to "post-quantum encryption is broken," and only one of those things happened.
Is post-quantum encryption broken now?
No. The post-quantum algorithms that have actually been standardized and that real systems use are untouched by this, and Anthropic says so directly. HAWK is not a deployed standard; it is one of the remaining third-round candidates in NIST’s call for additional digital signatures, a scheme still under evaluation precisely so that weaknesses like this get found before anything relies on it. The standardization process working as intended, catching a flaw in a candidate, is close to the opposite of a crisis.
Anthropic is explicit that the result does not generalize: the attack "is specific to HAWK and does not impact other NIST post-quantum signature candidates or lattice-based cryptography in general," and "no production software will have to change as a result. HAWK is only a candidate signature scheme and so is not deployed" (Anthropic1). The algorithms your systems would actually use, ML-KEM for key exchange and ML-DSA and SLH-DSA for signatures, were finalized by NIST in 2024 and are unaffected (NIST2).
It is worth saying plainly for anyone who reads only a headline: if you use HTTPS, standardized post-quantum key exchange, or the NIST-standardized signatures, nothing about your security changed because of this. HAWK losing half its effective keysize is a finding about a scheme that was never protecting you, discovered during the evaluation that exists to find exactly this. The correct emotional response is interest, not fear.
Then why does this actually matter?
It matters because of how the weakness was found, not what it was found in. An AI model, with minimal human involvement described as roughly project-management guidance, produced a novel cryptanalytic result in about 60 hours. That is a meaningful shift in the economics of finding cryptographic weaknesses: work that once required scarce human expertise and long timelines can now be accelerated by a machine that does not tire and can explore many avenues at once.
The consequence is a compressed clock. If AI-assisted cryptanalysis can weaken a serious candidate this quickly, then the interval between an algorithm being deployed and a weakness being discovered may shrink across the board, for classical and post-quantum cryptography alike. This does not mean the standardized algorithms are about to fall; they have survived years of intense human scrutiny. It means the pace of scrutiny just increased, and the assumption that a chosen algorithm will remain unquestioned for a decade is less safe than it was.
That is the honest, non-alarmist takeaway, and it points in one direction: agility. The risk this news actually raises is not that your specific algorithm breaks tomorrow; it is that the world in which you can pick one algorithm and forget about it for ten years is ending. The organizations that handle this well will not be the ones who panicked and rebuilt everything this week. They will be the ones who can calmly swap an algorithm when they need to, because they built for that.
What should your business actually do about it?
Almost certainly nothing urgent, and definitely not a panicked rip-and-replace. The first and most important action is to not overreact: your encryption is not broken, so there is no emergency migration to run this week on account of HAWK. The worst response to this news would be to abandon standardized cryptography for something unvetted because a headline scared you, which would trade a non-problem for a real one.
What is worth doing is unglamorous and durable. Confirm that where you do adopt post-quantum cryptography, you are using the NIST-standardized algorithms rather than experimental candidates, because the standards are the ones that have been analyzed hardest and are unaffected here. Know where cryptography lives in your systems, an inventory of what protects what, so that if any algorithm is ever weakened you can find and replace it quickly instead of discovering months later that you could not even locate it. We walked through that staged approach in our post-quantum migration roadmap.
Above all, treat crypto-agility as the real deliverable. The point of a migration is not only to adopt post-quantum algorithms; it is to architect your systems so that swapping an algorithm is a configuration change rather than a re-engineering project. That is what turns a future "algorithm X was weakened" headline from a crisis into a Tuesday. This news is a low-cost reminder to build that capability now, while there is no emergency forcing your hand, which is exactly when it is cheapest to do.
How should this change the way you choose cryptography?
It should push you toward standardized, heavily-analyzed algorithms and away from betting on any single one lasting forever. The clearest lesson from HAWK is the value of the standardization gauntlet: HAWK’s weakness was found while it was still a candidate, which is the process succeeding, whereas the algorithms that cleared that gauntlet and became standards are the ones that have absorbed the most scrutiny. When you choose cryptography, choosing the standardized option is choosing the one that has already survived the most attacks, now including AI-assisted ones.
The second shift is to stop treating any algorithm as a permanent decision. In a world where cryptanalysis is accelerating, the resilient design assumption is that any given algorithm might eventually be weakened, so your systems should be able to change algorithms without being rebuilt. This is crypto-agility, and it moves from a nice-to-have to the central design goal. The specific algorithm you pick matters less than your ability to change it.
The third, and the one closest to what we build, is to keep verifiable records of what your systems did and signed, so that if a signature algorithm is ever weakened you can reason about what was protected under it and when. Being able to prove what was signed, by what, and when is what lets you respond to a future cryptographic weakness with evidence instead of guesswork. None of this is a reaction to HAWK specifically; it is the durable posture that a faster-cryptanalysis world rewards, and this news is a cheap prompt to adopt it now.
So can AI break post-quantum encryption?
Not the encryption you actually rely on, and not the way the headlines suggest. An AI weakened HAWK, a non-standardized post-quantum candidate, cutting a 2^64 attack to about 2^38 in roughly 60 hours, and that is a real and novel result. But HAWK is not deployed, the standardized algorithms your systems use, ML-KEM, ML-DSA, and SLH-DSA, are explicitly unaffected, and by Anthropic’s own account no production software has to change. The standardization process caught a flaw in a candidate, which is the process working, not failing. If you were about to panic-migrate, do not.
The genuine signal underneath the noise is speed: AI-assisted cryptanalysis found a serious weakness fast and largely on its own, which compresses the timeline on which future weaknesses may appear. The right response is not fear but agility, use standardized algorithms, know where cryptography lives in your systems, architect so you can swap an algorithm without a rebuild, and keep verifiable records of what was signed and when. That turns the next "algorithm weakened" headline from a crisis into a routine change. To build that posture calmly, while nothing is forcing your hand, see our post-quantum migration roadmap and how RankShield keeps your records verifiable.
Questions, answered.
Can AI break post-quantum encryption?
Not the standardized post-quantum encryption that real systems use. In July 2026, Anthropic reported that its Claude model found a novel weakness in HAWK, a post-quantum signature candidate, reducing the effective keysize of HAWK-256 so an attack that should cost about 2^64 operations now costs roughly 2^38, achieved in about 60 hours of mostly autonomous work. That is a genuine cryptanalytic result, but it is narrow: HAWK is not a standardized or deployed algorithm, it is one of the remaining third-round candidates in NIST’s process for additional signatures, and Anthropic states explicitly that the attack is specific to HAWK and does not impact other post-quantum candidates or lattice-based cryptography in general. The standardized algorithms your systems would actually use, ML-KEM for key exchange and ML-DSA and SLH-DSA for signatures, are unaffected, and no production software has to change. So the accurate answer is that an AI weakened one experimental candidate, quickly, not that post-quantum encryption is broken.
Is my website or payment encryption at risk because of this?
No. If you use HTTPS, standardized post-quantum key exchange, or the NIST-standardized signature algorithms, nothing about your security changed because of the HAWK result. HAWK was never protecting your website, your payments, or your data, because it is a candidate algorithm still under evaluation and is not deployed in production systems. The weakness was found precisely because HAWK is being scrutinized as part of the standardization process, which exists to catch flaws before anyone relies on an algorithm. The standardized algorithms that clear that process, and that your systems and your service providers actually use, have survived years of intense analysis and were not affected by this attack. There is no emergency migration to run and no setting to change on account of this news. The only sense in which it touches you is indirect and long-term: it is a signal that cryptanalysis is speeding up, which is a reason to build the ability to change algorithms easily over time, not a reason to do anything urgent today.
What is HAWK and why does it not matter for me?
HAWK is a lattice-based digital signature scheme submitted to NIST as a candidate in its call for additional post-quantum signature algorithms. It matters to cryptographers evaluating candidates, but it does not matter for your systems because it is not standardized and not deployed. NIST runs a multi-year, multi-round public evaluation in which candidate algorithms are attacked as hard as possible, and only those that survive become standards that real software adopts. HAWK is still in that gauntlet, in the third round, which is exactly where a weakness like this is supposed to surface. When an AI found a faster attack against HAWK, the system worked as designed: a flaw in a candidate was discovered before the candidate could be standardized and relied upon. The algorithms that already cleared this process, ML-KEM, ML-DSA, and SLH-DSA, are the ones your systems would use, and Anthropic confirmed the HAWK attack does not affect them. So HAWK’s weakening is a meaningful research result and a non-event for your production security.
Does this mean AI will break all encryption soon?
It is not evidence of that, and treating it that way would be a mistake. What the HAWK result shows is that AI can now assist in cryptanalysis effectively enough to find a genuine weakness in a serious candidate quickly and largely on its own. That is significant, but finding a faster exponential-time attack against one experimental scheme is a very different thing from breaking the standardized algorithms that have withstood years of expert analysis. Those standards were designed with large security margins specifically to resist advances in attack techniques, and no comparable weakness has been found in them. The honest interpretation is about pace, not doom: AI-assisted cryptanalysis compresses the timeline on which weaknesses may be discovered, for both classical and post-quantum cryptography, which raises the value of being able to change algorithms quickly if one is ever weakened. It does not support a claim that all encryption is about to fall, and anyone telling you to abandon standardized cryptography in a panic is selling fear rather than security.
What should my business do in response?
Very little urgently, and nothing that involves ripping out working cryptography. Your encryption is not broken, so there is no emergency migration to run because of HAWK. The useful, durable actions are three. First, where you adopt post-quantum cryptography, use the NIST-standardized algorithms rather than experimental candidates, because those are the most heavily analyzed and were unaffected here. Second, build an inventory of where cryptography lives in your systems and what it protects, so that if any algorithm is ever weakened you can find and replace it quickly instead of not knowing where it is. Third, and most important, treat crypto-agility as the goal: architect your systems so that changing an algorithm is a configuration change rather than a re-engineering project. That capability is what turns a future weakened-algorithm headline from a crisis into a routine update. This news is a low-cost reminder to build that agility now, while nothing is forcing your hand, which is when it is cheapest and calmest to do. Keeping verifiable records of what your systems signed and when rounds it out, so you can reason clearly about any future weakness.
Is post-quantum cryptography still worth adopting after this?
Yes, and this news does not change that. The reason to adopt post-quantum cryptography was never that any single algorithm is perfect and permanent; it is that quantum computers threaten the classical algorithms currently protecting long-lived data, and that harvest-now-decrypt-later attacks mean data stolen today could be decrypted later. Standardized post-quantum algorithms address that threat and were unaffected by the HAWK result. If anything, the HAWK episode strengthens the case for doing post-quantum adoption the right way: choose standardized, well-analyzed algorithms rather than betting on experimental ones, and build for crypto-agility so you can respond if any algorithm is ever weakened. Adopting post-quantum cryptography and building agility are complementary, not competing. The one caution the HAWK result reinforces is to be disciplined about which algorithms you trust, favoring those that have cleared the full standardization gauntlet, and to keep the flexibility to change, because the pace of cryptanalysis is increasing. Abandoning the move to post-quantum cryptography over this would be exactly the wrong conclusion.
References
- Anthropic. Discovering cryptographic weaknesses (Claude "Mythos" reduced HAWK-256 effective keysize from ~2^64 to ~2^38 in ~60 hours; attack is specific to HAWK and does not impact other NIST post-quantum signature candidates or lattice-based cryptography; no production software must change).
- NIST. Post-Quantum Cryptography (FIPS 203 ML-KEM, FIPS 204 ML-DSA, FIPS 205 SLH-DSA finalized 2024; standardized algorithms unaffected by the HAWK result).
- The Quantum Insider. AI finds new weaknesses in cryptographic algorithms, Anthropic says (industry reporting on the HAWK result and its context).
Jamie Kloncz
Founder & CEO, RankShield
Jamie Kloncz is the founder and CEO of RankShield, the verifiable AI and quantum security platform. He started the company after two attacks landed in a single week: his phone was cloned, and his business was hit by a click-fraud campaign. One targeted him as a person, the other his livelihood, and no single tool defended both. That experience, together with surviving an AI voice-clone scam, shaped RankShield’s core belief: the threats of the AI age are personal first, and trust should be something you can check, not just extend.
Make every AI action provable.
RankShield is the verifiable, quantum-safe AI security platform — protection you can check, not just trust.