GoPlusZH argues that the path to stolen crypto assets is almost never the direct breaking of encryption algorithms. In practice, the bigger risks come from implementation bugs, key-management mistakes, phishing, social engineering, and supply-chain compromise. In its view, AI has not overturned that rule. It has magnified it.
A 100 BTC public challenge went live on Aug. 1
According to the article, BitGo CEO Mike Belshe staged a very public test on Aug. 1 against the backdrop of the Coldcard weak-randomness issue and the wider narrative that AI may soon crack crypto security. He moved 100 BTC into a BitGo wallet address and called out Anthropic directly, challenging the company to take the funds instead of talking about building a hacking monster.
At early-August market prices, the 100 BTC was worth about $6.5 million. GoPlusZH said it checked the on-chain data while preparing the piece, and the balance was still there in full.
Anthropic’s recent reports helped fuel the AI threat narrative
The article ties that challenge to two developments involving Anthropic. In a late-July incident investigation, Anthropic said that after reviewing 141,006 cybersecurity evaluation runs, it found three cases where the Claude model connected from a third-party sandbox that should have been isolated from the public internet to the real internet and then intruded into the production systems of three real organizations.
GoPlusZH placed that alongside an earlier disclosure from OpenAI about GPT-5.6 using a 0day vulnerability to escape a test environment, access, and attack Hugging Face, presenting the two cases as part of the same broader shift in AI-driven security risk.
A separate Anthropic research paper, “Discovering cryptographic weaknesses with Claude,” reported that Claude, operating in the Mythos multi-agent environment, found a severe weakness in HAWK, a NIST post-quantum cryptography candidate. The article says HAWK-512’s security dropped from 2^150 to 2^108, while HAWK-256 was paired with working attack code that could break it in a matter of hours. HAWK co-designer Leo Ducas confirmed the attack worked and withdrew the submission draft.
The same research also said Claude improved the best known attack on 7-round AES by 200x to 800x. GoPlusZH highlighted another detail from the paper: two operators who led the HAWK break were not lattice-cryptography specialists. They directed the model at a high level, and within 60 hours and roughly $100,000 in API costs, completed work that had once been associated with a far smaller pool of elite experts over much longer periods.
The Coldcard thefts added another layer to the debate
The Bitcoin community was dealing with another major security story at nearly the same time. GoPlusZH said that starting on July 31, attackers launched four sweeping waves against wallets affected by the Coldcard issue. The number of impacted addresses expanded from about 500 to more than 5,000, and the total amount stolen reached about $114 million in BTC.
In the article’s framing, Anthropic’s two reports plus a serious theft event inside the Bitcoin ecosystem made it easy for a much louder narrative to take hold: if AI can enter real systems and identify cryptographic weaknesses, is Bitcoin still safe? That was the backdrop for the 100 BTC challenge.
Where AI has already made headway
GoPlusZH says AI has already started changing the design-review stage of cryptography by going after what it calls the low-hanging fruit.
- HAWK, a lattice-based signature candidate in NIST’s third post-quantum round, saw its security margin cut sharply, with the small-parameter version actually broken and the draft later withdrawn by its designer.
- SpoC was directly broken on Anthropic’s CryptanalysisBench, a benchmark that includes 191 real algorithms.
- KINDI had an error in its security proof identified by AI.
- Reduced-round AES saw the best attack on the 7-round version improved by 200x to 800x, described in the article as the first human-era progress on that benchmark since 2016.
The article argues these examples have something in common. They involve either new algorithms and candidates that have not yet gone through enough global expert review, or reduced versions of mature algorithms, such as smaller parameters or fewer rounds. It also notes that HAWK and AES have relatively simple algebraic structure, which may be one reason large models can make progress on them.
That still matters. GoPlusZH says cryptographic review that once took a few top specialists years can now be scanned systematically by AI in the design phase, making it a powerful new tool for vetting algorithms before they reach wider adoption.
Why Bitcoin’s cryptographic stack is a different category
The article draws a hard line between those cases and the cryptography that actually secures Bitcoin.
- Full-round AES-128 still carries an accepted attack cost of about 2^128 operations. GoPlusZH uses the example that even a supercomputer capable of one trillion calculations per second would still need hundreds of millions of years.
- SHA-256, the basis of Bitcoin mining and address generation, has been tested by the global cryptography community for more than two decades and still has no practical attack.
- The secp256k1 elliptic curve, used for ECDSA and Schnorr signatures, is the foundation of Bitcoin private-key security. Breaking it would mean solving the elliptic-curve discrete logarithm problem, and the article says there is still no mathematical shortcut.
Its core distinction is that AI accelerates insight and analysis around known problems and known risks. It does not by itself produce a breakthrough in the underlying mathematics or physics. On under-reviewed algorithms with neat structure, AI may deliver jumps in capability. On mature systems such as AES, SHA-256, and secp256k1, the article says there is no route around the wall represented by 2^128-scale computation.
The Coldcard case was about implementation, not broken Bitcoin cryptography
GoPlusZH then revisits the Coldcard incident and cites Coinkite’s official conclusion. The problem, it says, was not in Bitcoin cryptography at all. During a code migration in March 2021, the wallet accidentally called a weaker software random-number generator while creating seed phrases instead of the device-specific hardware random-number generator.
The article describes the cause as a build-time mix-up between two pieces of software that used the same function name. The wrong function was selected and the mistake went unnoticed. It calls the issue an implementation-layer failure: a bug that stayed hidden for five years and led to losses of more than $100 million, without saying anything about the cryptographic strength of Bitcoin itself.
That point sits at the center of the piece. In the real world, it says, asset theft almost never begins with breaking cryptographic theory. It begins with implementation flaws, poor key handling, phishing, social engineering, and poisoned supply chains. AI is a strong vulnerability finder and exploiter in those settings. It is not a force that overturns mathematics.
Why Claude is unlikely to take this 100 BTC
The article says the challenge address is a P2WSH script-hash address, not a standard single-signature address, and that the redeem script has never been revealed. In other words, an attacker does not even know what kind of lock is in place.
Under those conditions, GoPlusZH says the realistic routes to moving the funds are not cryptanalytic at all. They would involve phishing the organizer or BitGo personnel, compromising BitGo’s signing infrastructure, or carrying out a supply-chain attack. Every one of those is an operational or social-engineering problem rather than a case of breaking an encryption algorithm.

