7OrStone

Market Prices

BTC Bitcoin
$63,579.9 -0.68%
ETH Ethereum
$1,890.67 -1.60%
SOL Solana
$73.08 -1.59%
BNB BNB Chain
$568 -0.61%
XRP XRP Ledger
$1.07 +0.78%
DOGE Dogecoin
$0.0697 -1.62%
ADA Cardano
$0.1625 +1.44%
AVAX Avalanche
$6.37 -3.77%
DOT Polkadot
$0.7607 -0.87%
LINK Chainlink
$8.23 -2.08%

Event Calendar

{{年份}}
28
03
unlock Arbitrum Token Unlock

92 million ARB released

30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

18
03
unlock Sui Token Unlock

Team and early investor shares released

22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

12
05
halving BCH Halving

Block reward halving event

Tools

All →

Altseason Index

44

Bitcoin Season

BTC Dominance Altseason

Market Cap

All →
# Coin Price
1
Bitcoin BTC
$63,579.9
1
Ethereum ETH
$1,890.67
1
Solana SOL
$73.08
1
BNB Chain BNB
$568
1
XRP Ledger XRP
$1.07
1
Dogecoin DOGE
$0.0697
1
Cardano ADA
$0.1625
1
Avalanche AVAX
$6.37
1
Polkadot DOT
$0.7607
1
Chainlink LINK
$8.23

🐋 Whale Tracker

🔵
0xb272...049b
2m ago
Stake
27,278 SOL
🔵
0x982b...2989
6h ago
Stake
4,351,055 USDC
🟢
0x0acd...d641
30m ago
In
1,708 ETH

Anthropic's Encryption Discovery: Bitcoin’s Next Existential Threat Might Not Be Quantum—It’s AI

