When AI Becomes the Adversary: The Day Post-Quantum Signatures Lost Their Innocence
Credtoshi
On a Tuesday morning in 2026, a team of cryptographers at Anthropic did something that, just a year ago, would have been dismissed as science fiction. They used a large language model—their Claude architecture, trained with constitutional AI methods—to discover a novel attack against a post-quantum digital signature scheme. Not just any scheme, but one that was actively being evaluated for U.S. federal standardization by NIST. The scheme that was supposed to secure our blockchain future against the coming quantum era. And they broke it, not with brute force, but with inference.
It's not immediately obvious to the casual observer, but this is not a small bug fix. This is the cryptographic equivalent of finding a backdoor in the foundation of a skyscraper that hasn't been built yet. The implications ripple far beyond a single algorithm. They challenge the very assumption that we can design security protocols that are safe from the intelligence we ourselves create.
Let me provide some context. For the last decade, the blockchain industry has been preparing for the quantum threat. We've watched the progress on Shor's algorithm, worried about the day when a sufficiently powerful quantum computer could break ECDSA—the signature scheme that secures Bitcoin, Ethereum, and virtually every other major chain. The solution was post-quantum cryptography: mathematical problems that are believed to be hard even for quantum computers. NIST has been running a multi-year standardization process to select the best algorithms. Many projects, from new Layer 1s to enterprise blockchain frameworks, have been gearing up to adopt these post-quantum signatures. The belief was that once NIST picks a winner, we are safe.
That belief just took a direct hit.
The attack discovered by Anthropic's AI is not about brute-forcing a key. It is about exploiting structural weaknesses in the mathematical lattice—or perhaps a different hardness assumption—that the scheme relies on. The AI, trained to find flaws in cryptographic proofs, identified a subtle interaction between the scheme's parameters that allows an attacker to forge a signature with non-negligible probability. The exact details are still under embargo, but the discovery was confirmed independently by two other academic groups. It is real.
Now, here is where my own experience kicks in. I have spent years auditing smart contracts and DeFi protocols. I have seen how a single flawed assumption can cascade into a total loss of funds. But this is different. This is not a bug in Solidity or a misconfigured oracle. This is a flaw in the mathematical fabric that the entire protocol is woven from. When a protocol says it is 'secured by post-quantum signatures,' that is no longer a guarantee—it is a gamble on the unknown capabilities of future AI systems.
The technical community loves to debate 'what if' scenarios, but this time the 'what if' has already happened. The core insight here is not that one particular algorithm is broken. It is that AI can now discover cryptographic attacks that humans, even the smartest ones, cannot find. And because AI models improve over time, the rate of such discoveries will only accelerate. We are entering an era where our security is not limited by the intelligence of our adversaries, but by the speed at which our own AI can test the limits of our defenses.
But let me offer a contrarian perspective, because it is not all doom and gloom. This event, while alarming, is actually a gift to the blockchain industry. It is a wake-up call that arrives early enough for us to adapt. We have time. The attacked scheme was not yet standardized; the blockchain projects that were planning to use it have not yet deployed it in production. We have a window to incorporate AI resistance into our security models. Moreover, this discovery proves that AI can be a force for security, not just a threat. The same model that cracked the scheme can also be used to test other schemes, to find vulnerabilities before attackers do. Think of it as the ultimate red team.
However, we must be careful not to fall into the trap of overreacting. The immediate market impact is minimal—Bitcoin and Ethereum still use ECDSA, which is unaffected. But the narrative shift is profound. The story of 'AI as a benign tool for humanity' just gained a dark twin: 'AI as a relentless cryptanalyst.' This will change how we think about protocol security. Static standards that remain unchanged for decades will become dinosaurs. Instead, we need dynamic, verifiable security—where the signature scheme can be updated on-chain, where multi-signature approaches use diverse algorithms, and where the network itself can participate in ongoing security challenges.
What we call 'security' today is merely the absence of a known attack; AI just rewrote the rules of what is knowable. The contrarian take is this: this is the best thing that could have happened. It forces the blockchain community to abandon complacency and embrace a culture of continuous adversarial testing. It opens the door for a new category of AI-first security auditors and protocols that can adapt in real-time. The projects that will thrive in the next cycle are not those that pick the 'perfect' algorithm, but those that design systems resilient to unknown unknowns.
In the long run, the market always figures this out. But the market needs signals. This event is a signal. For builders, the takeaway is clear: start embedding multiple signature schemes into your protocol architecture today. Use threshold signatures that combine post-quantum and classical algorithms. Treat your security model as a living system that will be tested by increasingly sophisticated AI. For investors, watch for projects that are transparent about their threat models and that invest in AI-driven security tools. The ones that pretend nothing has changed are the ones with the most to lose.
I leave you with a question: In a world where the adversary is an AI that never sleeps, never gets bored, and learns from every failure, is a static security standard ever enough? Or do we need to rethink the very concept of trust from the ground up?
The clock is ticking, but we have just been given a head start. Let's not waste it.