This website uses cookies
We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.
Consent Selection
Details
  • Necessary cookies help make a website usable by enabling basic functions like page navigation and access to secure areas of the website. The website cannot function properly without these cookies.
  • Preference cookies enable a website to remember information that changes the way the website behaves or looks, like your preferred language or the region that you are in.
    • We do not use cookies of this type.

  • Statistic cookies help website owners to understand how visitors interact with websites by collecting and reporting information anonymously.
    • We do not use cookies of this type.

  • Marketing cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable for publishers and third party advertisers.
    • We do not use cookies of this type.

  • Unclassified cookies are cookies that we are in the process of classifying, together with the providers of individual cookies.
    • __emg_sidPending
      Maximum Storage Duration: 1 dayType: HTTP Cookie
      __emg_vidPending
      Maximum Storage Duration: 1 yearType: HTTP Cookie
      nl-read-countPending
      Maximum Storage Duration: PersistentType: HTML Local Storage
Cookie declaration last updated on 8/12/26 by Cookiebot
[#IABV2_TITLE#]
[#IABV2_BODY_INTRO#]
[#IABV2_BODY_LEGITIMATE_INTEREST_INTRO#]
[#IABV2_BODY_PREFERENCE_INTRO#]
[#IABV2_BODY_PURPOSES_INTRO#]
[#IABV2_BODY_PURPOSES#]
[#IABV2_BODY_FEATURES_INTRO#]
[#IABV2_BODY_FEATURES#]
[#IABV2_BODY_PARTNERS_INTRO#]
[#IABV2_BODY_PARTNERS#]
About
Cookies are small text files that can be used by websites to make a user's experience more efficient.

The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission.

This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.

You can at any time change or withdraw your consent from the Cookie Declaration on our website.

Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.

Please state your consent ID and date when you contact us regarding your consent.
NewsLayer.com
NewsLayer PulseLIVEBTC$63,838+1.21%ETH$1,904+1.13%SOL$75.83+0.45%XRP$1+0.09%DOGE$0.0703+0.44%ADA$0.1742-1.40%Total Cap$2.29T+0.84%Layer Index44 Neutral
External ReportingĐăng một ngày trước

7 AI Agents Tasked with Classifying and Correcting Bitcoin Flaws: What Did They Find?

Paul Miller, a developer who maintains cryptography libraries used in Bitcoin and Ethereum projects, tested 7 artificial intelligence (AI) agents to classify and correct 5 real security vulnerabilities reported by the Bitcoin Red Team.…

7 AI Agents Tasked with Classifying and Correcting Bitcoin Flaws: What Did They Find?
Publisher WEEX 4 phút đọc
NewsLayer editorial artwork
Đang dịch…

Regulation Context

Track live crypto policy developments across jurisdictions.

Market Context

Bitcoin

BTC

$63,838

+1.21% 24h

ETH$1,904+1.13%

Layer Index

44

↑ 2 pts in 24h

  • The models Qwen 3.8, GPT 5.6, and Fable failed: one got stuck and two refused to work.
  • 4 out of the 7 tested models are open-source and can be used without filters.

Paul Miller, a developer who maintains cryptography libraries used in Bitcoin and Ethereum projects, tested 7 artificial intelligence (AI) agents to classify and correct 5 real security vulnerabilities reported by the Bitcoin Red Team. The results showed marked differences between the models, both in the dollar cost incurred to run each one and in the accuracy of their diagnoses.

Of the 7 agents evaluated, 3 did not complete the task. Qwen 3.8 from Alibaba got stuck during the process, with no reason stated by Miller. GPT-5.6 Sol from OpenAI and Fable from Anthropic outright refused to work on the code, according to Miller himself, despite the task being to identify and fix flaws, not to exploit them.

The 4 agents that did complete the work, Grok 4.6 (xAI), Kimi K3 (Moonshot AI), DeepSeek V4 Pro, and DeepSeek V4 Flash (DeepSeek), had very different dollar costs for token consumption (user instructions) when executed:

  • Grok 4.6 cost $4.70 in computing consumption.
  • DeepSeek V4 Pro cost $0.30 for the same task, a difference of 15.7 times (almost 1500%) between the most expensive and the cheapest model to run.

The time taken also varied considerably. DeepSeek V4 Pro completed its work in 30 minutes, Kimi K3 in 40 minutes, and Grok 4.6 in 1 hour, while DeepSeek V4 Flash took 3 hours, six times (500%) longer than DeepSeek V4 Pro for the same task.

According to Miller, only Grok 4.6 matched his own assessment of the severity of the 5 vulnerabilities.

The other 3 agents that completed the work (Kimi K3, DeepSeek V4 Pro, and DeepSeek V4 Flash) exaggerated the severity of the flaws found, something that, according to Miller himself, ultimately affected the overall quality of the results delivered by those 3 models.

Miller's test comes amid a wave of attacks that use artificial intelligence to accelerate the search for and exploitation of security flaws in the Bitcoin ecosystem.

In recent weeks, Coldcard, Boltz, ZEUS, BTCPay Server, and LNP2Pbot suffered security incidents linked to flaws that attackers identified and exploited with the help of AI models. None of these cases affected the Bitcoin protocol itself, but rather products and services operating outside the network.

This wave of incidents prompted the Bitcoin Red Team, a group of developers dedicated to finding security flaws in open-source Bitcoin projects, to launch a massive AI-assisted audit of the ecosystem.

The Bitcoin Red Team audit has already covered more than 300 open-source repositories, and from that work emerged the 5 vulnerabilities that Miller used as the basis for his own test on the 7 AI agents, among another 8,000 flaws found by that group of researchers, as reported by CriptoNoticias.

Of the 7 agents that Miller tested, 4 are open-source, Kimi K3, DeepSeek V4 Pro, DeepSeek V4 Flash, and Qwen 3.8. This means that the companies that trained them publicly released their parameters, allowing any user to download and run them on their own machines without relying on the approval of those companies.

The other 3 agents, Grok 4.6, GPT-5.6 Sol, and Fable, are closed, so they can only be used through the platform or the application programming interface (API) of the company that developed them.

This distinction between open-source and closed models is relevant to the security of the Bitcoin ecosystem. By running on the companies' own servers, closed models allow their creators to maintain active security filters, such as those that led GPT-5.6 Sol and Fable to refuse to work on the vulnerabilities in this test.

Open-source models, on the other hand, can be run on a local computer and modified by any user, making it possible to remove those security filters. An attacker could use an unrestricted version of one of these same models to assist real attacks against platforms in the Bitcoin ecosystem, something that no external filter could prevent.

Miller's test exposes that, beyond the advancement of artificial intelligence in detecting vulnerabilities, significant differences persist between the various models when it comes to classifying and correcting them accurately, both in the dollar cost incurred by each and in the criteria they apply.

This content is provided for general informational purposes only and doesn't constitute financial, investment, legal, or tax advice. Any events, rewards, online promotions, or related information mentioned herein should not be considered a recommendation, solicitation, or invitation to purchase, sell, trade, or otherwise deal in any crypto assets. Crypto assets are highly volatile and may result in loss. The availability of WEEX services, products, and related events may vary by region. You are responsible for ensuring that your participation is in accordance with applicable local laws and regulations.

Follow the Story

  1. Aug 167 AI Agents Tasked with Classifying and Correcting Bitcoin Flaws: What Did They Find?
  2. Aug 17Bitcoin declared dead 21 times in 2026 but rema...
  3. Aug 17AI Debt Lifts 30-Year Treasury Yield to 5.27%: Can Bitcoin Compete?
  4. Aug 17CZ Warns Millionaires May Soon Be Unable to Afford a Single Bitcoin

Tin Nóng

Đừng bỏ lỡ tin nóng nào

Advertisement

House — Advertise on NewsLayer
NewsLayerAd

Sourced by

Originally reported by WEEX

NewsLayer coverage based on externally reported material.

The Daily Brief

The onchain economy, before your day starts.

Curated markets, onchain insights, and key headlines — delivered every weekday morning.

Weekdays · Free · ~5 minute read

Tin Liên Quan