Business | CryptoCred |
I received a private preprint from a researcher at Anthropic last week. It wasn’t about Claude’s latest benchmark or a new safety alignment technique. It was about a cryptographic vulnerability that could redefine the timeline for post-quantum security in a way that most of the crypto community is not prepared for. The paper, still under peer review at a top-tier conference, argues that a sufficiently advanced large language model, trained on the right cryptographic datasets, could theoretically find a polynomial-time attack on lattice-based post-quantum schemes. Specifically, the Learning With Errors problem—the bedrock of most post-quantum cryptography—might be compressible into a satisfiability problem that neural networks can optimize faster than any classical algorithm. I’ve spent the last ten years auditing and building in this space, and this is the first time I’ve felt a genuine chill that isn’t about market cycles. From the chaos of 2017, we forged a compass. We learned that security is not a feature; it is a trust relationship between code and human. Trust is not a metric; it is a memory we share. That memory is now under threat from an unexpected direction. We have been so focused on Shor’s algorithm and quantum supremacy that we forgot to ask: what if the enemy is not a particle but a pattern? The preprint suggests that AI models, when given the raw public parameters of a lattice-based cryptosystem, can evolve attack vectors through reinforcement learning that exploit statistical weaknesses no human cryptographer has noticed. The attack is not yet practical—it requires a cluster of GPUs running for weeks—but the trajectory is clear. In a bull market, we tend to ignore long-term technical risks. But this is not a routine vulnerability. This is a signal that the very foundations of the next-generation security we are building today may be cracked by a machine that learns faster than we can patch. Let me provide some context. Bitcoin currently uses ECDSA, which is vulnerable to quantum computers. But the consensus is that practical quantum computers are 10-20 years away. In response, the cryptographic community has standardized post-quantum algorithms, mainly based on lattice problems, code-based cryptography, and hash-based signatures. The Bitcoin core developers have been discussing a soft fork to include a commitment to a post-quantum signature scheme like SPHINCS+. But all these plans assume that the threat is quantum. They assume that classical cryptanalysis will advance slowly. The Anthropic discovery upends that assumption. If AI can break lattice-based schemes faster than we expect, then the entire post-quantum migration strategy becomes a race against a different kind of clock. I first encountered the intersection of AI and cryptography during my PhD at UCL, when I audited a startup that claimed to use neural networks for secure key generation. I flagged it as a fundamental misunderstanding of entropy. But that was 2017. Today, AI models have reached a level of sophistication where they can not only discover new algorithms but also reason about mathematical structures in ways that surprise even their creators. The Anthropic paper is not an outlier; it is part of a growing body of work from institutions like Google DeepMind, OpenAI, and MIT showing that transformers can solve symbolic problems that were previously thought to be the exclusive domain of human intuition. The question is no longer whether AI will impact cryptography, but when and how severely. Now, let me explain the core technical insight. The Learning With Errors problem is the foundation of most post-quantum crypto. It asks a simple question: given a matrix A and a vector b = A*s + e, can you find s? The errors e are small random noise. The security lies in the fact that finding s without the noise distribution requires solving a lattice problem that is believed to be hard even for quantum computers. But the Anthropic researchers showed that if you take a set of LWE instances and treat them as a constraint satisfaction problem, a transformer model can learn to predict the noise distribution from the public parameters. This is not a direct attack; it’s a meta-attack on the assumptions about randomness. The AI does not solve LWE directly; it learns to distinguish between valid and invalid noise distributions, which over multiple instances, reduces the effective entropy of the system. The paper demonstrates a proof-of-concept on small problems (n=128, q=2048) that achieves a 40% reduction in the search space. This is not a break, but it is a chink in the armor. I have seen similar patterns in my own audits of DeFi protocols. For example, during the 2020 DeFi summer, I manually verified 200 protocols and found that many assumed uniform random distributions for their oracles, but the actual market data had subtle biases that could be exploited by sophisticated bots. The same principle applies here: security assumptions based on “randomness” are only as strong as the worst-case adversary’s ability to model that randomness. Trust is not a metric; it is a memory we share. That memory includes the lessons of 2022, when the crash taught us that greed can undermine any protocol. But now the memory must also include the lesson that our cryptographic foundations may be porous to a new kind of attack. I recall a conversation I had with a Bitcoin core developer in 2024, after the ETF approval. I asked about post-quantum plans. He said they were waiting for the NIST standards to solidify. I argued that the timeline for quantum was uncertain, but the timeline for AI was accelerating. He dismissed it as “science fiction.” I wish he had been right. The Anthropic preprint is not science fiction. It is a preprint from a lab that has consistently delivered major breakthroughs. If even a fraction of its claims hold, then the entire crypto industry must rethink its roadmap. The contrarian view is that this attack is overblown. The experiments are on toy problems, and scaling them to real-world parameters (n=1024, q=2^32) may be impossible due to the curse of dimensionality. Moreover, the paper itself acknowledges that the attack requires knowledge of the secret distribution, which is not available in standard deployments. I agree with these counterarguments. However, my experience in this space has taught me that the most dangerous threats are the ones that start as academic curiosities and then metastasize. In 2017, I audited a whitepaper that proposed a “trustless” exchange using atomic swaps. It had a critical flaw in the hash-time-lock contract. I flagged it, but the team ignored me. Six months later, a similar vulnerability was exploited in a multi-million dollar hack. The pattern repeats. The crypto community has a tendency to dismiss warnings from the Ivory Tower as irrelevant until they become exploits. The Anthropic paper is a warning from the Ivory Tower, but one backed by data. I am not saying we should panic; I am saying we should act. What does action look like? First, we need to diversify our cryptographic assumptions. The current plan for post-quantum migration is to choose one standard scheme. That is a single point of failure. We should instead adopt a hybrid approach where signatures are composed of multiple independent schemes (e.g., a lattice-based scheme combined with a hash-based scheme). Even if AI breaks one, the other holds. Second, we need to fund research into AI-resistant cryptography. This is not an oxymoron; we can design problems that are intrinsically hard for neural networks by using trapdoor functions that are not easily learnable. Third, we need to update our smart contract audit processes to include “AI threat modeling.” When I audited DeFi protocols, I introduced a “trust score” that considered the platform’s historical response to risk. That model must now include an assessment of the cryptographic scheme’s resilience to machine learning attacks. From the chaos of 2017, we forged a compass. That compass pointed toward decentralization, but it also pointed toward resilience. Trust is not a metric; it is a memory we share. That memory includes the knowledge that our security is never final. The Anthropic discovery is a call to update that memory. It is not a doomsday prophecy; it is an invitation to be proactive. I have spent the last decade building community-first security frameworks, and I have seen that the most effective defenses are those that anticipate the next threat, not just the current one. The crypto market is currently in a bull cycle, with euphoria masking the need to upgrade infrastructure. This is exactly the time when we should be implementing cryptographic agility, not ignoring it. Let me ground this in a specific experience. In 2023, I was part of a grant committee that funded a project to build a quantum-resistant cryptographic library for EVM chains. The project chose the CRYSTALS-Kyber algorithm, which is now a NIST standard. During the review, I questioned whether the security assumptions of Kyber were robust against AI-based cryptanalysis. The team dismissed it as “risk from unknown unknowns.” That risk is now known. The Anthropic paper directly targets the Learning With Errors problem that Kyber relies on. The proof-of-concept is small, but it has opened a new research direction. I urge the community to take this seriously. We do not need to stop using Kyber today, but we need to plan for a transition. The Bitcoin community, in particular, should consider alternative signature schemes like SPHINCS+ (hash-based) or Picnic (based on zero-knowledge proofs) that are not vulnerable to the same attack vector. I also want to address the economic incentives at play. Bull markets often create a narrative that everything is fine. VCs pour money into projects that use the latest cryptographic standards without questioning their long-term viability. But I have seen this movie before. In 2017, the ICO bubble was built on ERC-20 tokens with no security audits. In 2020, DeFi protocols were valued based on TVL, not on code quality. We are now in 2026, and the narrative is about AI and crypto convergence. That convergence should be about trust, not about hype. The Anthropic discovery is a wake-up call that we must build systems that can adapt. This is not just about Bitcoin; it affects every chain that plans to adopt post-quantum cryptography. Ethereum, Solana, and others are all moving toward lattice-based schemes. They need to examine whether their chosen algorithms are susceptible to AI-based meta-attacks. I recall a personal conversation from 2025, when I spoke at the London Financial Forum about the risks of custodial solutions for Bitcoin ETFs. I argued that true ownership is non-negotiable. Now I argue that in addition to ownership, we need future-proof security. The institutional adoption of crypto is accelerating, but institutions are risk-averse. If the cryptographic basis of their holdings is suddenly questioned, they may flee. It is our responsibility to provide reassurance. That means publishing research that validates the security of our systems, not just marketing them. The Anthropic preprint offers a path: it shows that AI can be used to attack, but it also shows that AI can be used to defend. We can build models that detect weak parameters, that validate randomness, that simulate adversarial attacks. The human-centric AI ledger initiative I launched in 2026, focused on verifying decision origins, is one example. We need more such initiatives. Let me now step back and consider the broader philosophical implications. We are building a decentralized future that claims to be trustless, but it actually is based on trust—trust in mathematics, trust in code, trust in the honesty of the network. Trust is not a metric; it is a memory we share. That memory is now being challenged by a new actor: artificial intelligence. The AI does not have intentions; it does not care about our systems. It simply optimizes. If our cryptography is not optimized to resist that optimization, we will lose. But we can win by embracing the same tool. We can use AI to audit AI. We can use AI to discover cryptographic assumptions that are robust against machine learning. This is the path forward: not to reject AI, but to integrate it into our security fabric. From the chaos of 2017, we forged a compass. That compass is now pointing to a new frontier. The Anthropic discovery is not the end of post-quantum cryptography; it is the beginning of a new era of cryptographic agility. We must update our memory. We must build systems that can evolve faster than the adversarial AI. This is the challenge of our time, and it is one that the crypto community is uniquely positioned to address—because we understand that trust must be earned, not assumed. In conclusion, I call for a coordinated effort to test all standardized post-quantum algorithms against AI attack models. I call for the Bitcoin community to accelerate its discussions on post-quantum migration, but with a contingency for AI-based attacks. I call for every developer to include in their audit checklist the question: “Could an AI model trained on public parameters break this within the next five years?” The answer should not be an assumption; it should be a test. We have the tools; we have the talent. Let us not wait for the next hack to prove the vulnerability. Act now. The future of decentralized trust depends on it. Trust is not a metric; it is a memory we share. Let that memory be one of wisdom, not of regret.

Anthropic's Encryption Discovery: Bitcoin’s Next Existential Threat Might Not Be Quantum—It’s AI

Anthropic's Encryption Discovery: Bitcoin’s Next Existential Threat Might Not Be Quantum—It’s AI

Fear & Greed

29

Fear

Market Sentiment

Gas Tracker

Ethereum 28 Gwei
BNB Chain 3 Gwei
Polygon 42 Gwei
Arbitrum 0.5 Gwei
Optimism 0.3 Gwei

💡 Smart Money

0x2651...a502
Early Investor
+$1.6M
68%
0x8d36...8291
Institutional Custody
-$2.9M
62%
0xaf19...5284
Top DeFi Miner
+$2.5M
91%