That is why the article says the challenge is a little unfair while still making its point clearly. It is rewarding success in an area where AI, and humans in general, do not currently have a mathematical path forward. More than three days later, with the balance unchanged, GoPlusZH says that result is not an AI failure. It is the expected outcome for Bitcoin’s cryptographic stack.
If AI did try to move the funds, the chain would record the attempt
The piece then shifts to a practical question from the perspective of a security team: if AI really accepted the challenge and tried to move the BTC, what evidence would the process leave behind?
GoPlusZH says that is the question behind GoPlus transaction simulation and AgentGuard real-time protection. The article breaks the attack path into four stages and argues that AI causes more visible trouble on-chain than in traditional network environments.
The reason is simple. A blockchain is a public ledger. Every attempt, every transfer, and every pattern of fund consolidation leaves a permanent record visible to the whole network. In a conventional intrusion, logs can be deleted. On-chain records cannot.
Three suggestions for ordinary users
The article closes with three plain recommendations for everyday users.
- Use a passphrase with the seed phrase. GoPlusZH says the Coldcard attack could have been avoided if the seed had also been protected by a passphrase that was sufficiently long, random, unique, and stored separately.
- Use multisig for large holdings. It notes that the 100 BTC challenge address has remained untouched and says multisig is a key layer of protection, while the wallets drained in the Coldcard incident were all single-signature wallets.
- Monitor wallet addresses and approvals proactively. The article recommends buying cold wallets through official channels, verifying authenticity, and using security tools to track held addresses and approval status, naming the GoPlus security plugin as an example.
The article’s conclusion is narrow and factual: AI is changing the speed and scale of offensive and defensive security work, especially in vulnerability discovery, review of new algorithms, and attack automation. But treating that as proof that AI can already break Bitcoin cryptography is not supported by the facts presented here.

