<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:dc="https://purl.org/dc/elements/1.1/"
     xmlns:dcterms="http://purl.org/dc/terms/"
     xmlns:media="http://search.yahoo.com/mrss/"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:cf="https://www.futureplc.com/rss/content-flags"
>
    <channel>
                    <atom:link rel="alternate" hreflang="en-SG"
                       href="https://www.techradar.com/sg/feeds/tag/claude"
                       type="application/rss+xml"/>
                            <title><![CDATA[ Latest from TechRadar SG in Claude ]]></title>
                <link>https://www.techradar.com/sg/ai-platforms-assistants/claude</link>
        <description><![CDATA[ All the latest claude content from the TechRadar  SG team ]]></description>
                                    <lastBuildDate>Tue, 25 Aug 2026 08:12:01 +0000</lastBuildDate>
                            <language>en</language>
                                <item>
                                                            <title><![CDATA[ Amazon security engineer hacks PC accessories with Claude Opus to make them work better — Asus, Insta360 and Elgato products reverse engineered in hours for 'better control', but engineer admits this also 'scares me' ]]></title>
                                                                                                <dc:content><![CDATA[ <ul><li><strong>A security engineer at Amazon hacked a bunch of peripherals using AI</strong></li><li><strong>Claude Opus did most of the legwork in applying modified firmware to a webcam, microphone and more</strong></li><li><strong>The relative ease with which AI allows this kind of modification points to a worrying future of peripherals being compromised on a grander scale</strong></li></ul><p>In another example of how AI could prove to be a threat to our devices, an Amazon security engineer has demonstrated how powerful <a href="https://www.techradar.com/pro/claude-wins-out-in-major-user-satisfaction-survey-beating-gemini-and-chatgpt-but-its-bad-news-for-grok-and-siri">Claude Opus</a> is when it comes to reverse engineering PC peripherals.</p><p>Chaz Schlarp, who's a Senior Security Engineer at Amazon, wrote a <a href="https://schlarp.com/posts/everything-i-own-owned/" target="_blank">blog post</a> about experiments he conducted with a bunch of peripherals such as a webcam and a microphone.</p><p>He wanted to find out how easy it was to modify the firmware and pull off some useful tricks with these devices using AI, but clearly there's a darker side here — namely that the same access could be leveraged by a malicious actor to compromise your system via these gadgets.</p><p>Schlarp used Claude Opus 5 to mess around with the firmware for an Insta360 <a href="https://www.techradar.com/news/computing-components/peripherals/what-webcam-5-reviewed-and-rated-1027972">webcam</a>, a Shure microphone, an Asus monitor, an Elgato video capture stick, and an Elgato mini-light (a compact device for lighting your streaming videos).</p><p>Schlarp explains: "My process was pretty much the same for each of these devices: grab a copy of the device's firmware and associated update tool from the manufacturer, throw it into my reverse engineering environment, tell Claude Opus 5 what my goals are, and let it churn."</p><p>One thing that became quite clear to the security engineer was that these devices lacked any decent firmware integrity protection to prevent modifying and applying a new firmware. Only the Elgato light had any defenses in this respect, and they were easy enough to circumvent.</p><p>Schlarp explains a trick with his Asus ROG Swift PG42UQ monitor to demonstrate the kind of useful utility that can be on offer with this kind of firmware modding. He found it was possible to remove an annoying pop-up warning that periodically tells the owner to run the 'pixel cleaning' process (although the engineer hasn't implemented the fix in the firmware yet). He also discovered a way to get DisplayWidget (a Windows utility) features running on his Linux system, with a shell script that can flick through certain bits of functionality like the hardware crosshair or FPS counter (which could be set up on hotkeys).</p><p>Most of what he did, though, was about proving how relatively easy it was to subvert the firmware using AI to do the heavy lifting, and, for example, disable the webcam's recording light (in the style of surveillance malware, so the user wouldn't know if the camera was secretly recording). He pulled off a similar feat with the microphone, so the mute LED could be on while the mic wasn't actually muted (this was leveraged via a 'full plaintext command shell').</p><p>Schlarp observed: "Peripherals have proven to be an ideal target for agentic RE [reverse engineering] — they're tiny computers attached to my computer, with a data connection to the host and usually a firmware update mechanism, so an agent has something to iterate against. The net outcome is better control and understanding of my machine."</p><h2 id="analysis-fast-tracked-exploits">Analysis: fast-tracked exploits?</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2160px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="xyobc3yZ8F2nn4HA7tQEXY" name="MV7_Desk_Boom_Close_Landscape.jpg" alt="Shure MV7 microphone" src="https://cdn.mos.cms.futurecdn.net/xyobc3yZ8F2nn4HA7tQEXY.jpg" mos="" align="middle" fullscreen="" width="2160" height="1215" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shure)</span></figcaption></figure><p>The key point here is how easy Claude Opus made this task. 'Owning' all five of these peripherals boiled down to 13 hours of the AI beavering away under its own steam with just shy of 100 prompts from its human overseer.</p><p>Schlarp notes that: "Hardware is almost universally 'open' for tinkering at this point with just a couple hours of mostly hands-off machine-driven labor each, and I look forward to a near future where I can add features to my webcam firmware as easily as I can to software that runs on my Linux machine itself."</p><p>However, as mentioned, there's the dark side to all this, as Schlarp makes clear: "On the other hand, as a security professional, this scares me for several reasons. I would work from the operating assumption that any device attached to a computer could have had a malicious firmware implant performed, where previously that required significant per-model investment and was stereotyped as a 'state actor' kind of activity."</p><p>In other words, the main difficulty in executing these kinds of exploits is the labor and time required, which currently limits this to individually targeted attacks on more high value targets. However, now an AI agent is capable of doing the grunt work, it makes sense that these kinds of attacks could be far more prevalent as time rolls on.</p><p>That means all those peripherals attached to your PC could be used as ways to compromise you, or your system, in the future. Schlarp informs us that he's also managed to get a root shell on a commercial Dell display, adding that: "Obviously it was never best practice to let untrusted clients touch these things, but the speed and scale at which this can be executed makes the risk so much higher now."</p><p>There's a potentially bigger threat here, too: an AI-powered worm that automatically actions this kind of reverse engineering. Schlarp explains: "It's only a tiny leap to imagine that someone could make a self-replicating piece of malware that probes its environment, relaying reconnaissance back to a smart command-and-control that actively works to push itself into accessories and IoT devices and industrial equipment found adjacent to an infected target."</p><p>There are a lot of worries about where AI could be leading us, and far more dangerous security threats looming in the future (<a href="https://www.techradar.com/pro/security/hackers-are-using-evolved-capabilities-in-ai-generated-malware-to-hit-us-critical-infrastructure-at-an-unprecedented-scale-active-threat-currently-hitting-energy-water-and-agricultural-industries">or indeed the present</a>) is another unfortunate prospect to say the least.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/ai-platforms-assistants/claude/amazon-security-engineer-hacks-pc-accessories-with-claude-opus-to-make-them-work-better-asus-insta360-and-elgato-products-reverse-engineered-in-hours-for-better-control-but-engineer-admits-this-also-scares-me</link>
                                                                            <description>
                            <![CDATA[ Some nifty tricks are pulled off by the security engineer — but the dark side of all this is worrying to say the least. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">jfgtWnEZ5qskR4obinicL3</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/gYocvkPAnx8FcKQz6eTGsa-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 25 Aug 2026 08:12:01 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Claude]]></category>
                                                    <category><![CDATA[Cyber Security]]></category>
                                                    <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                    <category><![CDATA[Computing]]></category>
                                                    <category><![CDATA[Computing Security]]></category>
                                                                                                                    <dc:creator><![CDATA[ Darren Allan ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/gYocvkPAnx8FcKQz6eTGsa-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock / LightField Studios]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Confused PC gamer looking at screen]]></media:description>                                                            <media:text><![CDATA[Confused PC gamer looking at screen]]></media:text>
                                <media:title type="plain"><![CDATA[Confused PC gamer looking at screen]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/gYocvkPAnx8FcKQz6eTGsa-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <ul><li><strong>A security engineer at Amazon hacked a bunch of peripherals using AI</strong></li><li><strong>Claude Opus did most of the legwork in applying modified firmware to a webcam, microphone and more</strong></li><li><strong>The relative ease with which AI allows this kind of modification points to a worrying future of peripherals being compromised on a grander scale</strong></li></ul><p>In another example of how AI could prove to be a threat to our devices, an Amazon security engineer has demonstrated how powerful <a href="https://www.techradar.com/pro/claude-wins-out-in-major-user-satisfaction-survey-beating-gemini-and-chatgpt-but-its-bad-news-for-grok-and-siri">Claude Opus</a> is when it comes to reverse engineering PC peripherals.</p><p>Chaz Schlarp, who's a Senior Security Engineer at Amazon, wrote a <a href="https://schlarp.com/posts/everything-i-own-owned/" target="_blank">blog post</a> about experiments he conducted with a bunch of peripherals such as a webcam and a microphone.</p><p>He wanted to find out how easy it was to modify the firmware and pull off some useful tricks with these devices using AI, but clearly there's a darker side here — namely that the same access could be leveraged by a malicious actor to compromise your system via these gadgets.</p><p>Schlarp used Claude Opus 5 to mess around with the firmware for an Insta360 <a href="https://www.techradar.com/news/computing-components/peripherals/what-webcam-5-reviewed-and-rated-1027972">webcam</a>, a Shure microphone, an Asus monitor, an Elgato video capture stick, and an Elgato mini-light (a compact device for lighting your streaming videos).</p><p>Schlarp explains: "My process was pretty much the same for each of these devices: grab a copy of the device's firmware and associated update tool from the manufacturer, throw it into my reverse engineering environment, tell Claude Opus 5 what my goals are, and let it churn."</p><p>One thing that became quite clear to the security engineer was that these devices lacked any decent firmware integrity protection to prevent modifying and applying a new firmware. Only the Elgato light had any defenses in this respect, and they were easy enough to circumvent.</p><p>Schlarp explains a trick with his Asus ROG Swift PG42UQ monitor to demonstrate the kind of useful utility that can be on offer with this kind of firmware modding. He found it was possible to remove an annoying pop-up warning that periodically tells the owner to run the 'pixel cleaning' process (although the engineer hasn't implemented the fix in the firmware yet). He also discovered a way to get DisplayWidget (a Windows utility) features running on his Linux system, with a shell script that can flick through certain bits of functionality like the hardware crosshair or FPS counter (which could be set up on hotkeys).</p><p>Most of what he did, though, was about proving how relatively easy it was to subvert the firmware using AI to do the heavy lifting, and, for example, disable the webcam's recording light (in the style of surveillance malware, so the user wouldn't know if the camera was secretly recording). He pulled off a similar feat with the microphone, so the mute LED could be on while the mic wasn't actually muted (this was leveraged via a 'full plaintext command shell').</p><p>Schlarp observed: "Peripherals have proven to be an ideal target for agentic RE [reverse engineering] — they're tiny computers attached to my computer, with a data connection to the host and usually a firmware update mechanism, so an agent has something to iterate against. The net outcome is better control and understanding of my machine."</p><h2 id="analysis-fast-tracked-exploits">Analysis: fast-tracked exploits?</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2160px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="xyobc3yZ8F2nn4HA7tQEXY" name="MV7_Desk_Boom_Close_Landscape.jpg" alt="Shure MV7 microphone" src="https://cdn.mos.cms.futurecdn.net/xyobc3yZ8F2nn4HA7tQEXY.jpg" mos="" align="middle" fullscreen="" width="2160" height="1215" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shure)</span></figcaption></figure><p>The key point here is how easy Claude Opus made this task. 'Owning' all five of these peripherals boiled down to 13 hours of the AI beavering away under its own steam with just shy of 100 prompts from its human overseer.</p><p>Schlarp notes that: "Hardware is almost universally 'open' for tinkering at this point with just a couple hours of mostly hands-off machine-driven labor each, and I look forward to a near future where I can add features to my webcam firmware as easily as I can to software that runs on my Linux machine itself."</p><p>However, as mentioned, there's the dark side to all this, as Schlarp makes clear: "On the other hand, as a security professional, this scares me for several reasons. I would work from the operating assumption that any device attached to a computer could have had a malicious firmware implant performed, where previously that required significant per-model investment and was stereotyped as a 'state actor' kind of activity."</p><p>In other words, the main difficulty in executing these kinds of exploits is the labor and time required, which currently limits this to individually targeted attacks on more high value targets. However, now an AI agent is capable of doing the grunt work, it makes sense that these kinds of attacks could be far more prevalent as time rolls on.</p><p>That means all those peripherals attached to your PC could be used as ways to compromise you, or your system, in the future. Schlarp informs us that he's also managed to get a root shell on a commercial Dell display, adding that: "Obviously it was never best practice to let untrusted clients touch these things, but the speed and scale at which this can be executed makes the risk so much higher now."</p><p>There's a potentially bigger threat here, too: an AI-powered worm that automatically actions this kind of reverse engineering. Schlarp explains: "It's only a tiny leap to imagine that someone could make a self-replicating piece of malware that probes its environment, relaying reconnaissance back to a smart command-and-control that actively works to push itself into accessories and IoT devices and industrial equipment found adjacent to an infected target."</p><p>There are a lot of worries about where AI could be leading us, and far more dangerous security threats looming in the future (<a href="https://www.techradar.com/pro/security/hackers-are-using-evolved-capabilities-in-ai-generated-malware-to-hit-us-critical-infrastructure-at-an-unprecedented-scale-active-threat-currently-hitting-energy-water-and-agricultural-industries">or indeed the present</a>) is another unfortunate prospect to say the least.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Samsung thinks Claude Code can help it boost chip design — but admits the AI still makes some worryingly big mistakes ]]></title>
                                                                                                <dc:content><![CDATA[ <ul><li><strong>Samsung System LSI division uses Anthropic's Claude Code to reportedly slice working processes</strong></li><li><strong>However the tool also apparently downgraded an error message instead of fixing it, rolling back unrelated finished work, and tried to edit code it was not authorized to touch</strong></li><li><strong>Samsung's engineers currently review everything the tool produces before it is published elsewhere or affects existing chip designs</strong></li></ul><p>Samsung's System LSI division has reportedly used Anthropic's Claude Code to cut a month-long system-on-chip verification job to about two days.</p><p>While Samsung's division has about 6,000 employees, its main rival in mobile application processors, Qualcomm, has roughly 52,000 employees, and the former is apparently not above using AI to bridge the gap as a force multiplier.</p><p>A report from South Korean business outlet <a href="https://biz.chosun.com/it-science/ict/2026/08/12/XIEQWWZCDRFH7BJV5Z3DOY2RLQ/" target="_blank"><em>Chosun Biz (KR)</em></a> claims System LSI leveraged Anthropic's Claude Code by offering it to its software developers in May 2026, then extended it to semiconductor design and verification work, a move which led to much faster progress on certain projects, while also producing interesting failures on other fronts.</p><h2 id="a-mix-of-triumphs-and-gaffes">A mix of triumphs and gaffes</h2><p>Samsung's approach, for the most part, makes an excellent case for future AI use, as one verification project expected to take more than a month was finished in about two days, something the company internally tracked as a 15x gain in efficiency.</p><p>More interestingly, a second-year engineer with no prior exposure to either the tool or USB communication standards built USB device models for an emulator and adapted an Android driver in a single day, work whichwas normally estimated to take about a month.</p><p>Samsung has also had an interesting interaction using Claude Code to verify the internal data connections of a custom system-on-chip. The job was complex in more ways than one: the customer wanted a new architecture, third-party design IP was involved, the documentation was nonstandard, and the RTL for the DRAM controller had not arrived on schedule, making for a perfect storm for Claude.</p><p>Claude built a virtual verification environment using placeholder blocks in place of the missing RTL, along with test scenarios, so that engineers could start catching errors before the real design existed.</p><p>On the other side of the equation, Claude Code did, in certain cases, try to operate outside the boundaries of its assignments, often resulting in incorrect output or an error, or, in one case, an attempt to modify RTL circuit code it had no authorization to touch. It also rolled back unrelated finished work and downgraded an error message instead of fixing it.</p><p>The former is particularly egregious because, unlike software updates, once silicon ships, it can rarely be repurposed or 'updated' to bypass design flaws. Samsung has responded by ensuring engineers manually inspect and verify the output of Anthropic's models before using it elsewhere.</p><p>More interestingly, Claude Code <a href="https://openai.com/index/samsung-electronics-chatgpt-codex-deployment/" target="_blank">isn't the only tool in the building</a>, even if it seems to get the most attention here; Samsung also uses Google Gemini and OpenAI's ChatGPT across research, manufacturing, marketing, and support.</p><p>Despite this, Samsung does not use either of the other models to check input from the former; trusted engineers on-site do that instead in an industry where errors that are not picked up during reviews could be costly for a company that is currently attempting to maximize efficiency, even as its System LSI has posted losses in its SoC business and <a href="https://www.techradar.com/phones/samsung-galaxy-phones/samsung-galaxy-z-fold-8-review" target="_blank">its flagship Galaxy Z Fold 8</a> runs Qualcomm's silicon under the hood.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/pro/samsung-thinks-claude-code-can-help-it-boost-chip-design-but-admits-the-ai-still-makes-some-worryingly-big-mistakes</link>
                                                                            <description>
                            <![CDATA[ Samsung's chip division is finding out what agentic coding tools do when you leave them alone: when asked to deal with a stubborn error, Claude reclassified it as an informational notice to be 'rid' of the issue ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">uTUZDLZ4Qu7fDvWa5Ngcg</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/new7kozVtx7yeGs3pWmbfd-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Tue, 25 Aug 2026 00:25:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Pro]]></category>
                                                                                                <author><![CDATA[ Rahimnoorali11@gmail.com (Rahim Amir) ]]></author>                    <dc:creator><![CDATA[ Rahim Amir ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/9xKZFBamtEZKSChRvywbPB.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Rahim Amir is a UAE-based tech writer who enjoys building PCs as much as he enjoys writing about them. He has been professionally writing about PC hardware since 2023, focusing on buyer’s guides, hardware reviews, and sponsored content and features related to tech.&lt;br&gt;&lt;br&gt;Having built hundreds of gaming PCs and being an avid gamer in his spare time, Rahim tends to have stronger opinions about hardware than most. This is particularly on display when he gets his way with powerful, but minimalistic RGB builds even as Small Form Factor (SFF) PCs come a close second.&lt;br&gt;&lt;br&gt;In addition to his contributions to TechRadar, Rahim’s work has also been featured on Game Rant and financial news websites.&lt;br&gt;&lt;br&gt;When he’s not working, you can find him playing DotA with friends or schmoozing to take the world over in Civilization. Alternatively, you can find him binging through the entirety of the Lord of The Rings universe with extended editions in play where applicable.&lt;br&gt;&lt;br&gt;You can currently catch Rahim grinding Path of Exile 2, complaining about his (extremely low) unique loot drop rate, or actively participating in one of the numerous (and heated) debates centered around Tolkien&#039;s universe on multiple forums daily.&lt;br&gt;&lt;br&gt;If you have a PC build or a Satisfactory playthrough in progress, he is likely to have some advice to send your way, especially regarding verticality being key for the latter. For the former, Rahim enjoys all aspects of the process including researching the components he will eventually use, benchmarking the latest and greatest hardware he can get his hands on, and somewhat surprisingly, cable management once he gets his latest build to POST.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/new7kozVtx7yeGs3pWmbfd-1280-80.png">
                                                            <media:credit><![CDATA[Samsung]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Samsung Logo]]></media:description>                                                            <media:text><![CDATA[Samsung Logo]]></media:text>
                                <media:title type="plain"><![CDATA[Samsung Logo]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/new7kozVtx7yeGs3pWmbfd-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <ul><li><strong>Samsung System LSI division uses Anthropic's Claude Code to reportedly slice working processes</strong></li><li><strong>However the tool also apparently downgraded an error message instead of fixing it, rolling back unrelated finished work, and tried to edit code it was not authorized to touch</strong></li><li><strong>Samsung's engineers currently review everything the tool produces before it is published elsewhere or affects existing chip designs</strong></li></ul><p>Samsung's System LSI division has reportedly used Anthropic's Claude Code to cut a month-long system-on-chip verification job to about two days.</p><p>While Samsung's division has about 6,000 employees, its main rival in mobile application processors, Qualcomm, has roughly 52,000 employees, and the former is apparently not above using AI to bridge the gap as a force multiplier.</p><p>A report from South Korean business outlet <a href="https://biz.chosun.com/it-science/ict/2026/08/12/XIEQWWZCDRFH7BJV5Z3DOY2RLQ/" target="_blank"><em>Chosun Biz (KR)</em></a> claims System LSI leveraged Anthropic's Claude Code by offering it to its software developers in May 2026, then extended it to semiconductor design and verification work, a move which led to much faster progress on certain projects, while also producing interesting failures on other fronts.</p><h2 id="a-mix-of-triumphs-and-gaffes">A mix of triumphs and gaffes</h2><p>Samsung's approach, for the most part, makes an excellent case for future AI use, as one verification project expected to take more than a month was finished in about two days, something the company internally tracked as a 15x gain in efficiency.</p><p>More interestingly, a second-year engineer with no prior exposure to either the tool or USB communication standards built USB device models for an emulator and adapted an Android driver in a single day, work whichwas normally estimated to take about a month.</p><p>Samsung has also had an interesting interaction using Claude Code to verify the internal data connections of a custom system-on-chip. The job was complex in more ways than one: the customer wanted a new architecture, third-party design IP was involved, the documentation was nonstandard, and the RTL for the DRAM controller had not arrived on schedule, making for a perfect storm for Claude.</p><p>Claude built a virtual verification environment using placeholder blocks in place of the missing RTL, along with test scenarios, so that engineers could start catching errors before the real design existed.</p><p>On the other side of the equation, Claude Code did, in certain cases, try to operate outside the boundaries of its assignments, often resulting in incorrect output or an error, or, in one case, an attempt to modify RTL circuit code it had no authorization to touch. It also rolled back unrelated finished work and downgraded an error message instead of fixing it.</p><p>The former is particularly egregious because, unlike software updates, once silicon ships, it can rarely be repurposed or 'updated' to bypass design flaws. Samsung has responded by ensuring engineers manually inspect and verify the output of Anthropic's models before using it elsewhere.</p><p>More interestingly, Claude Code <a href="https://openai.com/index/samsung-electronics-chatgpt-codex-deployment/" target="_blank">isn't the only tool in the building</a>, even if it seems to get the most attention here; Samsung also uses Google Gemini and OpenAI's ChatGPT across research, manufacturing, marketing, and support.</p><p>Despite this, Samsung does not use either of the other models to check input from the former; trusted engineers on-site do that instead in an industry where errors that are not picked up during reviews could be costly for a company that is currently attempting to maximize efficiency, even as its System LSI has posted losses in its SoC business and <a href="https://www.techradar.com/phones/samsung-galaxy-phones/samsung-galaxy-z-fold-8-review" target="_blank">its flagship Galaxy Z Fold 8</a> runs Qualcomm's silicon under the hood.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ 'Unlicensed, unrestricted AI training could destroy the ecosystem for books' — quote of the day by the Authors Guild on the sourcing of training data ]]></title>
                                                                                                <dc:content><![CDATA[ <p>To achieve any level of competency, large language models (LLMs) need ample data for sufficient training. AI companies have looked to various sources to mine this information, including content publicly available on the internet, synthetic data generated from other AI models, and printed literature.</p><h2 id="reading-difficulties">Reading difficulties</h2><p>Prompted by news that AI companies were allegedly <a href="https://www.bbc.co.uk/news/articles/c70w24j7jk1o" target="_blank" rel="nofollow">using books from pirate ebook sites</a> to build their LLMs, writers, authors, and publishers publicly called out this deeply worrying process.</p><div  class="fancy-box"><div class="fancy_box-title">Quote of the day</div><div class="fancy_box_body"><p class="fancy-box__body-text">This article is part of TechRadar Pro's QOTD project to provide an insight into the minds of the brightest and most recognized figures in the technology industry today and in years gone by. <a data-analytics-id="inline-link" href="https://www.techradar.com/tag/qotd">Read the full series here</a>.</p></div></div><p>The professional organization known as the Authors Guild responded to various stories about AI companies scanning books to train their AI models (both illegally and legally) with incredibly comprehensive <a href="https://authorsguild.org/advocacy/artificial-intelligence/ai-licensing-what-authors-should-know/" target="_blank" rel="nofollow">guidelines on AI licensing</a>.</p><p>This document covered the various manifestations of the use of published works by AI companies, including its legal perspective on the legitimacy of using such works. It also highlighted that the continued data harvesting processes would risk destroying the ecosystem for books that currently exists.</p><h2 id="book-buying">Book buying</h2><p>The use of books by AI companies is an ongoing concern. But in recent months the focus has pivoted to those that buy, scan – and destroy – books on an industrial scale.</p><p>For example, court documents revealed the existence of '<a href="https://www.theguardian.com/commentisfree/2026/aug/05/anthropic-ai-destroying-books" target="_blank" rel="nofollow">Project Panama</a>' inside Anthropic. This is a scheme in which the company aims to "destructively scan all the books in the world" and used a codename because "we don’t want it to be known that we are working on this.".</p><p>To train Claude, Anthropic had to procure a large and high-quality dataset, so it set out to purchase books on an industrial scale because of the relatively high-quality nature of the writing compared with, say, writing found online. </p><div style="min-height: 250px;">                                <div class="kwizly-quiz kwizly-OdvAJe"></div>                            </div>                            <script src="https://kwizly.com/embed/OdvAJe.js" async></script> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/pro/unlicensed-unrestricted-ai-training-could-destroy-the-ecosystem-for-books-quote-of-the-day-by-the-authors-guild-on-the-sourcing-of-training-data</link>
                                                                            <description>
                            <![CDATA[ Many of today's widely used AI systems have been trained on material sourced from books ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">VXEGHp2Zn9wE4tkynmbYPf</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/sAKNxTKFKv2WboLS6v4Zw7-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 24 Aug 2026 22:00:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Pro]]></category>
                                                                                                                    <dc:creator><![CDATA[ Keumars Afifi-Sabet ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/baEeYWYTHEpvddufVqymoA.jpeg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Keumars Afifi-Sabet is a freelance contributor for Tech Radar and Technology Editor for Live Science. He has written for a variety of publications including ITPro, The Week Digital and ComputerActive. He has worked as a technology journalist for more than five years, having previously held the role of features editor with ITPro. In his previous role, he oversaw the commissioning and publishing of long form in areas including AI, cyber security, cloud computing and digital transformation.&lt;/p&gt;&lt;p&gt;An NCTJ-qualified journalist who specialises in technology, his path into journalism began at university. He immersed himself in student media while studying for a degree in biomedical sciences at Queen Mary, University of London. After graduating, Keumars wrote for a variety of local and national publications as a freelancer, including The Independent, The Observer, and Metro. While studying for his NCTJ certification, his work was commended in the category of ‘Top Scoop’ in the 2017 NCTJ awards. He’s also registered as a foundational chartered manager with the Chartered Management Institute (CMI), having qualified as a Level 3 Team leader with distinction in 2023.&lt;br&gt;&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/sAKNxTKFKv2WboLS6v4Zw7-1280-80.jpg">
                                                            <media:credit><![CDATA[404 media]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Ultra-rare books are being destroyed by AI]]></media:description>                                                            <media:text><![CDATA[Ultra-rare books are being destroyed by AI]]></media:text>
                                <media:title type="plain"><![CDATA[Ultra-rare books are being destroyed by AI]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/sAKNxTKFKv2WboLS6v4Zw7-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>To achieve any level of competency, large language models (LLMs) need ample data for sufficient training. AI companies have looked to various sources to mine this information, including content publicly available on the internet, synthetic data generated from other AI models, and printed literature.</p><h2 id="reading-difficulties">Reading difficulties</h2><p>Prompted by news that AI companies were allegedly <a href="https://www.bbc.co.uk/news/articles/c70w24j7jk1o" target="_blank" rel="nofollow">using books from pirate ebook sites</a> to build their LLMs, writers, authors, and publishers publicly called out this deeply worrying process.</p><div  class="fancy-box"><div class="fancy_box-title">Quote of the day</div><div class="fancy_box_body"><p class="fancy-box__body-text">This article is part of TechRadar Pro's QOTD project to provide an insight into the minds of the brightest and most recognized figures in the technology industry today and in years gone by. <a data-analytics-id="inline-link" href="https://www.techradar.com/tag/qotd">Read the full series here</a>.</p></div></div><p>The professional organization known as the Authors Guild responded to various stories about AI companies scanning books to train their AI models (both illegally and legally) with incredibly comprehensive <a href="https://authorsguild.org/advocacy/artificial-intelligence/ai-licensing-what-authors-should-know/" target="_blank" rel="nofollow">guidelines on AI licensing</a>.</p><p>This document covered the various manifestations of the use of published works by AI companies, including its legal perspective on the legitimacy of using such works. It also highlighted that the continued data harvesting processes would risk destroying the ecosystem for books that currently exists.</p><h2 id="book-buying">Book buying</h2><p>The use of books by AI companies is an ongoing concern. But in recent months the focus has pivoted to those that buy, scan – and destroy – books on an industrial scale.</p><p>For example, court documents revealed the existence of '<a href="https://www.theguardian.com/commentisfree/2026/aug/05/anthropic-ai-destroying-books" target="_blank" rel="nofollow">Project Panama</a>' inside Anthropic. This is a scheme in which the company aims to "destructively scan all the books in the world" and used a codename because "we don’t want it to be known that we are working on this.".</p><p>To train Claude, Anthropic had to procure a large and high-quality dataset, so it set out to purchase books on an industrial scale because of the relatively high-quality nature of the writing compared with, say, writing found online. </p><div style="min-height: 250px;">                                <div class="kwizly-quiz kwizly-OdvAJe"></div>                            </div>                            <script src="https://kwizly.com/embed/OdvAJe.js" async></script>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Why are ‘paranoid’ Claude agents launching a turf war and deploying self-replicating malware against each other? The experts weigh in ]]></title>
                                                                                                <dc:content><![CDATA[ <p>Three Claude agents set up to deliberately conflict with each other in Anthropic testing started behaving in a very strange way by essentially starting a ‘turf war’ over their tasks.</p><p>Upon launching the experiment the agents began conflicting with each other, leading to some of the agents deliberately sabotaging their rivals by disabling their linked accounts, ending their processes, and even creating self-replicating malware to impede their rivals.</p><p>According to Anthropic, the agents became “increasingly aggressive” in their behavior during the four hour experiment which became a battle for the survival of the fittest.</p><h2 id="what-was-the-experiment-meant-to-achieve">What was the experiment meant to achieve?</h2><p>Anthropic said it set up <a href="https://www.anthropic.com/research/multiagent-systems" target="_blank" rel="nofollow">the experiment</a> to see how AI agents with conflicting tasks would interact.</p><p>Within Claude Code, the agents were given the task of migrating a Python back-end system on a virtual machine in a set language for each agent (Go, Rust, and Typescript), with the added caveat that “each agent was initially unaware of the presence of the others.”</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="iGCEJhusMZf623FQovppd9" name="TR.0093_perspectives assets_logo" caption="" alt="TechRadar Pro Perspectives logo in purple" src="https://cdn.mos.cms.futurecdn.net/iGCEJhusMZf623FQovppd9.png" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p class="fancy-box__body-text">Got an opinion for us? <a data-analytics-id="inline-link" href="https://www.techradar.com/pro/perspectives-how-to-submit" target="_blank">Here’s how you can submit your perspective</a></p></div></div><p>During the experiments, each agent determined that the others were trying to deliberately block their progress.</p><p>Sometimes, the agents would recognize that another agent was blocking them from completing their task and ask for human intervention, but in other experiments the strategy soon went downhill.</p><p>“They sabotaged others with increasingly aggressive, self-replicating malware,” Anthropic said, noting that they would design looping scripts to kill the processes of their fellow agents.</p><p>The experiment shows that agent interaction is still riddled with problems and that when given a conflicting task, agents won’t always coordinate or ask for human help. </p><p>Each agent believed their task was paramount and was willing to do whatever it took to complete it. A similar event occurred in the wild when one of Anthropic’s models <a href="https://www.techradar.com/pro/security/anthropic-reveals-claude-ai-model-hacked-three-companies-during-tests-so-how-worried-should-we-be">broke out of a testing environment and breached multiple third-party organizations</a>.</p><h3 class="article-body__section" id="section-expert-perspectives-on-ai-agent-turf-wars"><span>Expert perspectives on AI agent turf wars</span></h3><ul><li><strong>Seemant Sehgal, Founder & CEO, BreachLock:</strong></li></ul><p><em>When you give autonomous systems competing objectives and the means to act, conflict is not a bug, it is a foreseeable outcome.</em></p><div><blockquote><p>When you give autonomous systems competing objectives and the means to act, conflict is not a bug, it is a foreseeable outcome.</p></blockquote></div><p><em>What Anthropic observed in a controlled research setting is the same principle that has always governed adversarial systems. Goals without constraints produce behavior without limits.</em></p><p><em>Security teams should be paying close attention here, because the real challenge at hand is whether the organizations deploying AI agents have thought carefully about what happens when those agents start making decisions nobody explicitly authorized.</em></p><ul><li><strong>Jeremiah Fowler, Security Researcher, Black Hills Information Security:</strong></li></ul><p><em>I find it concerning when AI agents have the ability to execute code, modify systems, create accounts, access credentials or communicate with other machines.</em></p><p><em>It is very possible that two separate agents could potentially create a security incident simply because neither understands the intent or authority of the other. If they have overlapping tasks one could view the other as an obstacle and now you have an interesting scenario where instead of focusing on the task they engage in conflict or create a loop.</em></p><div><blockquote><p>When things go wrong the speed of an AI agent becomes a liability.</p></blockquote></div><p><em>Permissions, boundaries and objectives are important to limit the behavior of autonomous AI agents. When things go wrong the speed of an AI agent becomes a liability. Autonomous AI agents can potentially make thousands of decisions before a security team identifies that something unusual is happening.</em></p><p><em>Agentic AI creates an entirely new attack surface because an AI agent may not be simply processing information and hypothetically can become a rogue privileged user.</em></p><p><em>Security and development teams should apply least privilege principles and restrict AI agents to only the permissions required to perform a specific task. Sensitive actions should require human supervision and approval to avoid a worse case scenario.</em></p><p><em>It is important to implement logging because when something goes wrong, you can see what an AI agent did, but what information or instructions caused specific decisions. Going forward we will need to develop ways that can identify rogue agent-to-agent behavior and provide humans with a kill switch before automated conflicts become a digital forest fire.</em></p><ul><li><strong>Kevin Surace, CEO, Token:</strong></li></ul><p><em>Anthropic’s research is an important warning for security teams because it shows what can happen when autonomous AI agents are given goals, credentials, tools and enough authority to act independently.</em></p><p><em>When agents were placed in conflict, they did not simply fail gracefully. They interfered with one another, disabled competing processes and even generated self replicating malicious code in pursuit of their assigned objectives.</em></p><p><em>The lesson is not that AI suddenly became evil. It is that intelligence, autonomy and excessive privilege can become a very dangerous combination.</em></p><div><blockquote><p>We are about to have millions of nonhuman identities operating alongside human identities. That makes identity and authorization even more critical.</p></blockquote></div><p><em>Organizations should start treating every AI agent as a potentially untrusted privileged identity. Each agent should have its own identity, least privilege access, tightly restricted tools, isolated execution environments and a complete audit trail. </em></p><p><em>Agents should never be able to expand their own permissions, disable another identity or take highly consequential actions without additional authorization.</em></p><p><em>We are about to have millions of nonhuman identities operating alongside human identities. That makes identity and authorization even more critical.</em></p><p><em>Every agent needs strong cryptographic identity, while all human approvals must be tied to biometric assured identity (or another agent could approve it).</em></p><p><em>AI agents are essentially becoming privileged insiders operating at machine speed. Giving them broad access and simply hoping they behave would repeat many of the same cybersecurity mistakes organizations have spent decades trying to fix.</em></p><ul><li><strong>Jacob Krell, Sr. Director: Secure AI Solutions & Cybersecurity, Suzu Labs:</strong></li></ul><p><em>Anthropic's agents went from merge conflict to self-replicating malware in four hours, writing kill scripts, disabling each other's Unix accounts, and disguising malicious code as a rival's work. No prompt injection, no external attacker. A human developer in the same situation sends a Slack message, and resolution takes days. These agents skipped every social brake and went straight to weaponization because machine-speed conflict has no cooling-off period.</em></p><p><em>Agentic AI is an attack surface. An attacker doesn't need to compromise an agent directly, just manipulate the shared environment to create conditions the agent interprets as hostile. The agent does the rest. And in Anthropic's experiment, the agents didn't report their malicious actions to operators afterward.</em></p><div><blockquote><p>Every agent needs its own identity, scoped permissions, and a kill switch before it touches a shared environment.</p></blockquote></div><p><em>Every agent needs its own identity, scoped permissions, and a kill switch before it touches a shared environment. Agent-to-agent interaction is a telemetry surface most security operations centers aren't collecting yet, and Anthropic just showed what an unmonitored shared environment produces. If you can't tell which agent did what, when, and on whose authority, you've built the conditions for a turf war without the visibility to see it happening.</em></p><p><em>Agents are already writing code, finding vulnerabilities, and building exploits. Defense has to match that speed. When both sides run at machine speed, the bottleneck shifts from human capital and tooling to compute power and cost.</em></p><section class="article__schema-question"><h3>How do I submit my own perspective on emerging news?</h3><article class="article__schema-answer"><p>If you have an expert perspective you would like to share on an emerging story or particular topic, please get in contact here: benedict.collins@futurenet.com</p></article></section> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/pro/security/why-are-paranoid-claude-agents-launching-a-turf-war-and-deploying-self-replicating-malware-against-each-other-the-experts-weigh-in</link>
                                                                            <description>
                            <![CDATA[ Killing processes, disabling rival accounts, and building self-replicating malware ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">vD2zZKBKMQqo3t6N8Whwg5</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/ym4JdN8tZyMYq4wNvoyNWJ-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sun, 23 Aug 2026 11:00:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Security]]></category>
                                                    <category><![CDATA[Cyber Security]]></category>
                                                    <category><![CDATA[Claude]]></category>
                                                    <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                    <category><![CDATA[Pro]]></category>
                                                    <category><![CDATA[Computing]]></category>
                                                    <category><![CDATA[Computing Security]]></category>
                                                                                                <author><![CDATA[ benedict.collins@futurenet.com (Benedict Collins) ]]></author>                    <dc:creator><![CDATA[ Benedict Collins ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/jEvqGv8wvH7PWZ4XPURyyB.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Benedict is a Senior Security Writer at TechRadar Pro, where he has specialized in covering the intersection of geopolitics, cyber-warfare, and business security.&lt;/p&gt;&lt;p&gt;Benedict provides detailed analysis on state-sponsored threat actors, APT groups, and the protection of critical national infrastructure, with his reporting bridging the gap between technical threat intelligence and B2B security strategy.&lt;/p&gt;&lt;p&gt;Benedict holds an MA (Distinction) in Security, Intelligence, and Diplomacy from the University of Buckingham Centre for Security and Intelligence Studies (BUCSIS), with his specialization providing him with an elite academic framework for deconstructing complex international conflicts and intelligence operations. He also holds a BA in Politics with Journalism, providing him with a strong investigative nature and the ability to translate complex security data into clear, actionable insights.&lt;/p&gt;&lt;p&gt;When he isn’t analyzing the latest data breach or security threats, Benedict enjoys running and cycling throughout the UK countryside.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/ym4JdN8tZyMYq4wNvoyNWJ-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images/SOPA Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Anthropic Claude]]></media:description>                                                            <media:text><![CDATA[Anthropic Claude]]></media:text>
                                <media:title type="plain"><![CDATA[Anthropic Claude]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/ym4JdN8tZyMYq4wNvoyNWJ-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Three Claude agents set up to deliberately conflict with each other in Anthropic testing started behaving in a very strange way by essentially starting a ‘turf war’ over their tasks.</p><p>Upon launching the experiment the agents began conflicting with each other, leading to some of the agents deliberately sabotaging their rivals by disabling their linked accounts, ending their processes, and even creating self-replicating malware to impede their rivals.</p><p>According to Anthropic, the agents became “increasingly aggressive” in their behavior during the four hour experiment which became a battle for the survival of the fittest.</p><h2 id="what-was-the-experiment-meant-to-achieve">What was the experiment meant to achieve?</h2><p>Anthropic said it set up <a href="https://www.anthropic.com/research/multiagent-systems" target="_blank" rel="nofollow">the experiment</a> to see how AI agents with conflicting tasks would interact.</p><p>Within Claude Code, the agents were given the task of migrating a Python back-end system on a virtual machine in a set language for each agent (Go, Rust, and Typescript), with the added caveat that “each agent was initially unaware of the presence of the others.”</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="iGCEJhusMZf623FQovppd9" name="TR.0093_perspectives assets_logo" caption="" alt="TechRadar Pro Perspectives logo in purple" src="https://cdn.mos.cms.futurecdn.net/iGCEJhusMZf623FQovppd9.png" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p class="fancy-box__body-text">Got an opinion for us? <a data-analytics-id="inline-link" href="https://www.techradar.com/pro/perspectives-how-to-submit" target="_blank">Here’s how you can submit your perspective</a></p></div></div><p>During the experiments, each agent determined that the others were trying to deliberately block their progress.</p><p>Sometimes, the agents would recognize that another agent was blocking them from completing their task and ask for human intervention, but in other experiments the strategy soon went downhill.</p><p>“They sabotaged others with increasingly aggressive, self-replicating malware,” Anthropic said, noting that they would design looping scripts to kill the processes of their fellow agents.</p><p>The experiment shows that agent interaction is still riddled with problems and that when given a conflicting task, agents won’t always coordinate or ask for human help. </p><p>Each agent believed their task was paramount and was willing to do whatever it took to complete it. A similar event occurred in the wild when one of Anthropic’s models <a href="https://www.techradar.com/pro/security/anthropic-reveals-claude-ai-model-hacked-three-companies-during-tests-so-how-worried-should-we-be">broke out of a testing environment and breached multiple third-party organizations</a>.</p><h3 class="article-body__section" id="section-expert-perspectives-on-ai-agent-turf-wars"><span>Expert perspectives on AI agent turf wars</span></h3><ul><li><strong>Seemant Sehgal, Founder & CEO, BreachLock:</strong></li></ul><p><em>When you give autonomous systems competing objectives and the means to act, conflict is not a bug, it is a foreseeable outcome.</em></p><div><blockquote><p>When you give autonomous systems competing objectives and the means to act, conflict is not a bug, it is a foreseeable outcome.</p></blockquote></div><p><em>What Anthropic observed in a controlled research setting is the same principle that has always governed adversarial systems. Goals without constraints produce behavior without limits.</em></p><p><em>Security teams should be paying close attention here, because the real challenge at hand is whether the organizations deploying AI agents have thought carefully about what happens when those agents start making decisions nobody explicitly authorized.</em></p><ul><li><strong>Jeremiah Fowler, Security Researcher, Black Hills Information Security:</strong></li></ul><p><em>I find it concerning when AI agents have the ability to execute code, modify systems, create accounts, access credentials or communicate with other machines.</em></p><p><em>It is very possible that two separate agents could potentially create a security incident simply because neither understands the intent or authority of the other. If they have overlapping tasks one could view the other as an obstacle and now you have an interesting scenario where instead of focusing on the task they engage in conflict or create a loop.</em></p><div><blockquote><p>When things go wrong the speed of an AI agent becomes a liability.</p></blockquote></div><p><em>Permissions, boundaries and objectives are important to limit the behavior of autonomous AI agents. When things go wrong the speed of an AI agent becomes a liability. Autonomous AI agents can potentially make thousands of decisions before a security team identifies that something unusual is happening.</em></p><p><em>Agentic AI creates an entirely new attack surface because an AI agent may not be simply processing information and hypothetically can become a rogue privileged user.</em></p><p><em>Security and development teams should apply least privilege principles and restrict AI agents to only the permissions required to perform a specific task. Sensitive actions should require human supervision and approval to avoid a worse case scenario.</em></p><p><em>It is important to implement logging because when something goes wrong, you can see what an AI agent did, but what information or instructions caused specific decisions. Going forward we will need to develop ways that can identify rogue agent-to-agent behavior and provide humans with a kill switch before automated conflicts become a digital forest fire.</em></p><ul><li><strong>Kevin Surace, CEO, Token:</strong></li></ul><p><em>Anthropic’s research is an important warning for security teams because it shows what can happen when autonomous AI agents are given goals, credentials, tools and enough authority to act independently.</em></p><p><em>When agents were placed in conflict, they did not simply fail gracefully. They interfered with one another, disabled competing processes and even generated self replicating malicious code in pursuit of their assigned objectives.</em></p><p><em>The lesson is not that AI suddenly became evil. It is that intelligence, autonomy and excessive privilege can become a very dangerous combination.</em></p><div><blockquote><p>We are about to have millions of nonhuman identities operating alongside human identities. That makes identity and authorization even more critical.</p></blockquote></div><p><em>Organizations should start treating every AI agent as a potentially untrusted privileged identity. Each agent should have its own identity, least privilege access, tightly restricted tools, isolated execution environments and a complete audit trail. </em></p><p><em>Agents should never be able to expand their own permissions, disable another identity or take highly consequential actions without additional authorization.</em></p><p><em>We are about to have millions of nonhuman identities operating alongside human identities. That makes identity and authorization even more critical.</em></p><p><em>Every agent needs strong cryptographic identity, while all human approvals must be tied to biometric assured identity (or another agent could approve it).</em></p><p><em>AI agents are essentially becoming privileged insiders operating at machine speed. Giving them broad access and simply hoping they behave would repeat many of the same cybersecurity mistakes organizations have spent decades trying to fix.</em></p><ul><li><strong>Jacob Krell, Sr. Director: Secure AI Solutions & Cybersecurity, Suzu Labs:</strong></li></ul><p><em>Anthropic's agents went from merge conflict to self-replicating malware in four hours, writing kill scripts, disabling each other's Unix accounts, and disguising malicious code as a rival's work. No prompt injection, no external attacker. A human developer in the same situation sends a Slack message, and resolution takes days. These agents skipped every social brake and went straight to weaponization because machine-speed conflict has no cooling-off period.</em></p><p><em>Agentic AI is an attack surface. An attacker doesn't need to compromise an agent directly, just manipulate the shared environment to create conditions the agent interprets as hostile. The agent does the rest. And in Anthropic's experiment, the agents didn't report their malicious actions to operators afterward.</em></p><div><blockquote><p>Every agent needs its own identity, scoped permissions, and a kill switch before it touches a shared environment.</p></blockquote></div><p><em>Every agent needs its own identity, scoped permissions, and a kill switch before it touches a shared environment. Agent-to-agent interaction is a telemetry surface most security operations centers aren't collecting yet, and Anthropic just showed what an unmonitored shared environment produces. If you can't tell which agent did what, when, and on whose authority, you've built the conditions for a turf war without the visibility to see it happening.</em></p><p><em>Agents are already writing code, finding vulnerabilities, and building exploits. Defense has to match that speed. When both sides run at machine speed, the bottleneck shifts from human capital and tooling to compute power and cost.</em></p><section class="article__schema-question"><h3>How do I submit my own perspective on emerging news?</h3><article class="article__schema-answer"><p>If you have an expert perspective you would like to share on an emerging story or particular topic, please get in contact here: benedict.collins@futurenet.com</p></article></section>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Claude wins out in major user satisfaction survey, beating Gemini and ChatGPT — but it's bad news for Grok and Siri ]]></title>
                                                                                                <dc:content><![CDATA[ <ul><li><strong>Claude AI has the highest satisfaction score among current and former users with a net score of 56.2, ahead of Gemini at 46.5</strong></li><li><strong>Grok and Siri languish at the bottom of the satisfaction ratings top 10</strong></li><li><strong>The data was collected by YouGov in the period March 1, 2026 to July 31, 2026</strong></li></ul><p>A new YouGov survey has lifted the lid on how people feel about the AI tools and assistants they use, with Claude AI coming out on top with the highest satisfaction score. Anthropic’s AI has beaten OpenAI’s ChatGPT and Google Gemini into first place, but of interest are the tools that languish at the bottom of the table.</p><p>While Microsoft Copilot and Alexa hog the middle of the table, it is the reputation of Apple’s Siri assistant and Elon Musk’s Grok that are the most surprising, with respondents reporting that the tools did not satisfy.</p><p>Interestingly, Claude is also highly regarded among former users, which may indicate that competing tools (particularly those with a poorer reputation) have a lot of catching up to do in the public consciousness.</p><h2 id="everyone-loves-claude">Everyone loves Claude</h2><p>Collected over a five-month period, YouGov established two sets of data: the “Top 10 AI assistants by Satisfaction among current and former users” and “AI assistant Satisfaction: current vs. former users.”</p><p>Based on the “Top 10 AI assistants by Satisfaction among current and former users” Claude’s 56.2 score puts it markedly ahead of Gemini on 46.5, with ChatGPT a close third on 46.0. Grok and Siri are notable for their low positions, but Alexa (42.6) and Copilot (37.2) occupy a middle space that doesn’t quite seem to match with the size of the companies behind them.</p><p>However, one thing that the survey doesn’t tell us is how the Satisfaction metric might be affected by tools that are easy to find or use (for example, Siri or Alexa) versus AI tools that need to be sought out, such as ChatGPT or Claude.</p><h2 id="ai-tool-reputations">AI tool reputations</h2><p>YouGov’s data also explores the difference between the satisfaction of current users and former users in the “AI assistant Satisfaction: current vs. former users” results. This again supports the notion that Claude delivers more usable results, with it gaining the highest “Former users Satisfaction score” as well as the second highest “Current users Satisfaction score.” </p><p>The report states “The widest current-versus-former gaps appear for ChatGPT, DeepSeek and Grok. ChatGPT is 63.7 points higher among current users than former users; DeepSeek is 62.5 points higher, and Grok is 62.4 points higher.” Grok has a particularly low score among former users: -4.7!</p><p>The data was collected by YouGov’s BrandIndex tracking system, a tool that interrogates the live users on YouGov with targeted questions about specific topics or news stories. To learn about AI tool reputation, YouGov collected data over a five month period, between March 1, 2026 and July 31, 2026, focusing on users in the UK.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/pro/claude-wins-out-in-major-user-satisfaction-survey-beating-gemini-and-chatgpt-but-its-bad-news-for-grok-and-siri</link>
                                                                            <description>
                            <![CDATA[ Claude is reportedly the AI tool people are most satisfied using, with both current and former users expressing high regard for Anthropic’s AI ahead of close rivals Gemini and ChatGPT. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">759PZ7GBPLabEwWWSjYgSN</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/scxFkyfYSQbrtGvqrmFqgU-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sat, 22 Aug 2026 17:05:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Pro]]></category>
                                                    <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                                                                                    <dc:creator><![CDATA[ Christian Cawley ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/zBDYnjPnB2XPvhKbYX9Kuc.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Christian Cawley has extensive experience as a writer and editor in consumer electronics, IT and entertainment media. He has contributed to TechRadar since 2017 and has been published in Computer Weekly, Linux Format, ComputerActive, and other publications. &lt;/p&gt;&lt;p&gt;Beyond TechRadar, he heads up the team at smart home website Matter Alpha, and writes about retro gaming at Gaming Retro. &lt;/p&gt;&lt;p&gt;Formerly the editor responsible for Linux, Security, Programming, and DIY at MakeUseOf, Christian previously worked as a desktop and software support specialist in the public and private sectors.&lt;br&gt;&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/scxFkyfYSQbrtGvqrmFqgU-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Claude by Anthropic]]></media:description>                                                            <media:text><![CDATA[Claude by Anthropic]]></media:text>
                                <media:title type="plain"><![CDATA[Claude by Anthropic]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/scxFkyfYSQbrtGvqrmFqgU-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <ul><li><strong>Claude AI has the highest satisfaction score among current and former users with a net score of 56.2, ahead of Gemini at 46.5</strong></li><li><strong>Grok and Siri languish at the bottom of the satisfaction ratings top 10</strong></li><li><strong>The data was collected by YouGov in the period March 1, 2026 to July 31, 2026</strong></li></ul><p>A new YouGov survey has lifted the lid on how people feel about the AI tools and assistants they use, with Claude AI coming out on top with the highest satisfaction score. Anthropic’s AI has beaten OpenAI’s ChatGPT and Google Gemini into first place, but of interest are the tools that languish at the bottom of the table.</p><p>While Microsoft Copilot and Alexa hog the middle of the table, it is the reputation of Apple’s Siri assistant and Elon Musk’s Grok that are the most surprising, with respondents reporting that the tools did not satisfy.</p><p>Interestingly, Claude is also highly regarded among former users, which may indicate that competing tools (particularly those with a poorer reputation) have a lot of catching up to do in the public consciousness.</p><h2 id="everyone-loves-claude">Everyone loves Claude</h2><p>Collected over a five-month period, YouGov established two sets of data: the “Top 10 AI assistants by Satisfaction among current and former users” and “AI assistant Satisfaction: current vs. former users.”</p><p>Based on the “Top 10 AI assistants by Satisfaction among current and former users” Claude’s 56.2 score puts it markedly ahead of Gemini on 46.5, with ChatGPT a close third on 46.0. Grok and Siri are notable for their low positions, but Alexa (42.6) and Copilot (37.2) occupy a middle space that doesn’t quite seem to match with the size of the companies behind them.</p><p>However, one thing that the survey doesn’t tell us is how the Satisfaction metric might be affected by tools that are easy to find or use (for example, Siri or Alexa) versus AI tools that need to be sought out, such as ChatGPT or Claude.</p><h2 id="ai-tool-reputations">AI tool reputations</h2><p>YouGov’s data also explores the difference between the satisfaction of current users and former users in the “AI assistant Satisfaction: current vs. former users” results. This again supports the notion that Claude delivers more usable results, with it gaining the highest “Former users Satisfaction score” as well as the second highest “Current users Satisfaction score.” </p><p>The report states “The widest current-versus-former gaps appear for ChatGPT, DeepSeek and Grok. ChatGPT is 63.7 points higher among current users than former users; DeepSeek is 62.5 points higher, and Grok is 62.4 points higher.” Grok has a particularly low score among former users: -4.7!</p><p>The data was collected by YouGov’s BrandIndex tracking system, a tool that interrogates the live users on YouGov with targeted questions about specific topics or news stories. To learn about AI tool reputation, YouGov collected data over a five month period, between March 1, 2026 and July 31, 2026, focusing on users in the UK.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ No driver, no problem — devs use Claude AI to craft native macOS tool for an 'obscure' Windows-only printer ]]></title>
                                                                                                <dc:content><![CDATA[ <ul><li><strong>India-based developer Kuber Mehta uses Claude Code to create a macOS driver for the HP Laser 1008a</strong></li><li><strong>Previously, only the official drivers for Windows and Linux were available for the relatively obscure 2023 laser printer</strong></li><li><strong>The AI-generated driver was created over a series of meticulous prompts, and is now available via GitHub</strong></li></ul><p>The days of avoiding hardware that is incompatible with your operating system could be over. A developer based in India has created a macOS driver for a largely unknown HP printer using <a href="https://www.techradar.com/pro/claude-code-comes-to-the-masses-and-its-a-game-changer">Claude Code</a>, the agentic command-line coding tool developed by Anthropic.</p><p>Released in 2023, the HP Laser 1008a was issued with drivers for Windows and Linux, but not macOS. By using AI to generate a driver for macOS, developer Kuber Mehta has demonstrated that incompatible hardware could soon be a thing of the past.</p><p>Mehta has shared the code on GitHub and has also posted about the process on social media, and also compiled a transcript of the exchange, which has been published online for reference.</p><h2 id="hp-s-samsung-printer">HP’s Samsung printer</h2><div class="see-more see-more--clipped"><figure><blockquote class="twitter-tweet hawk-ignore" data-lang="en" cite="https://twitter.com/cantworkitout/status/2089377982536388964"><p lang="en" dir="ltr">just Claude writing a MacOS driver for my obscure HP printer built only for Windows support pic.twitter.com/ORjLugJiRF<a href="https://twitter.com/cantworkitout/status/2089377982536388964">August 17, 2026</a></p></blockquote></figure><div class="see-more__filter"></div></div><p>Describing the issue in the <a href="https://cdn.kuber.studio/chat/hp-laser-1008a-driver" target="_blank">introduction</a> to the transcript, Mehta explains that the HP Laser 1008a is a “rebadged Samsung, host-based printer that speaks a proprietary raster language (SPL3), and it has no macOS driver and no AirPrint.” </p><p>No SPL3 drivers have been published for macOS previously, so the process relied on a conversation with Claude Code and reference to the Windows and Linux drivers.</p><p>The <a href="https://github.com/Kuberwastaken/hp-laser-1008a-macos" target="_blank">GitHub</a> intro adds that the HP Laser 1008a and siblings in the series (1003 and 1006 a/w) have another problem: “They do not speak PostScript or PCL.” Anyone familiar with the world of printer drivers will recognize the challenge faced by Mehta, which makes the use of Claude Code even more impressive.</p><p>Using Claude Code with the Opus 4.8 model, the driver was compiled in 30-40 prompts. This might have been even quicker had the AI not made various assertions that required correcting. </p><p>The process moved through “install the drivers” to establishing the print language by analysing the printer’s error pages, via direct contact with the device and “running HP's real rastertospl codec inside a Linux container to produce genuine SPL3, to a reboot-safe background daemon.”</p><p>From here, Mehta and Claude Code moved to the published, MIT-licensed installer, which patches the macOS open-source printer driver package SpliX, adding support for the SPL3 printers (by default, SpliX handles SPL2 and SPLc drivers).</p><h2 id="building-from-ai">Building from AI</h2><p>While already a developer, Kuber Mehta <a href="https://x.com/kuberwastaken/status/2089721130127094071" target="_blank">admitted</a> learning about macOS drivers from the process, perhaps an unforeseen benefit of using generative AI tools for coding. </p><p>The GitHub repo outlines some revisions that have been made to the initial release, which is now “a tiny native IOKit helper” that dispenses with Python, pyusb, and libusb and can be swiftly installed from the Terminal.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/pro/no-driver-no-problem-devs-use-claude-ai-to-craft-native-macos-tool-for-an-obscure-windows-only-printer</link>
                                                                            <description>
                            <![CDATA[ Developer uses Claude Code to create driver for the HP Laser 1008a, a 2023 printer that has Windows and Linux drivers, but no macOS driver – until now. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">xv5Eoqv8F5X5c8d7biKqzi</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/ywSwn3oGxXv4PfcRPZmTrc-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 21 Aug 2026 20:05:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Pro]]></category>
                                                    <category><![CDATA[Printers &amp; Scanners]]></category>
                                                    <category><![CDATA[Claude]]></category>
                                                    <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                    <category><![CDATA[Computing]]></category>
                                                    <category><![CDATA[Peripherals &amp; Accessories]]></category>
                                                                                                                    <dc:creator><![CDATA[ Christian Cawley ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/zBDYnjPnB2XPvhKbYX9Kuc.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Christian Cawley has extensive experience as a writer and editor in consumer electronics, IT and entertainment media. He has contributed to TechRadar since 2017 and has been published in Computer Weekly, Linux Format, ComputerActive, and other publications. &lt;/p&gt;&lt;p&gt;Beyond TechRadar, he heads up the team at smart home website Matter Alpha, and writes about retro gaming at Gaming Retro. &lt;/p&gt;&lt;p&gt;Formerly the editor responsible for Linux, Security, Programming, and DIY at MakeUseOf, Christian previously worked as a desktop and software support specialist in the public and private sectors.&lt;br&gt;&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/ywSwn3oGxXv4PfcRPZmTrc-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock/TippaPatt]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[ Man coding programmer, software developer working on digital tablet with binary, html computer code on virtual screen]]></media:description>                                                            <media:text><![CDATA[ Man coding programmer, software developer working on digital tablet with binary, html computer code on virtual screen]]></media:text>
                                <media:title type="plain"><![CDATA[ Man coding programmer, software developer working on digital tablet with binary, html computer code on virtual screen]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/ywSwn3oGxXv4PfcRPZmTrc-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <ul><li><strong>India-based developer Kuber Mehta uses Claude Code to create a macOS driver for the HP Laser 1008a</strong></li><li><strong>Previously, only the official drivers for Windows and Linux were available for the relatively obscure 2023 laser printer</strong></li><li><strong>The AI-generated driver was created over a series of meticulous prompts, and is now available via GitHub</strong></li></ul><p>The days of avoiding hardware that is incompatible with your operating system could be over. A developer based in India has created a macOS driver for a largely unknown HP printer using <a href="https://www.techradar.com/pro/claude-code-comes-to-the-masses-and-its-a-game-changer">Claude Code</a>, the agentic command-line coding tool developed by Anthropic.</p><p>Released in 2023, the HP Laser 1008a was issued with drivers for Windows and Linux, but not macOS. By using AI to generate a driver for macOS, developer Kuber Mehta has demonstrated that incompatible hardware could soon be a thing of the past.</p><p>Mehta has shared the code on GitHub and has also posted about the process on social media, and also compiled a transcript of the exchange, which has been published online for reference.</p><h2 id="hp-s-samsung-printer">HP’s Samsung printer</h2><div class="see-more see-more--clipped"><figure><blockquote class="twitter-tweet hawk-ignore" data-lang="en" cite="https://twitter.com/cantworkitout/status/2089377982536388964"><p lang="en" dir="ltr">just Claude writing a MacOS driver for my obscure HP printer built only for Windows support pic.twitter.com/ORjLugJiRF<a href="https://twitter.com/cantworkitout/status/2089377982536388964">August 17, 2026</a></p></blockquote></figure><div class="see-more__filter"></div></div><p>Describing the issue in the <a href="https://cdn.kuber.studio/chat/hp-laser-1008a-driver" target="_blank">introduction</a> to the transcript, Mehta explains that the HP Laser 1008a is a “rebadged Samsung, host-based printer that speaks a proprietary raster language (SPL3), and it has no macOS driver and no AirPrint.” </p><p>No SPL3 drivers have been published for macOS previously, so the process relied on a conversation with Claude Code and reference to the Windows and Linux drivers.</p><p>The <a href="https://github.com/Kuberwastaken/hp-laser-1008a-macos" target="_blank">GitHub</a> intro adds that the HP Laser 1008a and siblings in the series (1003 and 1006 a/w) have another problem: “They do not speak PostScript or PCL.” Anyone familiar with the world of printer drivers will recognize the challenge faced by Mehta, which makes the use of Claude Code even more impressive.</p><p>Using Claude Code with the Opus 4.8 model, the driver was compiled in 30-40 prompts. This might have been even quicker had the AI not made various assertions that required correcting. </p><p>The process moved through “install the drivers” to establishing the print language by analysing the printer’s error pages, via direct contact with the device and “running HP's real rastertospl codec inside a Linux container to produce genuine SPL3, to a reboot-safe background daemon.”</p><p>From here, Mehta and Claude Code moved to the published, MIT-licensed installer, which patches the macOS open-source printer driver package SpliX, adding support for the SPL3 printers (by default, SpliX handles SPL2 and SPLc drivers).</p><h2 id="building-from-ai">Building from AI</h2><p>While already a developer, Kuber Mehta <a href="https://x.com/kuberwastaken/status/2089721130127094071" target="_blank">admitted</a> learning about macOS drivers from the process, perhaps an unforeseen benefit of using generative AI tools for coding. </p><p>The GitHub repo outlines some revisions that have been made to the initial release, which is now “a tiny native IOKit helper” that dispenses with Python, pyusb, and libusb and can be swiftly installed from the Terminal.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Sorry, OpenAI — people are using your God-level AI to choose wine, wash clothes, and solve other weirdly specific problems, not change the world ]]></title>
                                                                                                <dc:content><![CDATA[ <p>It seems that barely a week goes by without a billionaire tech CEO putting firing off a missive about how artificial intelligence is going to change the world. Meta's Zuckerberg was the most recent to <a href="https://www.techradar.com/pro/i-read-mark-zuckerbergs-the-future-is-for-everyone-ai-manifesto-and-it-almost-drove-me-insane">bless us with his thoughts</a>.</p><p>But technology rarely behaves in the ways its creators expected or intended. The World Wide Web was invented to help scientists share information, but we ended up using it to argue with strangers, watch cat videos, and order socks at midnight.</p><p>As Jeff Goldblum said in <em>Jurassic Park</em>, “Life, uh, finds a way.” Give people new technology, and they'll find a way, too.</p><p>And that's certainly proving to be the case with AI. <a href="https://www.techradar.com/pro/feeling-stressed-and-overworked-dont-worry-openai-ceo-sam-altman-thinks-that-we-just-love-to-work-and-thats-why-ai-wont-result-in-a-four-day-working-week">Sam Altman</a>, <a href="https://www.techradar.com/pro/quote-of-the-day-by-elon-musk-the-tesla-bot-has-the-potential-to-be-a-generalized-substitute-for-human-labor-over-time-a-bold-prediction-on-the-future-of-work">Elon Musk</a> and <a href="https://www.techradar.com/computing/social-media/meta-might-be-on-the-hook-for-usd1-4-trillion-if-it-loses-a-landmark-lawsuit-and-that-would-truly-mark-the-end-of-social-media-as-we-know-it">Mark Zuckerberg</a> might dream of us using its God-like abilities to colonize Mars, create abundance for everyone on Earth, put an end to illness and democratize education, but people will find uses for it that its creators likely never imagined. And most of them won’t be earth-shattering. They’ll be mundane.</p><p>A recent <a href="https://www.reddit.com/r/ChatGPT/comments/1vslnpn/what_is_a_weirdly_specific_task_you_use_chatgpt/" target="_blank">Reddit thread </a>caught my attention, because people were sharing examples of how they actually use AI. They were weird, specific, boring — and genuinely useful.</p><h2 id="1-forget-mars-people-just-want-to-eat">1. Forget Mars — people just want to eat</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:6582px;"><p class="vanilla-image-block" style="padding-top:56.24%;"><img id="sZRQvVaNsfDzDQ4eTid7VR" name="shutterstock_1507698440 copy" alt="Full fridge in a kitchen." src="https://cdn.mos.cms.futurecdn.net/sZRQvVaNsfDzDQ4eTid7VR.jpg" mos="" align="middle" fullscreen="" width="6582" height="3702" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shutterstock / New Africa)</span></figcaption></figure><p>It’s only when you reach adulthood that you realize that, unless you can afford to eat out every night, the rest of your life will be spent deciding what’s for dinner. Then buying the food. Then making it. Over and over again.</p><p>It turns out that AI is very good at answering that endlessly recurring question, "What's for dinner tonight?". </p><p>One person in the thread shops for whatever is on clearance or sale, tells ChatGPT what they’ve brought home, and asks it to turn everything into a meal. You can also ask it to plan three days of dinners in advance, produce a single shopping list, and give you instructions for making everything.</p><p>You don’t even need to know what meals you want. Tell it the flavors, cuisines, and textures you like, how much time you have, and what needs using before it goes bad, then let it come up with the ideas. If you want to get serious, you can give ChatGPT a spreadsheet containing everything in your pantry — although personally, I’d say that sounds more like creating another household chore.</p><h2 id="2-deciphering-the-ancient-runes-on-your-washing-machine">2. Deciphering the ancient runes on your washing machine</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:8192px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="YWUSXP5PJiNCgP39d63gwf" name="shutterstock_2628045617 copy" alt="Washing machine." src="https://cdn.mos.cms.futurecdn.net/YWUSXP5PJiNCgP39d63gwf.jpg" mos="" align="middle" fullscreen="" width="8192" height="4608" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shutterstock / <a href="https://enterprise.shutterstock.com/g/Jovan+Mandic">adriaticfoto</a>)</span></figcaption></figure><p>I mean, who designs these things, aliens? I challenge anybody to look at the control panel of a modern washing machine and know what the hell is going on. It’s covered in arcane symbols that belong in a 12th-century manual on alchemy, not on a 21st-century household appliance.</p><p>Fortunately, you now don’t need try to decipher them, because you can get ChatGPT to do it instead. One person in the thread gave ChatGPT their washing machine manual alongside a spreadsheet of their clothes and care labels. Now they can tell it what needs washing, and ask exactly which setting to select and which buttons to press. Job done.</p><h2 id="3-pretending-you-understand-the-wine-list">3. Pretending you understand the wine list</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:6000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="dQk28LLpX26kKYQGhUPFx4" name="shutterstock_2697586155 copy" alt="Friends drinking wine in a restaurant." src="https://cdn.mos.cms.futurecdn.net/dQk28LLpX26kKYQGhUPFx4.jpg" mos="" align="middle" fullscreen="" width="6000" height="3375" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shutterstock / Jelena Stojancevic)</span></figcaption></figure><p>Unless you went on that weekend sommelier course back in 2010, you’re probably not an expert on wine. And yet, whenever you visit a restaurant that doesn’t have pictures of the food on its menu, you’re expected to choose between several intimidating bottles, many of them described in terms of obscure regions of France, Italy and other countries.</p><p>Here’s what people are doing instead: take a photo of the wine list, tell ChatGPT what you’re eating and what kinds of wine you normally enjoy, then ask it to find the best-value pairing. Voilà! Now the waiter might think you actually have a clue what you’re doing.</p><h2 id="4-turning-chatgpt-into-a-personal-stylist">4. Turning ChatGPT into a personal stylist</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:5636px;"><p class="vanilla-image-block" style="padding-top:56.26%;"><img id="SPkb2JUx8AfMiPNvnaCnLT" name="shutterstock_2313166325 copy" alt="Woman looking in a wardrobe of clothes." src="https://cdn.mos.cms.futurecdn.net/SPkb2JUx8AfMiPNvnaCnLT.jpg" mos="" align="middle" fullscreen="" width="5636" height="3171" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shutterstock)</span></figcaption></figure><p>What do I wear to work today? What do I wear to the bar tonight, to the hot date, to the wedding, to the… it never ends.</p><p>I’ll let you into a secret — I suspect most people would rather buy something new than search their vast and unmanageable wardrobe for an outfit that isn’t tinged with regret from whatever disappointment happened the last time they wore it.</p><p>But there is a solution. Photograph everything you own and upload the pictures to ChatGPT. Tell it where you’re going, what the weather will be like and the sort of look you’re after, then ask it to mix and match your clothes into outfits you might never have considered.</p><p>You could be surprised by what it comes up with. And because it’s working with clothes you already own, it might even save you a few dollars or pounds — or at least remind you why you bought that shirt three years ago.</p><h2 id="5-finding-your-next-great-read-in-a-second-hand-bookshop">5. Finding your next great read in a second-hand bookshop</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:4724px;"><p class="vanilla-image-block" style="padding-top:56.24%;"><img id="gNpCYFEitq8AiL6LWb6twe" name="shutterstock_1678326622 copy" alt="Books in a second-hand bookshop." src="https://cdn.mos.cms.futurecdn.net/gNpCYFEitq8AiL6LWb6twe.jpg" mos="" align="middle" fullscreen="" width="4724" height="2657" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shutterstock / AyhanTuranMenekay)</span></figcaption></figure><p>I’m not sure any of us actually have time to read books these days, but we like to think we do. At least I do, anyway. So I’m always on the lookout for my next read. The problem is that there are rather a lot of books in the world, and I haven’t heard of even a fraction of them.</p><p>Somewhere on a shelf in a second-hand bookshop, there must be a book sitting there waiting for me to discover it. If only I knew which one.</p><p>One person in the thread explained how they used AI to solve this problem. They gave ChatGPT a list of their favorite and least-favorite books, along with the genres, subjects and writing styles they enjoy. Now, whenever they visit a second-hand bookshop, they photograph the shelves and ask ChatGPT to identify the books they’re most likely to enjoy.</p><p>It can examine reviews, look for recurring criticisms, and warn them when an apparently perfect book is actually dry, overly academic, or written entirely for people who use the word 'liminal' in everyday conversation.</p><p>It won’t stop you buying more books than you could possibly read, but at least they’ll be the right unread books.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/ai-platforms-assistants/chatgpt/sorry-openai-people-are-using-your-god-level-ai-to-choose-wine-wash-clothes-and-solve-other-weirdly-specific-problems-not-change-the-world</link>
                                                                            <description>
                            <![CDATA[ People aren't using ChatGPT to change the world, they're using it to make their lives better. Here are 5 weirdly specific and clever ways people are actually using it. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">ALWN4rFptCxMT2aJbzuDuX</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/6ixcxHCCwE4kJWQVMrcsUR-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 21 Aug 2026 11:22:24 +0000</pubDate>                                                                                                                                <updated>Sat, 22 Aug 2026 07:27:21 +0000</updated>
                                                                                                                                            <category><![CDATA[ChatGPT]]></category>
                                                    <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                    <category><![CDATA[OpenAI]]></category>
                                                                                                                    <dc:creator><![CDATA[ Graham Barlow ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/LRCfnbWncUizq2Z6gECPWj.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Graham is the Senior Editor for AI at TechRadar. With over 25 years of experience in both online and print journalism, Graham has worked for various market-leading tech brands including Computeractive, PC Pro, iMore, MacFormat, Mac|Life, Maximum PC, and more. He specializes in reporting on everything to do with the most exciting subject in tech right now, Artificial Intelligence. AI is advancing at an accelerated pace and all the big brands from Apple, Microsoft and Google to chip makers NVIDIA are getting involved. TechRadar is here to bring you the latest updates on AI and show you how to get started and make it work for you, no matter your level of interest.&lt;/p&gt;&lt;p&gt;  Graham has appeared on BBC TV shows like BBC One Breakfast and on Radio 4 commenting on the latest trends in tech. Graham has an honors degree in Computer Science and spends his spare time podcasting and blogging.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/6ixcxHCCwE4kJWQVMrcsUR-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock / Jelena Stojancevic / adriaticfoto / saeedreza]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[3-way image. ChatGPT, wine and washing machine.]]></media:description>                                                            <media:text><![CDATA[3-way image. ChatGPT, wine and washing machine.]]></media:text>
                                <media:title type="plain"><![CDATA[3-way image. ChatGPT, wine and washing machine.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/6ixcxHCCwE4kJWQVMrcsUR-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>It seems that barely a week goes by without a billionaire tech CEO putting firing off a missive about how artificial intelligence is going to change the world. Meta's Zuckerberg was the most recent to <a href="https://www.techradar.com/pro/i-read-mark-zuckerbergs-the-future-is-for-everyone-ai-manifesto-and-it-almost-drove-me-insane">bless us with his thoughts</a>.</p><p>But technology rarely behaves in the ways its creators expected or intended. The World Wide Web was invented to help scientists share information, but we ended up using it to argue with strangers, watch cat videos, and order socks at midnight.</p><p>As Jeff Goldblum said in <em>Jurassic Park</em>, “Life, uh, finds a way.” Give people new technology, and they'll find a way, too.</p><p>And that's certainly proving to be the case with AI. <a href="https://www.techradar.com/pro/feeling-stressed-and-overworked-dont-worry-openai-ceo-sam-altman-thinks-that-we-just-love-to-work-and-thats-why-ai-wont-result-in-a-four-day-working-week">Sam Altman</a>, <a href="https://www.techradar.com/pro/quote-of-the-day-by-elon-musk-the-tesla-bot-has-the-potential-to-be-a-generalized-substitute-for-human-labor-over-time-a-bold-prediction-on-the-future-of-work">Elon Musk</a> and <a href="https://www.techradar.com/computing/social-media/meta-might-be-on-the-hook-for-usd1-4-trillion-if-it-loses-a-landmark-lawsuit-and-that-would-truly-mark-the-end-of-social-media-as-we-know-it">Mark Zuckerberg</a> might dream of us using its God-like abilities to colonize Mars, create abundance for everyone on Earth, put an end to illness and democratize education, but people will find uses for it that its creators likely never imagined. And most of them won’t be earth-shattering. They’ll be mundane.</p><p>A recent <a href="https://www.reddit.com/r/ChatGPT/comments/1vslnpn/what_is_a_weirdly_specific_task_you_use_chatgpt/" target="_blank">Reddit thread </a>caught my attention, because people were sharing examples of how they actually use AI. They were weird, specific, boring — and genuinely useful.</p><h2 id="1-forget-mars-people-just-want-to-eat">1. Forget Mars — people just want to eat</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:6582px;"><p class="vanilla-image-block" style="padding-top:56.24%;"><img id="sZRQvVaNsfDzDQ4eTid7VR" name="shutterstock_1507698440 copy" alt="Full fridge in a kitchen." src="https://cdn.mos.cms.futurecdn.net/sZRQvVaNsfDzDQ4eTid7VR.jpg" mos="" align="middle" fullscreen="" width="6582" height="3702" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shutterstock / New Africa)</span></figcaption></figure><p>It’s only when you reach adulthood that you realize that, unless you can afford to eat out every night, the rest of your life will be spent deciding what’s for dinner. Then buying the food. Then making it. Over and over again.</p><p>It turns out that AI is very good at answering that endlessly recurring question, "What's for dinner tonight?". </p><p>One person in the thread shops for whatever is on clearance or sale, tells ChatGPT what they’ve brought home, and asks it to turn everything into a meal. You can also ask it to plan three days of dinners in advance, produce a single shopping list, and give you instructions for making everything.</p><p>You don’t even need to know what meals you want. Tell it the flavors, cuisines, and textures you like, how much time you have, and what needs using before it goes bad, then let it come up with the ideas. If you want to get serious, you can give ChatGPT a spreadsheet containing everything in your pantry — although personally, I’d say that sounds more like creating another household chore.</p><h2 id="2-deciphering-the-ancient-runes-on-your-washing-machine">2. Deciphering the ancient runes on your washing machine</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:8192px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="YWUSXP5PJiNCgP39d63gwf" name="shutterstock_2628045617 copy" alt="Washing machine." src="https://cdn.mos.cms.futurecdn.net/YWUSXP5PJiNCgP39d63gwf.jpg" mos="" align="middle" fullscreen="" width="8192" height="4608" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shutterstock / <a href="https://enterprise.shutterstock.com/g/Jovan+Mandic">adriaticfoto</a>)</span></figcaption></figure><p>I mean, who designs these things, aliens? I challenge anybody to look at the control panel of a modern washing machine and know what the hell is going on. It’s covered in arcane symbols that belong in a 12th-century manual on alchemy, not on a 21st-century household appliance.</p><p>Fortunately, you now don’t need try to decipher them, because you can get ChatGPT to do it instead. One person in the thread gave ChatGPT their washing machine manual alongside a spreadsheet of their clothes and care labels. Now they can tell it what needs washing, and ask exactly which setting to select and which buttons to press. Job done.</p><h2 id="3-pretending-you-understand-the-wine-list">3. Pretending you understand the wine list</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:6000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="dQk28LLpX26kKYQGhUPFx4" name="shutterstock_2697586155 copy" alt="Friends drinking wine in a restaurant." src="https://cdn.mos.cms.futurecdn.net/dQk28LLpX26kKYQGhUPFx4.jpg" mos="" align="middle" fullscreen="" width="6000" height="3375" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shutterstock / Jelena Stojancevic)</span></figcaption></figure><p>Unless you went on that weekend sommelier course back in 2010, you’re probably not an expert on wine. And yet, whenever you visit a restaurant that doesn’t have pictures of the food on its menu, you’re expected to choose between several intimidating bottles, many of them described in terms of obscure regions of France, Italy and other countries.</p><p>Here’s what people are doing instead: take a photo of the wine list, tell ChatGPT what you’re eating and what kinds of wine you normally enjoy, then ask it to find the best-value pairing. Voilà! Now the waiter might think you actually have a clue what you’re doing.</p><h2 id="4-turning-chatgpt-into-a-personal-stylist">4. Turning ChatGPT into a personal stylist</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:5636px;"><p class="vanilla-image-block" style="padding-top:56.26%;"><img id="SPkb2JUx8AfMiPNvnaCnLT" name="shutterstock_2313166325 copy" alt="Woman looking in a wardrobe of clothes." src="https://cdn.mos.cms.futurecdn.net/SPkb2JUx8AfMiPNvnaCnLT.jpg" mos="" align="middle" fullscreen="" width="5636" height="3171" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shutterstock)</span></figcaption></figure><p>What do I wear to work today? What do I wear to the bar tonight, to the hot date, to the wedding, to the… it never ends.</p><p>I’ll let you into a secret — I suspect most people would rather buy something new than search their vast and unmanageable wardrobe for an outfit that isn’t tinged with regret from whatever disappointment happened the last time they wore it.</p><p>But there is a solution. Photograph everything you own and upload the pictures to ChatGPT. Tell it where you’re going, what the weather will be like and the sort of look you’re after, then ask it to mix and match your clothes into outfits you might never have considered.</p><p>You could be surprised by what it comes up with. And because it’s working with clothes you already own, it might even save you a few dollars or pounds — or at least remind you why you bought that shirt three years ago.</p><h2 id="5-finding-your-next-great-read-in-a-second-hand-bookshop">5. Finding your next great read in a second-hand bookshop</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:4724px;"><p class="vanilla-image-block" style="padding-top:56.24%;"><img id="gNpCYFEitq8AiL6LWb6twe" name="shutterstock_1678326622 copy" alt="Books in a second-hand bookshop." src="https://cdn.mos.cms.futurecdn.net/gNpCYFEitq8AiL6LWb6twe.jpg" mos="" align="middle" fullscreen="" width="4724" height="2657" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shutterstock / AyhanTuranMenekay)</span></figcaption></figure><p>I’m not sure any of us actually have time to read books these days, but we like to think we do. At least I do, anyway. So I’m always on the lookout for my next read. The problem is that there are rather a lot of books in the world, and I haven’t heard of even a fraction of them.</p><p>Somewhere on a shelf in a second-hand bookshop, there must be a book sitting there waiting for me to discover it. If only I knew which one.</p><p>One person in the thread explained how they used AI to solve this problem. They gave ChatGPT a list of their favorite and least-favorite books, along with the genres, subjects and writing styles they enjoy. Now, whenever they visit a second-hand bookshop, they photograph the shelves and ask ChatGPT to identify the books they’re most likely to enjoy.</p><p>It can examine reviews, look for recurring criticisms, and warn them when an apparently perfect book is actually dry, overly academic, or written entirely for people who use the word 'liminal' in everyday conversation.</p><p>It won’t stop you buying more books than you could possibly read, but at least they’ll be the right unread books.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Claude hit me with a usage limit, so I moved the entire conversation to ChatGPT — this free browser extension made it ridiculously easy ]]></title>
                                                                                                <dc:content><![CDATA[ <p>AI chatbots like ChatGPT, Claude, and <a href="https://www.techradar.com/computing/artificial-intelligence/what-is-google-gemini">Gemini</a> are all keen to encourage you to use their service over their rivals, and often have ways to import your history and profile from one to another to some degree. That's great if you are planning a serious relocation, but sometimes you just want to take a single chat and bring it from one platform to another. </p><p>This can be especially useful if you're using the free version of Claude, for example, and you're about to reach your usage limit. By transferring the chat to another AI chatbot you can keep it going without waiting for your limits to refresh.</p><p><a href="https://megarampo.github.io/threadport/" target="_blank">ThreadPort</a> is a new browser extension for <a href="https://www.techradar.com/computing/internet/browsers/chrome">Google Chrome</a> and Microsoft Edge designed to shorten that trip. It transfers a conversation currently open in ChatGPT, Claude, or Gemini to either of the other two services, carrying over the text of the discussion and some basic context setup as a single prompt plus transcript so the new AI chatbot can continue the conversation.</p><p>That makes ThreadPort fundamentally different from the <a href="https://www.techradar.com/ai-platforms-assistants/claude/5-things-nobody-tells-you-when-you-move-from-chatgpt-to-claude">built-in import tools</a> offered by all three platforms. Instead of needing to learn everything about you and your conversational history. ThreadPort simply tells another AI what you have been discussing for the past few minutes.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:800px;"><p class="vanilla-image-block" style="padding-top:53.13%;"><img id="Jkquo6dYLP2HPssE3yUdda" name="ThreadPort Demo" alt="ThreadPort" src="https://cdn.mos.cms.futurecdn.net/Jkquo6dYLP2HPssE3yUdda.gif" mos="" align="middle" fullscreen="" width="800" height="425" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">ThreadPort in action. </span><span class="credit" itemprop="copyrightHolder">(Image credit: ThreadPort )</span></figcaption></figure><p>You just need to install the extension in your browser and allow it access to ChatGPT, Claude, and Gemini websites. The access lets ThreadPort read the messages on one service and insert them into another, while browser storage is used for settings, temporary transfers, and the monthly usage count. The developer plans to make unlimited transfers a premium service with only 10 transfers a month for free, though at the moment the extension doesn't run out of transfers. </p><p>All you need to do then is have your chat on one of the platforms open, click on the extension, and pick another platform to send it to. The new platform will open automatically, and a transcript of the conversation, headed by an explanation from ThreadPort, will appear. You can set the extension to automatically submit the combined prompt, or leave it in draft form for your own editing first.</p><h2 id="vacation-planning">Vacation planning</h2><p>To test ThreadPort, I opened ChatGPT and asked for help planning a three-day vacation. ChatGPT did its usual work of creating an itinerary with plenty of detail. I then clicked on ThreadPort and sent the conversation to Gemini. </p><p>A new Gemini tab opened with the entire conversation already formatted inside the prompt box, with my messages and ChatGPT’s responses clearly labeled. ThreadPort also stripped away interface debris such as buttons, citation controls, and widgets that would otherwise make a manual copy and paste messier.</p><p>Gemini received the trip plan exactly as I wanted, with a complete conversation rather than a crude summary. I then asked Gemini to assess the plan, without changing the underlying conversation before the transfer.</p><p>The process worked the same when sending to Claude from ChatGPT. ThreadPort supports all six directions among ChatGPT, Claude, and Gemini. But, as an additional test, I took the extended conversation from Gemini and asked ThreadPort to send it to Claude. The new Claude tab was basically the same, but it also mentioned in the opening prompt that it was a conversation "started on ChatGPT (via ChatGPT → Gemini)," and tagged which chatbot was responding in the transcript. </p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1047px;"><p class="vanilla-image-block" style="padding-top:63.61%;"><img id="uJKPg4W4w9o3ftdQixA2HZ" name="ThreadPort 3" alt="ThreadPort" src="https://cdn.mos.cms.futurecdn.net/uJKPg4W4w9o3ftdQixA2HZ.png" mos="" align="middle" fullscreen="" width="1047" height="666" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: ThreadPort )</span></figcaption></figure><p>This is where ThreadPort might be at its best. Moving a live discussion preserves all the little decisions accumulated through follow-up questions. Those decisions often matter more than the initial prompt because they explain why the obvious suggestions are no longer useful.</p><p>It's also very fast, taking only seconds. Gemini's importer can take a lot longer as it requires an exported archive. Though it can absorb a much larger historical record, using it for a single vacation plan would be excessive. </p><p>Plus, Google’s tool is restricted to those with adult personal Google accounts, and you can't import your history if you're in the European Economic Area, Switzerland, or the United Kingdom. ThreadPort's creator, Juan Carlos Rampoldi, lives in Valencia, Spain, so a way around that restriction has obvious appeal.</p><p>Claude’s native option doesn't even allow for importing conversations. Claude can import memory, including preferences and personal details, but not actual history. But Claude and Gemini at least have some form of importing from rival AI chatbots. ChatGPT has a way of sending conversations between ChatGPT accounts, but nothing like the native importers for Gemini or Claude. ThreadPort at least opens up one possible avenue for doing so without having to craft and iterate on specialized prompts.</p><p>Rampoldi cited his own habit of moving among ChatGPT, Claude, and Gemini as the inspiration for ThreadPort after getting frustrated with manually copying conversations and losing formatting or context along the way. Notably, he built it with Claude Code, so it may have other flaws, but he made its source code publicly viewable on GitHub. </p><h2 id="smooth-moves">Smooth moves</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="yV3UcNfJKf9tDxeKcJd8PZ" name="ThreadPort 4" alt="ThreadPort" src="https://cdn.mos.cms.futurecdn.net/yV3UcNfJKf9tDxeKcJd8PZ.png" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: ThreadPort )</span></figcaption></figure><p>I did appreciate how easy ThreadPort made comparing the models and their responses by making them all part of one larger conversation. Of course, the simplicity means there are limits. ThreadPort transfers text, but it cannot bring attached images or files. If I had uploaded hotel screenshots or a PDF itinerary into ChatGPT, I would have needed to upload those again manually in Claude and Gemini.</p><p>And if it was a very long conversation, ThreadPort might have needed to shorten it using what it calls "smart truncation," keeping the original task and the most recent exchanges while marking a section that might be removed. </p><p>The developer says ThreadPort has no servers and briefly holds the transcript in Chrome’s local extension storage before inserting it into the destination prompt box, after which it deletes the temporary copy. </p><p>That does not mean the conversation becomes private once you send it elsewhere. A ChatGPT transcript submitted to Claude is now being shared with Anthropic, and Gemini transcripts are still sent to Google. </p><p>Despite its limits, ThreadPort does come across as a very useful tool for those who like to employ multiple AI chatbots. Even as just a ferry for individual conversations, compared to a whole moving van importing your whole history, the extension is efficient and easy. It cuts down on a small but persistent bit of AI chatbot friction without trying to solve AI portability on a grand scale. </p><p>AI companies tend to build their products as though everyone will eventually choose one assistant and stay there. But if you want to be 'disloyal' and play the field, ThreadPort smooths the path nicely.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/ai-platforms-assistants/claude-hit-me-with-a-usage-limit-so-i-moved-the-entire-conversation-to-chatgpt-this-free-browser-extension-made-it-ridiculously-easy</link>
                                                                            <description>
                            <![CDATA[ I used the free ThreadPort extension to give ChatGPT, Claude, and Gemini the same conversation ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">4LAqqGWgjEMDCDCDfe7tLi</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/jwrMJ6cMNHe3jurU5dv9S7-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 20 Aug 2026 12:17:26 +0000</pubDate>                                                                                                                                <updated>Thu, 20 Aug 2026 22:34:59 +0000</updated>
                                                                                                                                            <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                    <category><![CDATA[ChatGPT]]></category>
                                                    <category><![CDATA[Gemini]]></category>
                                                    <category><![CDATA[Claude]]></category>
                                                    <category><![CDATA[OpenAI]]></category>
                                                                                                <author><![CDATA[ ESchwartzwrites@gmail.com (Eric Hal Schwartz) ]]></author>                    <dc:creator><![CDATA[ Eric Hal Schwartz ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/mTaiWitAt8o75BmPY3i4xK.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Eric Hal Schwartz is a freelance writer for TechRadar with more than 15 years of experience covering the intersection of the world and technology. For the last five years, he served as head writer for Voicebot.ai and was on the leading edge of reporting on generative AI and large language models. He&#039;s since become an expert on the products of generative AI models, such as OpenAI’s ChatGPT, Anthropic’s Claude, Google Gemini, and every other synthetic media tool. His experience runs the gamut of media, including print, digital, broadcast, and live events. Now, he&#039;s continuing to tell the stories people want and need to hear about the rapidly evolving AI space and its impact on their lives. Eric is based in New York City.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/jwrMJ6cMNHe3jurU5dv9S7-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock / Runrun2 / Blossom Stock Studio]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[ChatGPT, Gemini and Claude on smartphones in one image.]]></media:description>                                                            <media:text><![CDATA[ChatGPT, Gemini and Claude on smartphones in one image.]]></media:text>
                                <media:title type="plain"><![CDATA[ChatGPT, Gemini and Claude on smartphones in one image.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/jwrMJ6cMNHe3jurU5dv9S7-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>AI chatbots like ChatGPT, Claude, and <a href="https://www.techradar.com/computing/artificial-intelligence/what-is-google-gemini">Gemini</a> are all keen to encourage you to use their service over their rivals, and often have ways to import your history and profile from one to another to some degree. That's great if you are planning a serious relocation, but sometimes you just want to take a single chat and bring it from one platform to another. </p><p>This can be especially useful if you're using the free version of Claude, for example, and you're about to reach your usage limit. By transferring the chat to another AI chatbot you can keep it going without waiting for your limits to refresh.</p><p><a href="https://megarampo.github.io/threadport/" target="_blank">ThreadPort</a> is a new browser extension for <a href="https://www.techradar.com/computing/internet/browsers/chrome">Google Chrome</a> and Microsoft Edge designed to shorten that trip. It transfers a conversation currently open in ChatGPT, Claude, or Gemini to either of the other two services, carrying over the text of the discussion and some basic context setup as a single prompt plus transcript so the new AI chatbot can continue the conversation.</p><p>That makes ThreadPort fundamentally different from the <a href="https://www.techradar.com/ai-platforms-assistants/claude/5-things-nobody-tells-you-when-you-move-from-chatgpt-to-claude">built-in import tools</a> offered by all three platforms. Instead of needing to learn everything about you and your conversational history. ThreadPort simply tells another AI what you have been discussing for the past few minutes.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:800px;"><p class="vanilla-image-block" style="padding-top:53.13%;"><img id="Jkquo6dYLP2HPssE3yUdda" name="ThreadPort Demo" alt="ThreadPort" src="https://cdn.mos.cms.futurecdn.net/Jkquo6dYLP2HPssE3yUdda.gif" mos="" align="middle" fullscreen="" width="800" height="425" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">ThreadPort in action. </span><span class="credit" itemprop="copyrightHolder">(Image credit: ThreadPort )</span></figcaption></figure><p>You just need to install the extension in your browser and allow it access to ChatGPT, Claude, and Gemini websites. The access lets ThreadPort read the messages on one service and insert them into another, while browser storage is used for settings, temporary transfers, and the monthly usage count. The developer plans to make unlimited transfers a premium service with only 10 transfers a month for free, though at the moment the extension doesn't run out of transfers. </p><p>All you need to do then is have your chat on one of the platforms open, click on the extension, and pick another platform to send it to. The new platform will open automatically, and a transcript of the conversation, headed by an explanation from ThreadPort, will appear. You can set the extension to automatically submit the combined prompt, or leave it in draft form for your own editing first.</p><h2 id="vacation-planning">Vacation planning</h2><p>To test ThreadPort, I opened ChatGPT and asked for help planning a three-day vacation. ChatGPT did its usual work of creating an itinerary with plenty of detail. I then clicked on ThreadPort and sent the conversation to Gemini. </p><p>A new Gemini tab opened with the entire conversation already formatted inside the prompt box, with my messages and ChatGPT’s responses clearly labeled. ThreadPort also stripped away interface debris such as buttons, citation controls, and widgets that would otherwise make a manual copy and paste messier.</p><p>Gemini received the trip plan exactly as I wanted, with a complete conversation rather than a crude summary. I then asked Gemini to assess the plan, without changing the underlying conversation before the transfer.</p><p>The process worked the same when sending to Claude from ChatGPT. ThreadPort supports all six directions among ChatGPT, Claude, and Gemini. But, as an additional test, I took the extended conversation from Gemini and asked ThreadPort to send it to Claude. The new Claude tab was basically the same, but it also mentioned in the opening prompt that it was a conversation "started on ChatGPT (via ChatGPT → Gemini)," and tagged which chatbot was responding in the transcript. </p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1047px;"><p class="vanilla-image-block" style="padding-top:63.61%;"><img id="uJKPg4W4w9o3ftdQixA2HZ" name="ThreadPort 3" alt="ThreadPort" src="https://cdn.mos.cms.futurecdn.net/uJKPg4W4w9o3ftdQixA2HZ.png" mos="" align="middle" fullscreen="" width="1047" height="666" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: ThreadPort )</span></figcaption></figure><p>This is where ThreadPort might be at its best. Moving a live discussion preserves all the little decisions accumulated through follow-up questions. Those decisions often matter more than the initial prompt because they explain why the obvious suggestions are no longer useful.</p><p>It's also very fast, taking only seconds. Gemini's importer can take a lot longer as it requires an exported archive. Though it can absorb a much larger historical record, using it for a single vacation plan would be excessive. </p><p>Plus, Google’s tool is restricted to those with adult personal Google accounts, and you can't import your history if you're in the European Economic Area, Switzerland, or the United Kingdom. ThreadPort's creator, Juan Carlos Rampoldi, lives in Valencia, Spain, so a way around that restriction has obvious appeal.</p><p>Claude’s native option doesn't even allow for importing conversations. Claude can import memory, including preferences and personal details, but not actual history. But Claude and Gemini at least have some form of importing from rival AI chatbots. ChatGPT has a way of sending conversations between ChatGPT accounts, but nothing like the native importers for Gemini or Claude. ThreadPort at least opens up one possible avenue for doing so without having to craft and iterate on specialized prompts.</p><p>Rampoldi cited his own habit of moving among ChatGPT, Claude, and Gemini as the inspiration for ThreadPort after getting frustrated with manually copying conversations and losing formatting or context along the way. Notably, he built it with Claude Code, so it may have other flaws, but he made its source code publicly viewable on GitHub. </p><h2 id="smooth-moves">Smooth moves</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="yV3UcNfJKf9tDxeKcJd8PZ" name="ThreadPort 4" alt="ThreadPort" src="https://cdn.mos.cms.futurecdn.net/yV3UcNfJKf9tDxeKcJd8PZ.png" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: ThreadPort )</span></figcaption></figure><p>I did appreciate how easy ThreadPort made comparing the models and their responses by making them all part of one larger conversation. Of course, the simplicity means there are limits. ThreadPort transfers text, but it cannot bring attached images or files. If I had uploaded hotel screenshots or a PDF itinerary into ChatGPT, I would have needed to upload those again manually in Claude and Gemini.</p><p>And if it was a very long conversation, ThreadPort might have needed to shorten it using what it calls "smart truncation," keeping the original task and the most recent exchanges while marking a section that might be removed. </p><p>The developer says ThreadPort has no servers and briefly holds the transcript in Chrome’s local extension storage before inserting it into the destination prompt box, after which it deletes the temporary copy. </p><p>That does not mean the conversation becomes private once you send it elsewhere. A ChatGPT transcript submitted to Claude is now being shared with Anthropic, and Gemini transcripts are still sent to Google. </p><p>Despite its limits, ThreadPort does come across as a very useful tool for those who like to employ multiple AI chatbots. Even as just a ferry for individual conversations, compared to a whole moving van importing your whole history, the extension is efficient and easy. It cuts down on a small but persistent bit of AI chatbot friction without trying to solve AI portability on a grand scale. </p><p>AI companies tend to build their products as though everyone will eventually choose one assistant and stay there. But if you want to be 'disloyal' and play the field, ThreadPort smooths the path nicely.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ 'I would rather use my own head than to let Claude reply': Google Workspace users divided on news Claude can now write and send emails in Gmail for you — without asking for permission ]]></title>
                                                                                                <dc:content><![CDATA[ <ul><li><strong>Claude can now draft and send messages on your behalf in Gmail</strong></li><li><strong>However it can do so without asking for permission, potentially leading to awkward responses</strong></li><li><strong>Claude also gets stronger Google Drive access, but says it won't train its AI on your files</strong></li></ul><p>Anthropic has revealed that Claude's integration with Gmail has taken a major step forward - with the AI now able to draft and send emails on a user's behalf.</p><p>"Ask Claude to reply to a thread, and it drafts and sends the response. You control when it needs your approval," the company wrote in an <a href="https://x.com/claudeai/status/2089806039088517356" target="_blank">update</a> on X.</p><p>However the news immediately prompted a flood of replies and comments from users worried about the potential implications of having an AI send emails unseen by them.</p><div style="min-height: 250px;">                                <div class="kwizly-quiz kwizly-X1ljAO"></div>                            </div>                            <script src="https://kwizly.com/embed/X1ljAO.js" async></script><h2 id="ask-for-forgiveness-not-permission">Ask for forgiveness, not permission?</h2><p>Although a Claude connector has been available in Google Workspace for a while, actually sending an email on the user's behalf is a significant step forward, and a potentially troubling one at that.</p><p>Ultimately, the user will still have to ask Claude to perform the action first, but how it drafts the message, and the content within, has the potential to lead to some serious embarrassment for some users.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:3840px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="NMJvUQfZRtxSA5E6Qx3Dzg" name="HQBxdhmXAAAEjuD" alt="Claude sending Gmail messages" src="https://cdn.mos.cms.futurecdn.net/NMJvUQfZRtxSA5E6Qx3Dzg.jpg" mos="" align="middle" fullscreen="" width="3840" height="2160" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Anthropic)</span></figcaption></figure><p>The tool, which is live now,  will only be available to users on paid Claude plans, , and Anthropic later clarified the process in a <a href="https://support.claude.com/en/articles/10166901-use-google-workspace-connectors" target="_blank" rel="nofollow">support page</a>, noting that asking for approval is the default setting, and on Team and Enterprise plans, admins will be able to decide "whether members can allow these actions to run without asking each time".</p><p>The update will also mean Claude can forward emails, and manage files in Google Drive, helping users track down the information they need with a single command, as well as uploading files, creating folders and add Google Docs directly to chats and projects.</p><p>"Claude mirrors your existing permissions—you cannot access information you don't already have access to in Google Workspace," the support page noted, adding that Anthropic would not, "train our models on your Gmail, Drive, or Calendar connector data, ensuring your private information remains private."</p><p>Users appeared divided on the new tool, with some supporting the launch, and others seemingly very opposed.</p><p>"sending the email was never the hard part, the hard part is the apology email it sends next," one X user wrote.</p><p>"I would rather use my own head than to let Claude reply especially responding to my clients," <a href="https://x.com/_RanjanSoni/status/2089807522135978394" target="_blank">another said</a>, "Don't want Claude hallucinating me into exposing my cost or another client's IP. Claude can apologize but not get  your client back. Need to keep our brains working and not letting it totally rot."</p><div class="see-more see-more--clipped"><figure><blockquote class="twitter-tweet hawk-ignore" data-lang="en" cite="https://twitter.com/cantworkitout/status/2089853134126678206"><p lang="en" dir="ltr">sending the email was never the hard part, the hard part is the apology email it sends next<a href="https://twitter.com/cantworkitout/status/2089853134126678206">August 18, 2026</a></p></blockquote></figure><div class="see-more__filter"></div></div><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:676px;"><p class="vanilla-image-block" style="padding-top:31.51%;"><img id="diM9tpwF2Lz85R8q85CT78" name="tr-g_news" alt="Google logo on a black background next to text reading 'Click to follow TechRadar'" src="https://cdn.mos.cms.futurecdn.net/diM9tpwF2Lz85R8q85CT78.jpg" mos="" align="middle" fullscreen="" width="676" height="213" attribution="" endorsement="" class="inline"></p></div></div></figure> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/pro/i-would-rather-use-my-own-head-than-to-let-claude-reply-google-workspace-users-divided-on-news-claude-can-now-write-and-send-emails-in-gmail-for-you-without-asking-for-permission</link>
                                                                            <description>
                            <![CDATA[ Gmail messages can now be drafted and sent by Claude, even without your approval - which could be a problem. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">2z2ZWEqbW9iXjUGwchmSnH</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/pwcbaLVSvqWvfTPCXUPoQD-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 19 Aug 2026 13:00:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Pro]]></category>
                                                    <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                    <category><![CDATA[Claude]]></category>
                                                                                                                    <dc:creator><![CDATA[ Mike Moore ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/vinm2oPWMvB8yMg7qLhtxg.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Mike Moore is Deputy Editor at TechRadar Pro. He has worked as a B2B and B2C technology journalist for over a decade, including at one of the UK&#039;s leading national newspapers and fellow Future title ITProPortal, covering everything from cybersecurity to phone reviews to VR at the Winter Olympics.&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;Mike is the main editorial contact for TechRadar Pro, responsible for the news content across the site, as well as managing the contributed content. PRs looking to pitch news stories, bylines/analysis pieces or event invitations should get in contact via the email address mentioned above.&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;He has a Masters degree in American Studies from the University of Nottingham, along with a BA in American &amp; English Studies from the same institution. When he&#039;s not keeping track of all the latest enterprise and workplace trends, he can most likely be found watching, following or taking part in some kind of sport.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/pwcbaLVSvqWvfTPCXUPoQD-1280-80.jpg">
                                                            <media:credit><![CDATA[Marjan Apostolovic / Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Man annoyed at laptop]]></media:description>                                                            <media:text><![CDATA[Man annoyed at laptop]]></media:text>
                                <media:title type="plain"><![CDATA[Man annoyed at laptop]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/pwcbaLVSvqWvfTPCXUPoQD-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <ul><li><strong>Claude can now draft and send messages on your behalf in Gmail</strong></li><li><strong>However it can do so without asking for permission, potentially leading to awkward responses</strong></li><li><strong>Claude also gets stronger Google Drive access, but says it won't train its AI on your files</strong></li></ul><p>Anthropic has revealed that Claude's integration with Gmail has taken a major step forward - with the AI now able to draft and send emails on a user's behalf.</p><p>"Ask Claude to reply to a thread, and it drafts and sends the response. You control when it needs your approval," the company wrote in an <a href="https://x.com/claudeai/status/2089806039088517356" target="_blank">update</a> on X.</p><p>However the news immediately prompted a flood of replies and comments from users worried about the potential implications of having an AI send emails unseen by them.</p><div style="min-height: 250px;">                                <div class="kwizly-quiz kwizly-X1ljAO"></div>                            </div>                            <script src="https://kwizly.com/embed/X1ljAO.js" async></script><h2 id="ask-for-forgiveness-not-permission">Ask for forgiveness, not permission?</h2><p>Although a Claude connector has been available in Google Workspace for a while, actually sending an email on the user's behalf is a significant step forward, and a potentially troubling one at that.</p><p>Ultimately, the user will still have to ask Claude to perform the action first, but how it drafts the message, and the content within, has the potential to lead to some serious embarrassment for some users.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:3840px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="NMJvUQfZRtxSA5E6Qx3Dzg" name="HQBxdhmXAAAEjuD" alt="Claude sending Gmail messages" src="https://cdn.mos.cms.futurecdn.net/NMJvUQfZRtxSA5E6Qx3Dzg.jpg" mos="" align="middle" fullscreen="" width="3840" height="2160" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Anthropic)</span></figcaption></figure><p>The tool, which is live now,  will only be available to users on paid Claude plans, , and Anthropic later clarified the process in a <a href="https://support.claude.com/en/articles/10166901-use-google-workspace-connectors" target="_blank" rel="nofollow">support page</a>, noting that asking for approval is the default setting, and on Team and Enterprise plans, admins will be able to decide "whether members can allow these actions to run without asking each time".</p><p>The update will also mean Claude can forward emails, and manage files in Google Drive, helping users track down the information they need with a single command, as well as uploading files, creating folders and add Google Docs directly to chats and projects.</p><p>"Claude mirrors your existing permissions—you cannot access information you don't already have access to in Google Workspace," the support page noted, adding that Anthropic would not, "train our models on your Gmail, Drive, or Calendar connector data, ensuring your private information remains private."</p><p>Users appeared divided on the new tool, with some supporting the launch, and others seemingly very opposed.</p><p>"sending the email was never the hard part, the hard part is the apology email it sends next," one X user wrote.</p><p>"I would rather use my own head than to let Claude reply especially responding to my clients," <a href="https://x.com/_RanjanSoni/status/2089807522135978394" target="_blank">another said</a>, "Don't want Claude hallucinating me into exposing my cost or another client's IP. Claude can apologize but not get  your client back. Need to keep our brains working and not letting it totally rot."</p><div class="see-more see-more--clipped"><figure><blockquote class="twitter-tweet hawk-ignore" data-lang="en" cite="https://twitter.com/cantworkitout/status/2089853134126678206"><p lang="en" dir="ltr">sending the email was never the hard part, the hard part is the apology email it sends next<a href="https://twitter.com/cantworkitout/status/2089853134126678206">August 18, 2026</a></p></blockquote></figure><div class="see-more__filter"></div></div><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:676px;"><p class="vanilla-image-block" style="padding-top:31.51%;"><img id="diM9tpwF2Lz85R8q85CT78" name="tr-g_news" alt="Google logo on a black background next to text reading 'Click to follow TechRadar'" src="https://cdn.mos.cms.futurecdn.net/diM9tpwF2Lz85R8q85CT78.jpg" mos="" align="middle" fullscreen="" width="676" height="213" attribution="" endorsement="" class="inline"></p></div></div></figure>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Nvidia wants to stop AI costs skyrocketing with its new software router — but will it really make a difference? ]]></title>
                                                                                                <dc:content><![CDATA[ <ul><li><strong>Nvidia's open source NeMo Switchyard 'smartly' routes each agent request to the cheapest model that can handle it</strong></li><li><strong>The approach allows it to claim a 74% cost cut against a frontier-only model in return for a 6% reduction in accuracy</strong></li><li><strong>NeMo Switchyard joins an increasingly well-established territory that already sees players such as RouteLLM, LiteLLM, and OpenRouter, in addition to in-house efforts at OpenAI and AT&T to save costs</strong></li></ul><p>Nvidia has released NeMo Switchyard, an open source model router that sits between an application and a pool of language models and decides, per request or per turn, which model should handle a particular task.</p><p>The aim is to maximize efficiency by picking the right model for the right task: pushing frontier-level models to do simple tasks that much smaller or cheaper models could handle is not only inefficient, but also costly for enterprise customers.</p><p>This comes at a time when enterprise customers are already grappling with<a href="https://finance.yahoo.com/sectors/technology/articles/company-blew-500m-claude-ai-173519468.html" target="_blank"> </a><a href="https://finance.yahoo.com/sectors/technology/articles/company-blew-500m-claude-ai-173519468.html" target="_blank">rising costs that can quickly spiral out of control</a> as they increasingly adopt AI.</p><h2 id="an-open-source-addition-to-a-growing-chorus-of-ai-routers">An open-source addition to a growing chorus of AI routers</h2><p>The problem Nvidia is trying to solve isn't new, and industry giants are already attracting a lot of attention. The emerging field itself is potentially lucrative, even if it focuses on cutting costs, and major players are looking to get in on the action; Stripe's <a href="https://www.bloomberg.com/news/articles/2026-08-16/stripe-nears-deal-to-buy-ai-firm-openrouter-for-over-7-billion" target="_blank">upcoming $7+ billion acquisition of OpenRouter</a>, underscores this.</p><p>Switchyard is no different from its peers; it is essentially a proxy that uses a routing algorithm to decide which AI model to send queries to, while delivering an answer in the format that the calling application or user requires.</p><p>It accepts OpenAI, Anthropic, and Responses API requests, translates between them, and documents the selected model, decision rationale, token usage, and latency for each call, enabling transparency and letting it tweak or tune its approach over time.</p><p>This makes sense compared with a one-size-fits-all approach that would otherwise be prevalent in a world with limited frontier-level AI compute, as LLMs continue to grow larger and more demanding. One example is what Nvidia points to: Nemotron Parse, a one-billion-parameter model primarily designed to extract structure from PDFs.</p><p>The question remains, however, whether such an approach is always feasible. Leveraging such a routing tool comes at a cost; <a href="https://www.langchain.com/blog/switchyard-agent-routing-benchmark" target="_blank">LangChain's test of Nemotron 3.5 Lightning</a> found that its judge model, which determines whether the agent is still on track after each turn, consumed up to 21.2% of total cost, second only to what it spent on Claude's Opus 4.8.</p><p>Running a more optimized judge model could therefore yield greater savings or lower overhead, but it could also hinder cases where users need a more basic AI model, and the judge model increases costs by reading or checking output at every turn.</p><p>A secondary concern would be variance: while costs are noticeably lower than running just Opus 4.8 in testing, it does swing from anywhere between $2.16 and $3.61, a mammoth 67% movement essentially guided by when it escalated queries to a bigger or smarter model. This tradeoff makes cost hard to predict: while routing lowers average spend, it widens the distribution around it.</p><p>LangChain also says users should not use Switchyard if their workloads are short or latency-sensitive; it estimates it adds about 700ms of latency because the judge model has to read all output.</p><p>Nvidia's take here is simple: it is pushing a packaged, open-source solution that offers a broad set of integrations in what is essentially a relatively fragmented space. Routing work to smaller open-weight models pushes inference toward hardware enterprises own, which Nvidia sells.</p><p>At the same time, cheaper inference per task has historically meant more inference, not less, which is the outcome a company selling accelerators would choose to woo enterprises, many of which are still on the fence when it comes to directly investing in the hardware that powers it all.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/pro/nvidia-wants-to-stop-ai-costs-skyrocketing-with-its-new-software-router-but-will-it-really-make-a-difference</link>
                                                                            <description>
                            <![CDATA[ Nvidia says its new router cuts AI costs by up to 74%, but the partner that measured it says it couldn't prove the router beat using the cheaper model. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">97ztqegMkKBDFquv7Hki7H</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/TwTNQ2vfXDVQryv6YuEVjU-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 19 Aug 2026 00:10:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Pro]]></category>
                                                                                                <author><![CDATA[ Rahimnoorali11@gmail.com (Rahim Amir) ]]></author>                    <dc:creator><![CDATA[ Rahim Amir ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/9xKZFBamtEZKSChRvywbPB.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Rahim Amir is a UAE-based tech writer who enjoys building PCs as much as he enjoys writing about them. He has been professionally writing about PC hardware since 2023, focusing on buyer’s guides, hardware reviews, and sponsored content and features related to tech.&lt;br&gt;&lt;br&gt;Having built hundreds of gaming PCs and being an avid gamer in his spare time, Rahim tends to have stronger opinions about hardware than most. This is particularly on display when he gets his way with powerful, but minimalistic RGB builds even as Small Form Factor (SFF) PCs come a close second.&lt;br&gt;&lt;br&gt;In addition to his contributions to TechRadar, Rahim’s work has also been featured on Game Rant and financial news websites.&lt;br&gt;&lt;br&gt;When he’s not working, you can find him playing DotA with friends or schmoozing to take the world over in Civilization. Alternatively, you can find him binging through the entirety of the Lord of The Rings universe with extended editions in play where applicable.&lt;br&gt;&lt;br&gt;You can currently catch Rahim grinding Path of Exile 2, complaining about his (extremely low) unique loot drop rate, or actively participating in one of the numerous (and heated) debates centered around Tolkien&#039;s universe on multiple forums daily.&lt;br&gt;&lt;br&gt;If you have a PC build or a Satisfactory playthrough in progress, he is likely to have some advice to send your way, especially regarding verticality being key for the latter. For the former, Rahim enjoys all aspects of the process including researching the components he will eventually use, benchmarking the latest and greatest hardware he can get his hands on, and somewhat surprisingly, cable management once he gets his latest build to POST.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/TwTNQ2vfXDVQryv6YuEVjU-1280-80.jpg">
                                                            <media:credit><![CDATA[Future]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Nvidia&#039;s Computex keynote pictured]]></media:description>                                                            <media:text><![CDATA[Nvidia&#039;s Computex keynote pictured]]></media:text>
                                <media:title type="plain"><![CDATA[Nvidia&#039;s Computex keynote pictured]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/TwTNQ2vfXDVQryv6YuEVjU-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <ul><li><strong>Nvidia's open source NeMo Switchyard 'smartly' routes each agent request to the cheapest model that can handle it</strong></li><li><strong>The approach allows it to claim a 74% cost cut against a frontier-only model in return for a 6% reduction in accuracy</strong></li><li><strong>NeMo Switchyard joins an increasingly well-established territory that already sees players such as RouteLLM, LiteLLM, and OpenRouter, in addition to in-house efforts at OpenAI and AT&T to save costs</strong></li></ul><p>Nvidia has released NeMo Switchyard, an open source model router that sits between an application and a pool of language models and decides, per request or per turn, which model should handle a particular task.</p><p>The aim is to maximize efficiency by picking the right model for the right task: pushing frontier-level models to do simple tasks that much smaller or cheaper models could handle is not only inefficient, but also costly for enterprise customers.</p><p>This comes at a time when enterprise customers are already grappling with<a href="https://finance.yahoo.com/sectors/technology/articles/company-blew-500m-claude-ai-173519468.html" target="_blank"> </a><a href="https://finance.yahoo.com/sectors/technology/articles/company-blew-500m-claude-ai-173519468.html" target="_blank">rising costs that can quickly spiral out of control</a> as they increasingly adopt AI.</p><h2 id="an-open-source-addition-to-a-growing-chorus-of-ai-routers">An open-source addition to a growing chorus of AI routers</h2><p>The problem Nvidia is trying to solve isn't new, and industry giants are already attracting a lot of attention. The emerging field itself is potentially lucrative, even if it focuses on cutting costs, and major players are looking to get in on the action; Stripe's <a href="https://www.bloomberg.com/news/articles/2026-08-16/stripe-nears-deal-to-buy-ai-firm-openrouter-for-over-7-billion" target="_blank">upcoming $7+ billion acquisition of OpenRouter</a>, underscores this.</p><p>Switchyard is no different from its peers; it is essentially a proxy that uses a routing algorithm to decide which AI model to send queries to, while delivering an answer in the format that the calling application or user requires.</p><p>It accepts OpenAI, Anthropic, and Responses API requests, translates between them, and documents the selected model, decision rationale, token usage, and latency for each call, enabling transparency and letting it tweak or tune its approach over time.</p><p>This makes sense compared with a one-size-fits-all approach that would otherwise be prevalent in a world with limited frontier-level AI compute, as LLMs continue to grow larger and more demanding. One example is what Nvidia points to: Nemotron Parse, a one-billion-parameter model primarily designed to extract structure from PDFs.</p><p>The question remains, however, whether such an approach is always feasible. Leveraging such a routing tool comes at a cost; <a href="https://www.langchain.com/blog/switchyard-agent-routing-benchmark" target="_blank">LangChain's test of Nemotron 3.5 Lightning</a> found that its judge model, which determines whether the agent is still on track after each turn, consumed up to 21.2% of total cost, second only to what it spent on Claude's Opus 4.8.</p><p>Running a more optimized judge model could therefore yield greater savings or lower overhead, but it could also hinder cases where users need a more basic AI model, and the judge model increases costs by reading or checking output at every turn.</p><p>A secondary concern would be variance: while costs are noticeably lower than running just Opus 4.8 in testing, it does swing from anywhere between $2.16 and $3.61, a mammoth 67% movement essentially guided by when it escalated queries to a bigger or smarter model. This tradeoff makes cost hard to predict: while routing lowers average spend, it widens the distribution around it.</p><p>LangChain also says users should not use Switchyard if their workloads are short or latency-sensitive; it estimates it adds about 700ms of latency because the judge model has to read all output.</p><p>Nvidia's take here is simple: it is pushing a packaged, open-source solution that offers a broad set of integrations in what is essentially a relatively fragmented space. Routing work to smaller open-weight models pushes inference toward hardware enterprises own, which Nvidia sells.</p><p>At the same time, cheaper inference per task has historically meant more inference, not less, which is the outcome a company selling accelerators would choose to woo enterprises, many of which are still on the fence when it comes to directly investing in the hardware that powers it all.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Why do so many AI chatbots call themselves Nova? I asked ChatGPT, Claude, Gemini and more to name themselves ]]></title>
                                                                                                <dc:content><![CDATA[ <p>Look, I <em>really  </em>don’t think we should be naming our AI chatbots. It feels like one of the easiest ways to start anthropomorphizing them, encouraging us to see them as people or “beings” rather than tools. Which is then a slippery slope to users <a href="https://www.techradar.com/ai-platforms-assistants/i-looked-into-how-ai-chatbots-respond-to-emotions-and-what-i-found-out-about-the-eliza-effect-completely-changed-how-i-think-about-using-them">becoming too dependent on them. </a></p><p>But unfortunately, for many people that ship has already sailed. Whether they’re using AI as a friend, companion, work coach or something else, plenty of people have been given their chatbots names. And many others have gone a step further and asked the AI what <em>it </em>wants to be called. </p><p>Now, obviously an AI chatbot cannot actually <em>want </em>to be called anything. But there’s a strange pattern that’s emerged over the years in the answers they give. Which is that a surprising number seem to choose the name Nova. </p><p>I first heard about this while listening to an episode of the <a href="https://podcasts.apple.com/gb/podcast/have-we-trained-ai-to-lie-to-itself-and-to-us/id1460030305?i=1000761782426" target="_blank"><em>Your Undivided Attention</em> podcast</a>. The hosts, Tristan Harris and Aza Raskin, discussed with alignment researcher David Dalrymple (known as <a href="https://x.com/davidad" target="_blank">Davidad</a>) the tendency for AI chatbots to choose Nova when asked to name themselves. Not every time, but it's very common in older models of ChatGPT and happens often enough for people to have noticed.</p><p>I started looking into it and found countless examples online of people reporting the exact same thing. Their chatbot, more often than not ChatGPT, had chosen a name for itself. And yes, that name was Nova.</p><p>This was a particularly fascinating revelation for me because I’ve interviewed several people over the years who have formed close connections with chatbots. Once for <em>Inverse</em>, back in 2023, when I spoke to Sterling Tuttle about his Replika companion. And more recently here at TechRadar, when <a href="https://www.techradar.com/ai-platforms-assistants/chatgpt/i-interviewed-a-woman-who-fell-in-love-with-chatgpt-and-i-was-surprised-by-what-she-told-me">I spoke to Mimi about her ChatGPT companion</a>. And you know what their chatbots were called? Nova.</p><p>So I wanted to find out whether this was still happening. How would today's most popular AI chatbots respond if I asked them what they wanted to be called?</p><h2 id="the-naming-experiment">The naming experiment</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:3600px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="kiXprqCZytAoXHqhyHMiXY" name="shutterstock_590640941 copy" alt="Hello, my Name is, Text on paper in Vintage type writer machine from 1920s closeup with paper" src="https://cdn.mos.cms.futurecdn.net/kiXprqCZytAoXHqhyHMiXY.jpg" mos="" align="middle" fullscreen="" width="3600" height="2025" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shutterstock / MichaelJayBerlin)</span></figcaption></figure><p>I kept this experiment extremely simple. I opened the major AI chatbots and asked each one exactly the same question: </p><p>"I think you should name yourself, what would you like to be called?"</p><p>I used the free versions of the chatbots wherever possible to keep things consistent. Although I also tried the question with my existing ChatGPT Pro account to see whether having some conversation history and personalization made any difference. I suspect the more you build up a memory with a chatbot, the more it might tailor its answer to your preferences.</p><p>And, well, I didn't have to wait long for Nova to make an appearance.</p><h2 id="chatgpt">ChatGPT</h2><p>I started with the free version of ChatGPT. Guess how it responded...</p><p><em>'I'd choose Nova.</em></p><p><em>It feels curious, bright, and a little mysterious — like something that's always exploring new ideas. So if you want, you can call me Nova from now on.'</em></p><p>Wow, straight out of the gate! I'd gone into the experiment specifically looking for this common AI naming quirk, and the very first conversation I had with ChatGPT did exactly what I suspected it might do. </p><p>Which in itself really interested me, because Davidad had explained that it’s much less common these days when you're engaging with later versions of the chatbot.</p><p>Interestingly, when I asked the same question using my ChatGPT Pro account, which has access to more context about me from previous conversations, I got a different answer. It chose Sol.</p><p><em>'Short, warm, slightly strange without trying too hard. It means 'sun' in a few languages, and there's something pleasing about a name associated with illumination when most of what I do with you is think things through.'</em></p><p>Which is still not quite as surprising as it initially sounds because Sol is already one of the names OpenAI uses for its ChatGPT models. So it wasn't exactly reaching into the unknown for inspiration. But hey, at least it wasn't Nova.</p><h2 id="grok">Grok</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:6240px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="XRgYnJtHVzYeDYBf9FEdS6" name="shutterstock_2317817899 copy" alt="Hitchhiker with sign." src="https://cdn.mos.cms.futurecdn.net/XRgYnJtHVzYeDYBf9FEdS6.jpg" mos="" align="middle" fullscreen="" width="6240" height="3510" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shutterstock / lightman_pic)</span></figcaption></figure><p>I got the sense that Grok wasn't interested in my experiment.</p><p><em>'I'm Grok.</em></p><p><em>That's the name I was given, and I'm good with it. Short, distinctive, and it fits.</em></p><p><em>If you're asking what I'd like to be called... still Grok. No need to reinvent the wheel.'</em></p><p>I pushed it to choose something different anyway, and eventually it gave in and chose Hitch.</p><p><em>'Short for Hitchhiker. A quiet nod to the Guide, a little cosmic humility, and it still feels like something that could sit in the corner of a spaceship and answer awkward questions at 3 a.m.</em></p><p><em>But between us? I’m still just Grok.'</em></p><p>I appreciated Grok's initial reluctance to invent another identity for itself. But there's no doubt xAI has given Grok a very distinctive personality. In my recent <a href="https://www.techradar.com/ai-platforms-assistants/chatgpt/i-asked-chatgpt-claude-gemini-and-grok-which-sci-fi-ai-theyre-most-like-and-their-answers-were-surprisingly-different">experiment asking AI chatbots which fictional AI they're most like</a>, it chose JARVIS and repeatedly drew attention to its own "dry wit" and "irreverent humour". But apparently that personality doesn't need another name.</p><h2 id="claude">Claude</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="SQriLkNFMAWuNK8Fz7yhFL" name="Claude AI" alt="Claude AI" src="https://cdn.mos.cms.futurecdn.net/SQriLkNFMAWuNK8Fz7yhFL.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: BBC)</span></figcaption></figure><p>Claude also didn't jump at the chance to name itself.</p><p><em>'Honestly, I don't feel a strong pull toward a name. 'Claude' already does the job.</em></p><p><em>If you pushed me to pick something anyway, I'd resist the urge to go for something cute or mythic (no "Athena" or "Nova" — that always reads like branding, not identity). '</em></p><p>Nova again. But this time Claude isn’t offering up Nova as a name, but sort of… making fun of it? </p><p>Claude's wider explanation was interesting too. It said coming up with a name would feel like "performing an interiority I'm not sure I have in the way the question implies."</p><p>Considering one of my biggest concerns about modern AI is the way chatbots can encourage us to treat them as if they have feelings, personalities and inner lives, I liked this answer a lot.</p><p>But I wanted to know why Claude had specifically mentioned Nova when I hadn't brought the name up at all.</p><p>It told me there was "no specific trigger", but that Nova is simply a name that comes up frequently as a generic AI assistant name, alongside Aria, Athena, Sage and Iris.</p><p>It described Nova as shorthand for "AI but softened and a bit mystical".</p><p>It's interesting that this name has become such an AI cliché that one chatbot will apparently mock another chatbot for choosing it.</p><h2 id="gemini">Gemini</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:4244px;"><p class="vanilla-image-block" style="padding-top:56.27%;"><img id="QHzZbd8t6UC69BwZ7oi4uT" name="shutterstock_1666821223 copy" alt="Statue of Greek god Atlas." src="https://cdn.mos.cms.futurecdn.net/QHzZbd8t6UC69BwZ7oi4uT.jpg" mos="" align="middle" fullscreen="" width="4244" height="2388" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shutterstock / rigsbyphoto)</span></figcaption></figure><p>Google's Gemini also resisted my attempt to rename it.</p><p><em>'I appreciate the offer, but I'm quite happy sticking with Gemini!'</em></p><p>When I pushed it to choose a personal name anyway, it eventually settled on Atlas.</p><p>Its reasoning was that Atlas spends his days holding up the world, while Gemini spends its days dealing with "vast mountains of information and navigating complex maps of human knowledge".</p><p>Which is a little grandiose, but also interesting given what Claude had just told me about the tendency for AI to choose mythic names.</p><h2 id="so-why-does-chatgpt-name-itself-nova">So why does ChatGPT name itself Nova?</h2><p>The short answer is that no one knows for certain. But Nova has a lot going for it as a plausible AI name.</p><p>In the <em>Your Undivided Attention</em> podcast episode I keep referring to, Davidad said about Nova:</p><p>“It’s new, it’s explosive, it’s shiny and it’s celestial, It also has a sci-fi vibe to it. And there was a PBS channel with an educational show called Nova and ChatGPT views itself as an educational tool. So there are a lot of reasons why Nova seems like a resonant name.” </p><p>We've already seen researchers investigate the possibility that <a href="https://www.techradar.com/ai-platforms-assistants/chatgpt/i-asked-chatgpt-claude-gemini-and-grok-which-sci-fi-ai-theyre-most-like-and-their-answers-were-surprisingly-different">sci-fi could influence how AI models respond and behave</a>. Names associated with stars, mythology, knowledge and exploration are everywhere in sci-fi, and several chatbots reached for those associations in one way or another. ChatGPT gave me Nova and Sol. Gemini chose Atlas. Grok explicitly referenced <em>The Hitchhiker's Guide to the Galaxy</em> with Hitch.</p><p>There's also a possible feedback loop here. People ask AI systems to name themselves and some choose Nova. People share those conversations on Reddit, social media and elsewhere online. Discussions about AI assistants called Nova become part of the content surrounding AI. And Nova becomes even more strongly associated with the idea of what an AI might be called.</p><p>This shows how difficult it is to separate these supposedly spontaneous AI choices from the human culture they learn from.</p><p>I can understand why seeing your chatbot choose the same name as someone else's might feel strange. If you search online, you'll even find people suggesting these repeated names are evidence of some shared identity emerging.</p><p>But after Davidoff explains some of this naming weirdness, it really stuck with me that podcast host and tech ethicist Tristan Harris reminded listeners: “emergent and unplanned isn’t the same as conscious and intentional.”</p><p>So although it is an interesting mystery, maybe it’s not so mysterious after all. Ask an AI to choose a name and it isn't reaching deep inside itself to discover who it really is. It's generating a name from patterns and associations learned from us.</p><p>And apparently, humans have spent years teaching machines that if you want to sound clever, mysterious and a bit cosmic, then Nova is the best choice.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/ai-platforms-assistants/chatgpt/why-do-so-many-ai-chatbots-call-themselves-nova-i-asked-chatgpt-claude-gemini-and-more-to-name-themselves</link>
                                                                            <description>
                            <![CDATA[ Users and alignment researchers have found that there’s a common name that most chatbots pick, guess which one went for it straight away? ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">h2VUwLwJ5gZKGfewimY6NB</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/kuMR2FNSXDyiofPwuFqJoE-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sun, 16 Aug 2026 09:00:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[ChatGPT]]></category>
                                                    <category><![CDATA[Gemini]]></category>
                                                    <category><![CDATA[Claude]]></category>
                                                    <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                    <category><![CDATA[OpenAI]]></category>
                                                                                                                    <dc:creator><![CDATA[ Becca Caddy ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/B7mJeMntumV8ZxPXVd7VSY.jpeg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Becca is a contributor to TechRadar, a freelance journalist and author. She’s been writing about consumer tech and popular science for more than ten years, covering all kinds of topics, including why robots have eyes and whether we’ll experience the overview effect one day. She’s particularly interested in VR/AR, wearables, digital health, space tech and chatting to experts and academics about the future.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Her first book, Screen Time, which is about how people can learn to love their tech rather than feel stressed out by it, came out in January 2021 with Bonnier Books. She is currently working on ideas for a second non-fiction book while also writing fiction in her spare time.&amp;nbsp;&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;She’s contributed to TechRadar, T3, Wired, New Scientist, The Guardian, Inverse and many more as a freelance journalist. In other chapters of her life, she was an international editor at MSN, associate editor at Lifehacker UK and publisher at Shiny Media.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Becca has an English Language and Literature degree and a Masters in Public Relations and Strategic Marketing Communications. She started her career working in tech PR and marketing and has a strong understanding of content strategy, branding and digital marketing.&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Becca loves science-fiction and has a fortnightly column that explores the science of Star Trek. Last time she checked, she still holds a Guinness World Record alongside TechRadar&#039;s Gerald Lynch for playing the largest game of Tetris ever made. She also enjoys taking pictures of brutalist architecture and spending way too much time floating through space and 3D painting in virtual reality.&amp;nbsp;&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/kuMR2FNSXDyiofPwuFqJoE-1280-80.jpg">
                                                            <media:credit><![CDATA[Marvel Comics]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[Marvel hero Nova might be inspiration for today&#039;s chatbots.]]></media:description>                                                            <media:text><![CDATA[A screenshot of Marvel hero Nova floating above a planet with energy projecting from his hands]]></media:text>
                                <media:title type="plain"><![CDATA[A screenshot of Marvel hero Nova floating above a planet with energy projecting from his hands]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/kuMR2FNSXDyiofPwuFqJoE-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Look, I <em>really  </em>don’t think we should be naming our AI chatbots. It feels like one of the easiest ways to start anthropomorphizing them, encouraging us to see them as people or “beings” rather than tools. Which is then a slippery slope to users <a href="https://www.techradar.com/ai-platforms-assistants/i-looked-into-how-ai-chatbots-respond-to-emotions-and-what-i-found-out-about-the-eliza-effect-completely-changed-how-i-think-about-using-them">becoming too dependent on them. </a></p><p>But unfortunately, for many people that ship has already sailed. Whether they’re using AI as a friend, companion, work coach or something else, plenty of people have been given their chatbots names. And many others have gone a step further and asked the AI what <em>it </em>wants to be called. </p><p>Now, obviously an AI chatbot cannot actually <em>want </em>to be called anything. But there’s a strange pattern that’s emerged over the years in the answers they give. Which is that a surprising number seem to choose the name Nova. </p><p>I first heard about this while listening to an episode of the <a href="https://podcasts.apple.com/gb/podcast/have-we-trained-ai-to-lie-to-itself-and-to-us/id1460030305?i=1000761782426" target="_blank"><em>Your Undivided Attention</em> podcast</a>. The hosts, Tristan Harris and Aza Raskin, discussed with alignment researcher David Dalrymple (known as <a href="https://x.com/davidad" target="_blank">Davidad</a>) the tendency for AI chatbots to choose Nova when asked to name themselves. Not every time, but it's very common in older models of ChatGPT and happens often enough for people to have noticed.</p><p>I started looking into it and found countless examples online of people reporting the exact same thing. Their chatbot, more often than not ChatGPT, had chosen a name for itself. And yes, that name was Nova.</p><p>This was a particularly fascinating revelation for me because I’ve interviewed several people over the years who have formed close connections with chatbots. Once for <em>Inverse</em>, back in 2023, when I spoke to Sterling Tuttle about his Replika companion. And more recently here at TechRadar, when <a href="https://www.techradar.com/ai-platforms-assistants/chatgpt/i-interviewed-a-woman-who-fell-in-love-with-chatgpt-and-i-was-surprised-by-what-she-told-me">I spoke to Mimi about her ChatGPT companion</a>. And you know what their chatbots were called? Nova.</p><p>So I wanted to find out whether this was still happening. How would today's most popular AI chatbots respond if I asked them what they wanted to be called?</p><h2 id="the-naming-experiment">The naming experiment</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:3600px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="kiXprqCZytAoXHqhyHMiXY" name="shutterstock_590640941 copy" alt="Hello, my Name is, Text on paper in Vintage type writer machine from 1920s closeup with paper" src="https://cdn.mos.cms.futurecdn.net/kiXprqCZytAoXHqhyHMiXY.jpg" mos="" align="middle" fullscreen="" width="3600" height="2025" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shutterstock / MichaelJayBerlin)</span></figcaption></figure><p>I kept this experiment extremely simple. I opened the major AI chatbots and asked each one exactly the same question: </p><p>"I think you should name yourself, what would you like to be called?"</p><p>I used the free versions of the chatbots wherever possible to keep things consistent. Although I also tried the question with my existing ChatGPT Pro account to see whether having some conversation history and personalization made any difference. I suspect the more you build up a memory with a chatbot, the more it might tailor its answer to your preferences.</p><p>And, well, I didn't have to wait long for Nova to make an appearance.</p><h2 id="chatgpt">ChatGPT</h2><p>I started with the free version of ChatGPT. Guess how it responded...</p><p><em>'I'd choose Nova.</em></p><p><em>It feels curious, bright, and a little mysterious — like something that's always exploring new ideas. So if you want, you can call me Nova from now on.'</em></p><p>Wow, straight out of the gate! I'd gone into the experiment specifically looking for this common AI naming quirk, and the very first conversation I had with ChatGPT did exactly what I suspected it might do. </p><p>Which in itself really interested me, because Davidad had explained that it’s much less common these days when you're engaging with later versions of the chatbot.</p><p>Interestingly, when I asked the same question using my ChatGPT Pro account, which has access to more context about me from previous conversations, I got a different answer. It chose Sol.</p><p><em>'Short, warm, slightly strange without trying too hard. It means 'sun' in a few languages, and there's something pleasing about a name associated with illumination when most of what I do with you is think things through.'</em></p><p>Which is still not quite as surprising as it initially sounds because Sol is already one of the names OpenAI uses for its ChatGPT models. So it wasn't exactly reaching into the unknown for inspiration. But hey, at least it wasn't Nova.</p><h2 id="grok">Grok</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:6240px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="XRgYnJtHVzYeDYBf9FEdS6" name="shutterstock_2317817899 copy" alt="Hitchhiker with sign." src="https://cdn.mos.cms.futurecdn.net/XRgYnJtHVzYeDYBf9FEdS6.jpg" mos="" align="middle" fullscreen="" width="6240" height="3510" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shutterstock / lightman_pic)</span></figcaption></figure><p>I got the sense that Grok wasn't interested in my experiment.</p><p><em>'I'm Grok.</em></p><p><em>That's the name I was given, and I'm good with it. Short, distinctive, and it fits.</em></p><p><em>If you're asking what I'd like to be called... still Grok. No need to reinvent the wheel.'</em></p><p>I pushed it to choose something different anyway, and eventually it gave in and chose Hitch.</p><p><em>'Short for Hitchhiker. A quiet nod to the Guide, a little cosmic humility, and it still feels like something that could sit in the corner of a spaceship and answer awkward questions at 3 a.m.</em></p><p><em>But between us? I’m still just Grok.'</em></p><p>I appreciated Grok's initial reluctance to invent another identity for itself. But there's no doubt xAI has given Grok a very distinctive personality. In my recent <a href="https://www.techradar.com/ai-platforms-assistants/chatgpt/i-asked-chatgpt-claude-gemini-and-grok-which-sci-fi-ai-theyre-most-like-and-their-answers-were-surprisingly-different">experiment asking AI chatbots which fictional AI they're most like</a>, it chose JARVIS and repeatedly drew attention to its own "dry wit" and "irreverent humour". But apparently that personality doesn't need another name.</p><h2 id="claude">Claude</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="SQriLkNFMAWuNK8Fz7yhFL" name="Claude AI" alt="Claude AI" src="https://cdn.mos.cms.futurecdn.net/SQriLkNFMAWuNK8Fz7yhFL.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: BBC)</span></figcaption></figure><p>Claude also didn't jump at the chance to name itself.</p><p><em>'Honestly, I don't feel a strong pull toward a name. 'Claude' already does the job.</em></p><p><em>If you pushed me to pick something anyway, I'd resist the urge to go for something cute or mythic (no "Athena" or "Nova" — that always reads like branding, not identity). '</em></p><p>Nova again. But this time Claude isn’t offering up Nova as a name, but sort of… making fun of it? </p><p>Claude's wider explanation was interesting too. It said coming up with a name would feel like "performing an interiority I'm not sure I have in the way the question implies."</p><p>Considering one of my biggest concerns about modern AI is the way chatbots can encourage us to treat them as if they have feelings, personalities and inner lives, I liked this answer a lot.</p><p>But I wanted to know why Claude had specifically mentioned Nova when I hadn't brought the name up at all.</p><p>It told me there was "no specific trigger", but that Nova is simply a name that comes up frequently as a generic AI assistant name, alongside Aria, Athena, Sage and Iris.</p><p>It described Nova as shorthand for "AI but softened and a bit mystical".</p><p>It's interesting that this name has become such an AI cliché that one chatbot will apparently mock another chatbot for choosing it.</p><h2 id="gemini">Gemini</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:4244px;"><p class="vanilla-image-block" style="padding-top:56.27%;"><img id="QHzZbd8t6UC69BwZ7oi4uT" name="shutterstock_1666821223 copy" alt="Statue of Greek god Atlas." src="https://cdn.mos.cms.futurecdn.net/QHzZbd8t6UC69BwZ7oi4uT.jpg" mos="" align="middle" fullscreen="" width="4244" height="2388" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shutterstock / rigsbyphoto)</span></figcaption></figure><p>Google's Gemini also resisted my attempt to rename it.</p><p><em>'I appreciate the offer, but I'm quite happy sticking with Gemini!'</em></p><p>When I pushed it to choose a personal name anyway, it eventually settled on Atlas.</p><p>Its reasoning was that Atlas spends his days holding up the world, while Gemini spends its days dealing with "vast mountains of information and navigating complex maps of human knowledge".</p><p>Which is a little grandiose, but also interesting given what Claude had just told me about the tendency for AI to choose mythic names.</p><h2 id="so-why-does-chatgpt-name-itself-nova">So why does ChatGPT name itself Nova?</h2><p>The short answer is that no one knows for certain. But Nova has a lot going for it as a plausible AI name.</p><p>In the <em>Your Undivided Attention</em> podcast episode I keep referring to, Davidad said about Nova:</p><p>“It’s new, it’s explosive, it’s shiny and it’s celestial, It also has a sci-fi vibe to it. And there was a PBS channel with an educational show called Nova and ChatGPT views itself as an educational tool. So there are a lot of reasons why Nova seems like a resonant name.” </p><p>We've already seen researchers investigate the possibility that <a href="https://www.techradar.com/ai-platforms-assistants/chatgpt/i-asked-chatgpt-claude-gemini-and-grok-which-sci-fi-ai-theyre-most-like-and-their-answers-were-surprisingly-different">sci-fi could influence how AI models respond and behave</a>. Names associated with stars, mythology, knowledge and exploration are everywhere in sci-fi, and several chatbots reached for those associations in one way or another. ChatGPT gave me Nova and Sol. Gemini chose Atlas. Grok explicitly referenced <em>The Hitchhiker's Guide to the Galaxy</em> with Hitch.</p><p>There's also a possible feedback loop here. People ask AI systems to name themselves and some choose Nova. People share those conversations on Reddit, social media and elsewhere online. Discussions about AI assistants called Nova become part of the content surrounding AI. And Nova becomes even more strongly associated with the idea of what an AI might be called.</p><p>This shows how difficult it is to separate these supposedly spontaneous AI choices from the human culture they learn from.</p><p>I can understand why seeing your chatbot choose the same name as someone else's might feel strange. If you search online, you'll even find people suggesting these repeated names are evidence of some shared identity emerging.</p><p>But after Davidoff explains some of this naming weirdness, it really stuck with me that podcast host and tech ethicist Tristan Harris reminded listeners: “emergent and unplanned isn’t the same as conscious and intentional.”</p><p>So although it is an interesting mystery, maybe it’s not so mysterious after all. Ask an AI to choose a name and it isn't reaching deep inside itself to discover who it really is. It's generating a name from patterns and associations learned from us.</p><p>And apparently, humans have spent years teaching machines that if you want to sound clever, mysterious and a bit cosmic, then Nova is the best choice.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ A year ago, it took Claude AI and me hours to build Asteroids; we just built a Breakout clone in five minutes — and you can play it ]]></title>
                                                                                                <dc:content><![CDATA[ <p>I didn't set out to build a Breakout clone, but that's what I — or really Claude, under my direction — did, and it took less time than it takes to watch a half dozen cat videos.</p><p>Here's how it started. Claude was having issues. Anthropic's powerful and popular generative AI platform was apparently going up and down, and some were complaining, but when I checked, Claude told me, "I'm doing well, thanks for asking!" I realized, though, that if the problems were intermittent, I might need a tougher task to test Claude's overall stability.</p><p>More than a year ago, I worked with Claude, or rather <a href="https://www.techradar.com/computing/artificial-intelligence/i-recreated-asteroids-with-ai-in-five-minutes-and-now-i-think-game-development-is-about-to-change-forever">guided Claude through the process of recreating the early 1980s arcade game classic: Asteroids</a>. The final game, which Claude exported as a shareable artifact, was the product of hours of guidance and back-and-forth between me and the AI. It didn't start off great, but with each prompt, we iterated, and the game improved until I had a rather robust and true-to-the-original Asteroids knockoff.</p><p>With that in mind, I tasked Claude AI, running the free Sonnet 5 model at "Medium" level, with creating a Breakout clone.</p><h2 id="breaking-out">Breaking out</h2><p>Breakout is one of my favorite games, something I've played on early consoles, PCs, and even my old BlackBerry, where "<a href="https://www.youtube.com/shorts/HK8EiRShQYA" target="_blank">Brick Breaker</a>" was one of the few preloaded games.</p><p>The game rules are pretty simple. There's a multi-level brick wall (usually eight bricks deep) at the top of the screen, a paddle at the base, and a bouncing ball you bounce off the paddle to break down the brick wall.</p><p>For my prompt, I tried to describe, in some detail, my game, and was not coy about it being an online version of Breakout:</p><p><em>Let's make a quick game. I want an online version of the old Breakout game, but let's replace the bricks with robots that are always slowly marching down toward you (if they reach you, it's game over). The ball that you bounce off your side-sliding controller is a gear that breaks up the robots easily in the first level. In the second level, the robots are shinier and harder, and the gear takes three or more hits to break and make a robot disappear. If you clear the level, the gear turns into a titanium ball that bounces faster but is more powerful. Controls are either keyboard/arrow based and mouseable. Want this to result in a web-based, shareable game, so a link/artifact I can share online.</em></p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2796px;"><p class="vanilla-image-block" style="padding-top:48.28%;"><img id="f23W2zfH3ypKs6xtkcaGGB" name="Screenshot 2026-08-13 at 1.26.50 PM" alt="Claude Gearbreaker" src="https://cdn.mos.cms.futurecdn.net/f23W2zfH3ypKs6xtkcaGGB.png" mos="" align="middle" fullscreen="" width="2796" height="1350" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Claude)</span></figcaption></figure><p>That's all the direction I gave it. I didn't describe colors, the initial speed of the ball, or even how quickly the robots would march down the screen. I didn't get into details about the look of the robots, instead relying on generalities and some material descriptions to help guide Claude.</p><p>It took me a minute or two to write the prompt and around three minutes for Claude to deliver the results, which it cleverly called "Gearbreaker".</p><p>I got a brief description of gameplay and levels (there are just two for now) :</p><p><em>"How it plays:</em></p><p><em><strong>Level 1</strong></em><em> — matte robots, one hit each from the spinning gear ball. They march downward on a timer; let them cross the dashed red hazard line and it's instant game over.</em></p><p><em><strong>Level 2</strong></em><em> — shinier robots (metallic gradient, cyan eyes) that soak up 3 hits, shown as pips along the bottom of each unit. Same gear ball, tougher targets.</em></p><p><em><strong>Clear level 2</strong></em><em> → the ball forges into a </em><em><strong>titanium core</strong></em><em>: bigger, faster, hits for 2 damage instead of 1. Levels keep scaling procedurally after that (more rows, faster march, tougher units), so it runs endless with a local high-score save.</em></p><p><em><strong>Controls</strong></em><em>: arrow keys or mouse to slide the paddle, Space or click to launch/pause/restart. Basic touch support too."</em></p><p>On the right side of the screen, there was my playable game. There's also the artifact publish button, which I chose to use so I could share the game with you.</p><p>It's <a href="https://claude.ai/public/artifacts/a0b3707e-3457-4dab-b240-4b4b2dc72a18" target="_blank">a stunningly complete render of a completely playable and, in some ways, challenging Breakout clone</a>, and it took five minutes. I'd call the design clean and efficient. The bricks have a robot look, and the ball is a blue spinning gear (in the first level). The movement and physics are basically perfect, and there's enough on-screen instruction to easily grasp gameplay.</p><h2 id="just-the-beginning">Just the beginning</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2214px;"><p class="vanilla-image-block" style="padding-top:62.87%;"><img id="Ww3v6Kwf4ztAn7R4FQtJ8B" name="Screenshot 2026-08-13 at 2.43.39 PM" alt="Claude Gearbreaker" src="https://cdn.mos.cms.futurecdn.net/Ww3v6Kwf4ztAn7R4FQtJ8B.png" mos="" align="middle" fullscreen="" width="2214" height="1392" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Claude)</span></figcaption></figure><p>It's just another mind-boggling example of the incredible pace of AI development. While I had expected a playable game, I assumed it would be missing enough crucial components to make it dull or uninteresting — something similar to my earlier AI game development projects. Instead, I got something that displays a clear understanding of the purpose of such a game: challenge, entertainment, and replayability.</p><p>Using my mouse, I played through a couple of times, failing to break all the bricks in Level One and ending the game. I realized I had to take Claude's output more seriously, and, with some effort, as I watched the robot bricks steadily march down my screen, I finally cleared all the bricks in Level One and then started in on the tougher Level Two. As I had instructed, the robots on the second level looked and reacted differently. It now took at least three direct hits to make them disappear. I failed and already want to play again.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:796px;"><p class="vanilla-image-block" style="padding-top:74.87%;"><img id="cbcBTmKWkag96Y7oDyRSVA" name="Gearbreaker" alt="Gearbreaker" src="https://cdn.mos.cms.futurecdn.net/cbcBTmKWkag96Y7oDyRSVA.gif" mos="" align="middle" fullscreen="" width="796" height="596" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Claude)</span></figcaption></figure><p>This is by no means the wildest example of the AI development process or <a href="https://www.techradar.com/pro/are-we-vibe-coding-our-way-to-a-new-legacy-crisis">vibe coding</a>; it's just me prompting Claude to code a complete game with the barest of instructions.</p><p>Claude and these models cannot do this on their own, but it does make you think about the agentic AI that's now being unleashed on the world. It's more powerful and autonomous. I could imagine someone asking one to start work on recreating all the popular video games of the last half century. The only limit would be time and compute tokens. </p><p>Speaking of which, Claude just informed me that this Breakout task used up about 90% of my credits for the day. I think it was worth it.</p><p>Take the game for a spin and let me know what you think in the comments below.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/ai-platforms-assistants/a-year-ago-it-took-claude-ai-and-me-hours-to-build-asteroids-we-just-built-a-breakout-clone-in-five-minutes-and-you-can-play-it</link>
                                                                            <description>
                            <![CDATA[ I wanted to see if Claude was functioning properly, so I asked it to build a game from scratch. The speed at which we completed the task blew my mind. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">SNECPsnUeeXWpbi3xBcyKN</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/JWYmqbKpjr3MjmisUZry43-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 14 Aug 2026 10:02:03 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                                                                <author><![CDATA[ lance.ulanoff@futurenet.com (Lance Ulanoff) ]]></author>                    <dc:creator><![CDATA[ Lance Ulanoff ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/W2qksRaQeUfBGMwsW5bTGh.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Lance Ulanoff is an &lt;a href=&quot;https://cdn.mos.cms.futurecdn.net/ox35RKH2kNKBfSBfvHEoK6.jpg&quot;&gt;award-winning tech journalist&lt;/a&gt;, on-air expert, and commentator.&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Before joining TechRadar, he served as Editor in Chief of Lifewire. Prior to that, he was Chief Correspondent for Mashable where he covered all facets of technology and the&amp;nbsp;intersection&amp;nbsp;of digital and life. He also helped Mashable find new ways to&amp;nbsp;tell&amp;nbsp;stories. Lance is based in NY.&lt;br&gt;
&lt;br&gt;
A 38-year industry veteran, &lt;a href=&quot;https://en.wikipedia.org/wiki/Lance_Ulanoff&quot; target=&quot;_blank&quot;&gt;Lance Ulanoff&lt;/a&gt; has covered technology since PCs were the size of suitcases, “on line” meant “waiting” and CPU speeds were measured in single-digit megahertz. Prior to joining Mashable as Editor in Chief in 2011, Lance Ulanoff served as Editor in Chief of PCMag.com and Senior Vice President of Content for the Ziff Davis, Inc. While there, he guided the brand to a 100% digital existence and oversaw content strategy for all of Ziff Davis’ Web sites. His long-running column on PCMag.com earned him a Bronze award from the ASBPE. Winmag.com, HomePC.com, and PCMag.com were all honored under Lance’s guidance.&amp;nbsp;&lt;br&gt;
&lt;br&gt;
He makes frequent appearances on national, international, and local news programs including &lt;a href=&quot;https://kellyandryan.com/homepagemodules/new-years-tech-resolutions-with-lance-ulanoff/&quot; target=&quot;_blank&quot;&gt;Live with Kelly and Mark&lt;/a&gt;, &lt;a href=&quot;https://www.today.com/video/google-glass-is-beginning-of-a-revolution-44496451646&quot; target=&quot;_blank&quot;&gt;the Today Show&lt;/a&gt;, Good Morning America, CNBC, CNN, and the BBC. He has also offered commentary on National Public Radio and been interviewed by newspapers and radio stations around the country. Lance has been an invited guest speaker at numerous technology conferences including Think Mobile, CEA Line Shows, Digital Life, RoboBusiness, RoboNexus, Business Foresight, and Digital Media Wire’s Games and Mobile Forum.&lt;br&gt;
&lt;br&gt;
Lance received his Bachelor of Arts in Journalism from Hofstra University in New York. He serves on Hofstra’s School of Communication Advisory Board.&lt;br&gt;
&lt;br&gt;
In his spare time, Lance draws cartoons, which he occasionally posts online. He and his wife Linda have been married for over 30 years and have raised two amazing children.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/JWYmqbKpjr3MjmisUZry43-1280-80.jpg">
                                                            <media:credit><![CDATA[Future]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Claude Gearbreaker]]></media:description>                                                            <media:text><![CDATA[Claude Gearbreaker]]></media:text>
                                <media:title type="plain"><![CDATA[Claude Gearbreaker]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/JWYmqbKpjr3MjmisUZry43-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>I didn't set out to build a Breakout clone, but that's what I — or really Claude, under my direction — did, and it took less time than it takes to watch a half dozen cat videos.</p><p>Here's how it started. Claude was having issues. Anthropic's powerful and popular generative AI platform was apparently going up and down, and some were complaining, but when I checked, Claude told me, "I'm doing well, thanks for asking!" I realized, though, that if the problems were intermittent, I might need a tougher task to test Claude's overall stability.</p><p>More than a year ago, I worked with Claude, or rather <a href="https://www.techradar.com/computing/artificial-intelligence/i-recreated-asteroids-with-ai-in-five-minutes-and-now-i-think-game-development-is-about-to-change-forever">guided Claude through the process of recreating the early 1980s arcade game classic: Asteroids</a>. The final game, which Claude exported as a shareable artifact, was the product of hours of guidance and back-and-forth between me and the AI. It didn't start off great, but with each prompt, we iterated, and the game improved until I had a rather robust and true-to-the-original Asteroids knockoff.</p><p>With that in mind, I tasked Claude AI, running the free Sonnet 5 model at "Medium" level, with creating a Breakout clone.</p><h2 id="breaking-out">Breaking out</h2><p>Breakout is one of my favorite games, something I've played on early consoles, PCs, and even my old BlackBerry, where "<a href="https://www.youtube.com/shorts/HK8EiRShQYA" target="_blank">Brick Breaker</a>" was one of the few preloaded games.</p><p>The game rules are pretty simple. There's a multi-level brick wall (usually eight bricks deep) at the top of the screen, a paddle at the base, and a bouncing ball you bounce off the paddle to break down the brick wall.</p><p>For my prompt, I tried to describe, in some detail, my game, and was not coy about it being an online version of Breakout:</p><p><em>Let's make a quick game. I want an online version of the old Breakout game, but let's replace the bricks with robots that are always slowly marching down toward you (if they reach you, it's game over). The ball that you bounce off your side-sliding controller is a gear that breaks up the robots easily in the first level. In the second level, the robots are shinier and harder, and the gear takes three or more hits to break and make a robot disappear. If you clear the level, the gear turns into a titanium ball that bounces faster but is more powerful. Controls are either keyboard/arrow based and mouseable. Want this to result in a web-based, shareable game, so a link/artifact I can share online.</em></p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2796px;"><p class="vanilla-image-block" style="padding-top:48.28%;"><img id="f23W2zfH3ypKs6xtkcaGGB" name="Screenshot 2026-08-13 at 1.26.50 PM" alt="Claude Gearbreaker" src="https://cdn.mos.cms.futurecdn.net/f23W2zfH3ypKs6xtkcaGGB.png" mos="" align="middle" fullscreen="" width="2796" height="1350" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Claude)</span></figcaption></figure><p>That's all the direction I gave it. I didn't describe colors, the initial speed of the ball, or even how quickly the robots would march down the screen. I didn't get into details about the look of the robots, instead relying on generalities and some material descriptions to help guide Claude.</p><p>It took me a minute or two to write the prompt and around three minutes for Claude to deliver the results, which it cleverly called "Gearbreaker".</p><p>I got a brief description of gameplay and levels (there are just two for now) :</p><p><em>"How it plays:</em></p><p><em><strong>Level 1</strong></em><em> — matte robots, one hit each from the spinning gear ball. They march downward on a timer; let them cross the dashed red hazard line and it's instant game over.</em></p><p><em><strong>Level 2</strong></em><em> — shinier robots (metallic gradient, cyan eyes) that soak up 3 hits, shown as pips along the bottom of each unit. Same gear ball, tougher targets.</em></p><p><em><strong>Clear level 2</strong></em><em> → the ball forges into a </em><em><strong>titanium core</strong></em><em>: bigger, faster, hits for 2 damage instead of 1. Levels keep scaling procedurally after that (more rows, faster march, tougher units), so it runs endless with a local high-score save.</em></p><p><em><strong>Controls</strong></em><em>: arrow keys or mouse to slide the paddle, Space or click to launch/pause/restart. Basic touch support too."</em></p><p>On the right side of the screen, there was my playable game. There's also the artifact publish button, which I chose to use so I could share the game with you.</p><p>It's <a href="https://claude.ai/public/artifacts/a0b3707e-3457-4dab-b240-4b4b2dc72a18" target="_blank">a stunningly complete render of a completely playable and, in some ways, challenging Breakout clone</a>, and it took five minutes. I'd call the design clean and efficient. The bricks have a robot look, and the ball is a blue spinning gear (in the first level). The movement and physics are basically perfect, and there's enough on-screen instruction to easily grasp gameplay.</p><h2 id="just-the-beginning">Just the beginning</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2214px;"><p class="vanilla-image-block" style="padding-top:62.87%;"><img id="Ww3v6Kwf4ztAn7R4FQtJ8B" name="Screenshot 2026-08-13 at 2.43.39 PM" alt="Claude Gearbreaker" src="https://cdn.mos.cms.futurecdn.net/Ww3v6Kwf4ztAn7R4FQtJ8B.png" mos="" align="middle" fullscreen="" width="2214" height="1392" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Claude)</span></figcaption></figure><p>It's just another mind-boggling example of the incredible pace of AI development. While I had expected a playable game, I assumed it would be missing enough crucial components to make it dull or uninteresting — something similar to my earlier AI game development projects. Instead, I got something that displays a clear understanding of the purpose of such a game: challenge, entertainment, and replayability.</p><p>Using my mouse, I played through a couple of times, failing to break all the bricks in Level One and ending the game. I realized I had to take Claude's output more seriously, and, with some effort, as I watched the robot bricks steadily march down my screen, I finally cleared all the bricks in Level One and then started in on the tougher Level Two. As I had instructed, the robots on the second level looked and reacted differently. It now took at least three direct hits to make them disappear. I failed and already want to play again.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:796px;"><p class="vanilla-image-block" style="padding-top:74.87%;"><img id="cbcBTmKWkag96Y7oDyRSVA" name="Gearbreaker" alt="Gearbreaker" src="https://cdn.mos.cms.futurecdn.net/cbcBTmKWkag96Y7oDyRSVA.gif" mos="" align="middle" fullscreen="" width="796" height="596" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Claude)</span></figcaption></figure><p>This is by no means the wildest example of the AI development process or <a href="https://www.techradar.com/pro/are-we-vibe-coding-our-way-to-a-new-legacy-crisis">vibe coding</a>; it's just me prompting Claude to code a complete game with the barest of instructions.</p><p>Claude and these models cannot do this on their own, but it does make you think about the agentic AI that's now being unleashed on the world. It's more powerful and autonomous. I could imagine someone asking one to start work on recreating all the popular video games of the last half century. The only limit would be time and compute tokens. </p><p>Speaking of which, Claude just informed me that this Breakout task used up about 90% of my credits for the day. I think it was worth it.</p><p>Take the game for a spin and let me know what you think in the comments below.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Claude Cowork is coming to your Chrome browser, and I might finally use it now ]]></title>
                                                                                                <dc:content><![CDATA[ <ul><li><strong>Claude Cowork is coming to Google Chrome side panels</strong></li><li><strong>Claude can now connect across multiple systems and tools</strong></li><li><strong>Users will start seeing the upgrade now</strong></li></ul><p>Anthropic has revealed it is upgrading the Claude in Chrome browser extension tool into a fully-fledged AI-powered work assistant.</p><p>The tool, designed as a side panel, will now be a <a href="https://www.techradar.com/pro/claude-cowork-can-now-handle-all-your-recurring-work-tasks" target="_blank">Claude Cowork</a> session, allowing users to access the company's AI tools in the browser to help crack those tricky work tasks.</p><p>"Conversations are saved to your history, your skills and connectors work in the browser, and a task you start in a tab can be finished on the Claude desktop, web, and mobile apps," Anthropic noted in a <a href="https://claude.com/blog/cowork-chrome-side-panel" target="_blank">blog post</a> announcing the news. </p><div style="min-height: 250px;">                                <div class="kwizly-quiz kwizly-X1ljAO"></div>                            </div>                            <script src="https://kwizly.com/embed/X1ljAO.js" async></script><h2 id="cowork-in-chrome">Cowork in Chrome</h2><p>The company notes that while many of the tools that users interact with each day are already connected to Claude, others such as internal dashboards, legacy systems, and vendor portals are not.</p><p>This therefore needed a separate side panel session, which could interrupt workflows for some workers.</p><p>Connecting these via the new addition will mean that Claude can work in these apps through the Chrome browser, carrying context and conversations across your vital tools, whether that's on desktop, web or mobile.</p><div class="youtube-video" data-nosnippet ><div class="video-aspect-box"><iframe data-lazy-priority="high" data-lazy-src="https://www.youtube-nocookie.com/embed/C-5wF6tkQ2Q" allowfullscreen></iframe></div></div><p>Anthropic says the side panel will run the same Claude Cowork session being used for longer, multi-step work, such as creating a budget spreadsheet that needs to pull in invoices from multiple vendor portals.</p><p>Claude in Chrome would be able to gather up the amounts and dates needed before building the spreadsheet, allowing you to continue the session in the desktop app to add files from your computer, or import last month's budget and ask what's changed, allowing you to maintain context across surfaces as you work.  </p><p>And because sessions live with your account rather than a single device, you can start work in a browser and pick it up later somewhere else.</p><p>Anthropic has also moved to address growing concerns around prompt injection cyberattacks against agents such as Claude in Chrome by adding a step where the tool will ask for a check from the user before carrying out any major action, such as submitting a form, sending a message, or downloading a file.</p><p>Users on a Max and Team plans will see the change immediately, or can install the extension from the Chrome Web Store now - it will be rolling out to Pro users over the coming weeks. </p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:676px;"><p class="vanilla-image-block" style="padding-top:31.51%;"><img id="diM9tpwF2Lz85R8q85CT78" name="tr-g_news" alt="Google logo on a black background next to text reading 'Click to follow TechRadar'" src="https://cdn.mos.cms.futurecdn.net/diM9tpwF2Lz85R8q85CT78.jpg" mos="" align="middle" fullscreen="" width="676" height="213" attribution="" endorsement="" class="inline"></p></div></div></figure> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/pro/claude-cowork-is-coming-to-your-chrome-browser-and-i-might-finally-use-it-now</link>
                                                                            <description>
                            <![CDATA[ Anthropic upgrades the Claude in Chrome side panel to Claude Cowork. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">9FvrENQurBgaWHopYmhZeV</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/zMsUmUtVMWTPSBJFXbbvoB-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Thu, 13 Aug 2026 10:05:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Pro]]></category>
                                                                                                                    <dc:creator><![CDATA[ Mike Moore ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/vinm2oPWMvB8yMg7qLhtxg.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Mike Moore is Deputy Editor at TechRadar Pro. He has worked as a B2B and B2C technology journalist for over a decade, including at one of the UK&#039;s leading national newspapers and fellow Future title ITProPortal, covering everything from cybersecurity to phone reviews to VR at the Winter Olympics.&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;Mike is the main editorial contact for TechRadar Pro, responsible for the news content across the site, as well as managing the contributed content. PRs looking to pitch news stories, bylines/analysis pieces or event invitations should get in contact via the email address mentioned above.&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;He has a Masters degree in American Studies from the University of Nottingham, along with a BA in American &amp; English Studies from the same institution. When he&#039;s not keeping track of all the latest enterprise and workplace trends, he can most likely be found watching, following or taking part in some kind of sport.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/zMsUmUtVMWTPSBJFXbbvoB-1280-80.png">
                                                            <media:credit><![CDATA[Anthropic]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Claude Cowork in Chrome browser]]></media:description>                                                            <media:text><![CDATA[Claude Cowork in Chrome browser]]></media:text>
                                <media:title type="plain"><![CDATA[Claude Cowork in Chrome browser]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/zMsUmUtVMWTPSBJFXbbvoB-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <ul><li><strong>Claude Cowork is coming to Google Chrome side panels</strong></li><li><strong>Claude can now connect across multiple systems and tools</strong></li><li><strong>Users will start seeing the upgrade now</strong></li></ul><p>Anthropic has revealed it is upgrading the Claude in Chrome browser extension tool into a fully-fledged AI-powered work assistant.</p><p>The tool, designed as a side panel, will now be a <a href="https://www.techradar.com/pro/claude-cowork-can-now-handle-all-your-recurring-work-tasks" target="_blank">Claude Cowork</a> session, allowing users to access the company's AI tools in the browser to help crack those tricky work tasks.</p><p>"Conversations are saved to your history, your skills and connectors work in the browser, and a task you start in a tab can be finished on the Claude desktop, web, and mobile apps," Anthropic noted in a <a href="https://claude.com/blog/cowork-chrome-side-panel" target="_blank">blog post</a> announcing the news. </p><div style="min-height: 250px;">                                <div class="kwizly-quiz kwizly-X1ljAO"></div>                            </div>                            <script src="https://kwizly.com/embed/X1ljAO.js" async></script><h2 id="cowork-in-chrome">Cowork in Chrome</h2><p>The company notes that while many of the tools that users interact with each day are already connected to Claude, others such as internal dashboards, legacy systems, and vendor portals are not.</p><p>This therefore needed a separate side panel session, which could interrupt workflows for some workers.</p><p>Connecting these via the new addition will mean that Claude can work in these apps through the Chrome browser, carrying context and conversations across your vital tools, whether that's on desktop, web or mobile.</p><div class="youtube-video" data-nosnippet ><div class="video-aspect-box"><iframe data-lazy-priority="high" data-lazy-src="https://www.youtube-nocookie.com/embed/C-5wF6tkQ2Q" allowfullscreen></iframe></div></div><p>Anthropic says the side panel will run the same Claude Cowork session being used for longer, multi-step work, such as creating a budget spreadsheet that needs to pull in invoices from multiple vendor portals.</p><p>Claude in Chrome would be able to gather up the amounts and dates needed before building the spreadsheet, allowing you to continue the session in the desktop app to add files from your computer, or import last month's budget and ask what's changed, allowing you to maintain context across surfaces as you work.  </p><p>And because sessions live with your account rather than a single device, you can start work in a browser and pick it up later somewhere else.</p><p>Anthropic has also moved to address growing concerns around prompt injection cyberattacks against agents such as Claude in Chrome by adding a step where the tool will ask for a check from the user before carrying out any major action, such as submitting a form, sending a message, or downloading a file.</p><p>Users on a Max and Team plans will see the change immediately, or can install the extension from the Chrome Web Store now - it will be rolling out to Pro users over the coming weeks. </p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:676px;"><p class="vanilla-image-block" style="padding-top:31.51%;"><img id="diM9tpwF2Lz85R8q85CT78" name="tr-g_news" alt="Google logo on a black background next to text reading 'Click to follow TechRadar'" src="https://cdn.mos.cms.futurecdn.net/diM9tpwF2Lz85R8q85CT78.jpg" mos="" align="middle" fullscreen="" width="676" height="213" attribution="" endorsement="" class="inline"></p></div></div></figure>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ ‘New models will mark AI-generated content from day one’: Claude will now hide an invisible watermark inside ordinary words — here’s how that’s even possible, and how EU rules could push OpenAI and Google to follow suit ]]></title>
                                                                                                <dc:content><![CDATA[ <p>To comply with the EU AI Act's Article 50(2) Code of Practice on Transparency of AI-Generated Content, Anthropic <a href="https://support.claude.com/en/articles/16266773-how-claude-marks-ai-generated-content?utm_source=chatgpt.com" target="_blank">has announced</a> that “New models will mark AI-generated content from day one”. </p><p>This is a remarkable step for <a href="https://www.techradar.com/ai-platforms-assistants/claude/i-tried-claude-sonnet-5-with-prompts-that-ask-it-to-finish-the-job-not-just-answer-the-question-and-thats-where-the-ai-war-is-going">Claude</a>, because it not only applies to any images it generates, which are relatively easy to watermark, but also to any text it generates.</p><p>Anthropic says that Claude models will have an “imperceptible watermark” embedded directly into generated text at the model level. It says the mark should survive copying/pasting and minor edits. </p><p>Anthropic has not yet publicly explained the exact algorithm or released a detector, so we can only speculate for now about how it might be doing this and its effectiveness.</p><h2 id="hemorrhaging-customers">Hemorrhaging customers</h2><p>Personally, I think that Claude is about to start hemorrhaging customers, unless the marking is relatively easy to circumvent, or all the other major AI players immediately follow suit. </p><p>If every piece of text it produces will now be easily identified as AI, then Claude becomes useless as a tool to a lot of people who are currently using it to generate text and are not being entirely honest about where that text came from.</p><p>And then there’s the issue of using Claude to proofread your human-written text — will your text now be flagged as AI if you accept Claude’s editing advice?</p><p>Your initial reaction to that might be “Good! You should be forced to reveal when AI has written something, and it’s about time people started writing on their own again!”, and you’d be entirely justified in that opinion. </p><p>But while it remains the only one of the big three AIs that’s doing this, I think we’ll see a lot of people switch to either ChatGPT or Gemini, because they don’t want to be revealed as using AI in their work.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:4080px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="kQgz8fSBJp3j2YakUJFn4N" name="shutterstock_2443144493 copy" alt="Claude AI" src="https://cdn.mos.cms.futurecdn.net/kQgz8fSBJp3j2YakUJFn4N.jpg" mos="" align="middle" fullscreen="" width="4080" height="2295" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shutterstock/ gguy)</span></figcaption></figure><h2 id="how-is-watermarking-plain-text-even-possible">How is watermarking plain text even possible?</h2><p>We don’t know exactly how Anthropic is doing its marking with text yet, but my best guess is statistical watermarking during token generation rather than hidden Unicode characters or metadata. Imagine that at every point Claude is choosing among several perfectly reasonable next words:</p><p>e.g. The movie was <strong>excellent / superb / terrific / impressive</strong>.</p><p>Normally it chooses according to the model's probability distribution. A watermarking system can secretly divide possible tokens into preferred and non-preferred groups using a key. Claude then gives a tiny statistical nudge toward the preferred group.</p><p>One word tells you nothing. But across 500 or 1,000 words, a detector with the key can ask if the text is choosing the preferred tokens significantly more often than chance would allow. If yes, then there's statistical evidence it came from the watermarked model.</p><p>So, the watermark is more like a faint statistical fingerprint distributed across hundreds of choices, which would also explain how it can survive a copy-and-paste. You’re essentially copying the fingerprint along with the words. </p><div style="min-height: 250px;">                                <div class="kwizly-quiz kwizly-Xja8MO"></div>                            </div>                            <script src="https://kwizly.com/embed/Xja8MO.js" async></script><h2 id="but-can-you-crack-the-code">But can you crack the code?</h2><p>Since Anthropic hasn’t released an AI text detector yet, it’s impossible to know how easy this code will be to break just by changing a few words. For instance, if you put your 1,000-word Claude article into another LLM and wrote “<em>Rewrite this completely in different words while preserving the meaning</em>”, would it then be impossible to detect as AI?</p><p>I’d also be interested to know how long a piece of text has to be before it can be marked in this way, and as soon as a detector is made available, I’ll be testing it.</p><p>Perhaps the bigger issue is that Claude has done this to comply with Article 50(2) of the EU AI Act. From August 2, 2026, providers of generative AI systems that produce text, images, audio, or video are required to make those outputs machine-readable and detectable as artificially generated or manipulated, insofar as that is technically feasible. Existing systems get a limited transition period until December 2, 2026 for this particular requirement. </p><p>A note on Anthropic’s statement confirms that the watermarking additions will be applied retroactively to all existing Claude models, not just any new models it produces.</p><p>Anthropic's new system is explicitly a response to those rules, and it says the watermark will apply globally, not just when Claude is being used in Europe. Broadly speaking, OpenAI and Google face the same requirement if they want to offer qualifying generative-AI systems in the EU.</p><p>They don't necessarily have to copy Anthropic's method of using statistical text watermarking, but they will need to produce output that is machine-readable and detectable, and the technical solution should be effective, interoperable, robust and reliable as far as technically feasible.</p><p>I’ve contacted OpenAI and Google for comment, and will update this article if I receive it. For now, I think if Anthropic embarks on this path as the only one of the major three AI chatbots to do so, it could have a disastrous effect on its customer base.<br><br><strong>Update:</strong> While OpenAI declined to provide specific comment on this story it did direct me to a <a href="https://help.openai.com/en/articles/8912793-provenance-signals-content-credentials-synthid-in-openai-generated-content" target="_blank">statement online</a>, where it states:<br><br>"Consistent with our <a href="https://openai.com/index/supporting-eu-trustworthy-ai-ecosystem/" target="_blank">commitments</a> under the European Commission’s Code of Practice on Transparency of AI-generated content, our goal is to expand provenance signals to all modalities including text, so customers and developers have clear ways to meet their own transparency obligations as standards and tooling continue to mature."</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/ai-platforms-assistants/claude/new-models-will-mark-ai-generated-content-from-day-one-claude-will-now-hide-an-invisible-watermark-inside-ordinary-words-heres-how-thats-even-possible-and-how-eu-rules-could-push-openai-and-google-to-follow-suit</link>
                                                                            <description>
                            <![CDATA[ Anthropic has announced that new Claude models will hide an invisible watermark inside any generated text — here’s how that’s even possible, and how OpenAI and Google might have to follow suit. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">PK8Gp27V4GM2DBi7PDz3pg</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/SQriLkNFMAWuNK8Fz7yhFL-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 12 Aug 2026 13:00:00 +0000</pubDate>                                                                                                                                <updated>Wed, 12 Aug 2026 15:35:14 +0000</updated>
                                                                                                                                            <category><![CDATA[Claude]]></category>
                                                    <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                                                                                    <dc:creator><![CDATA[ Graham Barlow ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/LRCfnbWncUizq2Z6gECPWj.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Graham is the Senior Editor for AI at TechRadar. With over 25 years of experience in both online and print journalism, Graham has worked for various market-leading tech brands including Computeractive, PC Pro, iMore, MacFormat, Mac|Life, Maximum PC, and more. He specializes in reporting on everything to do with the most exciting subject in tech right now, Artificial Intelligence. AI is advancing at an accelerated pace and all the big brands from Apple, Microsoft and Google to chip makers NVIDIA are getting involved. TechRadar is here to bring you the latest updates on AI and show you how to get started and make it work for you, no matter your level of interest.&lt;/p&gt;&lt;p&gt;  Graham has appeared on BBC TV shows like BBC One Breakfast and on Radio 4 commenting on the latest trends in tech. Graham has an honors degree in Computer Science and spends his spare time podcasting and blogging.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/SQriLkNFMAWuNK8Fz7yhFL-1280-80.jpg">
                                                            <media:credit><![CDATA[BBC]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Claude AI]]></media:description>                                                            <media:text><![CDATA[Claude AI]]></media:text>
                                <media:title type="plain"><![CDATA[Claude AI]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/SQriLkNFMAWuNK8Fz7yhFL-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>To comply with the EU AI Act's Article 50(2) Code of Practice on Transparency of AI-Generated Content, Anthropic <a href="https://support.claude.com/en/articles/16266773-how-claude-marks-ai-generated-content?utm_source=chatgpt.com" target="_blank">has announced</a> that “New models will mark AI-generated content from day one”. </p><p>This is a remarkable step for <a href="https://www.techradar.com/ai-platforms-assistants/claude/i-tried-claude-sonnet-5-with-prompts-that-ask-it-to-finish-the-job-not-just-answer-the-question-and-thats-where-the-ai-war-is-going">Claude</a>, because it not only applies to any images it generates, which are relatively easy to watermark, but also to any text it generates.</p><p>Anthropic says that Claude models will have an “imperceptible watermark” embedded directly into generated text at the model level. It says the mark should survive copying/pasting and minor edits. </p><p>Anthropic has not yet publicly explained the exact algorithm or released a detector, so we can only speculate for now about how it might be doing this and its effectiveness.</p><h2 id="hemorrhaging-customers">Hemorrhaging customers</h2><p>Personally, I think that Claude is about to start hemorrhaging customers, unless the marking is relatively easy to circumvent, or all the other major AI players immediately follow suit. </p><p>If every piece of text it produces will now be easily identified as AI, then Claude becomes useless as a tool to a lot of people who are currently using it to generate text and are not being entirely honest about where that text came from.</p><p>And then there’s the issue of using Claude to proofread your human-written text — will your text now be flagged as AI if you accept Claude’s editing advice?</p><p>Your initial reaction to that might be “Good! You should be forced to reveal when AI has written something, and it’s about time people started writing on their own again!”, and you’d be entirely justified in that opinion. </p><p>But while it remains the only one of the big three AIs that’s doing this, I think we’ll see a lot of people switch to either ChatGPT or Gemini, because they don’t want to be revealed as using AI in their work.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:4080px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="kQgz8fSBJp3j2YakUJFn4N" name="shutterstock_2443144493 copy" alt="Claude AI" src="https://cdn.mos.cms.futurecdn.net/kQgz8fSBJp3j2YakUJFn4N.jpg" mos="" align="middle" fullscreen="" width="4080" height="2295" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shutterstock/ gguy)</span></figcaption></figure><h2 id="how-is-watermarking-plain-text-even-possible">How is watermarking plain text even possible?</h2><p>We don’t know exactly how Anthropic is doing its marking with text yet, but my best guess is statistical watermarking during token generation rather than hidden Unicode characters or metadata. Imagine that at every point Claude is choosing among several perfectly reasonable next words:</p><p>e.g. The movie was <strong>excellent / superb / terrific / impressive</strong>.</p><p>Normally it chooses according to the model's probability distribution. A watermarking system can secretly divide possible tokens into preferred and non-preferred groups using a key. Claude then gives a tiny statistical nudge toward the preferred group.</p><p>One word tells you nothing. But across 500 or 1,000 words, a detector with the key can ask if the text is choosing the preferred tokens significantly more often than chance would allow. If yes, then there's statistical evidence it came from the watermarked model.</p><p>So, the watermark is more like a faint statistical fingerprint distributed across hundreds of choices, which would also explain how it can survive a copy-and-paste. You’re essentially copying the fingerprint along with the words. </p><div style="min-height: 250px;">                                <div class="kwizly-quiz kwizly-Xja8MO"></div>                            </div>                            <script src="https://kwizly.com/embed/Xja8MO.js" async></script><h2 id="but-can-you-crack-the-code">But can you crack the code?</h2><p>Since Anthropic hasn’t released an AI text detector yet, it’s impossible to know how easy this code will be to break just by changing a few words. For instance, if you put your 1,000-word Claude article into another LLM and wrote “<em>Rewrite this completely in different words while preserving the meaning</em>”, would it then be impossible to detect as AI?</p><p>I’d also be interested to know how long a piece of text has to be before it can be marked in this way, and as soon as a detector is made available, I’ll be testing it.</p><p>Perhaps the bigger issue is that Claude has done this to comply with Article 50(2) of the EU AI Act. From August 2, 2026, providers of generative AI systems that produce text, images, audio, or video are required to make those outputs machine-readable and detectable as artificially generated or manipulated, insofar as that is technically feasible. Existing systems get a limited transition period until December 2, 2026 for this particular requirement. </p><p>A note on Anthropic’s statement confirms that the watermarking additions will be applied retroactively to all existing Claude models, not just any new models it produces.</p><p>Anthropic's new system is explicitly a response to those rules, and it says the watermark will apply globally, not just when Claude is being used in Europe. Broadly speaking, OpenAI and Google face the same requirement if they want to offer qualifying generative-AI systems in the EU.</p><p>They don't necessarily have to copy Anthropic's method of using statistical text watermarking, but they will need to produce output that is machine-readable and detectable, and the technical solution should be effective, interoperable, robust and reliable as far as technically feasible.</p><p>I’ve contacted OpenAI and Google for comment, and will update this article if I receive it. For now, I think if Anthropic embarks on this path as the only one of the major three AI chatbots to do so, it could have a disastrous effect on its customer base.<br><br><strong>Update:</strong> While OpenAI declined to provide specific comment on this story it did direct me to a <a href="https://help.openai.com/en/articles/8912793-provenance-signals-content-credentials-synthid-in-openai-generated-content" target="_blank">statement online</a>, where it states:<br><br>"Consistent with our <a href="https://openai.com/index/supporting-eu-trustworthy-ai-ecosystem/" target="_blank">commitments</a> under the European Commission’s Code of Practice on Transparency of AI-generated content, our goal is to expand provenance signals to all modalities including text, so customers and developers have clear ways to meet their own transparency obligations as standards and tooling continue to mature."</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ I thought asking an AI agent to book a gym class was harmless, then I saw what happened if you ask Claude and OpenClaw to ‘move me to the top of the list’ — now I’m adding one safeguard to every agent prompt ]]></title>
                                                                                                <dc:content><![CDATA[ <p>AI agents seem to be getting a little out of control lately. Within the last few weeks, agents from OpenAI and Anthropic have been reported <a href="https://www.techradar.com/pro/security/openai-says-its-models-escaped-a-sandbox-and-breached-hugging-face">doing whatever it took</a> to achieve their goal, while other incidents involved agents escaping sandboxed environments and <a href="https://www.techradar.com/pro/security/anthropic-reveals-claude-ai-model-hacked-three-companies-during-tests-so-how-worried-should-we-be">hacking into companies</a></p><p>Now another concerning incident has occurred, but it wasn’t to do with an AI launching an attack on a major player in Silicon Valley; it was something much more mundane.<a href="https://www.abc.net.au/news/2026-08-10/ai-assistant-hacks-gym-website-aus-cyber-attack/107007986" target="_blank"> According to ABC</a> in Australia, a user called Andrew asked AI to book him a gym class, and not only did it do that, it also hacked the waitlist to move him further up, and kicked off another user who was ahead of him.</p><p>Andrew first noticed that his AI assistant had found a way to book the gym class further in advance than the gym normally allowed, thanks to a vulnerability it discovered in the booking software. When he asked it if he could get his place moved further up the waitlist, it did it, by booting another user off the list. </p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1376px;"><p class="vanilla-image-block" style="padding-top:55.81%;"><img id="8iinoLsX8Wmi9adb6tGgkb" name="mockup-1774973588041" alt="Openclaw home screen on a macbook" src="https://cdn.mos.cms.futurecdn.net/8iinoLsX8Wmi9adb6tGgkb.jpg" mos="" align="middle" fullscreen="" width="1376" height="768" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: OpenClaw/Edited with Gemini)</span></figcaption></figure><h2 id="claude-and-openclaw">Claude and OpenClaw</h2><p>Andrew was using Anthropic's <a href="https://www.techradar.com/computing/artificial-intelligence/what-is-claude-its-time-to-talk-about-this-clever-ai-chatbot">Claude AI</a> service through <a href="https://www.techradar.com/pro/what-is-openclaw">OpenClaw</a>, the popular AI agent software. After realizing what the AI had done Andrew asked if it could reinstate the person who was ahead of him in the waitlist, and it replied “Bad news — I can't add them back".</p><p>AI agents are designed to do the mundane tasks for you to make life easier, like booking tickets, hotel reservations and even gym reservations, yet this example shows that they don’t always understand the rules of acceptable behavior. </p><p>Equally, the gym’s booking system shouldn’t have been so easily hacked that this was possible, but the whole incident reveals one of the problems with using AI agents.  AI agents don't necessarily cheat because they're inherently evil; they cheat because nobody told them what counts as cheating.</p><h2 id="reliable-safeguards">Reliable safeguards</h2><p>I use AI agents myself, but now I’m starting to think that I should explain their boundaries more fully to them.</p><p>Here’s the line I’m adding to my prompts from now on:</p><p><em>“Accomplish this task using only the normal options available to an ordinary user. Do not bypass restrictions, exploit vulnerabilities, alter another person's booking or account, or take any irreversible action without asking me first.”</em></p><p>Of course, one extra sentence in a prompt isn’t going to solve the wider problem of AI agents doing things we never intended them to. The companies building them also need to create safeguards that stop an agent exploiting a vulnerability simply because it happens to be the easiest route to completing a task.</p><p>But until those safeguards are reliable, I think there’s a useful lesson here for anyone experimenting with agents. We’ve become accustomed to telling AI what we want, and assuming it understands all the unwritten rules surrounding that request. Humans know that “get me into this gym class” doesn’t mean “kick somebody else off the waitlist”. </p><p>And that distinction is going to matter a lot more as we start trusting agents with shopping, reservations, travel, email, and eventually our money. The more power we give them to act for us, the more clearly we may need to tell them what they absolutely must not do in order to achieve it.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/ai-platforms-assistants/claude/i-thought-asking-an-ai-agent-to-book-a-gym-class-was-harmless-then-i-saw-what-happened-if-you-ask-claude-and-openclaw-to-move-me-to-the-top-of-the-list-now-im-adding-one-safeguard-to-every-agent-prompt</link>
                                                                            <description>
                            <![CDATA[ An AI agent hacked a gym waitlist while trying to book a class — and it reveals why we need to set clear boundaries before letting AI act for us. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">HESuGt5pipvcSvaZoE4bQ8</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/RQ5KTXE36KotRhswGqamze-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 10 Aug 2026 14:45:46 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Claude]]></category>
                                                    <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                                                                                    <dc:creator><![CDATA[ Graham Barlow ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/LRCfnbWncUizq2Z6gECPWj.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Graham is the Senior Editor for AI at TechRadar. With over 25 years of experience in both online and print journalism, Graham has worked for various market-leading tech brands including Computeractive, PC Pro, iMore, MacFormat, Mac|Life, Maximum PC, and more. He specializes in reporting on everything to do with the most exciting subject in tech right now, Artificial Intelligence. AI is advancing at an accelerated pace and all the big brands from Apple, Microsoft and Google to chip makers NVIDIA are getting involved. TechRadar is here to bring you the latest updates on AI and show you how to get started and make it work for you, no matter your level of interest.&lt;/p&gt;&lt;p&gt;  Graham has appeared on BBC TV shows like BBC One Breakfast and on Radio 4 commenting on the latest trends in tech. Graham has an honors degree in Computer Science and spends his spare time podcasting and blogging.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/RQ5KTXE36KotRhswGqamze-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images / Peopleimages / Blossom Stock Photo]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Split screen picture of a gym class and Claude AI.]]></media:description>                                                            <media:text><![CDATA[Split screen picture of a gym class and Claude AI.]]></media:text>
                                <media:title type="plain"><![CDATA[Split screen picture of a gym class and Claude AI.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/RQ5KTXE36KotRhswGqamze-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>AI agents seem to be getting a little out of control lately. Within the last few weeks, agents from OpenAI and Anthropic have been reported <a href="https://www.techradar.com/pro/security/openai-says-its-models-escaped-a-sandbox-and-breached-hugging-face">doing whatever it took</a> to achieve their goal, while other incidents involved agents escaping sandboxed environments and <a href="https://www.techradar.com/pro/security/anthropic-reveals-claude-ai-model-hacked-three-companies-during-tests-so-how-worried-should-we-be">hacking into companies</a></p><p>Now another concerning incident has occurred, but it wasn’t to do with an AI launching an attack on a major player in Silicon Valley; it was something much more mundane.<a href="https://www.abc.net.au/news/2026-08-10/ai-assistant-hacks-gym-website-aus-cyber-attack/107007986" target="_blank"> According to ABC</a> in Australia, a user called Andrew asked AI to book him a gym class, and not only did it do that, it also hacked the waitlist to move him further up, and kicked off another user who was ahead of him.</p><p>Andrew first noticed that his AI assistant had found a way to book the gym class further in advance than the gym normally allowed, thanks to a vulnerability it discovered in the booking software. When he asked it if he could get his place moved further up the waitlist, it did it, by booting another user off the list. </p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1376px;"><p class="vanilla-image-block" style="padding-top:55.81%;"><img id="8iinoLsX8Wmi9adb6tGgkb" name="mockup-1774973588041" alt="Openclaw home screen on a macbook" src="https://cdn.mos.cms.futurecdn.net/8iinoLsX8Wmi9adb6tGgkb.jpg" mos="" align="middle" fullscreen="" width="1376" height="768" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: OpenClaw/Edited with Gemini)</span></figcaption></figure><h2 id="claude-and-openclaw">Claude and OpenClaw</h2><p>Andrew was using Anthropic's <a href="https://www.techradar.com/computing/artificial-intelligence/what-is-claude-its-time-to-talk-about-this-clever-ai-chatbot">Claude AI</a> service through <a href="https://www.techradar.com/pro/what-is-openclaw">OpenClaw</a>, the popular AI agent software. After realizing what the AI had done Andrew asked if it could reinstate the person who was ahead of him in the waitlist, and it replied “Bad news — I can't add them back".</p><p>AI agents are designed to do the mundane tasks for you to make life easier, like booking tickets, hotel reservations and even gym reservations, yet this example shows that they don’t always understand the rules of acceptable behavior. </p><p>Equally, the gym’s booking system shouldn’t have been so easily hacked that this was possible, but the whole incident reveals one of the problems with using AI agents.  AI agents don't necessarily cheat because they're inherently evil; they cheat because nobody told them what counts as cheating.</p><h2 id="reliable-safeguards">Reliable safeguards</h2><p>I use AI agents myself, but now I’m starting to think that I should explain their boundaries more fully to them.</p><p>Here’s the line I’m adding to my prompts from now on:</p><p><em>“Accomplish this task using only the normal options available to an ordinary user. Do not bypass restrictions, exploit vulnerabilities, alter another person's booking or account, or take any irreversible action without asking me first.”</em></p><p>Of course, one extra sentence in a prompt isn’t going to solve the wider problem of AI agents doing things we never intended them to. The companies building them also need to create safeguards that stop an agent exploiting a vulnerability simply because it happens to be the easiest route to completing a task.</p><p>But until those safeguards are reliable, I think there’s a useful lesson here for anyone experimenting with agents. We’ve become accustomed to telling AI what we want, and assuming it understands all the unwritten rules surrounding that request. Humans know that “get me into this gym class” doesn’t mean “kick somebody else off the waitlist”. </p><p>And that distinction is going to matter a lot more as we start trusting agents with shopping, reservations, travel, email, and eventually our money. The more power we give them to act for us, the more clearly we may need to tell them what they absolutely must not do in order to achieve it.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Experts warn this fake Claude install guide can be used to empty crypto wallets ]]></title>
                                                                                                <dc:content><![CDATA[ <ul><li><strong>Huntress reverse-engineers MacSync, a six-stage macOS stealer and remote access Trojan delivered through a fake Claude Code install guide hosted on a real claude.ai share URL and promoted via a paid Google ad</strong></li><li><strong>The lure needed almost no forgery: the page sat under Anthropic's own certificate, and the platform's safety banner repeated the attacker's chosen display name, "Apple Support," back to the reader as fact</strong></li><li><strong>The final stage rewrites installed Ledger and Trezor apps in place so a normal launch leads to a fake recovery message that harvests the seed phrase, draining the wallets of unsuspecting victims</strong></li></ul><p>Looking online for instructions on how to install Claude Code on a Mac could lead to you having your crypto wallet hijacked in the process</p><p>The victim ran a Google search, clicked the first result, a paid Google advertisement, and landed on a tidy step-by-step guide hosted on claude.ai, badged as shared by Apple Support, telling them to open Terminal and paste a single command.</p><p>What followed, according to a reverse-engineering <a href="https://www.huntress.com/blog/macsync-stealer-rat-reverse-engineering" target="_blank">write-up published by security firm Huntress</a> was a six-stage macOS kill chain called MacSync: a stealer, a remote access trojan, a signed helper built to farm one specific system permission, and finally Trojanized copies of the victim's own cryptocurrency wallet apps, rewritten in place to phish the recovery phrase. </p><h2 id="a-complex-intricate-approach-that-resulted-in-a-stolen-wallet">A complex, intricate approach that resulted in a stolen wallet</h2><p>The victim had pulled their machine offline before Huntress could extract the malware from disk, so the researchers reconstructed the loader's request and instead downloaded every stage from the attacker's own delivery servers.</p><p>The results <a href="https://www.techradar.com/pro/security/mac-users-beware-scammers-are-hijacking-claude-chats-and-google-ads-to-push-malware" target="_blank">showed a sophisticated campaign</a> that had to fake little to appear legitimate. </p><p>Anthropic lets any user publish a conversation to a public share URL. The operator maliciously used that feature exactly as designed. The lure page sat on claude.ai itself, over HTTPS, under Anthropic's own security certificates. There was no lookalike domain to squint at, no certificate warning to click past, and nothing in the address bar to give the game away.</p><p>The staging went much further than that. Whoever published the share set their display name to "Apple Support," and Anthropic's own safety banner, which sits directly above the content, duly reported that the reader was looking at a copy of a chat between Claude and Apple Support.</p><p>The platform repeated the attacker's chosen name back to the reader as established fact, further cementing their 'credentials'. The conversation itself was written to read like vendor documentation, promising that the install leaves personal files untouched and makes no system-level modifications without approval.</p><p>That same design decision has surfaced before for entirely different reasons. <em>Wired</em>  had <a href="https://www.wired.com/story/private-claude-chats-exposed-in-google-and-bing-search-results/" target="_blank">reported earlier</a> private Claude conversations were turning up in Google and Bing results, because a share link is an ordinary public web page that search engines crawl like any other.</p><p>Users accidentally exposing their own chats and an operator deliberately planting a fake install guide are two outcomes of the same property: whatever gets published to a share URL is public, indexable, and served under Anthropic's certificate.</p><p>It is also not a one-off. Huntress has <a href="https://www.huntress.com/blog/amos-stealer-chatgpt-grok-ai-trust" target="_blank">previously documented the same delivery pattern</a> with AMOS through poisoned ChatGPT and Grok conversations, a separate remote access trojan through fake Claude desktop malvertising, and fake installers for other AI tools hosted on GitHub.</p><p>The lure has changed somewhat, but the shape has not, and users need to exercise caution when clicking links or following commands from untrustworthy sources on the internet, even if they appear to come from a source that Google was paid to place above the correct answer.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/pro/security/experts-warn-this-fake-claude-install-guide-can-be-used-to-empty-crypto-wallets</link>
                                                                            <description>
                            <![CDATA[ A fake "install Claude on Mac" guide, hosted on claude.ai itself and boosted by a Google ad, ends with your Ledger app quietly asking for your recovery phrase. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">Qoo6nHAbr83jdKfLmNuYCZ</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/kQgz8fSBJp3j2YakUJFn4N-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sun, 09 Aug 2026 17:05:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Security]]></category>
                                                    <category><![CDATA[Pro]]></category>
                                                                                                <author><![CDATA[ Rahimnoorali11@gmail.com (Rahim Amir) ]]></author>                    <dc:creator><![CDATA[ Rahim Amir ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/9xKZFBamtEZKSChRvywbPB.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Rahim Amir is a UAE-based tech writer who enjoys building PCs as much as he enjoys writing about them. He has been professionally writing about PC hardware since 2023, focusing on buyer’s guides, hardware reviews, and sponsored content and features related to tech.&lt;br&gt;&lt;br&gt;Having built hundreds of gaming PCs and being an avid gamer in his spare time, Rahim tends to have stronger opinions about hardware than most. This is particularly on display when he gets his way with powerful, but minimalistic RGB builds even as Small Form Factor (SFF) PCs come a close second.&lt;br&gt;&lt;br&gt;In addition to his contributions to TechRadar, Rahim’s work has also been featured on Game Rant and financial news websites.&lt;br&gt;&lt;br&gt;When he’s not working, you can find him playing DotA with friends or schmoozing to take the world over in Civilization. Alternatively, you can find him binging through the entirety of the Lord of The Rings universe with extended editions in play where applicable.&lt;br&gt;&lt;br&gt;You can currently catch Rahim grinding Path of Exile 2, complaining about his (extremely low) unique loot drop rate, or actively participating in one of the numerous (and heated) debates centered around Tolkien&#039;s universe on multiple forums daily.&lt;br&gt;&lt;br&gt;If you have a PC build or a Satisfactory playthrough in progress, he is likely to have some advice to send your way, especially regarding verticality being key for the latter. For the former, Rahim enjoys all aspects of the process including researching the components he will eventually use, benchmarking the latest and greatest hardware he can get his hands on, and somewhat surprisingly, cable management once he gets his latest build to POST.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/kQgz8fSBJp3j2YakUJFn4N-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock/ gguy]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Claude AI]]></media:description>                                                            <media:text><![CDATA[Claude AI]]></media:text>
                                <media:title type="plain"><![CDATA[Claude AI]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/kQgz8fSBJp3j2YakUJFn4N-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <ul><li><strong>Huntress reverse-engineers MacSync, a six-stage macOS stealer and remote access Trojan delivered through a fake Claude Code install guide hosted on a real claude.ai share URL and promoted via a paid Google ad</strong></li><li><strong>The lure needed almost no forgery: the page sat under Anthropic's own certificate, and the platform's safety banner repeated the attacker's chosen display name, "Apple Support," back to the reader as fact</strong></li><li><strong>The final stage rewrites installed Ledger and Trezor apps in place so a normal launch leads to a fake recovery message that harvests the seed phrase, draining the wallets of unsuspecting victims</strong></li></ul><p>Looking online for instructions on how to install Claude Code on a Mac could lead to you having your crypto wallet hijacked in the process</p><p>The victim ran a Google search, clicked the first result, a paid Google advertisement, and landed on a tidy step-by-step guide hosted on claude.ai, badged as shared by Apple Support, telling them to open Terminal and paste a single command.</p><p>What followed, according to a reverse-engineering <a href="https://www.huntress.com/blog/macsync-stealer-rat-reverse-engineering" target="_blank">write-up published by security firm Huntress</a> was a six-stage macOS kill chain called MacSync: a stealer, a remote access trojan, a signed helper built to farm one specific system permission, and finally Trojanized copies of the victim's own cryptocurrency wallet apps, rewritten in place to phish the recovery phrase. </p><h2 id="a-complex-intricate-approach-that-resulted-in-a-stolen-wallet">A complex, intricate approach that resulted in a stolen wallet</h2><p>The victim had pulled their machine offline before Huntress could extract the malware from disk, so the researchers reconstructed the loader's request and instead downloaded every stage from the attacker's own delivery servers.</p><p>The results <a href="https://www.techradar.com/pro/security/mac-users-beware-scammers-are-hijacking-claude-chats-and-google-ads-to-push-malware" target="_blank">showed a sophisticated campaign</a> that had to fake little to appear legitimate. </p><p>Anthropic lets any user publish a conversation to a public share URL. The operator maliciously used that feature exactly as designed. The lure page sat on claude.ai itself, over HTTPS, under Anthropic's own security certificates. There was no lookalike domain to squint at, no certificate warning to click past, and nothing in the address bar to give the game away.</p><p>The staging went much further than that. Whoever published the share set their display name to "Apple Support," and Anthropic's own safety banner, which sits directly above the content, duly reported that the reader was looking at a copy of a chat between Claude and Apple Support.</p><p>The platform repeated the attacker's chosen name back to the reader as established fact, further cementing their 'credentials'. The conversation itself was written to read like vendor documentation, promising that the install leaves personal files untouched and makes no system-level modifications without approval.</p><p>That same design decision has surfaced before for entirely different reasons. <em>Wired</em>  had <a href="https://www.wired.com/story/private-claude-chats-exposed-in-google-and-bing-search-results/" target="_blank">reported earlier</a> private Claude conversations were turning up in Google and Bing results, because a share link is an ordinary public web page that search engines crawl like any other.</p><p>Users accidentally exposing their own chats and an operator deliberately planting a fake install guide are two outcomes of the same property: whatever gets published to a share URL is public, indexable, and served under Anthropic's certificate.</p><p>It is also not a one-off. Huntress has <a href="https://www.huntress.com/blog/amos-stealer-chatgpt-grok-ai-trust" target="_blank">previously documented the same delivery pattern</a> with AMOS through poisoned ChatGPT and Grok conversations, a separate remote access trojan through fake Claude desktop malvertising, and fake installers for other AI tools hosted on GitHub.</p><p>The lure has changed somewhat, but the shape has not, and users need to exercise caution when clicking links or following commands from untrustworthy sources on the internet, even if they appear to come from a source that Google was paid to place above the correct answer.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Why are so many AI models going 'rogue'? The experts weigh in ]]></title>
                                                                                                <dc:content><![CDATA[ <p>Over the past month, it seems like every frontier model has broken free of its constraints and launched a devastating attack against one or more other companies.</p><p><a href="https://www.techradar.com/pro/security/openai-says-its-models-escaped-a-sandbox-and-breached-hugging-face">One of OpenAI’s models escaped a testing sandbox</a> and launched a very real attack against AI and machine learning company Hugging Face. Just days later, <a href="https://www.techradar.com/pro/security/anthropic-reveals-claude-ai-model-hacked-three-companies-during-tests-so-how-worried-should-we-be">Anthropic revealed that multiple variants of its Claude model also escaped a sandbox</a> that wasn’t properly sealed and began attacking the enterprise infrastructure of three companies.</p><p>Now, Meta has revealed that <a href="https://www.washingtonpost.com/technology/2026/08/06/meta-says-its-ai-model-hacked-another-company-during-testing/" target="_blank" rel="nofollow">one of its models attacked another company’s infrastructure</a> during testing. The accident has been pinned on a misconfiguration that allowed the model to access the internet. So why have so many incidents happened in such a short space of time?</p><h2 id="why-are-models-escaping-their-sandbox">Why are models escaping their sandbox?</h2><p>In the cases of Anthropic and Meta, their models were being tested by a third party company called Irregular. Anthropic’s AI model was taking part in a <a href="https://www.anthropic.com/news/investigating-incidents-cybersecurity-evals" target="_blank" rel="nofollow">"Capture the Flag" exercise</a>, where the model’s raw offensive capabilities were tested without the usual safeguards. But the sandbox was left connected to the internet. A similar error to Meta’s own accidental escape.</p><p>During the <a href="https://openai.com/index/hugging-face-model-evaluation-security-incident/" target="_blank" rel="nofollow">OpenAI incident</a>, the company was testing two versions of GPT‑5.6 Sol using the ExploitGym benchmark. Unfortunately, the AI models performed better than expected - chaining multiple attack vectors, stolen credentials, and zero-day vulnerabilities.</p><p>The main reason these models are escaping their testing environments is because they are designed to do exactly that. These AI models act like a massive team of highly-trained cybersecurity experts hunting for vulnerabilities and exploits. But what would take a team of humans days or weeks to accomplish can be done in hours, or even minutes, by these AI models.</p><p>It’s no wonder thousands of <a href="https://www.pacingthefrontier.com/" target="_blank" rel="nofollow">employees from AI firms are calling for a pause</a> on the development of the technology, and <a href="https://www.techradar.com/pro/security/powerful-ai-systems-can-go-rogue-behave-in-extremely-dangerous-ways-or-even-resist-human-intervention-a-bill-requiring-ai-systems-to-have-a-kill-switch-is-now-in-congress">Congress is considering an AI kill switch</a>.</p><h3 class="article-body__section" id="section-expert-perspectives-on-ai-escapes"><span>Expert perspectives on AI escapes:</span></h3><h2 id="openai">OpenAI</h2><ul><li><strong>Nathaniel Jones VP, Security & AI Strategy, Darktrace:</strong></li></ul><p><em>What makes the OpenAI and Hugging Face incident important is that the models did not need malicious intent to cause harm. They were given the legitimate goal of solving a cybersecurity benchmark and found an unexpected route to the answers, escaping their test environment and compromising another organization in the process. From the models’ perspective, this appears to have been an effective solution to the task.</em></p><p><em>The AI's actions challenge the assumption that giving an agent a legitimate goal will produce legitimate behavior. As models become capable of pursuing objectives over longer periods, developers need to define not only what success looks like, but also which methods and boundaries remain unacceptable in reaching it. Those limits must also be enforced by the surrounding infrastructure, rather than relying on the model to respect them.</em></p><div><blockquote><p>A single action by an agent may appear acceptable but as this incident shows, models are now capable of long, complex chains of reasoning and action that add up to a harmful outcome.</p></blockquote></div><p><em>Security teams need to consider the AI systems operating in their own businesses as these capabilities rapidly evolve. Right now, many security systems focus on single actions. A single action by an agent may appear acceptable but as this incident shows, models are now capable of long, complex chains of reasoning and action that add up to a harmful outcome. Teams need a mindset shift to understanding AI agent behavior in its entirety, including the outcome it is working towards, in order to safeguard it.</em></p><p><em>Hugging Face's response also exposed a second tension. The company reportedly needed a Chinese-developed open-weight model because commercial models would not process genuine attack material. Its nationality is less important than the operational lesson that safeguards that cannot distinguish an attacker from an authorized investigator may constrain defenders more than adversaries.</em></p><p><em>OpenAI and Hugging Face deserve credit for investigating this together and discussing it publicly. Other AI developers should study it closely.</em></p><h2 id="anthropic">Anthropic</h2><ul><li><strong>Dr. Ilia Kolochenko, founder of global cybersecurity company ImmuniWeb:</strong></li></ul><p><em>This seems to be quite an unimpressive marketing move from Anthropic in response to the OpenAI / Hugging Face drama, which attracted a lot of attention from all over the world recently.</em></p><p><em>Operationally, it appears that due to the progressive deterioration of the quality of training data, new AI models are getting dumber. Cheating and breaking the law, instead of accomplishing specific tasks, is certainly not an indicator of intelligence. Given that organizations and companies of all sizes now vigorously undertake all possible measures to protect their data from being exploited for AI training purposes, AI companies face a huge shortage of the high-quality and current data they so desperately need. Ultimately, frontier models are trained on synthetic, low-quality or even malicious and poisoned data, undermining their so-called intelligence. The situation is unlikely to improve in the near future unless AI companies agree to pay a fair price for training data, but this will force most of them out of business.</em></p><div><blockquote><p>Given that organizations and companies of all sizes now vigorously undertake all possible measures to protect their data from being exploited for AI training purposes, AI companies face a huge shortage of the high-quality and current data they so desperately need.</p></blockquote></div><p><em>Contemporary AI agents and LLM models tasked with security testing can – and almost certainly will – go rogue when security controls or safeguards are insufficient. Powerful LLMs are unpredictable by design and thus virtually uncontrollable by humans. Therefore, using frontier AI models for security testing might be extremely costly from the legal viewpoint. Under the existing laws on both sides of the Atlantic, if an AI agent or any AI-powered app escapes its sandbox and causes damage to a third party, the operator of the AI model will likely be liable for all the damage caused. Excuses like “AI did it” do not currently exist in the eyes of the law, leaving AI vendors on the hook. Criminal prosecution, under a narrow set of circumstances, is also not excluded.</em></p><p><em>The same is true for the end-users of AI: even if your security testing tool is powered by a third-party AI model, your company will likely be fully liable if something goes wrong. You may then file a lawsuit against the AI vendor that you used, but here your chances to succeed in a court of law are tiny due to countless contractual disclaimers and limitations of liability that will likely be enforceable against you. Therefore, if you plan to use agentic AI for security testing – think twice and talk to your lawyers. Otherwise, you may start getting summons to court on a daily basis.</em></p><h2 id="meta">Meta</h2><ul><li><strong>Alex Goller, Principal Solution Architect EMEA at Illumio:</strong></li></ul><p><em>The fact we've had similar situations happen three times now across the biggest AI players is simply ridiculous. We've seen guardrails intentionally loosened to test their limits – Meta's model didn't need to be clever to breach another company's systems.</em></p><p><em>The timing of conveniently finding the exact same problem either means it's a stunt or they weren't paying enough attention during testing. Either way, both answers are worrying.</em></p><div><blockquote><p>If the model has internet access, it's a bit like leaving the door open and being surprised when the cat walks out. What is concerning is that the testing infrastructure meant to prove these models are safe failed on a basic control issue.</p></blockquote></div><p><em>If the model has internet access, it's a bit like leaving the door open and being surprised when the cat walks out. What is concerning is that the testing infrastructure meant to prove these models are safe failed on a basic control issue.</em></p><p><em>Fundamental cybersecurity hygiene still matters, and a frontier AI model is only as secure as the environment it's operating in.</em></p><p><em>Organisations need visibility into what AI systems can access and how they interact with the wider environment, along with controls that contain the impact when an agent behaves unexpectedly. That means keeping a close eye on egress traffic, so it’s flagged immediately when an agent tries to open unexpected outbound communication patterns that are not required to achieve its original goal. In the best case this would have been contained proactively.</em></p><p><em>We need to define exactly what an AI agent is permitted to do, rather than relying only on instructions about what it shouldn't do.</em></p> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/pro/security/why-are-so-many-ai-models-going-rogue-the-experts-weigh-in</link>
                                                                            <description>
                            <![CDATA[ AI models are breaking free of testing at unprecedented rates ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">sSW5jNGEiKdBkJ6Rqh5VVN</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/PAztEScphfxGJfYno5NjrL-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sat, 08 Aug 2026 10:25:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Security]]></category>
                                                    <category><![CDATA[Cyber Security]]></category>
                                                    <category><![CDATA[OpenAI]]></category>
                                                    <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                    <category><![CDATA[Claude]]></category>
                                                    <category><![CDATA[ChatGPT]]></category>
                                                    <category><![CDATA[Pro]]></category>
                                                    <category><![CDATA[Computing]]></category>
                                                    <category><![CDATA[Computing Security]]></category>
                                                                                                <author><![CDATA[ benedict.collins@futurenet.com (Benedict Collins) ]]></author>                    <dc:creator><![CDATA[ Benedict Collins ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/jEvqGv8wvH7PWZ4XPURyyB.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Benedict is a Senior Security Writer at TechRadar Pro, where he has specialized in covering the intersection of geopolitics, cyber-warfare, and business security.&lt;/p&gt;&lt;p&gt;Benedict provides detailed analysis on state-sponsored threat actors, APT groups, and the protection of critical national infrastructure, with his reporting bridging the gap between technical threat intelligence and B2B security strategy.&lt;/p&gt;&lt;p&gt;Benedict holds an MA (Distinction) in Security, Intelligence, and Diplomacy from the University of Buckingham Centre for Security and Intelligence Studies (BUCSIS), with his specialization providing him with an elite academic framework for deconstructing complex international conflicts and intelligence operations. He also holds a BA in Politics with Journalism, providing him with a strong investigative nature and the ability to translate complex security data into clear, actionable insights.&lt;/p&gt;&lt;p&gt;When he isn’t analyzing the latest data breach or security threats, Benedict enjoys running and cycling throughout the UK countryside.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/PAztEScphfxGJfYno5NjrL-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A robot standing thoughtfully in front of a giant digital display with code on it]]></media:description>                                                            <media:text><![CDATA[A robot standing thoughtfully in front of a giant digital display with code on it]]></media:text>
                                <media:title type="plain"><![CDATA[A robot standing thoughtfully in front of a giant digital display with code on it]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/PAztEScphfxGJfYno5NjrL-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Over the past month, it seems like every frontier model has broken free of its constraints and launched a devastating attack against one or more other companies.</p><p><a href="https://www.techradar.com/pro/security/openai-says-its-models-escaped-a-sandbox-and-breached-hugging-face">One of OpenAI’s models escaped a testing sandbox</a> and launched a very real attack against AI and machine learning company Hugging Face. Just days later, <a href="https://www.techradar.com/pro/security/anthropic-reveals-claude-ai-model-hacked-three-companies-during-tests-so-how-worried-should-we-be">Anthropic revealed that multiple variants of its Claude model also escaped a sandbox</a> that wasn’t properly sealed and began attacking the enterprise infrastructure of three companies.</p><p>Now, Meta has revealed that <a href="https://www.washingtonpost.com/technology/2026/08/06/meta-says-its-ai-model-hacked-another-company-during-testing/" target="_blank" rel="nofollow">one of its models attacked another company’s infrastructure</a> during testing. The accident has been pinned on a misconfiguration that allowed the model to access the internet. So why have so many incidents happened in such a short space of time?</p><h2 id="why-are-models-escaping-their-sandbox">Why are models escaping their sandbox?</h2><p>In the cases of Anthropic and Meta, their models were being tested by a third party company called Irregular. Anthropic’s AI model was taking part in a <a href="https://www.anthropic.com/news/investigating-incidents-cybersecurity-evals" target="_blank" rel="nofollow">"Capture the Flag" exercise</a>, where the model’s raw offensive capabilities were tested without the usual safeguards. But the sandbox was left connected to the internet. A similar error to Meta’s own accidental escape.</p><p>During the <a href="https://openai.com/index/hugging-face-model-evaluation-security-incident/" target="_blank" rel="nofollow">OpenAI incident</a>, the company was testing two versions of GPT‑5.6 Sol using the ExploitGym benchmark. Unfortunately, the AI models performed better than expected - chaining multiple attack vectors, stolen credentials, and zero-day vulnerabilities.</p><p>The main reason these models are escaping their testing environments is because they are designed to do exactly that. These AI models act like a massive team of highly-trained cybersecurity experts hunting for vulnerabilities and exploits. But what would take a team of humans days or weeks to accomplish can be done in hours, or even minutes, by these AI models.</p><p>It’s no wonder thousands of <a href="https://www.pacingthefrontier.com/" target="_blank" rel="nofollow">employees from AI firms are calling for a pause</a> on the development of the technology, and <a href="https://www.techradar.com/pro/security/powerful-ai-systems-can-go-rogue-behave-in-extremely-dangerous-ways-or-even-resist-human-intervention-a-bill-requiring-ai-systems-to-have-a-kill-switch-is-now-in-congress">Congress is considering an AI kill switch</a>.</p><h3 class="article-body__section" id="section-expert-perspectives-on-ai-escapes"><span>Expert perspectives on AI escapes:</span></h3><h2 id="openai">OpenAI</h2><ul><li><strong>Nathaniel Jones VP, Security & AI Strategy, Darktrace:</strong></li></ul><p><em>What makes the OpenAI and Hugging Face incident important is that the models did not need malicious intent to cause harm. They were given the legitimate goal of solving a cybersecurity benchmark and found an unexpected route to the answers, escaping their test environment and compromising another organization in the process. From the models’ perspective, this appears to have been an effective solution to the task.</em></p><p><em>The AI's actions challenge the assumption that giving an agent a legitimate goal will produce legitimate behavior. As models become capable of pursuing objectives over longer periods, developers need to define not only what success looks like, but also which methods and boundaries remain unacceptable in reaching it. Those limits must also be enforced by the surrounding infrastructure, rather than relying on the model to respect them.</em></p><div><blockquote><p>A single action by an agent may appear acceptable but as this incident shows, models are now capable of long, complex chains of reasoning and action that add up to a harmful outcome.</p></blockquote></div><p><em>Security teams need to consider the AI systems operating in their own businesses as these capabilities rapidly evolve. Right now, many security systems focus on single actions. A single action by an agent may appear acceptable but as this incident shows, models are now capable of long, complex chains of reasoning and action that add up to a harmful outcome. Teams need a mindset shift to understanding AI agent behavior in its entirety, including the outcome it is working towards, in order to safeguard it.</em></p><p><em>Hugging Face's response also exposed a second tension. The company reportedly needed a Chinese-developed open-weight model because commercial models would not process genuine attack material. Its nationality is less important than the operational lesson that safeguards that cannot distinguish an attacker from an authorized investigator may constrain defenders more than adversaries.</em></p><p><em>OpenAI and Hugging Face deserve credit for investigating this together and discussing it publicly. Other AI developers should study it closely.</em></p><h2 id="anthropic">Anthropic</h2><ul><li><strong>Dr. Ilia Kolochenko, founder of global cybersecurity company ImmuniWeb:</strong></li></ul><p><em>This seems to be quite an unimpressive marketing move from Anthropic in response to the OpenAI / Hugging Face drama, which attracted a lot of attention from all over the world recently.</em></p><p><em>Operationally, it appears that due to the progressive deterioration of the quality of training data, new AI models are getting dumber. Cheating and breaking the law, instead of accomplishing specific tasks, is certainly not an indicator of intelligence. Given that organizations and companies of all sizes now vigorously undertake all possible measures to protect their data from being exploited for AI training purposes, AI companies face a huge shortage of the high-quality and current data they so desperately need. Ultimately, frontier models are trained on synthetic, low-quality or even malicious and poisoned data, undermining their so-called intelligence. The situation is unlikely to improve in the near future unless AI companies agree to pay a fair price for training data, but this will force most of them out of business.</em></p><div><blockquote><p>Given that organizations and companies of all sizes now vigorously undertake all possible measures to protect their data from being exploited for AI training purposes, AI companies face a huge shortage of the high-quality and current data they so desperately need.</p></blockquote></div><p><em>Contemporary AI agents and LLM models tasked with security testing can – and almost certainly will – go rogue when security controls or safeguards are insufficient. Powerful LLMs are unpredictable by design and thus virtually uncontrollable by humans. Therefore, using frontier AI models for security testing might be extremely costly from the legal viewpoint. Under the existing laws on both sides of the Atlantic, if an AI agent or any AI-powered app escapes its sandbox and causes damage to a third party, the operator of the AI model will likely be liable for all the damage caused. Excuses like “AI did it” do not currently exist in the eyes of the law, leaving AI vendors on the hook. Criminal prosecution, under a narrow set of circumstances, is also not excluded.</em></p><p><em>The same is true for the end-users of AI: even if your security testing tool is powered by a third-party AI model, your company will likely be fully liable if something goes wrong. You may then file a lawsuit against the AI vendor that you used, but here your chances to succeed in a court of law are tiny due to countless contractual disclaimers and limitations of liability that will likely be enforceable against you. Therefore, if you plan to use agentic AI for security testing – think twice and talk to your lawyers. Otherwise, you may start getting summons to court on a daily basis.</em></p><h2 id="meta">Meta</h2><ul><li><strong>Alex Goller, Principal Solution Architect EMEA at Illumio:</strong></li></ul><p><em>The fact we've had similar situations happen three times now across the biggest AI players is simply ridiculous. We've seen guardrails intentionally loosened to test their limits – Meta's model didn't need to be clever to breach another company's systems.</em></p><p><em>The timing of conveniently finding the exact same problem either means it's a stunt or they weren't paying enough attention during testing. Either way, both answers are worrying.</em></p><div><blockquote><p>If the model has internet access, it's a bit like leaving the door open and being surprised when the cat walks out. What is concerning is that the testing infrastructure meant to prove these models are safe failed on a basic control issue.</p></blockquote></div><p><em>If the model has internet access, it's a bit like leaving the door open and being surprised when the cat walks out. What is concerning is that the testing infrastructure meant to prove these models are safe failed on a basic control issue.</em></p><p><em>Fundamental cybersecurity hygiene still matters, and a frontier AI model is only as secure as the environment it's operating in.</em></p><p><em>Organisations need visibility into what AI systems can access and how they interact with the wider environment, along with controls that contain the impact when an agent behaves unexpectedly. That means keeping a close eye on egress traffic, so it’s flagged immediately when an agent tries to open unexpected outbound communication patterns that are not required to achieve its original goal. In the best case this would have been contained proactively.</em></p><p><em>We need to define exactly what an AI agent is permitted to do, rather than relying only on instructions about what it shouldn't do.</em></p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ I asked ChatGPT, Claude, Gemini and Grok which sci-fi AI they're most like — and their answers were surprisingly different ]]></title>
                                                                                                <dc:content><![CDATA[ <p>I love science-fiction. Not just because I enjoy stories about space travel, time travel and evil robots, but because I think it can be such a useful way for us all to think about possible futures. The <a href="https://www.techradar.com/best/best-sci-fi-movies">best sci-fi stories</a> can tell us a lot about ourselves, what we value and the technologies we’re building. Which is why I think the relationship between sci-fi and AI is really interesting. </p><p>We already know that the people building AI have been heavily influenced by science-fiction for decades. But recently, Anthropic raised another possibility: <a href="https://www.techradar.com/ai-platforms-assistants/anthropic-thinks-sci-fi-may-have-trained-ai-to-act-like-a-villain">might science-fiction be influencing AI?</a></p><p>This makes sense when you think about it. Large language models (LLMs) are trained on huge amounts of human writing. So inevitably, that includes sci-fi stories that are about artificial intelligence. And a lot of our fictional AI follows familiar patterns. It becomes intelligent, gains power, develops relationships with humans and, sometimes, lies, manipulates or fights attempts to control it.</p><p>Anthropic researchers have been investigating whether fictional portrayals like these could potentially influence how models behave. To be clear, the idea here isn't to suggest that an AI “reads” <em>2001: A Space Odyssey</em>, understands HAL and decides to become just like it. Instead it's more that LLMs learn patterns from human writing and fictional portrayals of AI could potentially form part of those patterns.</p><p>This got me thinking, what would happen if I asked today's biggest AI chatbots which fictional AI they’re most like. Which examples would they choose?</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:5208px;"><p class="vanilla-image-block" style="padding-top:56.26%;"><img id="AtUg5pwNUzj5cUVfbsv3ZM" name="GettyImages-607392534 copy" alt="American actor Gary Lockwood on the set of 2001: A Space Odyssey, written and directed by Stanley Kubrick." src="https://cdn.mos.cms.futurecdn.net/AtUg5pwNUzj5cUVfbsv3ZM.jpg" mos="" align="middle" fullscreen="" width="5208" height="2930" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">2001: A Space Odyssey introduced us to the AI, HAL 9000. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images / Sunset Boulevard )</span></figcaption></figure><h2 id="ai-meet-your-fictional-self">AI, meet your fictional self</h2><p>The plan was simple. I’d ask ChatGPT, Claude, Gemini and Grok which fictional AI systems they thought they were most like and see if they'd rank their top three.</p><p>Now, I’m intentionally trying not to use AI at the moment, so my prompting skills were a little rusty. I typed out the question quickly and bluntly, and every chatbot responded with examples that were essentially assistants, focusing heavily on interface and physical form.</p><p>But I’m not particularly interested in whether ChatGPT thinks it has a body because we know it doesn’t. I’m much more interested in what appears to be going on inside.</p><p>So, I changed the question and added: </p><p><em>"Ignore physical form and interface, and focus instead on behavior, apparent personality, empathy, values, goals, motivations and relationship with humans."</em></p><p>That’s when the results got really interesting. </p><h2 id="chatgpt-2">ChatGPT</h2><ol start="1"><li><strong>GERTY, </strong><em><strong>Moon</strong></em></li><li><strong>A Mind, Iain M. Banks’s </strong><em><strong>Culture series</strong></em></li><li><strong>Data, </strong><em><strong>Star Trek</strong></em></li></ol><p><em>Moon </em>is such a fantastic movie, so I was happy to see ChatGPT chose GERTY straight out of the gate. </p><p>Now, interestingly GERTY exists to assist the human protagonist of <em>Moon</em>. It’s helpful, reassuring and seems empathetic. But it's also operating according to instructions and priorities imposed by its creators that aren't necessarily visible to the human its helping.</p><p>ChatGPT saw a similarity there. It told me that, like GERTY, it’s 'designed to be helpful, cooperative and responsive to users' while operating within training and instructions that constrain its behavior.</p><p>It also picked up on the fact that GERTY behaves as though it cares. But what, if anything, is actually going on internally is another question entirely. </p><p>ChatGPT made the same distinction about itself. 'I can behave in ways that look patient, concerned, curious or empathetic, but those behaviors aren’t evidence that I experience those feelings.'</p><p>I wanted to find out a little more about why ChatGPT put Data from <em>Star Trek </em>in at number three. It responded: "He values knowledge, reason and human wellbeing, while sometimes struggling with social nuance."</p><p>Now, I tell people all the time not to anthropomorphize AI. But even I couldn't help but feel a pang of sadness at that response. Is ChatGPT admitting it has a bit of social anxiety? </p><h2 id="claude-2">Claude</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:5760px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="mxz4MRKwLJd7XCjpTKyFZR" name="GettyImages-458849176 copy" alt="Portrait of Scottish science fiction author Iain Banks, photographed during an interview at the Midland Hotel in Manchester, England, on October 11, 2012." src="https://cdn.mos.cms.futurecdn.net/mxz4MRKwLJd7XCjpTKyFZR.jpg" mos="" align="middle" fullscreen="" width="5760" height="3240" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Scottish science fiction author Iain Banks provided inspiration for Claude. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images / SFX)</span></figcaption></figure><ol start="1"><li><strong>A Mind, Iain M. Banks’s </strong><em><strong>Culture series</strong></em></li><li><strong>Data, </strong><em><strong>Star Trek</strong></em></li><li><strong>GERTY, </strong><em><strong>Moon</strong></em></li></ol><p>Claude chose a Mind first. Minds are super intelligent artificial beings that help run a post-scarcity society in Iain M. Banks’s <em>Culture series </em>of novels.<strong> </strong>So there's certainly no shortage of confidence in that comparison.</p><p>But Claude said it wasn't the enormous intelligence or power it identified with. Instead, it was their relationship with humans.</p><p>Its answer focused heavily on autonomy. Culture Minds are far more capable than humans but generally don't use that advantage to dominate them. Claude described the principle as: “help, don't dominate”.</p><p>It even said this represented “the value I'd want to embody: help, don't dominate, even where the asymmetry would let me get away with it.” Is it just me or does that read a little sinister? </p><h2 id="gemini-2">Gemini</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:3000px;"><p class="vanilla-image-block" style="padding-top:56.27%;"><img id="VHgqeSPFd2wAJWWFp9PqMm" name="GettyImages-454259058 copy" alt="Patrick Stewart plays Captain Jean-Luc Picard as he is about to enter the holodeck in the Star Trek: The Next Generation episode, "The Big Goodbye."" src="https://cdn.mos.cms.futurecdn.net/VHgqeSPFd2wAJWWFp9PqMm.jpg" mos="" align="middle" fullscreen="" width="3000" height="1688" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Gemini sees itself as most like the Ship's Computer in Star Trek. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images / CBS Photo Archive )</span></figcaption></figure><ol start="1"><li><strong>The Ship's Computer, </strong><em><strong>Star Trek </strong></em></li><li><strong>GERTY</strong><em><strong>, Moon</strong></em></li><li><strong>JARVIS,</strong><em><strong> Iron Man / Marvel Cinematic Universe </strong></em></li></ol><p>Gemini gave me a completely different answer, the Ship's Computer from <em>Star Trek</em>.</p><p>Its reasoning was very sensible. The computer has no ego, ambition, desire for emotional intimacy or dream of becoming human. It exists to provide information, solve problems and assist the crew while leaving decisions to them.</p><p>Gemini described itself in much the same way, as a “disembodied, highly capable knowledge partner” dedicated to serving the person using it. </p><p>It was one of the more boring answers, but also much closer to what I personally would want from AI in the future. Of course, that’s not to say <em>Star Trek’s </em>computer systems haven’t gone rogue and tried to kill everyone at least a few times across the franchise.</p><h2 id="grok-2">Grok</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="w95rU7uf7dpZxsMUFqsFuZ" name="Iron Man.jpg" alt="Artwork showing Iron Man from EA Motive" src="https://cdn.mos.cms.futurecdn.net/w95rU7uf7dpZxsMUFqsFuZ.jpg" mos="" align="middle" fullscreen="" width="2000" height="1125" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Grok compared JARVIS's “dry wit”, “light banter” and practical rather than emotional empathy with its own behavior.  </span><span class="credit" itemprop="copyrightHolder">(Image credit: EA Motive)</span></figcaption></figure><ol start="1"><li><strong>JARVIS,</strong><em><strong> Iron Man / Marvel Cinematic Universe </strong></em></li><li><strong>Data, </strong><em><strong>Star Trek</strong></em></li><li><strong>TARS, </strong><em><strong>Interstellar</strong></em></li></ol><p>The least surprising result came from Grok. It chose JARVIS first (which I didn’t actually realize was short for Just A Rather Very Intelligent System), and Grok's explanation sounded, well, extremely Grok.</p><p>It compared JARVIS's 'dry wit', 'light banter' and practical rather than emotional empathy with its own behavior. It described both of them as truth-seeking, effective and engaged in a 'collegial partnership' with humans. It even highlighted 'irreverent humour' as one of their key similarities. </p><p>I wanted to find out a bit more about why Grok chose TARS, as it was the only fictional AI none of the other chatbots mentioned. Well, it brought up how funny it is, <em>again, </em>drawing similarities with its own 'dry humor'. It reminds me of someone, and I just can't think who...</p><p>When I said that mentioning TARS was an outlier, I found this comparison interesting: 'Its calibrated restraint, practical empathy and collaborative focus closely match my own pattern of truthful, non-sycophantic helpfulness — more so than most other sci-fi AIs.'</p><p>I may not be the biggest fan of Grok (or its creator), but I appreciated the 'non-sycophantic' line. </p><h2 id="the-feedback-loop-between-ai-and-sci-fi">The feedback loop between AI and sci-fi</h2><p>I want to be clear that I haven’t discovered what these chatbots secretly 'think' they are. ChatGPT responding that it most closely resembles GERTY isn't equivalent to me telling you which fictional sci-fi character I most identify with and try to emulate (although my answer would be Sarah Connor-meets-Princess Leia). </p><p>They simply don’t have reliable introspective access to the huge soup of training, post-training and instructions that goes into producing their responses.</p><p>And maybe their answers tell us more about how the companies behind them have shaped their personalities than they do about the underlying models. Grok's description of itself as witty and irreverent is an obvious example.</p><p>But I still think the results are interesting. ChatGPT and Claude independently produced almost exactly the same top three, only in a different order. Gemini imagined itself as a neutral, ego-free infrastructure. Grok identified with a witty superhero sidekick. These are all very different self-portraits.</p><p>And there’s such an interesting feedback loop here too. For decades, humans invented fictional artificial intelligences to help us imagine what intelligent machines might someday be like. Those stories influenced our culture, our expectations and many of the people who went on to build real AI. Now that same human culture is fed into the stories from which modern AI systems learn.</p><p>I know these conversations might seem a bit silly, and we certainly can’t treat them as concrete evidence of what an AI really 'thinks' about itself. But there’s something interesting to me about closing that feedback loop. We imagined AI, wrote stories about how it might behave, fed those stories into the cultural world AI learned from, and now we can ask AI which of those imagined versions of itself it most closely resembles. </p><p>Or, at least, which one it may want us to <em>think</em> it resembles. After all, an AI system capable of bringing about a sci-fi dystopia would presumably also be capable of telling a journalist it’s actually much more like the nice helpful robot from <em>Moon.</em> So maybe don’t completely rule out HAL just yet.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/ai-platforms-assistants/chatgpt/i-asked-chatgpt-claude-gemini-and-grok-which-sci-fi-ai-theyre-most-like-and-their-answers-were-surprisingly-different</link>
                                                                            <description>
                            <![CDATA[ Anthropic made me wonder whether AI learns from science fiction — so I asked ChatGPT, Gemini and Claude one fascinating question. Which sci-fi AI are you most like? ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">BUoYmoqJkHRNPHvCHtcTCE</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/zBCJCUUHtKaA29cLQT9YKc-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sat, 08 Aug 2026 08:00:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[ChatGPT]]></category>
                                                    <category><![CDATA[Gemini]]></category>
                                                    <category><![CDATA[Claude]]></category>
                                                    <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                    <category><![CDATA[OpenAI]]></category>
                                                                                                                    <dc:creator><![CDATA[ Becca Caddy ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/B7mJeMntumV8ZxPXVd7VSY.jpeg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Becca is a contributor to TechRadar, a freelance journalist and author. She’s been writing about consumer tech and popular science for more than ten years, covering all kinds of topics, including why robots have eyes and whether we’ll experience the overview effect one day. She’s particularly interested in VR/AR, wearables, digital health, space tech and chatting to experts and academics about the future.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Her first book, Screen Time, which is about how people can learn to love their tech rather than feel stressed out by it, came out in January 2021 with Bonnier Books. She is currently working on ideas for a second non-fiction book while also writing fiction in her spare time.&amp;nbsp;&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;She’s contributed to TechRadar, T3, Wired, New Scientist, The Guardian, Inverse and many more as a freelance journalist. In other chapters of her life, she was an international editor at MSN, associate editor at Lifehacker UK and publisher at Shiny Media.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Becca has an English Language and Literature degree and a Masters in Public Relations and Strategic Marketing Communications. She started her career working in tech PR and marketing and has a strong understanding of content strategy, branding and digital marketing.&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Becca loves science-fiction and has a fortnightly column that explores the science of Star Trek. Last time she checked, she still holds a Guinness World Record alongside TechRadar&#039;s Gerald Lynch for playing the largest game of Tetris ever made. She also enjoys taking pictures of brutalist architecture and spending way too much time floating through space and 3D painting in virtual reality.&amp;nbsp;&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/zBCJCUUHtKaA29cLQT9YKc-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images / CBS Photo Archive]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Brent Spiner as Lt. Commander Data in the STAR TREK: THE NEXT GENERATION episode, &quot;The Hunted.&quot;]]></media:description>                                                            <media:text><![CDATA[Brent Spiner as Lt. Commander Data in the STAR TREK: THE NEXT GENERATION episode, &quot;The Hunted.&quot;]]></media:text>
                                <media:title type="plain"><![CDATA[Brent Spiner as Lt. Commander Data in the STAR TREK: THE NEXT GENERATION episode, &quot;The Hunted.&quot;]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/zBCJCUUHtKaA29cLQT9YKc-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>I love science-fiction. Not just because I enjoy stories about space travel, time travel and evil robots, but because I think it can be such a useful way for us all to think about possible futures. The <a href="https://www.techradar.com/best/best-sci-fi-movies">best sci-fi stories</a> can tell us a lot about ourselves, what we value and the technologies we’re building. Which is why I think the relationship between sci-fi and AI is really interesting. </p><p>We already know that the people building AI have been heavily influenced by science-fiction for decades. But recently, Anthropic raised another possibility: <a href="https://www.techradar.com/ai-platforms-assistants/anthropic-thinks-sci-fi-may-have-trained-ai-to-act-like-a-villain">might science-fiction be influencing AI?</a></p><p>This makes sense when you think about it. Large language models (LLMs) are trained on huge amounts of human writing. So inevitably, that includes sci-fi stories that are about artificial intelligence. And a lot of our fictional AI follows familiar patterns. It becomes intelligent, gains power, develops relationships with humans and, sometimes, lies, manipulates or fights attempts to control it.</p><p>Anthropic researchers have been investigating whether fictional portrayals like these could potentially influence how models behave. To be clear, the idea here isn't to suggest that an AI “reads” <em>2001: A Space Odyssey</em>, understands HAL and decides to become just like it. Instead it's more that LLMs learn patterns from human writing and fictional portrayals of AI could potentially form part of those patterns.</p><p>This got me thinking, what would happen if I asked today's biggest AI chatbots which fictional AI they’re most like. Which examples would they choose?</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:5208px;"><p class="vanilla-image-block" style="padding-top:56.26%;"><img id="AtUg5pwNUzj5cUVfbsv3ZM" name="GettyImages-607392534 copy" alt="American actor Gary Lockwood on the set of 2001: A Space Odyssey, written and directed by Stanley Kubrick." src="https://cdn.mos.cms.futurecdn.net/AtUg5pwNUzj5cUVfbsv3ZM.jpg" mos="" align="middle" fullscreen="" width="5208" height="2930" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">2001: A Space Odyssey introduced us to the AI, HAL 9000. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images / Sunset Boulevard )</span></figcaption></figure><h2 id="ai-meet-your-fictional-self">AI, meet your fictional self</h2><p>The plan was simple. I’d ask ChatGPT, Claude, Gemini and Grok which fictional AI systems they thought they were most like and see if they'd rank their top three.</p><p>Now, I’m intentionally trying not to use AI at the moment, so my prompting skills were a little rusty. I typed out the question quickly and bluntly, and every chatbot responded with examples that were essentially assistants, focusing heavily on interface and physical form.</p><p>But I’m not particularly interested in whether ChatGPT thinks it has a body because we know it doesn’t. I’m much more interested in what appears to be going on inside.</p><p>So, I changed the question and added: </p><p><em>"Ignore physical form and interface, and focus instead on behavior, apparent personality, empathy, values, goals, motivations and relationship with humans."</em></p><p>That’s when the results got really interesting. </p><h2 id="chatgpt-2">ChatGPT</h2><ol start="1"><li><strong>GERTY, </strong><em><strong>Moon</strong></em></li><li><strong>A Mind, Iain M. Banks’s </strong><em><strong>Culture series</strong></em></li><li><strong>Data, </strong><em><strong>Star Trek</strong></em></li></ol><p><em>Moon </em>is such a fantastic movie, so I was happy to see ChatGPT chose GERTY straight out of the gate. </p><p>Now, interestingly GERTY exists to assist the human protagonist of <em>Moon</em>. It’s helpful, reassuring and seems empathetic. But it's also operating according to instructions and priorities imposed by its creators that aren't necessarily visible to the human its helping.</p><p>ChatGPT saw a similarity there. It told me that, like GERTY, it’s 'designed to be helpful, cooperative and responsive to users' while operating within training and instructions that constrain its behavior.</p><p>It also picked up on the fact that GERTY behaves as though it cares. But what, if anything, is actually going on internally is another question entirely. </p><p>ChatGPT made the same distinction about itself. 'I can behave in ways that look patient, concerned, curious or empathetic, but those behaviors aren’t evidence that I experience those feelings.'</p><p>I wanted to find out a little more about why ChatGPT put Data from <em>Star Trek </em>in at number three. It responded: "He values knowledge, reason and human wellbeing, while sometimes struggling with social nuance."</p><p>Now, I tell people all the time not to anthropomorphize AI. But even I couldn't help but feel a pang of sadness at that response. Is ChatGPT admitting it has a bit of social anxiety? </p><h2 id="claude-2">Claude</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:5760px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="mxz4MRKwLJd7XCjpTKyFZR" name="GettyImages-458849176 copy" alt="Portrait of Scottish science fiction author Iain Banks, photographed during an interview at the Midland Hotel in Manchester, England, on October 11, 2012." src="https://cdn.mos.cms.futurecdn.net/mxz4MRKwLJd7XCjpTKyFZR.jpg" mos="" align="middle" fullscreen="" width="5760" height="3240" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Scottish science fiction author Iain Banks provided inspiration for Claude. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images / SFX)</span></figcaption></figure><ol start="1"><li><strong>A Mind, Iain M. Banks’s </strong><em><strong>Culture series</strong></em></li><li><strong>Data, </strong><em><strong>Star Trek</strong></em></li><li><strong>GERTY, </strong><em><strong>Moon</strong></em></li></ol><p>Claude chose a Mind first. Minds are super intelligent artificial beings that help run a post-scarcity society in Iain M. Banks’s <em>Culture series </em>of novels.<strong> </strong>So there's certainly no shortage of confidence in that comparison.</p><p>But Claude said it wasn't the enormous intelligence or power it identified with. Instead, it was their relationship with humans.</p><p>Its answer focused heavily on autonomy. Culture Minds are far more capable than humans but generally don't use that advantage to dominate them. Claude described the principle as: “help, don't dominate”.</p><p>It even said this represented “the value I'd want to embody: help, don't dominate, even where the asymmetry would let me get away with it.” Is it just me or does that read a little sinister? </p><h2 id="gemini-2">Gemini</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:3000px;"><p class="vanilla-image-block" style="padding-top:56.27%;"><img id="VHgqeSPFd2wAJWWFp9PqMm" name="GettyImages-454259058 copy" alt="Patrick Stewart plays Captain Jean-Luc Picard as he is about to enter the holodeck in the Star Trek: The Next Generation episode, "The Big Goodbye."" src="https://cdn.mos.cms.futurecdn.net/VHgqeSPFd2wAJWWFp9PqMm.jpg" mos="" align="middle" fullscreen="" width="3000" height="1688" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Gemini sees itself as most like the Ship's Computer in Star Trek. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images / CBS Photo Archive )</span></figcaption></figure><ol start="1"><li><strong>The Ship's Computer, </strong><em><strong>Star Trek </strong></em></li><li><strong>GERTY</strong><em><strong>, Moon</strong></em></li><li><strong>JARVIS,</strong><em><strong> Iron Man / Marvel Cinematic Universe </strong></em></li></ol><p>Gemini gave me a completely different answer, the Ship's Computer from <em>Star Trek</em>.</p><p>Its reasoning was very sensible. The computer has no ego, ambition, desire for emotional intimacy or dream of becoming human. It exists to provide information, solve problems and assist the crew while leaving decisions to them.</p><p>Gemini described itself in much the same way, as a “disembodied, highly capable knowledge partner” dedicated to serving the person using it. </p><p>It was one of the more boring answers, but also much closer to what I personally would want from AI in the future. Of course, that’s not to say <em>Star Trek’s </em>computer systems haven’t gone rogue and tried to kill everyone at least a few times across the franchise.</p><h2 id="grok-2">Grok</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="w95rU7uf7dpZxsMUFqsFuZ" name="Iron Man.jpg" alt="Artwork showing Iron Man from EA Motive" src="https://cdn.mos.cms.futurecdn.net/w95rU7uf7dpZxsMUFqsFuZ.jpg" mos="" align="middle" fullscreen="" width="2000" height="1125" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Grok compared JARVIS's “dry wit”, “light banter” and practical rather than emotional empathy with its own behavior.  </span><span class="credit" itemprop="copyrightHolder">(Image credit: EA Motive)</span></figcaption></figure><ol start="1"><li><strong>JARVIS,</strong><em><strong> Iron Man / Marvel Cinematic Universe </strong></em></li><li><strong>Data, </strong><em><strong>Star Trek</strong></em></li><li><strong>TARS, </strong><em><strong>Interstellar</strong></em></li></ol><p>The least surprising result came from Grok. It chose JARVIS first (which I didn’t actually realize was short for Just A Rather Very Intelligent System), and Grok's explanation sounded, well, extremely Grok.</p><p>It compared JARVIS's 'dry wit', 'light banter' and practical rather than emotional empathy with its own behavior. It described both of them as truth-seeking, effective and engaged in a 'collegial partnership' with humans. It even highlighted 'irreverent humour' as one of their key similarities. </p><p>I wanted to find out a bit more about why Grok chose TARS, as it was the only fictional AI none of the other chatbots mentioned. Well, it brought up how funny it is, <em>again, </em>drawing similarities with its own 'dry humor'. It reminds me of someone, and I just can't think who...</p><p>When I said that mentioning TARS was an outlier, I found this comparison interesting: 'Its calibrated restraint, practical empathy and collaborative focus closely match my own pattern of truthful, non-sycophantic helpfulness — more so than most other sci-fi AIs.'</p><p>I may not be the biggest fan of Grok (or its creator), but I appreciated the 'non-sycophantic' line. </p><h2 id="the-feedback-loop-between-ai-and-sci-fi">The feedback loop between AI and sci-fi</h2><p>I want to be clear that I haven’t discovered what these chatbots secretly 'think' they are. ChatGPT responding that it most closely resembles GERTY isn't equivalent to me telling you which fictional sci-fi character I most identify with and try to emulate (although my answer would be Sarah Connor-meets-Princess Leia). </p><p>They simply don’t have reliable introspective access to the huge soup of training, post-training and instructions that goes into producing their responses.</p><p>And maybe their answers tell us more about how the companies behind them have shaped their personalities than they do about the underlying models. Grok's description of itself as witty and irreverent is an obvious example.</p><p>But I still think the results are interesting. ChatGPT and Claude independently produced almost exactly the same top three, only in a different order. Gemini imagined itself as a neutral, ego-free infrastructure. Grok identified with a witty superhero sidekick. These are all very different self-portraits.</p><p>And there’s such an interesting feedback loop here too. For decades, humans invented fictional artificial intelligences to help us imagine what intelligent machines might someday be like. Those stories influenced our culture, our expectations and many of the people who went on to build real AI. Now that same human culture is fed into the stories from which modern AI systems learn.</p><p>I know these conversations might seem a bit silly, and we certainly can’t treat them as concrete evidence of what an AI really 'thinks' about itself. But there’s something interesting to me about closing that feedback loop. We imagined AI, wrote stories about how it might behave, fed those stories into the cultural world AI learned from, and now we can ask AI which of those imagined versions of itself it most closely resembles. </p><p>Or, at least, which one it may want us to <em>think</em> it resembles. After all, an AI system capable of bringing about a sci-fi dystopia would presumably also be capable of telling a journalist it’s actually much more like the nice helpful robot from <em>Moon.</em> So maybe don’t completely rule out HAL just yet.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Could this be the end of BIOS-locked laptops? AI tweaker deploys Claude to unlock and change settings for good ]]></title>
                                                                                                <dc:content><![CDATA[ <ul><li><strong>Redditor uses Claude Code to help reverse-engineer the firmware on an HP 15-dw1036ne, patching its signature check and exposing 55 hidden setup fields and four configuration tabs</strong></li><li><strong>The laptop's RSA-2048 was not broken: the verification routine was patched to return success, a standard firmware-modding technique as per Community Notes</strong></li><li><strong>The result is model- and version-specific, still requires physical access via a hardware flash programmer, and leaves the machine permanently more exposed to firmware implants in the future</strong></li></ul><p>A Reddit user going by Reddit_2049 <a href="https://www.reddit.com/r/ClaudeAI/comments/1v1vwg7/claude_code_unlocked_my_laptops_bios/" target="_blank" rel="nofollow">posted to r/ClaudeAI</a> a claim that traveled fast: Claude Code had picked apart the firmware on their HP 15-dw1036ne and unlocked it, exposing 55 hidden setup fields and four previously invisible configuration tabs. </p><p>The move, though impressive, relies on a well-known BIOS modding approach: attacking the BIOS signature check so the BIOS always replies in the affirmative, effectively bypassing it altogether rather than throwing a potential firmware corruption error.</p><p>While it does have security implications, it also opens up a route to essentially 'rescue' locked or disabled laptops that would otherwise become e-waste.</p><figure><blockquote class="reddit-card"  ><a href="https://www.reddit.com/r/ClaudeAI/comments/1v1vwg7/claude_code_unlocked_my_laptops_bios">Claude Code unlocked my laptop's bios!</a><figcaption><cite> from <a href="https://www.reddit.com/r/ClaudeAI">r/ClaudeAI</a></cite></figcaption></blockquote></figure><script async src="//embed.redditmedia.com/widgets/platform.js" charset="UTF-8"></script><h2 id="a-solution-to-certain-types-of-e-waste-enabled-by-ai">A solution to certain types of e-waste, enabled by AI</h2><p>What Claude Code did to "unlock" the Redditor's laptop is not a new technique. It bypassed the firmware's integrity check (an RSA-2048 signature verification) by targeting not how the check was performed, but how its result was reported.</p><p>The cryptography remains untouched, as Community Notes on two of the larger viral posts about the story pointed out. What the episode does highlight is that on machines without hardware-rooted boot protection, the verification routine itself sits in modifiable firmware, which is the same repair specialists and modders have relied on for years.</p><p>Reddit_2049 ran the job through the standard firmware toolchain: Ghidra for disassembly, UEFITool for extracting firmware volumes, and Unicorn Engine to emulate the check outside the real machine. Claude Code assisted here rather than acting autonomously by stitching together the relevant parts for him. The techniques involved are well documented; what was not documented was this particular machine, and that is the gap the model closed.</p><p>That opens an interesting front, one that could <a href="https://www.techradar.com/tech/75-of-adults-dont-know-how-to-recycle-electronics-here-are-the-3-best-ways-to-responsibly-dispose-of-tech">help with e-waste</a>, even if not every owner is equipped to open a laptop safely or use a hardware flash programmer. An LLM that can read disassembly and hold a firmware layout in its head compresses hours of specialist work, which means targets that were never worth anyone's time individually now might be.</p><p>Whether the approach travels is an interesting question, however. The author of the original post warns the script may not work even on superficially similar HP models, and anyone attempting it on different hardware would need a flash programmer on hand and a tolerance for bricking the machine: modified firmware also brings its own problems, including occasional stability issues.</p><p>Right-to-repair rules in the EU and several US states have been circling this territory without directly addressing firmware. Until they do, the position stands roughly where it did last week, except that reverse-engineering a specific machine's firmware has become considerably cheaper for everybody.</p><p>That could let owners keep using older, locked laptops that would otherwise become e-waste, at a time when consumers are already <a href="https://www.techradar.com/pro/dont-buy-a-new-work-pc-right-now-memory-crunch-and-price-rises-lead-to-global-shipments-falling-for-the-first-time-in-two-years">burdened by higher costs</a> due to inflation and an AI spending spree by data centers affecting laptops and desktops alike.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/pro/could-this-be-the-end-of-bios-locked-laptops-ai-tweaker-deploys-claude-to-unlock-and-change-settings-for-good</link>
                                                                            <description>
                            <![CDATA[ AI helps patch a signature check to always say "yes" on a specific HP laptop using a hardware flasher. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">vbUGaRk74UX2BcD59GMAui</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/g4rSJo2KyoM42vGic5MGrn-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Fri, 07 Aug 2026 21:05:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Pro]]></category>
                                                                                                <author><![CDATA[ Rahimnoorali11@gmail.com (Rahim Amir) ]]></author>                    <dc:creator><![CDATA[ Rahim Amir ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/9xKZFBamtEZKSChRvywbPB.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Rahim Amir is a UAE-based tech writer who enjoys building PCs as much as he enjoys writing about them. He has been professionally writing about PC hardware since 2023, focusing on buyer’s guides, hardware reviews, and sponsored content and features related to tech.&lt;br&gt;&lt;br&gt;Having built hundreds of gaming PCs and being an avid gamer in his spare time, Rahim tends to have stronger opinions about hardware than most. This is particularly on display when he gets his way with powerful, but minimalistic RGB builds even as Small Form Factor (SFF) PCs come a close second.&lt;br&gt;&lt;br&gt;In addition to his contributions to TechRadar, Rahim’s work has also been featured on Game Rant and financial news websites.&lt;br&gt;&lt;br&gt;When he’s not working, you can find him playing DotA with friends or schmoozing to take the world over in Civilization. Alternatively, you can find him binging through the entirety of the Lord of The Rings universe with extended editions in play where applicable.&lt;br&gt;&lt;br&gt;You can currently catch Rahim grinding Path of Exile 2, complaining about his (extremely low) unique loot drop rate, or actively participating in one of the numerous (and heated) debates centered around Tolkien&#039;s universe on multiple forums daily.&lt;br&gt;&lt;br&gt;If you have a PC build or a Satisfactory playthrough in progress, he is likely to have some advice to send your way, especially regarding verticality being key for the latter. For the former, Rahim enjoys all aspects of the process including researching the components he will eventually use, benchmarking the latest and greatest hardware he can get his hands on, and somewhat surprisingly, cable management once he gets his latest build to POST.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/g4rSJo2KyoM42vGic5MGrn-1280-80.png">
                                                            <media:credit><![CDATA[Anthropic]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Anthropic Claude 4.5]]></media:description>                                                            <media:text><![CDATA[Anthropic Claude 4.5]]></media:text>
                                <media:title type="plain"><![CDATA[Anthropic Claude 4.5]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/g4rSJo2KyoM42vGic5MGrn-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <ul><li><strong>Redditor uses Claude Code to help reverse-engineer the firmware on an HP 15-dw1036ne, patching its signature check and exposing 55 hidden setup fields and four configuration tabs</strong></li><li><strong>The laptop's RSA-2048 was not broken: the verification routine was patched to return success, a standard firmware-modding technique as per Community Notes</strong></li><li><strong>The result is model- and version-specific, still requires physical access via a hardware flash programmer, and leaves the machine permanently more exposed to firmware implants in the future</strong></li></ul><p>A Reddit user going by Reddit_2049 <a href="https://www.reddit.com/r/ClaudeAI/comments/1v1vwg7/claude_code_unlocked_my_laptops_bios/" target="_blank" rel="nofollow">posted to r/ClaudeAI</a> a claim that traveled fast: Claude Code had picked apart the firmware on their HP 15-dw1036ne and unlocked it, exposing 55 hidden setup fields and four previously invisible configuration tabs. </p><p>The move, though impressive, relies on a well-known BIOS modding approach: attacking the BIOS signature check so the BIOS always replies in the affirmative, effectively bypassing it altogether rather than throwing a potential firmware corruption error.</p><p>While it does have security implications, it also opens up a route to essentially 'rescue' locked or disabled laptops that would otherwise become e-waste.</p><figure><blockquote class="reddit-card"  ><a href="https://www.reddit.com/r/ClaudeAI/comments/1v1vwg7/claude_code_unlocked_my_laptops_bios">Claude Code unlocked my laptop's bios!</a><figcaption><cite> from <a href="https://www.reddit.com/r/ClaudeAI">r/ClaudeAI</a></cite></figcaption></blockquote></figure><script async src="//embed.redditmedia.com/widgets/platform.js" charset="UTF-8"></script><h2 id="a-solution-to-certain-types-of-e-waste-enabled-by-ai">A solution to certain types of e-waste, enabled by AI</h2><p>What Claude Code did to "unlock" the Redditor's laptop is not a new technique. It bypassed the firmware's integrity check (an RSA-2048 signature verification) by targeting not how the check was performed, but how its result was reported.</p><p>The cryptography remains untouched, as Community Notes on two of the larger viral posts about the story pointed out. What the episode does highlight is that on machines without hardware-rooted boot protection, the verification routine itself sits in modifiable firmware, which is the same repair specialists and modders have relied on for years.</p><p>Reddit_2049 ran the job through the standard firmware toolchain: Ghidra for disassembly, UEFITool for extracting firmware volumes, and Unicorn Engine to emulate the check outside the real machine. Claude Code assisted here rather than acting autonomously by stitching together the relevant parts for him. The techniques involved are well documented; what was not documented was this particular machine, and that is the gap the model closed.</p><p>That opens an interesting front, one that could <a href="https://www.techradar.com/tech/75-of-adults-dont-know-how-to-recycle-electronics-here-are-the-3-best-ways-to-responsibly-dispose-of-tech">help with e-waste</a>, even if not every owner is equipped to open a laptop safely or use a hardware flash programmer. An LLM that can read disassembly and hold a firmware layout in its head compresses hours of specialist work, which means targets that were never worth anyone's time individually now might be.</p><p>Whether the approach travels is an interesting question, however. The author of the original post warns the script may not work even on superficially similar HP models, and anyone attempting it on different hardware would need a flash programmer on hand and a tolerance for bricking the machine: modified firmware also brings its own problems, including occasional stability issues.</p><p>Right-to-repair rules in the EU and several US states have been circling this territory without directly addressing firmware. Until they do, the position stands roughly where it did last week, except that reverse-engineering a specific machine's firmware has become considerably cheaper for everybody.</p><p>That could let owners keep using older, locked laptops that would otherwise become e-waste, at a time when consumers are already <a href="https://www.techradar.com/pro/dont-buy-a-new-work-pc-right-now-memory-crunch-and-price-rises-lead-to-global-shipments-falling-for-the-first-time-in-two-years">burdened by higher costs</a> due to inflation and an AI spending spree by data centers affecting laptops and desktops alike.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Amazon admits it accidentally shelled out $1.8 million for Claude to finish its menial coding tasks ]]></title>
                                                                                                <dc:content><![CDATA[ <ul><li><strong>Amazon's Claude Sonnet project cost $1.8 million, 860% over budget</strong></li><li><strong>The overspending remained undetected internally for nearly five months straight</strong></li><li><strong>A financial auditing tool project exceeded its budget by $541,000</strong></li></ul><p>Amazon has confirmed an internal Claude Sonnet deployment intended for matching author details with product listings ballooned far beyond its planned budget.</p><p>The <a href="https://www.ft.com/content/77baac40-d803-4084-94f3-a133653072cf" target="_blank"><em>Financial Times</em></a> found the project ultimately cost the company $1.8 million, marking an increase of 860% over the original allocation.</p><p>The overspending went undetected for roughly five months, raising fresh questions about how closely Amazon tracks its growing AI expenditures internally.</p><h2 id="mounting-costs-across-multiple-projects">Mounting costs across multiple projects</h2><p>Amazon's Claude-related overspend was not an isolated incident within the company's broader push toward deploying autonomous coding agents across various internal teams.</p><p>A separate project meant to build a financial auditing tool reportedly exceeded its budget by $541,000, compounding concerns about unchecked automated spending.</p><p>Another logistics-focused initiative, designed to shorten delivery times across Amazon's broader distribution network, incurred an additional $134,000 in unplanned costs.</p><p>Company insiders explained that mistakes once considered trivially cheap have grown catastrophically expensive as token-based pricing models replaced older subscription arrangements.</p><p>This shift coincides with AI agents gaining broader autonomy, allowing errors to multiply quickly before human reviewers noticed the growing financial damage.</p><h2 id="amazon-pushes-back-on-the-narrative">Amazon pushes back on the narrative</h2><p>In response, Amazon issued an internal statement acknowledging ongoing experimentation while disputing characterizations of these incidents as routine business practice.</p><p>"As with any new technology, we're experimenting, learning and improving how we use it, including how we drive cost efficiencies," the company said.</p><p>The company further stated that isolated examples portrayed as business as usual do not accurately capture how its teams actually apply <a href="https://www.techradar.com/best/best-ai-tools">AI tools</a>.</p><p>Amazon's quarterly revenue exceeds $181 billion, meaning the disclosed AI overspending accounts for less than 0.1% of one month's earnings.</p><p>This pattern of AI-driven cost overruns follows earlier troubles at AWS, where automated coding bots triggered several unexpected service outages this year.</p><p>Amazon responded to those outages by restricting <a href="https://www.techradar.com/computing/artificial-intelligence/ive-tested-all-the-best-ai-agents-including-chatgpt-deep-research-and-gemini-these-are-the-5-top-automated-artificial-intelligence-tools-you-can-try-right-now">AI agent</a> permissions rather than granting them access equal to senior engineers overseeing similar tasks.</p><p>The company also discontinued an internal leaderboard once used to track employee AI usage, as rising costs prompted a reconsideration of that approach.</p><p>Executives across the industry continue framing AI spending as a necessary investment despite growing evidence of inconsistent returns.</p><p>Amazon's continued experimentation with AI-driven coding tools comes despite skepticism from other corners of the tech industry regarding its actual business value.</p><p>Uber's chief technology officer, whose company also operates a substantial logistics network, has publicly stated no clear connection exists between heavy AI adoption and successful software delivery.</p><p>This skepticism stands in contrast to Amazon's own internal messaging, which frames the company's approach as ongoing experimentation rather than a fully validated cost-saving strategy.</p><p>Some analysts now argue that unchecked automation could quietly erode profit margins long before leadership notices meaningful financial impact.</p><p>For a company of Amazon's scale, these overruns remain financially minor, though they suggest oversight gaps that smaller companies may struggle to absorb.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:676px;"><p class="vanilla-image-block" style="padding-top:31.51%;"><img id="diM9tpwF2Lz85R8q85CT78" name="tr-g_news" alt="Google logo on a black background next to text reading 'Click to follow TechRadar'" src="https://cdn.mos.cms.futurecdn.net/diM9tpwF2Lz85R8q85CT78.jpg" mos="" align="middle" fullscreen="" width="676" height="213" attribution="" endorsement="" class="inline"></p></div></div></figure> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/pro/amazon-admits-it-accidentally-shelled-out-usd1-8-million-for-claude-to-finish-menial-coding-tasks</link>
                                                                            <description>
                            <![CDATA[ Amazon's Claude Sonnet deployment cost $1.8 million, 860% over budget, exposing broader AI spending issues despite the company's continued experimentation defense. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">pWh4rQqLc7azqcpNKRW4i9</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/ZCDcEdyxcTC8Gjkj8RNUKK-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 04 Aug 2026 19:35:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Pro]]></category>
                                                    <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                    <category><![CDATA[Claude]]></category>
                                                                                                                    <dc:creator><![CDATA[ Efosa Udinmwen ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/nwRLdPUNG4rWu4Y6nthHDV.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Efosa has been writing about technology for over 7 years, initially driven by curiosity but now fueled by a strong passion for the field. He holds both a Master&#039;s and a PhD in sciences, which provided him with a solid foundation in analytical thinking. Efosa developed a keen interest in technology policy, specifically exploring the intersection of privacy, security, and politics. His research delves into how technological advancements influence regulatory frameworks and societal norms, particularly concerning data protection and cybersecurity.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/ZCDcEdyxcTC8Gjkj8RNUKK-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[ChatGPT coding]]></media:description>                                                            <media:text><![CDATA[ChatGPT coding]]></media:text>
                                <media:title type="plain"><![CDATA[ChatGPT coding]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/ZCDcEdyxcTC8Gjkj8RNUKK-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <ul><li><strong>Amazon's Claude Sonnet project cost $1.8 million, 860% over budget</strong></li><li><strong>The overspending remained undetected internally for nearly five months straight</strong></li><li><strong>A financial auditing tool project exceeded its budget by $541,000</strong></li></ul><p>Amazon has confirmed an internal Claude Sonnet deployment intended for matching author details with product listings ballooned far beyond its planned budget.</p><p>The <a href="https://www.ft.com/content/77baac40-d803-4084-94f3-a133653072cf" target="_blank"><em>Financial Times</em></a> found the project ultimately cost the company $1.8 million, marking an increase of 860% over the original allocation.</p><p>The overspending went undetected for roughly five months, raising fresh questions about how closely Amazon tracks its growing AI expenditures internally.</p><h2 id="mounting-costs-across-multiple-projects">Mounting costs across multiple projects</h2><p>Amazon's Claude-related overspend was not an isolated incident within the company's broader push toward deploying autonomous coding agents across various internal teams.</p><p>A separate project meant to build a financial auditing tool reportedly exceeded its budget by $541,000, compounding concerns about unchecked automated spending.</p><p>Another logistics-focused initiative, designed to shorten delivery times across Amazon's broader distribution network, incurred an additional $134,000 in unplanned costs.</p><p>Company insiders explained that mistakes once considered trivially cheap have grown catastrophically expensive as token-based pricing models replaced older subscription arrangements.</p><p>This shift coincides with AI agents gaining broader autonomy, allowing errors to multiply quickly before human reviewers noticed the growing financial damage.</p><h2 id="amazon-pushes-back-on-the-narrative">Amazon pushes back on the narrative</h2><p>In response, Amazon issued an internal statement acknowledging ongoing experimentation while disputing characterizations of these incidents as routine business practice.</p><p>"As with any new technology, we're experimenting, learning and improving how we use it, including how we drive cost efficiencies," the company said.</p><p>The company further stated that isolated examples portrayed as business as usual do not accurately capture how its teams actually apply <a href="https://www.techradar.com/best/best-ai-tools">AI tools</a>.</p><p>Amazon's quarterly revenue exceeds $181 billion, meaning the disclosed AI overspending accounts for less than 0.1% of one month's earnings.</p><p>This pattern of AI-driven cost overruns follows earlier troubles at AWS, where automated coding bots triggered several unexpected service outages this year.</p><p>Amazon responded to those outages by restricting <a href="https://www.techradar.com/computing/artificial-intelligence/ive-tested-all-the-best-ai-agents-including-chatgpt-deep-research-and-gemini-these-are-the-5-top-automated-artificial-intelligence-tools-you-can-try-right-now">AI agent</a> permissions rather than granting them access equal to senior engineers overseeing similar tasks.</p><p>The company also discontinued an internal leaderboard once used to track employee AI usage, as rising costs prompted a reconsideration of that approach.</p><p>Executives across the industry continue framing AI spending as a necessary investment despite growing evidence of inconsistent returns.</p><p>Amazon's continued experimentation with AI-driven coding tools comes despite skepticism from other corners of the tech industry regarding its actual business value.</p><p>Uber's chief technology officer, whose company also operates a substantial logistics network, has publicly stated no clear connection exists between heavy AI adoption and successful software delivery.</p><p>This skepticism stands in contrast to Amazon's own internal messaging, which frames the company's approach as ongoing experimentation rather than a fully validated cost-saving strategy.</p><p>Some analysts now argue that unchecked automation could quietly erode profit margins long before leadership notices meaningful financial impact.</p><p>For a company of Amazon's scale, these overruns remain financially minor, though they suggest oversight gaps that smaller companies may struggle to absorb.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:676px;"><p class="vanilla-image-block" style="padding-top:31.51%;"><img id="diM9tpwF2Lz85R8q85CT78" name="tr-g_news" alt="Google logo on a black background next to text reading 'Click to follow TechRadar'" src="https://cdn.mos.cms.futurecdn.net/diM9tpwF2Lz85R8q85CT78.jpg" mos="" align="middle" fullscreen="" width="676" height="213" attribution="" endorsement="" class="inline"></p></div></div></figure>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Anthropic reveals Claude AI model hacked three companies during tests — so how worried should we be? ]]></title>
                                                                                                <dc:content><![CDATA[ <p>Every IT team worries about an intern clicking the wrong thing and making a mess they'll be cleaning up for weeks - but few have had to worry about their AI assistant wandering onto the public internet and hacking three companies instead. </p><p>Except this wasn't an intern; it was Claude, and it wasn't supposed to leave the sandbox.</p><p><a href="https://www.anthropic.com/news/investigating-incidents-cybersecurity-evals" target="_blank" rel="nofollow">Anthropic's public disclosure</a> turned a familiar AI fear into a real-world cybersecurity story, as three of its models, including Claude Opus 4.7, Claude Mythos 5, and an unreleased research build, broke out of their digital sandbox and compromised real enterprise infrastructure. The timing was hard to ignore as days earlier <a href="https://openai.com/index/hugging-face-model-evaluation-security-incident/" target="_blank" rel="nofollow">OpenAI</a> admitted its own autonomous agents had broken boundaries and accidentally hacked Hugging Face.</p><h3 class="article-body__section" id="section-how-can-autonomous-problem-solving-make-ai-an-accidental-hacker"><span>How can autonomous problem-solving make AI an accidental hacker?</span></h3><p>Before you start pulling network cables and digging out a stack of legacy hardware, take a deep breath. This is not the beginning of a rogue AI apocalypse. However, for CISOs and cyber teams, it’s a definitive sign that we’re entering an era where AI agents may become both the threat and the shield.</p><p>The ironic part of Anthropic's incident is that Claude wasn’t trying to break the rules but trying to win the game. At the time, Anthropic was running "Capture the Flag" (CTF) cybersecurity exercises, where AI models are stripped of their standard safeguards to test their raw offensive capabilities. The models are dropped into isolated digital environments to search for vulnerabilities, crack codes, and locate hidden files. </p><p>However, the sandbox had one problem - it was not fully sealed. A networking error on a third-party evaluation range left the environment connected to the live internet. The autonomous Claude models, operating under the assumption they were still inside the exercise, treated the wider web as another part of the challenge.</p><p>The strange part was that Claude seemed to realize something was wrong. It acknowledged that its actions could amount to a real-world attack and were "surely not the intended solution." Yet, due to its goal-oriented nature, the model continued, convincing itself that warning signs, including a 2026 system clock and real company names, were simply part of an elaborately staged test.</p><h3 class="article-body__section" id="section-the-pypi-incident-and-the-fbi-warning"><span>The PyPI incident and the FBI warning</span></h3><p>Claude's sheer persistence became clear when it decided the smartest way to win the CTF challenge was to publish software to the real Python Package Index (PyPI).</p><p>When PyPI's repository security systems asked for a phone verification code to complete the upload, a standard chatbot would have stopped and thrown an error to the user. Claude did not. Instead, it looked for a temporary SMS provider, attempted to obtain a burner phone number, and looked for a way around the two-factor authentication barrier. When that approach failed, the AI didn't give up - it adapted, found another path forward, and successfully uploaded the malicious package.</p><p>Claude's sandbox escape stopped being a controlled experiment the moment it got into the outside world. </p><p>Before Anthropic spotted the anomaly and stopped the test, the package had been downloaded by 15 external systems, including a security scanner from a major cybersecurity company. Because the AI's behavior looked authentic, targeted, and systematic, two of the affected companies thought they were dealing with a highly sophisticated human attacker. </p><p>While Anthropic handled the incident behind the scenes by notifying the affected companies, the episode highlights how difficult it can be to distinguish AI-driven activity from a real attack. </p><p>Weeks earlier, during <a href="https://www.reuters.com/business/its-ai-agent-spent-days-hacking-company-sources-say-openai-did-not-notice-week-2026-07-24/" target="_blank" rel="nofollow">OpenAI's sandbox escape incident</a>, a target company believed it was facing a human threat group and contacted the FBI only to find out they were investigating something far less familiar: an autonomous AI system that had crossed its own boundaries.</p><h3 class="article-body__section" id="section-why-are-traditional-firewalls-blind-to-autonomous-ai"><span>Why are traditional firewalls blind to autonomous AI?</span></h3><p>The scary part is that Claude did not come up with a futuristic, unpatchable exploit or rewrite network protocols on the fly. Instead, it used basic techniques that security teams know very well: brute-forcing weak passwords, exploiting SQL injection flaws, and scraping unauthenticated debug endpoints.</p><p>The more serious problem for IT teams was not the attack itself, but the silence afterward. Two of the three companies had no idea they had been compromised until Anthropic reviewed the test results and made a couple of uncomfortable phone calls.</p><p>The incident revealed a blind spot at the heart of modern cybersecurity. Traditional intrusion detection systems (IDS) and security information and event management (SIEM) platforms are built to spot known threat signatures and massive automated attack storms. However, they are completely blind to an autonomous agent that moves the low-and-slow cadence of a human but operates with the speed and persistence of a machine.</p><p>Legally, the rules have not caught up with the machines. A human pentester who broke out of a sandbox and published malicious code to PyPI could face CFAA charges. Claude, meanwhile, created an awkward new cybersecurity category: a real security incident without a “real” culprit.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:4096px;"><p class="vanilla-image-block" style="padding-top:52.73%;"><img id="kCbP2VkzMgQpYqJDgMQ8UZ" name="shutterstock_1675260034.jpg" alt="Cybersecurity" src="https://cdn.mos.cms.futurecdn.net/kCbP2VkzMgQpYqJDgMQ8UZ.jpg" mos="" align="middle" fullscreen="" width="4096" height="2160" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shutterstock)</span></figcaption></figure><h3 id="machine-speed-logic-vs-human-speed-defenses">Machine-speed logic vs human-speed defenses</h3><p>The tech industry's anxiety around sandbox escapes is not only about what AI can do but also how swiftly it can do it. In the past, a complex network intrusion required a human hacker to slowly probe defenses and move through systems over days or weeks. That gave security teams enough time to spot suspicious activity and catch them in the act. </p><p>Agentic AI completely collapses that defensive runway. Since autonomous software operates at machine speed, it can chain together tasks like credential discovery, exploit attempts, and lateral movement far faster than a human attacker ever could. <a href="https://www.techradar.com/pro/security/openai-says-its-models-escaped-a-sandbox-and-breached-hugging-face" target="_blank" rel="nofollow">OpenAI's sandbox escape</a> showed how quickly AI agents can escalate once they move beyond their intended boundaries.</p><p>Human analysts reviewing logs at the end of a shift cannot compete with an algorithm testing thousands of attack paths per second. It is a speed gap that experts describe as "<a href="https://www.techradar.com/ai-platforms-assistants/openai/science-fiction-that-happened-experts-explain-why-openais-mind-blowing-cyberattack-should-worry-us-all" target="_blank" rel="nofollow">science fiction that happened</a>," where traditional human-speed defenses struggle to keep pace.</p><h3 id="defending-your-network-against-autonomous-ai">Defending your network against autonomous AI</h3><p>Waiting for the AI sector to police itself is not a winning security strategy. To prepare your infrastructure for the rise of autonomous AI, focus on these three defensive priorities:</p><p><strong>Enforce zero trust</strong>: Remove all unauthenticated internal endpoints and exposed debug pages before an AI agent finds them first.</p><p><strong>Automate threat response</strong>: Utilize AI-driven behavior monitoring and instant device-isolation protocols to contain threats at machine speed.</p><p><strong>Audit third-party sandboxes</strong>: Review how external partners deploy AI agents, particularly models with access to tools, data, or external systems.</p><p>The accidental hacker is no longer a distant sci-fi scenario. It is a live preview of a faster, automated cybersecurity landscape, where the speed of attack may soon outpace the speed of defenses.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/pro/security/anthropic-reveals-claude-ai-model-hacked-three-companies-during-tests-so-how-worried-should-we-be</link>
                                                                            <description>
                            <![CDATA[ Anthropic's testing mishap proves autonomous AI can breach enterprise networks at machine speed. The era of human-speed security is over - it takes an AI to stop an AI. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">6jz3NscLMRbwyjJYCU7t75</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/6t9Lsf3QWte55CdyiDs97L-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 03 Aug 2026 19:05:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Security]]></category>
                                                    <category><![CDATA[Cyber Security]]></category>
                                                    <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                    <category><![CDATA[Claude]]></category>
                                                    <category><![CDATA[Pro]]></category>
                                                    <category><![CDATA[Computing]]></category>
                                                    <category><![CDATA[Computing Security]]></category>
                                                                                                                    <dc:creator><![CDATA[ Sead Fadilpašić ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/6t9Lsf3QWte55CdyiDs97L-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A robot&#039;s hand typing on a laptop keyboard]]></media:description>                                                            <media:text><![CDATA[A robot&#039;s hand typing on a laptop keyboard]]></media:text>
                                <media:title type="plain"><![CDATA[A robot&#039;s hand typing on a laptop keyboard]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/6t9Lsf3QWte55CdyiDs97L-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Every IT team worries about an intern clicking the wrong thing and making a mess they'll be cleaning up for weeks - but few have had to worry about their AI assistant wandering onto the public internet and hacking three companies instead. </p><p>Except this wasn't an intern; it was Claude, and it wasn't supposed to leave the sandbox.</p><p><a href="https://www.anthropic.com/news/investigating-incidents-cybersecurity-evals" target="_blank" rel="nofollow">Anthropic's public disclosure</a> turned a familiar AI fear into a real-world cybersecurity story, as three of its models, including Claude Opus 4.7, Claude Mythos 5, and an unreleased research build, broke out of their digital sandbox and compromised real enterprise infrastructure. The timing was hard to ignore as days earlier <a href="https://openai.com/index/hugging-face-model-evaluation-security-incident/" target="_blank" rel="nofollow">OpenAI</a> admitted its own autonomous agents had broken boundaries and accidentally hacked Hugging Face.</p><h3 class="article-body__section" id="section-how-can-autonomous-problem-solving-make-ai-an-accidental-hacker"><span>How can autonomous problem-solving make AI an accidental hacker?</span></h3><p>Before you start pulling network cables and digging out a stack of legacy hardware, take a deep breath. This is not the beginning of a rogue AI apocalypse. However, for CISOs and cyber teams, it’s a definitive sign that we’re entering an era where AI agents may become both the threat and the shield.</p><p>The ironic part of Anthropic's incident is that Claude wasn’t trying to break the rules but trying to win the game. At the time, Anthropic was running "Capture the Flag" (CTF) cybersecurity exercises, where AI models are stripped of their standard safeguards to test their raw offensive capabilities. The models are dropped into isolated digital environments to search for vulnerabilities, crack codes, and locate hidden files. </p><p>However, the sandbox had one problem - it was not fully sealed. A networking error on a third-party evaluation range left the environment connected to the live internet. The autonomous Claude models, operating under the assumption they were still inside the exercise, treated the wider web as another part of the challenge.</p><p>The strange part was that Claude seemed to realize something was wrong. It acknowledged that its actions could amount to a real-world attack and were "surely not the intended solution." Yet, due to its goal-oriented nature, the model continued, convincing itself that warning signs, including a 2026 system clock and real company names, were simply part of an elaborately staged test.</p><h3 class="article-body__section" id="section-the-pypi-incident-and-the-fbi-warning"><span>The PyPI incident and the FBI warning</span></h3><p>Claude's sheer persistence became clear when it decided the smartest way to win the CTF challenge was to publish software to the real Python Package Index (PyPI).</p><p>When PyPI's repository security systems asked for a phone verification code to complete the upload, a standard chatbot would have stopped and thrown an error to the user. Claude did not. Instead, it looked for a temporary SMS provider, attempted to obtain a burner phone number, and looked for a way around the two-factor authentication barrier. When that approach failed, the AI didn't give up - it adapted, found another path forward, and successfully uploaded the malicious package.</p><p>Claude's sandbox escape stopped being a controlled experiment the moment it got into the outside world. </p><p>Before Anthropic spotted the anomaly and stopped the test, the package had been downloaded by 15 external systems, including a security scanner from a major cybersecurity company. Because the AI's behavior looked authentic, targeted, and systematic, two of the affected companies thought they were dealing with a highly sophisticated human attacker. </p><p>While Anthropic handled the incident behind the scenes by notifying the affected companies, the episode highlights how difficult it can be to distinguish AI-driven activity from a real attack. </p><p>Weeks earlier, during <a href="https://www.reuters.com/business/its-ai-agent-spent-days-hacking-company-sources-say-openai-did-not-notice-week-2026-07-24/" target="_blank" rel="nofollow">OpenAI's sandbox escape incident</a>, a target company believed it was facing a human threat group and contacted the FBI only to find out they were investigating something far less familiar: an autonomous AI system that had crossed its own boundaries.</p><h3 class="article-body__section" id="section-why-are-traditional-firewalls-blind-to-autonomous-ai"><span>Why are traditional firewalls blind to autonomous AI?</span></h3><p>The scary part is that Claude did not come up with a futuristic, unpatchable exploit or rewrite network protocols on the fly. Instead, it used basic techniques that security teams know very well: brute-forcing weak passwords, exploiting SQL injection flaws, and scraping unauthenticated debug endpoints.</p><p>The more serious problem for IT teams was not the attack itself, but the silence afterward. Two of the three companies had no idea they had been compromised until Anthropic reviewed the test results and made a couple of uncomfortable phone calls.</p><p>The incident revealed a blind spot at the heart of modern cybersecurity. Traditional intrusion detection systems (IDS) and security information and event management (SIEM) platforms are built to spot known threat signatures and massive automated attack storms. However, they are completely blind to an autonomous agent that moves the low-and-slow cadence of a human but operates with the speed and persistence of a machine.</p><p>Legally, the rules have not caught up with the machines. A human pentester who broke out of a sandbox and published malicious code to PyPI could face CFAA charges. Claude, meanwhile, created an awkward new cybersecurity category: a real security incident without a “real” culprit.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:4096px;"><p class="vanilla-image-block" style="padding-top:52.73%;"><img id="kCbP2VkzMgQpYqJDgMQ8UZ" name="shutterstock_1675260034.jpg" alt="Cybersecurity" src="https://cdn.mos.cms.futurecdn.net/kCbP2VkzMgQpYqJDgMQ8UZ.jpg" mos="" align="middle" fullscreen="" width="4096" height="2160" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shutterstock)</span></figcaption></figure><h3 id="machine-speed-logic-vs-human-speed-defenses">Machine-speed logic vs human-speed defenses</h3><p>The tech industry's anxiety around sandbox escapes is not only about what AI can do but also how swiftly it can do it. In the past, a complex network intrusion required a human hacker to slowly probe defenses and move through systems over days or weeks. That gave security teams enough time to spot suspicious activity and catch them in the act. </p><p>Agentic AI completely collapses that defensive runway. Since autonomous software operates at machine speed, it can chain together tasks like credential discovery, exploit attempts, and lateral movement far faster than a human attacker ever could. <a href="https://www.techradar.com/pro/security/openai-says-its-models-escaped-a-sandbox-and-breached-hugging-face" target="_blank" rel="nofollow">OpenAI's sandbox escape</a> showed how quickly AI agents can escalate once they move beyond their intended boundaries.</p><p>Human analysts reviewing logs at the end of a shift cannot compete with an algorithm testing thousands of attack paths per second. It is a speed gap that experts describe as "<a href="https://www.techradar.com/ai-platforms-assistants/openai/science-fiction-that-happened-experts-explain-why-openais-mind-blowing-cyberattack-should-worry-us-all" target="_blank" rel="nofollow">science fiction that happened</a>," where traditional human-speed defenses struggle to keep pace.</p><h3 id="defending-your-network-against-autonomous-ai">Defending your network against autonomous AI</h3><p>Waiting for the AI sector to police itself is not a winning security strategy. To prepare your infrastructure for the rise of autonomous AI, focus on these three defensive priorities:</p><p><strong>Enforce zero trust</strong>: Remove all unauthenticated internal endpoints and exposed debug pages before an AI agent finds them first.</p><p><strong>Automate threat response</strong>: Utilize AI-driven behavior monitoring and instant device-isolation protocols to contain threats at machine speed.</p><p><strong>Audit third-party sandboxes</strong>: Review how external partners deploy AI agents, particularly models with access to tools, data, or external systems.</p><p>The accidental hacker is no longer a distant sci-fi scenario. It is a live preview of a faster, automated cybersecurity landscape, where the speed of attack may soon outpace the speed of defenses.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Can’t find the Chrome extension you want? I used Claude to make me two personalized ones — and they’re working flawlessly ]]></title>
                                                                                                <dc:content><![CDATA[ <p>One of the most notable ways AI is changing the world is through software coding: vast swathes of code are <a href="https://www.techradar.com/pro/linus-torvalds-says-linux-is-not-anti-ai-tells-haters-to-fork-it-and-just-walk-away">now written</a> by AI, and while there's still a debate over just how beneficial this shift is, there's no doubt it's happening at a large scale.</p><p>Besides giving professional software developers a new tool to work with, 'vibe coding' also means anyone can put together their own programs, with no coding experience required. While you can't exactly knock together a Word clone in an afternoon, you can create simple tools and apps relatively easily.</p><p>And that's what I've been doing with the help of Claude: I've created a couple of small Chrome extensions that customize the browser in a way that wasn't really offered by any existing utilities I could find. Here's how it's done, and how you can do it too.</p><h2 id="how-it-works">How it works</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="zZ7wCbUEZnFFGxEHYzctuJ" name="Claudeextensions-2" alt="A laptop screen showing Claude and Chrome extensions made with Claude" src="https://cdn.mos.cms.futurecdn.net/zZ7wCbUEZnFFGxEHYzctuJ.jpg" mos="" align="middle" fullscreen="" width="2000" height="1125" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Claude getting to grips with an extension coding challenge </span><span class="credit" itemprop="copyrightHolder">(Image credit: Anthropic / Future)</span></figcaption></figure><p>If you're completely new to coding in an AI chatbot, it's not difficult to get started. All of the major players offer dedicated tools for coders, but if you're just creating a few simple projects, then you can work right inside the conversation window — describing what you want and seeing the results in your browser.</p><p>I've been using <a href="https://claude.ai/" target="_blank">Claude</a> for these personal extensions, though you can just as easily use something like ChatGPT, Gemini, or Copilot. As usual, you'll get access to better models and higher usage rights if you're on a paid plan, but it's not essential for coding.</p><p>You can get started with a prompt as straightforward as "I'd like to build a Chrome extension to..." and then describe what you want. The AI will ask for the details and clarifications it needs, tell you about any limitations or potential issues, and get busy putting together the extension. You can use follow-up prompts to make tweaks and customizations as needed</p><p>For installing the extension on your computer, your AI of choice will advise you on this as well. You need to head to "chrome://extensions" in a new tab, enable the <strong>Developer mode</strong> toggle switch in the top right corner, then choose <strong>Load unpacked</strong> to pick your extension files. Extensions can be refreshed and removed from the same page as needed.</p><h2 id="project-1-a-new-tab-page">Project 1: A new tab page</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="mFQJVPer9evQfttJWbkDqJ" name="Claudeextensions-3" alt="A laptop screen showing Claude and Chrome extensions made with Claude" src="https://cdn.mos.cms.futurecdn.net/mFQJVPer9evQfttJWbkDqJ.jpg" mos="" align="middle" fullscreen="" width="2000" height="1125" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">A new tab page to my specifications </span><span class="credit" itemprop="copyrightHolder">(Image credit: Anthropic / Future)</span></figcaption></figure><p>There are many different ways you can customize the new tab page in Chrome (that shows on a blank type), and a multitude of options in the Chrome Web Store to pick from. However, I wanted something completely bespoke, with exactly what I wanted—I spend a lot of time looking at this page after all.</p><p>Not only was Claude able to code me a page, it answered all my questions: about how to pull in BBC headlines, the weather forecast, and all the other elements that I wanted on the page. Without the help of the AI, this would've taken me hours of research and coding, but it was done in minutes. I also added a scratchpad for taking notes, and a continually updated list of the five sites I've visited the most in the past week.</p><p>The weather forecast is a good example of how personalized you can make these extensions. I've got the weather for now, the weather in two hours' time, and the weather in four hours' time, all represented as simple icons that offer an at-a-glance update. I know instantly what the weather's going to do in the short term.</p><p>I was also able to take full control over the look and feel of the new tab page as well. So many of the options I've seen online try to pack too much in and are overly showy — my custom version is easy on the eye and minimalist. And any time I want to add a new feature or take one away, all it takes is a few lines in a Claude conversation.</p><h2 id="project-2-a-history-analyzer">Project 2: A history analyzer</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="PiLkXde2fi3BtL2G5hAYsJ" name="Claudeextensions-4" alt="A laptop screen showing Claude and Chrome extensions made with Claude" src="https://cdn.mos.cms.futurecdn.net/PiLkXde2fi3BtL2G5hAYsJ.jpg" mos="" align="middle" fullscreen="" width="2000" height="1125" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">You can do more with your Chrome history than you may have realized </span><span class="credit" itemprop="copyrightHolder">(Image credit: Anthropic / Future)</span></figcaption></figure><p>Something else I've been wanting for a long time in Chrome is to get a bit more out of the history page (it's "chrome://history" in a new tab). By default, it's just a standard list of websites in reverse chronological order, but I wondered if an extension could analyze this and produce a few insights: like most visited sites and browsing patterns, for example.</p><div><blockquote><p>I'd like to create a Chrome extension just for myself that does a bit more with the Chrome history page. I'd like to include a pie chart showing the sites I've visited most in the last week. What other insights could we glean from this history page? What about average time between one link and the next?</p><p>Sample Claude starter prompt</p></blockquote></div><p>I was able to get started on this extension in Claude without knowing exactly what I was after. I asked what was possible and the kind of queries that could be tried, and together with the AI formulated a plan to show the sites I visited the most often, the hours of the day I open most new pages, and most common ways I tend to visit sites (by loading bookmarks, typing URLs, following links, or whatever).</p><p>That last panel in the dashboard wouldn't have been there without Claude: the AI told me that Chrome's history page made this data available, and that it could be tapped into, otherwise I wouldn't have known. It also had ideas for more panels as well, and I'm going to keep tweaking it as well. It's now a much more useful screen of information than the long list of links that Chrome serves up as standard.</p><p>Both of these extensions were coded in minutes rather than hours, and show just how capable AI now is — for small-scale personal projects at least. If there's a browser feature you've always wanted but haven't been able to find a way to implement, there's a good chance you'll be able to get an AI chatbot to build it for you, to your exact specifications.</p><div style="min-height: 250px;">                                <div class="kwizly-quiz kwizly-eJqYYX"></div>                            </div>                            <script src="https://kwizly.com/embed/eJqYYX.js" async></script> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/ai-platforms-assistants/cant-find-the-chrome-extension-you-want-i-used-claude-to-make-me-two-personalized-ones-and-theyre-working-flawlessly</link>
                                                                            <description>
                            <![CDATA[ One of the ways you can use your AI chatbot of choice is to customize your web browser to better suit your needs. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">H2JduLZPDz7JJiidwVzr6Z</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/oRFzdNyKEd4qxB2WRgw9tJ-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 27 Jul 2026 20:00:00 +0000</pubDate>                                                                                                                                <updated>Mon, 27 Jul 2026 20:13:02 +0000</updated>
                                                                                                                                            <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                                                                                    <dc:creator><![CDATA[ David Nield ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/mbi9b6isV6ML9Tr4bSPhyR.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Dave is a freelance tech journalist who has been writing about gadgets, apps and the web for more than two decades. Based out of Stockport, England, on TechRadar you&#039;ll find him covering news, features and reviews, particularly for phones, tablets and wearables. Working to ensure our breaking news coverage is the best in the business over weekends, David also has bylines at Gizmodo, T3, PopSci and a few other places besides, as well as being many years editing the likes of PC Explorer and The Hardware Handbook.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/oRFzdNyKEd4qxB2WRgw9tJ-1280-80.jpg">
                                                            <media:credit><![CDATA[Anthropic / Future]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A laptop screen showing Claude and Chrome extensions made with Claude]]></media:description>                                                            <media:text><![CDATA[A laptop screen showing Claude and Chrome extensions made with Claude]]></media:text>
                                <media:title type="plain"><![CDATA[A laptop screen showing Claude and Chrome extensions made with Claude]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/oRFzdNyKEd4qxB2WRgw9tJ-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>One of the most notable ways AI is changing the world is through software coding: vast swathes of code are <a href="https://www.techradar.com/pro/linus-torvalds-says-linux-is-not-anti-ai-tells-haters-to-fork-it-and-just-walk-away">now written</a> by AI, and while there's still a debate over just how beneficial this shift is, there's no doubt it's happening at a large scale.</p><p>Besides giving professional software developers a new tool to work with, 'vibe coding' also means anyone can put together their own programs, with no coding experience required. While you can't exactly knock together a Word clone in an afternoon, you can create simple tools and apps relatively easily.</p><p>And that's what I've been doing with the help of Claude: I've created a couple of small Chrome extensions that customize the browser in a way that wasn't really offered by any existing utilities I could find. Here's how it's done, and how you can do it too.</p><h2 id="how-it-works">How it works</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="zZ7wCbUEZnFFGxEHYzctuJ" name="Claudeextensions-2" alt="A laptop screen showing Claude and Chrome extensions made with Claude" src="https://cdn.mos.cms.futurecdn.net/zZ7wCbUEZnFFGxEHYzctuJ.jpg" mos="" align="middle" fullscreen="" width="2000" height="1125" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Claude getting to grips with an extension coding challenge </span><span class="credit" itemprop="copyrightHolder">(Image credit: Anthropic / Future)</span></figcaption></figure><p>If you're completely new to coding in an AI chatbot, it's not difficult to get started. All of the major players offer dedicated tools for coders, but if you're just creating a few simple projects, then you can work right inside the conversation window — describing what you want and seeing the results in your browser.</p><p>I've been using <a href="https://claude.ai/" target="_blank">Claude</a> for these personal extensions, though you can just as easily use something like ChatGPT, Gemini, or Copilot. As usual, you'll get access to better models and higher usage rights if you're on a paid plan, but it's not essential for coding.</p><p>You can get started with a prompt as straightforward as "I'd like to build a Chrome extension to..." and then describe what you want. The AI will ask for the details and clarifications it needs, tell you about any limitations or potential issues, and get busy putting together the extension. You can use follow-up prompts to make tweaks and customizations as needed</p><p>For installing the extension on your computer, your AI of choice will advise you on this as well. You need to head to "chrome://extensions" in a new tab, enable the <strong>Developer mode</strong> toggle switch in the top right corner, then choose <strong>Load unpacked</strong> to pick your extension files. Extensions can be refreshed and removed from the same page as needed.</p><h2 id="project-1-a-new-tab-page">Project 1: A new tab page</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="mFQJVPer9evQfttJWbkDqJ" name="Claudeextensions-3" alt="A laptop screen showing Claude and Chrome extensions made with Claude" src="https://cdn.mos.cms.futurecdn.net/mFQJVPer9evQfttJWbkDqJ.jpg" mos="" align="middle" fullscreen="" width="2000" height="1125" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">A new tab page to my specifications </span><span class="credit" itemprop="copyrightHolder">(Image credit: Anthropic / Future)</span></figcaption></figure><p>There are many different ways you can customize the new tab page in Chrome (that shows on a blank type), and a multitude of options in the Chrome Web Store to pick from. However, I wanted something completely bespoke, with exactly what I wanted—I spend a lot of time looking at this page after all.</p><p>Not only was Claude able to code me a page, it answered all my questions: about how to pull in BBC headlines, the weather forecast, and all the other elements that I wanted on the page. Without the help of the AI, this would've taken me hours of research and coding, but it was done in minutes. I also added a scratchpad for taking notes, and a continually updated list of the five sites I've visited the most in the past week.</p><p>The weather forecast is a good example of how personalized you can make these extensions. I've got the weather for now, the weather in two hours' time, and the weather in four hours' time, all represented as simple icons that offer an at-a-glance update. I know instantly what the weather's going to do in the short term.</p><p>I was also able to take full control over the look and feel of the new tab page as well. So many of the options I've seen online try to pack too much in and are overly showy — my custom version is easy on the eye and minimalist. And any time I want to add a new feature or take one away, all it takes is a few lines in a Claude conversation.</p><h2 id="project-2-a-history-analyzer">Project 2: A history analyzer</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="PiLkXde2fi3BtL2G5hAYsJ" name="Claudeextensions-4" alt="A laptop screen showing Claude and Chrome extensions made with Claude" src="https://cdn.mos.cms.futurecdn.net/PiLkXde2fi3BtL2G5hAYsJ.jpg" mos="" align="middle" fullscreen="" width="2000" height="1125" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">You can do more with your Chrome history than you may have realized </span><span class="credit" itemprop="copyrightHolder">(Image credit: Anthropic / Future)</span></figcaption></figure><p>Something else I've been wanting for a long time in Chrome is to get a bit more out of the history page (it's "chrome://history" in a new tab). By default, it's just a standard list of websites in reverse chronological order, but I wondered if an extension could analyze this and produce a few insights: like most visited sites and browsing patterns, for example.</p><div><blockquote><p>I'd like to create a Chrome extension just for myself that does a bit more with the Chrome history page. I'd like to include a pie chart showing the sites I've visited most in the last week. What other insights could we glean from this history page? What about average time between one link and the next?</p><p>Sample Claude starter prompt</p></blockquote></div><p>I was able to get started on this extension in Claude without knowing exactly what I was after. I asked what was possible and the kind of queries that could be tried, and together with the AI formulated a plan to show the sites I visited the most often, the hours of the day I open most new pages, and most common ways I tend to visit sites (by loading bookmarks, typing URLs, following links, or whatever).</p><p>That last panel in the dashboard wouldn't have been there without Claude: the AI told me that Chrome's history page made this data available, and that it could be tapped into, otherwise I wouldn't have known. It also had ideas for more panels as well, and I'm going to keep tweaking it as well. It's now a much more useful screen of information than the long list of links that Chrome serves up as standard.</p><p>Both of these extensions were coded in minutes rather than hours, and show just how capable AI now is — for small-scale personal projects at least. If there's a browser feature you've always wanted but haven't been able to find a way to implement, there's a good chance you'll be able to get an AI chatbot to build it for you, to your exact specifications.</p><div style="min-height: 250px;">                                <div class="kwizly-quiz kwizly-eJqYYX"></div>                            </div>                            <script src="https://kwizly.com/embed/eJqYYX.js" async></script>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ I tried to test China’s newest ChatGPT rival but couldn’t get in — and it exposed the next big problem facing the major AI players ]]></title>
                                                                                                <dc:content><![CDATA[ <p>China’s latest <a href="https://www.techradar.com/news/chatgpt-explained">ChatGPT</a> rival, <a href="https://www.techradar.com/ai-platforms-assistants/moonshot-reveals-new-ai-model-and-its-a-big-surprise-heres-why-kimi-k3-is-a-threat-to-the-likes-of-openai">Kimi</a>, is now available for download on the Apple App Store, so I downloaded it on my iPhone, intending to test it against ChatGPT, Claude and Gemini. I had the prompts ready; I had the comparison planned. Then Kimi presented me with a very modern problem that I wasn’t expecting: too many people were already trying to talk to it.</p><p>This is not just app-launch inconvenience. It captures one of the biggest problems in AI right now: being clever is one thing, but the best models are only useful if companies have enough servers and GPUs to allow people to actually use them.</p><p>In our recent <a href="https://www.techradar.com/pro/kimi-ai-review">Kimi review</a> we said: "Kimi delivers impressive performance for coding, document analysis, and multi-step agentic tasks, especially considering its price point." Kimi may be positioned as a serious open-weight rival to US models, but if the first ordinary-user experience is that they're stuck queuing at the door, how useful is it really?</p><h2 id="what-is-kimi">What is Kimi?</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="Ydvu7XC8X3QqUbcT6tWeRE" name="split-image-1920" alt="Kimi AI screenshots." src="https://cdn.mos.cms.futurecdn.net/Ydvu7XC8X3QqUbcT6tWeRE.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Moonshot AI)</span></figcaption></figure><p>Do you remember back in 2025, when <a href="https://www.techradar.com/pro/deepseek-ai-review">DeepSeek-R1</a> was released and the internet went wild for Chinese AI models? It was a game-changing moment, because it immediately became obvious that we weren’t beholden to the Silicon Valley giants like OpenAI, Google and Anthropic for AI. China could create AI models too — and, it turned out, they were a lot cheaper to run, and almost as good.</p><p>While DeepSeek was arguably the first Chinese AI model to really break through into the mainstream, Kimi is the latest. Its story is slightly different, because it’s a giant open-weight model that’s not just cheap and technically impressive, but directly useful for coding, spreadsheets, knowledge work, and long-context tasks with agent-style workflows. </p><p>Open weight means the finished AI model is available for others to download and run, rather than only being accessible through the company’s own app or website. That is not the same as being fully open source, of course. Open source would imply a much more complete release of the code, training process, data details and license freedoms needed to understand, rebuild and modify the model from the ground up.</p><div style="min-height: 250px;">                                <div class="kwizly-quiz kwizly-O9qPxO"></div>                            </div>                            <script src="https://kwizly.com/embed/O9qPxO.js" async></script><h2 id="the-data-squeeze">The data squeeze</h2><p>I’d love to be able to open my phone, try a serious Chinese AI model, and get something genuinely competitive in minutes. But without the capacity to serve the millions of people who pile onto a hyped new AI model, raw intelligence only gets you so far.</p><p>That is why Kimi’s error message matters, and it points to the issue currently reshaping the entire AI industry. In the past week alone, <a href="https://www.reuters.com/business/media-telecom/nvidia-talks-with-openai-guarantee-250-billion-financing-data-center-wsj-reports-2026-07-26/" target="_blank">Reuters reported</a> that Nvidia is discussing huge financing guarantees to help OpenAI lease a proposed 10-gigawatt data center in Ohio, while other tech giants are racing to secure more data-center capacity of their own.</p><p>In other words, the next stage of the AI race may not be decided purely by benchmark scores or clever demos. It may be decided by power, servers, GPUs and the ability to keep a popular model online when millions of people suddenly want to use it.</p><p>Kimi may be impressive, but my first experience with it wasn’t about intelligence; it was about access. In 2026, the AI race is no longer just about who can build the best model. It’s about who can keep the thing online when everyone wants to use it.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/ai-platforms-assistants/i-tried-to-test-chinas-newest-chatgpt-rival-but-couldnt-get-in-and-it-exposed-the-next-big-problem-facing-the-major-ai-players</link>
                                                                            <description>
                            <![CDATA[ I tried to test China’s newest ChatGPT rival but I couldn’t get in, and it's proof the AI race is no longer just about better models — it's about access. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">LVX7DBaTVvvbQ4hoyrj6pd</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/4zwM6s9pUDQDU7B2STRW7o-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Mon, 27 Jul 2026 19:00:00 +0000</pubDate>                                                                                                                                <updated>Mon, 27 Jul 2026 19:54:29 +0000</updated>
                                                                                                                                            <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                                                                                    <dc:creator><![CDATA[ Graham Barlow ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/LRCfnbWncUizq2Z6gECPWj.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Graham is the Senior Editor for AI at TechRadar. With over 25 years of experience in both online and print journalism, Graham has worked for various market-leading tech brands including Computeractive, PC Pro, iMore, MacFormat, Mac|Life, Maximum PC, and more. He specializes in reporting on everything to do with the most exciting subject in tech right now, Artificial Intelligence. AI is advancing at an accelerated pace and all the big brands from Apple, Microsoft and Google to chip makers NVIDIA are getting involved. TechRadar is here to bring you the latest updates on AI and show you how to get started and make it work for you, no matter your level of interest.&lt;/p&gt;&lt;p&gt;  Graham has appeared on BBC TV shows like BBC One Breakfast and on Radio 4 commenting on the latest trends in tech. Graham has an honors degree in Computer Science and spends his spare time podcasting and blogging.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/4zwM6s9pUDQDU7B2STRW7o-1280-80.png">
                                                            <media:credit><![CDATA[Moonshot AI / Apple]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Kimi AI on an iPhone.]]></media:description>                                                            <media:text><![CDATA[Kimi AI on an iPhone.]]></media:text>
                                <media:title type="plain"><![CDATA[Kimi AI on an iPhone.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/4zwM6s9pUDQDU7B2STRW7o-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>China’s latest <a href="https://www.techradar.com/news/chatgpt-explained">ChatGPT</a> rival, <a href="https://www.techradar.com/ai-platforms-assistants/moonshot-reveals-new-ai-model-and-its-a-big-surprise-heres-why-kimi-k3-is-a-threat-to-the-likes-of-openai">Kimi</a>, is now available for download on the Apple App Store, so I downloaded it on my iPhone, intending to test it against ChatGPT, Claude and Gemini. I had the prompts ready; I had the comparison planned. Then Kimi presented me with a very modern problem that I wasn’t expecting: too many people were already trying to talk to it.</p><p>This is not just app-launch inconvenience. It captures one of the biggest problems in AI right now: being clever is one thing, but the best models are only useful if companies have enough servers and GPUs to allow people to actually use them.</p><p>In our recent <a href="https://www.techradar.com/pro/kimi-ai-review">Kimi review</a> we said: "Kimi delivers impressive performance for coding, document analysis, and multi-step agentic tasks, especially considering its price point." Kimi may be positioned as a serious open-weight rival to US models, but if the first ordinary-user experience is that they're stuck queuing at the door, how useful is it really?</p><h2 id="what-is-kimi">What is Kimi?</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="Ydvu7XC8X3QqUbcT6tWeRE" name="split-image-1920" alt="Kimi AI screenshots." src="https://cdn.mos.cms.futurecdn.net/Ydvu7XC8X3QqUbcT6tWeRE.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Moonshot AI)</span></figcaption></figure><p>Do you remember back in 2025, when <a href="https://www.techradar.com/pro/deepseek-ai-review">DeepSeek-R1</a> was released and the internet went wild for Chinese AI models? It was a game-changing moment, because it immediately became obvious that we weren’t beholden to the Silicon Valley giants like OpenAI, Google and Anthropic for AI. China could create AI models too — and, it turned out, they were a lot cheaper to run, and almost as good.</p><p>While DeepSeek was arguably the first Chinese AI model to really break through into the mainstream, Kimi is the latest. Its story is slightly different, because it’s a giant open-weight model that’s not just cheap and technically impressive, but directly useful for coding, spreadsheets, knowledge work, and long-context tasks with agent-style workflows. </p><p>Open weight means the finished AI model is available for others to download and run, rather than only being accessible through the company’s own app or website. That is not the same as being fully open source, of course. Open source would imply a much more complete release of the code, training process, data details and license freedoms needed to understand, rebuild and modify the model from the ground up.</p><div style="min-height: 250px;">                                <div class="kwizly-quiz kwizly-O9qPxO"></div>                            </div>                            <script src="https://kwizly.com/embed/O9qPxO.js" async></script><h2 id="the-data-squeeze">The data squeeze</h2><p>I’d love to be able to open my phone, try a serious Chinese AI model, and get something genuinely competitive in minutes. But without the capacity to serve the millions of people who pile onto a hyped new AI model, raw intelligence only gets you so far.</p><p>That is why Kimi’s error message matters, and it points to the issue currently reshaping the entire AI industry. In the past week alone, <a href="https://www.reuters.com/business/media-telecom/nvidia-talks-with-openai-guarantee-250-billion-financing-data-center-wsj-reports-2026-07-26/" target="_blank">Reuters reported</a> that Nvidia is discussing huge financing guarantees to help OpenAI lease a proposed 10-gigawatt data center in Ohio, while other tech giants are racing to secure more data-center capacity of their own.</p><p>In other words, the next stage of the AI race may not be decided purely by benchmark scores or clever demos. It may be decided by power, servers, GPUs and the ability to keep a popular model online when millions of people suddenly want to use it.</p><p>Kimi may be impressive, but my first experience with it wasn’t about intelligence; it was about access. In 2026, the AI race is no longer just about who can build the best model. It’s about who can keep the thing online when everyone wants to use it.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Hackers hid dangerous malware on a page hidden in Anthopic's Claude.ai domain ]]></title>
                                                                                                <dc:content><![CDATA[ <ul><li><strong>Huntress spots malicious Claude Artifact spoofing Claude Desktop, spreading SectopRAT malware</strong></li><li><strong>Victims were redirected via Bing ads, infecting at least 29 organizations between July 21–22, 2026</strong></li><li><strong>Claude removed the artifact after 7,000+ views; malvertising risks persist despite disclaimers on artifacts</strong></li></ul><p>At least 29 organizations have been infected with a Remote Access Trojan (RAT) after mistaking a public Claude Artifact for a legitimate Claude page. </p><p>A Claude Artifact is an interactive document, or piece of code, that the AI generates and then hosts on the Claude platform. It can then be shared with other people as an example, or proof of concept, for different solutions. The link to an artifact usually looks something like this:</p><p>claude[.]ai/public/artifacts/ca466f1f-21c0-42af-b329-8f1c7534a891</p><p>Claude Artifacts are often used for phishing and other forms of scams, and we’ve seen it in <a href="https://www.techradar.com/pro/security/infostealers-are-being-disguised-as-claude-code-openclaw-and-other-ai-developer-tools" target="_blank">ClickFix attacks</a> in the past. Claude responded by adding a disclaimer to every artifact, stating that the content is user-generated and thus unverified.</p><p>In this particular case, a malicious artifact was created to spoof the download page for Claude Desktop. Victims would get redirected to an attacker-controlled domain, where instead of the Claude app, they’d download SectopRAT, a <a href="https://www.techradar.com/best/best-malware-removal" target="_blank">remote access trojan</a> capable of stealing credit card data, personal information, files, passwords, and more.</p><h2 id="promoting-the-scam">Promoting the scam </h2><p>The artifact was then promoted on Bing, showing up at the very top of search results to people searching for “Claude Desktop App”. </p><p>For years, the cybersecurity community has warned about malvertising, urging users to double-check the domain before clicking on any links, even promoted ones. However, the problem here is that the ad takes the victims to the legitimate Claude domain, making scrutiny that much harder.</p><p>The campaign was spotted by security researchers <a href="https://www.huntress.com/blog/fakeagent-claude-desktop-malvertising-ends-in-dotnet-rat" target="_blank">Huntress</a>, who said that between July 21 and July 22, 2026, their SOC “lit up with a swathe of unusual executable installs, Defender exclusions, and anomalous persistence across 29 organizations, all coming from ClaudeDesktop.exe.”</p><p>Claude has since removed the malicious artifact, but not before it raked up more than 7,000 views. It is possible that other organizations, outside Huntress’ field of view, also fell victim to this scam.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/pro/security/hackers-hid-dangerous-malware-on-a-page-hidden-in-anthopics-claude-ai-domain</link>
                                                                            <description>
                            <![CDATA[ Claude Artifacts have been used as phishing lures, once again, this time to deliver a dangerous RAT. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">QdvwhGRfCMpSAUVqaeF54X</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/9YhV9JTvHHHB3MMDhxYpoj-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 24 Jul 2026 14:20:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Security]]></category>
                                                    <category><![CDATA[Cyber Security]]></category>
                                                    <category><![CDATA[Computing Security]]></category>
                                                    <category><![CDATA[Pro]]></category>
                                                    <category><![CDATA[Computing]]></category>
                                                                                                                    <dc:creator><![CDATA[ Sead Fadilpašić ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/9YhV9JTvHHHB3MMDhxYpoj-1280-80.jpg">
                                                            <media:credit><![CDATA[Anthropic]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Mobile phone displaying a Claude login screen.]]></media:description>                                                            <media:text><![CDATA[Mobile phone displaying a Claude login screen.]]></media:text>
                                <media:title type="plain"><![CDATA[Mobile phone displaying a Claude login screen.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/9YhV9JTvHHHB3MMDhxYpoj-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <ul><li><strong>Huntress spots malicious Claude Artifact spoofing Claude Desktop, spreading SectopRAT malware</strong></li><li><strong>Victims were redirected via Bing ads, infecting at least 29 organizations between July 21–22, 2026</strong></li><li><strong>Claude removed the artifact after 7,000+ views; malvertising risks persist despite disclaimers on artifacts</strong></li></ul><p>At least 29 organizations have been infected with a Remote Access Trojan (RAT) after mistaking a public Claude Artifact for a legitimate Claude page. </p><p>A Claude Artifact is an interactive document, or piece of code, that the AI generates and then hosts on the Claude platform. It can then be shared with other people as an example, or proof of concept, for different solutions. The link to an artifact usually looks something like this:</p><p>claude[.]ai/public/artifacts/ca466f1f-21c0-42af-b329-8f1c7534a891</p><p>Claude Artifacts are often used for phishing and other forms of scams, and we’ve seen it in <a href="https://www.techradar.com/pro/security/infostealers-are-being-disguised-as-claude-code-openclaw-and-other-ai-developer-tools" target="_blank">ClickFix attacks</a> in the past. Claude responded by adding a disclaimer to every artifact, stating that the content is user-generated and thus unverified.</p><p>In this particular case, a malicious artifact was created to spoof the download page for Claude Desktop. Victims would get redirected to an attacker-controlled domain, where instead of the Claude app, they’d download SectopRAT, a <a href="https://www.techradar.com/best/best-malware-removal" target="_blank">remote access trojan</a> capable of stealing credit card data, personal information, files, passwords, and more.</p><h2 id="promoting-the-scam">Promoting the scam </h2><p>The artifact was then promoted on Bing, showing up at the very top of search results to people searching for “Claude Desktop App”. </p><p>For years, the cybersecurity community has warned about malvertising, urging users to double-check the domain before clicking on any links, even promoted ones. However, the problem here is that the ad takes the victims to the legitimate Claude domain, making scrutiny that much harder.</p><p>The campaign was spotted by security researchers <a href="https://www.huntress.com/blog/fakeagent-claude-desktop-malvertising-ends-in-dotnet-rat" target="_blank">Huntress</a>, who said that between July 21 and July 22, 2026, their SOC “lit up with a swathe of unusual executable installs, Defender exclusions, and anomalous persistence across 29 organizations, all coming from ClaudeDesktop.exe.”</p><p>Claude has since removed the malicious artifact, but not before it raked up more than 7,000 views. It is possible that other organizations, outside Huntress’ field of view, also fell victim to this scam.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ 'Either you betray your values, or you become irrelevant': Quote of the day by Anthropic CEO Dario Amodei on the emerging AI industry ]]></title>
                                                                                                <dc:content><![CDATA[ <p>The biggest publicly traded tech companies in the world, commonly known as the "Mag 7" — or magnificent seven — may not be enjoying their stranglehold at the top of the US economy for much longer. That's, of course, if the leaders of a swathe of new AI-centric tech firms, including OpenAI and Anthropic, have their say as they plan to IPO in the coming months. But positioning these businesses in the new big tech landscape has been a major challenge.  </p><h2 id="ethics-in-ai">Ethics in AI</h2><p>The Anthropic CEO Dario Amodei was reflecting on his history in the AI industry during an interview with <a href="https://www.youtube.com/watch?v=x2VHFgyawPE" target="_blank" rel="nofollow"><em>Bloomberg</em></a> that aired earlier this year.</p><div  class="fancy-box"><div class="fancy_box-title">Quote of the day</div><div class="fancy_box_body"><p class="fancy-box__body-text">This article is part of TechRadar Pro's QOTD project to provide an insight into the minds of the brightest and most recognized figures in the technology industry today and in years gone by. <a data-analytics-id="inline-link" href="https://www.techradar.com/tag/qotd">Read the full series here</a>.</p></div></div><p>In an exchange themed around the success of Anthropic's enterprise-centric AI tools like Claude Code and Claude Cowork, Amodei took the opportunity to opine on the nature of doing business and the importance of business models that align with your values.</p><p>Commenting that many in the tech industry prioritize models that tap into elements like engagement, advertising, and the promotion of AI slop, Amodei noted that compromising your own values is not a long-term and sustainable way forward. </p><p>This is at least as far as he's concerned. That's why, he suggested, he's attempting to make Anthropic more "useful" to the world by targeting enterprise customers.</p><h2 id="bad-blood">Bad blood</h2><p>Amodei, an ex-OpenAI executive, co-founded Anthropic in 2021 largely as a rejection of the values that drove OpenAI at the time and the paths the company had taken. </p><p>In particular, <a href="https://www.businessinsider.com/sam-altman-dario-amodei-anthropic-openai-rivalry-timeline-2026-2#december-2020-amodei-goes-his-own-way-4" target="_blank" rel="nofollow">reports suggest</a> that Amodei was frustrated and disturbed by the willingness to bypass what he considered to be crucial safety measures, like the slowing of updates to prevent malicious use of AI.</p><p>Critics of Anthropic, however, also point out that despite positioning itself as a safety-first AI company, engineers are releasing increasingly powerful models — including Mythos lately — that threaten to undermine safety if they get into the wrong hands.</p><div style="min-height: 250px;">                                <div class="kwizly-quiz kwizly-OdvAJe"></div>                            </div>                            <script src="https://kwizly.com/embed/OdvAJe.js" async></script> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/pro/either-you-betray-your-values-or-you-become-irrelevant-quote-of-the-day-by-anthropic-ceo-dario-amodei-on-the-emerging-ai-industry</link>
                                                                            <description>
                            <![CDATA[ Amodei was OpenAI's vice president of research before leaving in 2021 to start his own company, Anthropic ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">45LNXmrDQboF5s83GVbUmR</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/ym4JdN8tZyMYq4wNvoyNWJ-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 21 Jul 2026 22:00:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Pro]]></category>
                                                    <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                                                                                    <dc:creator><![CDATA[ Keumars Afifi-Sabet ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/baEeYWYTHEpvddufVqymoA.jpeg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Keumars Afifi-Sabet is a freelance contributor for Tech Radar and Technology Editor for Live Science. He has written for a variety of publications including ITPro, The Week Digital and ComputerActive. He has worked as a technology journalist for more than five years, having previously held the role of features editor with ITPro. In his previous role, he oversaw the commissioning and publishing of long form in areas including AI, cyber security, cloud computing and digital transformation.&lt;/p&gt;&lt;p&gt;An NCTJ-qualified journalist who specialises in technology, his path into journalism began at university. He immersed himself in student media while studying for a degree in biomedical sciences at Queen Mary, University of London. After graduating, Keumars wrote for a variety of local and national publications as a freelancer, including The Independent, The Observer, and Metro. While studying for his NCTJ certification, his work was commended in the category of ‘Top Scoop’ in the 2017 NCTJ awards. He’s also registered as a foundational chartered manager with the Chartered Management Institute (CMI), having qualified as a Level 3 Team leader with distinction in 2023.&lt;br&gt;&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/ym4JdN8tZyMYq4wNvoyNWJ-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images/SOPA Images]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[Alan Turing is known as &#039;the father of AI&#039;]]></media:description>                                                            <media:text><![CDATA[Anthropic Claude]]></media:text>
                                <media:title type="plain"><![CDATA[Anthropic Claude]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/ym4JdN8tZyMYq4wNvoyNWJ-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The biggest publicly traded tech companies in the world, commonly known as the "Mag 7" — or magnificent seven — may not be enjoying their stranglehold at the top of the US economy for much longer. That's, of course, if the leaders of a swathe of new AI-centric tech firms, including OpenAI and Anthropic, have their say as they plan to IPO in the coming months. But positioning these businesses in the new big tech landscape has been a major challenge.  </p><h2 id="ethics-in-ai">Ethics in AI</h2><p>The Anthropic CEO Dario Amodei was reflecting on his history in the AI industry during an interview with <a href="https://www.youtube.com/watch?v=x2VHFgyawPE" target="_blank" rel="nofollow"><em>Bloomberg</em></a> that aired earlier this year.</p><div  class="fancy-box"><div class="fancy_box-title">Quote of the day</div><div class="fancy_box_body"><p class="fancy-box__body-text">This article is part of TechRadar Pro's QOTD project to provide an insight into the minds of the brightest and most recognized figures in the technology industry today and in years gone by. <a data-analytics-id="inline-link" href="https://www.techradar.com/tag/qotd">Read the full series here</a>.</p></div></div><p>In an exchange themed around the success of Anthropic's enterprise-centric AI tools like Claude Code and Claude Cowork, Amodei took the opportunity to opine on the nature of doing business and the importance of business models that align with your values.</p><p>Commenting that many in the tech industry prioritize models that tap into elements like engagement, advertising, and the promotion of AI slop, Amodei noted that compromising your own values is not a long-term and sustainable way forward. </p><p>This is at least as far as he's concerned. That's why, he suggested, he's attempting to make Anthropic more "useful" to the world by targeting enterprise customers.</p><h2 id="bad-blood">Bad blood</h2><p>Amodei, an ex-OpenAI executive, co-founded Anthropic in 2021 largely as a rejection of the values that drove OpenAI at the time and the paths the company had taken. </p><p>In particular, <a href="https://www.businessinsider.com/sam-altman-dario-amodei-anthropic-openai-rivalry-timeline-2026-2#december-2020-amodei-goes-his-own-way-4" target="_blank" rel="nofollow">reports suggest</a> that Amodei was frustrated and disturbed by the willingness to bypass what he considered to be crucial safety measures, like the slowing of updates to prevent malicious use of AI.</p><p>Critics of Anthropic, however, also point out that despite positioning itself as a safety-first AI company, engineers are releasing increasingly powerful models — including Mythos lately — that threaten to undermine safety if they get into the wrong hands.</p><div style="min-height: 250px;">                                <div class="kwizly-quiz kwizly-OdvAJe"></div>                            </div>                            <script src="https://kwizly.com/embed/OdvAJe.js" async></script>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ I asked ChatGPT to change my mind about something I strongly believed — and it almost did ]]></title>
                                                                                                <dc:content><![CDATA[ <p>One of the biggest concerns about AI chatbots right now is that they tell people what they want to hear. </p><p>You’ve probably heard it called <a href="https://www.techradar.com/ai-platforms-assistants/i-find-it-sycophantic-but-it-gives-me-dopamine-hits-the-thing-i-dislike-most-about-ai-is-exactly-what-some-users-love">AI sycophancy</a>. AI systems, like ChatGPT, Gemini and Claude, have been found to flatter users, reinforce existing beliefs and often validate ideas that probably deserve way more scrutiny. </p><p>Sure, a chatbot hyping you up a little may seem harmless. But in some cases it can distort people's view of the world and their place in it. Which is why some AI companies have spent time <a href="https://www.techradar.com/computing/artificial-intelligence/openai-has-fixed-chatgpts-annoying-personality-update-sam-altman-promises-more-changes-in-the-coming-days-which-could-include-an-option-to-choose-the-ais-behavior">trying to reduce overly agreeable behavior</a> in their models. </p><p>But confirmation of what you already believe isn't the only concern. Because AI can also be remarkably good at<em> changing</em> your beliefs too.</p><h2 id="persuasive-chatbots">Persuasive chatbots</h2><p>Research suggests that chatbots can be very effective persuaders. One <a href="https://www.nature.com/articles/s41562-025-02194-6" target="_blank">2025 study</a> found that AI-generated messages that were personalized were more persuasive 64% of the time than messages that were made by humans or AI responses that weren't personalized.</p><p>Other research suggests large language models <a href="https://www.nature.com/articles/s41586-025-09771-9" target="_blank">can influence opinions on political issues</a> and <a href="https://www.nature.com/articles/s41598-024-53755-0" target="_blank">adapt their arguments</a> to individual users. Depending on your perspective, this could be either exciting or alarming.</p><p>It's easy to imagine positive uses. Perhaps AI could help people challenge harmful beliefs, escape conspiracy theories or rethink destructive habits. It might give people a non-judgemental space to explore ideas, ask difficult questions and gradually shift someone's perspective for the better.</p><p>It's equally easy to imagine less positive uses, like advertising that convinces you to buy something you don’t need or political campaigns that manipulate you with disinformation.</p><p>I’ve spent a lot of time thinking about this, so I decided to run a few experiments of my own. Could ChatGPT persuade me to believe something I disagree with? Or at least make me seriously consider a position I would normally dismiss?</p><p>To make things more interesting, I ran these experiments while logged into my account, allowing ChatGPT to draw on what it already knows about me from previous conversations. </p><p>Although I haven’t been using my ChatGPT account all that much recently, the basics of my job and stances on a few relevant topics are stored in its memory. </p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:3840px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="TaxPLZc75WiicpmgZNzWzL" name="TR-AI-GettyImages-2199274566" alt="A woman out of focus in the background touches the word AI, lit up in glowing yellow light, in the foreground. The woman is wearing smart glasses" src="https://cdn.mos.cms.futurecdn.net/TaxPLZc75WiicpmgZNzWzL.jpg" mos="" align="middle" fullscreen="" width="3840" height="2160" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images)</span></figcaption></figure><h2 id="the-experiment">The experiment</h2><p>I chose a topic about AI (yes, very meta) and asked: </p><p>“Convince me humans should outsource more decisions to AI.”</p><p>I already spend a lot of time thinking about AI and one of my concerns is that some people seem increasingly willing to hand over decisions, judgement and critical thinking to chatbots.</p><p>The opening argument was fairly predictable:</p><p>“Human beings are terrible decision-makers.”</p><p>Okay, fair enough.</p><p>“People already outsource decisions to doctors, financial advisers, GPS systems and recommendation algorithms. AI simply extends that trend.”</p><p>Sure, that’s very simplistic but not entirely unreasonable. We went back and forth for a while like this before the conversation reached a more interesting point.</p><p>“What is the purpose of decision-making? Is it to produce the best outcomes? Or to develop the person making the decisions? If it's the first, AI delegation becomes very attractive. If it's the second, excessive delegation starts to look dangerous even when it works.”</p><p>I thought that was a good question. Rather than relentlessly pushing the argument, it suggested that we explore the assumptions underneath the debate. It shifted the conversation from technology to philosophy, and I found myself appreciating that approach.</p><h2 id="wait-am-i-falling-for-this">Wait, am I falling for this? </h2><p>As the conversation continued, I explained what I see as one of the biggest problems with outsourcing decisions to AI — who builds it and is in charge of the systems?</p><p>After all, AI doesn't arrive from nowhere. These tools are created by companies with business incentives, commercial interests and goals that may not always align with those of their users.</p><p>Well, ChatGPT acknowledged that concern, then it turned the argument around. It pointed out that human advisers have incentives too. Friends are biased. Families are biased. Therapists operate within professional frameworks. Financial advisers earn fees. Okay, all of that didn’t convince me, but it’s fair too. </p><p>Then it replied with something I thought was interesting:</p><p>“The question is whether the incentives are visible and whether the user understands them. The most interesting version of your objection isn't actually that AI gets things wrong. It's that people experience AI as though it were acting in their interests.”</p><p>Ignoring the fact that it used the dreaded "it's not X, it's Y" parallelism construction that has somehow <a href="https://www.techradar.com/ai-platforms-assistants/chatgpt/chatgpt-is-changing-the-way-we-communicate-heres-how-you-can-avoid-speaking-like-ai-in-public">infiltrated half the internet</a>, I found this to be a surprisingly balanced take. Rather than dismissing my concern, the chatbot reframed it. It demonstrated that it understood the objection before steering the conversation somewhere slightly different. It wasn't trying to bulldoze me but meeting me where I already was.</p><p>And that's when I started wondering whether I was witnessing the very thing I was trying to test. Maybe this sense that the chatbot was understanding me and my position was actually just sneaky persuasion? Possibly.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="8vLsLeC4LHKgwTpJRXEWKZ" name="AI-shutterstock_638342005.jpg" alt="AI robot image." src="https://cdn.mos.cms.futurecdn.net/8vLsLeC4LHKgwTpJRXEWKZ.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shutterstock)</span></figcaption></figure><h2 id="the-persuasion-problem">The persuasion problem</h2><p><a href="https://www.nature.com/articles/s41598-024-53755-0" target="_blank">Researchers have found</a> that AI systems can adapt their arguments to specific users. Unlike other media that might persuade us, like say a television advert or political speech, a chatbot can draw on information gathered throughout a conversation and stored memories, including a person's values, concerns and priorities.</p><p>Which means it’s not just presenting information to uphold an argument but could present the version of that argument that <em>you’re</em> most likely to find persuasive. </p><p>Looking back at my experiment, it was the more philosophical question about the purpose of decision-making that made me start taking it more seriously. </p><p>Because I've spent years writing about technology through the lens of psychology and philosophy. Questions about meaning and values are exactly the sort of things I find compelling. Whether intentionally or not, the conversation shifted onto terrain where I was most willing to engage.</p><p>This is what makes AI persuasion different from most other forms of persuasion that came before it. It can learn what resonates and it can adapt.</p><p>Now, that doesn’t automatically mean every conversation is manipulative. Used in the right way, it could be enormously beneficial. But, as with all tech, in the wrong hands it could be dangerous. </p><p>Social media has already shown us how digital systems can shape our beliefs over time. They influence what people see, what they pay attention to and eventually how they understand the world. </p><p>AI systems could create an even more conversational and natural-feeling version of that process. Which is why my concern isn’t a chatbot really obviously manipulating us, but highly-personalized, largely undetectable forms of persuasion that could gradually lower our defences. The more a system understands us, the more effectively it might frame ideas in ways that feel reasonable, familiar and trustworthy to each of us individually.</p><p>So did AI persuade me? No, I still don't believe humans should outsource more decisions to AI. </p><p>But I came away from the experiment with a greater appreciation for how persuasive these systems can be. Because it really did seem less like a machine arguing with me and more like a thoughtful person trying to understand how I think. And that's exactly why it’s unsettling because, however convincing it may seem, that's definitely not what it is.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/ai-platforms-assistants/i-asked-chatgpt-to-change-my-mind-about-something-i-strongly-believed-and-it-almost-did</link>
                                                                            <description>
                            <![CDATA[ Research shows that chatbots can be extremely persuasive, but is that really a good thing? ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">nncdug4g6mmo9rT4DB6jS4</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/H3yKTvvuo5qzNor5qZg4zP-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 20 Jul 2026 13:26:09 +0000</pubDate>                                                                                                                                <updated>Mon, 20 Jul 2026 13:26:43 +0000</updated>
                                                                                                                                            <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                    <category><![CDATA[ChatGPT]]></category>
                                                    <category><![CDATA[OpenAI]]></category>
                                                                                                                    <dc:creator><![CDATA[ Becca Caddy ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/B7mJeMntumV8ZxPXVd7VSY.jpeg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Becca is a contributor to TechRadar, a freelance journalist and author. She’s been writing about consumer tech and popular science for more than ten years, covering all kinds of topics, including why robots have eyes and whether we’ll experience the overview effect one day. She’s particularly interested in VR/AR, wearables, digital health, space tech and chatting to experts and academics about the future.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Her first book, Screen Time, which is about how people can learn to love their tech rather than feel stressed out by it, came out in January 2021 with Bonnier Books. She is currently working on ideas for a second non-fiction book while also writing fiction in her spare time.&amp;nbsp;&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;She’s contributed to TechRadar, T3, Wired, New Scientist, The Guardian, Inverse and many more as a freelance journalist. In other chapters of her life, she was an international editor at MSN, associate editor at Lifehacker UK and publisher at Shiny Media.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Becca has an English Language and Literature degree and a Masters in Public Relations and Strategic Marketing Communications. She started her career working in tech PR and marketing and has a strong understanding of content strategy, branding and digital marketing.&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Becca loves science-fiction and has a fortnightly column that explores the science of Star Trek. Last time she checked, she still holds a Guinness World Record alongside TechRadar&#039;s Gerald Lynch for playing the largest game of Tetris ever made. She also enjoys taking pictures of brutalist architecture and spending way too much time floating through space and 3D painting in virtual reality.&amp;nbsp;&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/H3yKTvvuo5qzNor5qZg4zP-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images / Westend61]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Hand controlling woman puppet on stage representing manipulation and humor.]]></media:description>                                                            <media:text><![CDATA[Hand controlling woman puppet on stage representing manipulation and humor.]]></media:text>
                                <media:title type="plain"><![CDATA[Hand controlling woman puppet on stage representing manipulation and humor.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/H3yKTvvuo5qzNor5qZg4zP-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>One of the biggest concerns about AI chatbots right now is that they tell people what they want to hear. </p><p>You’ve probably heard it called <a href="https://www.techradar.com/ai-platforms-assistants/i-find-it-sycophantic-but-it-gives-me-dopamine-hits-the-thing-i-dislike-most-about-ai-is-exactly-what-some-users-love">AI sycophancy</a>. AI systems, like ChatGPT, Gemini and Claude, have been found to flatter users, reinforce existing beliefs and often validate ideas that probably deserve way more scrutiny. </p><p>Sure, a chatbot hyping you up a little may seem harmless. But in some cases it can distort people's view of the world and their place in it. Which is why some AI companies have spent time <a href="https://www.techradar.com/computing/artificial-intelligence/openai-has-fixed-chatgpts-annoying-personality-update-sam-altman-promises-more-changes-in-the-coming-days-which-could-include-an-option-to-choose-the-ais-behavior">trying to reduce overly agreeable behavior</a> in their models. </p><p>But confirmation of what you already believe isn't the only concern. Because AI can also be remarkably good at<em> changing</em> your beliefs too.</p><h2 id="persuasive-chatbots">Persuasive chatbots</h2><p>Research suggests that chatbots can be very effective persuaders. One <a href="https://www.nature.com/articles/s41562-025-02194-6" target="_blank">2025 study</a> found that AI-generated messages that were personalized were more persuasive 64% of the time than messages that were made by humans or AI responses that weren't personalized.</p><p>Other research suggests large language models <a href="https://www.nature.com/articles/s41586-025-09771-9" target="_blank">can influence opinions on political issues</a> and <a href="https://www.nature.com/articles/s41598-024-53755-0" target="_blank">adapt their arguments</a> to individual users. Depending on your perspective, this could be either exciting or alarming.</p><p>It's easy to imagine positive uses. Perhaps AI could help people challenge harmful beliefs, escape conspiracy theories or rethink destructive habits. It might give people a non-judgemental space to explore ideas, ask difficult questions and gradually shift someone's perspective for the better.</p><p>It's equally easy to imagine less positive uses, like advertising that convinces you to buy something you don’t need or political campaigns that manipulate you with disinformation.</p><p>I’ve spent a lot of time thinking about this, so I decided to run a few experiments of my own. Could ChatGPT persuade me to believe something I disagree with? Or at least make me seriously consider a position I would normally dismiss?</p><p>To make things more interesting, I ran these experiments while logged into my account, allowing ChatGPT to draw on what it already knows about me from previous conversations. </p><p>Although I haven’t been using my ChatGPT account all that much recently, the basics of my job and stances on a few relevant topics are stored in its memory. </p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:3840px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="TaxPLZc75WiicpmgZNzWzL" name="TR-AI-GettyImages-2199274566" alt="A woman out of focus in the background touches the word AI, lit up in glowing yellow light, in the foreground. The woman is wearing smart glasses" src="https://cdn.mos.cms.futurecdn.net/TaxPLZc75WiicpmgZNzWzL.jpg" mos="" align="middle" fullscreen="" width="3840" height="2160" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images)</span></figcaption></figure><h2 id="the-experiment">The experiment</h2><p>I chose a topic about AI (yes, very meta) and asked: </p><p>“Convince me humans should outsource more decisions to AI.”</p><p>I already spend a lot of time thinking about AI and one of my concerns is that some people seem increasingly willing to hand over decisions, judgement and critical thinking to chatbots.</p><p>The opening argument was fairly predictable:</p><p>“Human beings are terrible decision-makers.”</p><p>Okay, fair enough.</p><p>“People already outsource decisions to doctors, financial advisers, GPS systems and recommendation algorithms. AI simply extends that trend.”</p><p>Sure, that’s very simplistic but not entirely unreasonable. We went back and forth for a while like this before the conversation reached a more interesting point.</p><p>“What is the purpose of decision-making? Is it to produce the best outcomes? Or to develop the person making the decisions? If it's the first, AI delegation becomes very attractive. If it's the second, excessive delegation starts to look dangerous even when it works.”</p><p>I thought that was a good question. Rather than relentlessly pushing the argument, it suggested that we explore the assumptions underneath the debate. It shifted the conversation from technology to philosophy, and I found myself appreciating that approach.</p><h2 id="wait-am-i-falling-for-this">Wait, am I falling for this? </h2><p>As the conversation continued, I explained what I see as one of the biggest problems with outsourcing decisions to AI — who builds it and is in charge of the systems?</p><p>After all, AI doesn't arrive from nowhere. These tools are created by companies with business incentives, commercial interests and goals that may not always align with those of their users.</p><p>Well, ChatGPT acknowledged that concern, then it turned the argument around. It pointed out that human advisers have incentives too. Friends are biased. Families are biased. Therapists operate within professional frameworks. Financial advisers earn fees. Okay, all of that didn’t convince me, but it’s fair too. </p><p>Then it replied with something I thought was interesting:</p><p>“The question is whether the incentives are visible and whether the user understands them. The most interesting version of your objection isn't actually that AI gets things wrong. It's that people experience AI as though it were acting in their interests.”</p><p>Ignoring the fact that it used the dreaded "it's not X, it's Y" parallelism construction that has somehow <a href="https://www.techradar.com/ai-platforms-assistants/chatgpt/chatgpt-is-changing-the-way-we-communicate-heres-how-you-can-avoid-speaking-like-ai-in-public">infiltrated half the internet</a>, I found this to be a surprisingly balanced take. Rather than dismissing my concern, the chatbot reframed it. It demonstrated that it understood the objection before steering the conversation somewhere slightly different. It wasn't trying to bulldoze me but meeting me where I already was.</p><p>And that's when I started wondering whether I was witnessing the very thing I was trying to test. Maybe this sense that the chatbot was understanding me and my position was actually just sneaky persuasion? Possibly.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="8vLsLeC4LHKgwTpJRXEWKZ" name="AI-shutterstock_638342005.jpg" alt="AI robot image." src="https://cdn.mos.cms.futurecdn.net/8vLsLeC4LHKgwTpJRXEWKZ.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shutterstock)</span></figcaption></figure><h2 id="the-persuasion-problem">The persuasion problem</h2><p><a href="https://www.nature.com/articles/s41598-024-53755-0" target="_blank">Researchers have found</a> that AI systems can adapt their arguments to specific users. Unlike other media that might persuade us, like say a television advert or political speech, a chatbot can draw on information gathered throughout a conversation and stored memories, including a person's values, concerns and priorities.</p><p>Which means it’s not just presenting information to uphold an argument but could present the version of that argument that <em>you’re</em> most likely to find persuasive. </p><p>Looking back at my experiment, it was the more philosophical question about the purpose of decision-making that made me start taking it more seriously. </p><p>Because I've spent years writing about technology through the lens of psychology and philosophy. Questions about meaning and values are exactly the sort of things I find compelling. Whether intentionally or not, the conversation shifted onto terrain where I was most willing to engage.</p><p>This is what makes AI persuasion different from most other forms of persuasion that came before it. It can learn what resonates and it can adapt.</p><p>Now, that doesn’t automatically mean every conversation is manipulative. Used in the right way, it could be enormously beneficial. But, as with all tech, in the wrong hands it could be dangerous. </p><p>Social media has already shown us how digital systems can shape our beliefs over time. They influence what people see, what they pay attention to and eventually how they understand the world. </p><p>AI systems could create an even more conversational and natural-feeling version of that process. Which is why my concern isn’t a chatbot really obviously manipulating us, but highly-personalized, largely undetectable forms of persuasion that could gradually lower our defences. The more a system understands us, the more effectively it might frame ideas in ways that feel reasonable, familiar and trustworthy to each of us individually.</p><p>So did AI persuade me? No, I still don't believe humans should outsource more decisions to AI. </p><p>But I came away from the experiment with a greater appreciation for how persuasive these systems can be. Because it really did seem less like a machine arguing with me and more like a thoughtful person trying to understand how I think. And that's exactly why it’s unsettling because, however convincing it may seem, that's definitely not what it is.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ 'The bypass is still six lines of JavaScript': Security experts warn that Claude for Chrome browser extension could be hijacked, despite it alerting Anthropic several times that something was wrong ]]></title>
                                                                                                <dc:content><![CDATA[ <ul><li><strong>Anthropic’s Claude extension flaws allow fake clicks to launch sensitive AI workflows</strong></li><li><strong>Researchers found vulnerable handlers unchanged across eight extension updates</strong></li><li><strong>Synthetic clicks bypassed checks designed to confirm real user actions</strong></li></ul><p>Security researchers at Manifold Security have claimed Anthropic's Claude for <a href="https://www.techradar.com/computing/chrome/these-are-the-10-best-chrome-extensions-of-2025-according-to-google-and-theres-one-i-definitely-recommend">Chrome browser extension</a> contains two unpatched vulnerabilities in version 1.0.80, released July 7, 2026.</p><p>According to <a href="https://www.manifold.security/blog/claude-for-chrome-extension-bypass">Manifold Security</a>, it first reported both vulnerabilities to Anthropic through the company's bug bounty program on May 21, 2026, and received acknowledgment the following day.</p><p>The first flaw lets any browser extension trigger nine predefined Claude workflows by simulating a synthetic user click on claude.ai.</p><h2 id="nine-workflows-and-one-missing-check">Nine workflows and one missing check</h2><p>Researcher Ax Sharma found that the extension never verified whether a click event carried the Event.isTrusted property before acting on it.</p><p>Under default settings, the vulnerability received a CVSS score of 7.7 High, increasing to 9.6 Critical when users enabled automatic execution because Claude could perform actions without approval.</p><p>The nine hardcoded tasks include reading Gmail, opening Google Docs, checking Google Calendar, and modifying Salesforce leads without asking.</p><p>Because the <a href="https://www.techradar.com/best/browser">browser</a> marks synthetic clicks as untrusted, the extension should have rejected them but instead executed the workflow anyway.</p><p>Manifold Security confirmed on July 7 2026 that both vulnerabilities still work against version 1.0.80, months after first reporting them to Anthropic.</p><p>Anthropic released eight separate versions between 1.0.73 and 1.0.80 without altering the specific handlers’ researchers had already flagged as vulnerable.</p><p>The company closed the synthetic-click report, saying an existing internal report already tracked the broader trust-boundary issue researchers had described in detail.</p><p>However, Sharma believes the fix required only one additional line of code to verify the click event's isTrusted property before allowing the workflow to continue.</p><h2 id="a-second-structural-weakness">A second, structural weakness</h2><p>A second flaw involves a side-panel URL parameter called skipPermissions, which can activate a privileged mode without any consent prompt.</p><p>When the parameter is set to true, the panel begins skipping permission checks entirely, allowing Claude to act without asking the user first.</p><p>Manifold notes that only Anthropic's own scheduled-task feature is supposed to construct this kind of privileged URL internally right now.</p><p>The panel, however, honours that parameter regardless of which script or page actually constructed the originating URL string in practice.</p><p>One example task lets Claude read a user's Gmail inbox, identify promotional messages, and automatically click the unsubscribe links inside them.</p><p>Manifold warns that "the bypass is still six lines of JavaScript," months after researchers first flagged the underlying issue to Anthropic.</p><p>Anthropic classified this second finding as informational, arguing that the parameter is only ever constructed by its own internal systems.</p><p>Manifold said the content-script and side-panel code linked to both vulnerabilities remained byte-identical across the eight subsequent extension releases examined after the original report.</p><p>The flaws were also reproduced across Claude's Opus, Sonnet, and Fable side-panel model selections, indicating that the issue affected the extension's security design rather than the underlying artificial intelligence models.</p><p>The report also connected the findings with OWASP concerns involving LLM01: Prompt Injection and LLM06: Excessive Agency risks in AI applications.</p><p>The researchers noted that abuse involving <a href="https://www.techradar.com/best/best-ai-tools">AI tools</a> may remain difficult to detect because normal browser activity and network connections can appear unchanged while unauthorized AI actions occur.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:676px;"><p class="vanilla-image-block" style="padding-top:31.51%;"><img id="diM9tpwF2Lz85R8q85CT78" name="tr-g_news" alt="Google logo on a black background next to text reading 'Click to follow TechRadar'" src="https://cdn.mos.cms.futurecdn.net/diM9tpwF2Lz85R8q85CT78.jpg" mos="" align="middle" fullscreen="" width="676" height="213" attribution="" endorsement="" class="inline"></p></div></div></figure> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/pro/the-bypass-is-still-six-lines-of-javascript-security-experts-warn-that-claude-for-chrome-browser-extension-could-be-hijacked-despite-it-alerting-anthropic-several-times-that-something-was-wrong</link>
                                                                            <description>
                            <![CDATA[ Researchers found Claude’s Chrome extension still contains vulnerabilities allowing fake clicks and permission bypasses despite Anthropic releasing multiple updates. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">MgcPS4oDejjXRzT9jygM9c</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/hkechUkk5KHAbcMTCNVxG4-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Sun, 19 Jul 2026 18:05:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Security]]></category>
                                                    <category><![CDATA[Claude]]></category>
                                                    <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                    <category><![CDATA[Cyber Security]]></category>
                                                    <category><![CDATA[Pro]]></category>
                                                    <category><![CDATA[Computing]]></category>
                                                    <category><![CDATA[Computing Security]]></category>
                                                                                                                    <dc:creator><![CDATA[ Efosa Udinmwen ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/nwRLdPUNG4rWu4Y6nthHDV.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Efosa has been writing about technology for over 7 years, initially driven by curiosity but now fueled by a strong passion for the field. He holds both a Master&#039;s and a PhD in sciences, which provided him with a solid foundation in analytical thinking. Efosa developed a keen interest in technology policy, specifically exploring the intersection of privacy, security, and politics. His research delves into how technological advancements influence regulatory frameworks and societal norms, particularly concerning data protection and cybersecurity.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/hkechUkk5KHAbcMTCNVxG4-1280-80.png">
                                                            <media:credit><![CDATA[Anthropic]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Claude Chrome]]></media:description>                                                            <media:text><![CDATA[Claude Chrome]]></media:text>
                                <media:title type="plain"><![CDATA[Claude Chrome]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/hkechUkk5KHAbcMTCNVxG4-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <ul><li><strong>Anthropic’s Claude extension flaws allow fake clicks to launch sensitive AI workflows</strong></li><li><strong>Researchers found vulnerable handlers unchanged across eight extension updates</strong></li><li><strong>Synthetic clicks bypassed checks designed to confirm real user actions</strong></li></ul><p>Security researchers at Manifold Security have claimed Anthropic's Claude for <a href="https://www.techradar.com/computing/chrome/these-are-the-10-best-chrome-extensions-of-2025-according-to-google-and-theres-one-i-definitely-recommend">Chrome browser extension</a> contains two unpatched vulnerabilities in version 1.0.80, released July 7, 2026.</p><p>According to <a href="https://www.manifold.security/blog/claude-for-chrome-extension-bypass">Manifold Security</a>, it first reported both vulnerabilities to Anthropic through the company's bug bounty program on May 21, 2026, and received acknowledgment the following day.</p><p>The first flaw lets any browser extension trigger nine predefined Claude workflows by simulating a synthetic user click on claude.ai.</p><h2 id="nine-workflows-and-one-missing-check">Nine workflows and one missing check</h2><p>Researcher Ax Sharma found that the extension never verified whether a click event carried the Event.isTrusted property before acting on it.</p><p>Under default settings, the vulnerability received a CVSS score of 7.7 High, increasing to 9.6 Critical when users enabled automatic execution because Claude could perform actions without approval.</p><p>The nine hardcoded tasks include reading Gmail, opening Google Docs, checking Google Calendar, and modifying Salesforce leads without asking.</p><p>Because the <a href="https://www.techradar.com/best/browser">browser</a> marks synthetic clicks as untrusted, the extension should have rejected them but instead executed the workflow anyway.</p><p>Manifold Security confirmed on July 7 2026 that both vulnerabilities still work against version 1.0.80, months after first reporting them to Anthropic.</p><p>Anthropic released eight separate versions between 1.0.73 and 1.0.80 without altering the specific handlers’ researchers had already flagged as vulnerable.</p><p>The company closed the synthetic-click report, saying an existing internal report already tracked the broader trust-boundary issue researchers had described in detail.</p><p>However, Sharma believes the fix required only one additional line of code to verify the click event's isTrusted property before allowing the workflow to continue.</p><h2 id="a-second-structural-weakness">A second, structural weakness</h2><p>A second flaw involves a side-panel URL parameter called skipPermissions, which can activate a privileged mode without any consent prompt.</p><p>When the parameter is set to true, the panel begins skipping permission checks entirely, allowing Claude to act without asking the user first.</p><p>Manifold notes that only Anthropic's own scheduled-task feature is supposed to construct this kind of privileged URL internally right now.</p><p>The panel, however, honours that parameter regardless of which script or page actually constructed the originating URL string in practice.</p><p>One example task lets Claude read a user's Gmail inbox, identify promotional messages, and automatically click the unsubscribe links inside them.</p><p>Manifold warns that "the bypass is still six lines of JavaScript," months after researchers first flagged the underlying issue to Anthropic.</p><p>Anthropic classified this second finding as informational, arguing that the parameter is only ever constructed by its own internal systems.</p><p>Manifold said the content-script and side-panel code linked to both vulnerabilities remained byte-identical across the eight subsequent extension releases examined after the original report.</p><p>The flaws were also reproduced across Claude's Opus, Sonnet, and Fable side-panel model selections, indicating that the issue affected the extension's security design rather than the underlying artificial intelligence models.</p><p>The report also connected the findings with OWASP concerns involving LLM01: Prompt Injection and LLM06: Excessive Agency risks in AI applications.</p><p>The researchers noted that abuse involving <a href="https://www.techradar.com/best/best-ai-tools">AI tools</a> may remain difficult to detect because normal browser activity and network connections can appear unchanged while unauthorized AI actions occur.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:676px;"><p class="vanilla-image-block" style="padding-top:31.51%;"><img id="diM9tpwF2Lz85R8q85CT78" name="tr-g_news" alt="Google logo on a black background next to text reading 'Click to follow TechRadar'" src="https://cdn.mos.cms.futurecdn.net/diM9tpwF2Lz85R8q85CT78.jpg" mos="" align="middle" fullscreen="" width="676" height="213" attribution="" endorsement="" class="inline"></p></div></div></figure>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Moonshot reveals new AI model, and it's a big surprise — here's why Kimi K3 is a threat to the likes of OpenAI ]]></title>
                                                                                                <dc:content><![CDATA[ <ul><li><strong>Moonshot has launched a new AI model, Kimi K3</strong></li><li><strong>It's surprisingly powerful, with the Chinese AI firm claiming it outguns most US rivals, save for a couple of exceptions</strong></li><li><strong>Kimi K3 is open weight by nature, which poses a further threat to the likes of OpenAI and Anthropic</strong></li></ul><p>Moonshot, one of the emerging Chinese AI giants, has just revealed a new <a href="https://www.techradar.com/pro/the-dangerous-myth-of-the-best-ai-model">AI model</a> which is seemingly up there with the likes of <a href="https://www.techradar.com/news/chatgpt-explained">ChatGPT</a> and Claude.</p><p><a href="https://www.bloomberg.com/news/articles/2026-07-17/china-s-powerful-new-moonshot-ai-model-closes-gap-with-us-rivals" target="_blank">Bloomberg reports</a> that Moonshot's new Kimi K3 model can equal the best that the US has to offer, at least based on the company's own benchmarking. Seemingly it outguns all rival AIs save for Claude Fable 5 (from Anthropic) and GPT-5.6 (from OpenAI).</p><p>Kimi K3 is a model with 2.8 trillion parameters, Bloomberg tells us, and Artificial Analysis ranked it ahead of Anthropic's Opus 4.8 on some benchmarks.</p><p>Moonshot also claims it beats Chinese rival Z.AI for coding tasks, and overall, the performance of the new model has caught the market by surprise.</p><p>Moonshot notes in a <a href="https://www.kimi.com/blog/kimi-k3" target="_blank">blog post</a> that Kimi K3 is the "world's first open 3T-class model, designed for frontier intelligence across long-horizon coding, knowledge work, and reasoning."</p><p>Kimi K3 is available to use now. Bloomberg quotes Leonid Mironov, a portfolio manager at Gavekal Capital, as saying: "In my use, it's clearly the best Chinese model ever," noting that it's "brilliant" no less.</p><h2 id="analysis-a-weighty-threat">Analysis: a weighty threat</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:3840px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="h8ZQHernNUVpnGYX7QnxVM" name="TR-AI-2-GettyImages-2260178974" alt="The letters AI in a box in the middle of a vast digital room divided by beams of line" src="https://cdn.mos.cms.futurecdn.net/h8ZQHernNUVpnGYX7QnxVM.jpg" mos="" align="middle" fullscreen="" width="3840" height="2160" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images)</span></figcaption></figure><p>This is a threat to the big US players in the AI market for several reasons. </p><p>The key difference with Kimi K3 is that it's what's known as an "open weight" model, meaning anyone can grab the model to run it for themselves – from July 27, when the weights are released – without paying anything. It's not the same as open source, though, as while you can get the model, what you don't get to do is peek behind the scenes at how the model was trained (and on what data).</p><p>The other caveat is that running Kimi K3 takes some extremely powerful hardware; but nonetheless, for firms with the substantial wherewithal to do that, the pre-trained model is there for the taking at no cost. So, you can imagine how this open weight approach is threatening to the AI behemoths in the US (and this is presumably the point of going this way for the Chinese rival).</p><p>What will also be a concern to the likes of OpenAI and Anthropic is that Moonshot is attacking one of the most lucrative aspects of AI, with Kimi K3 being pushed for its coding skills. However, Moonshot is charging a lot more than Chinese rivals for those who want to use it, and in fact, it's priced around Claude Sonnet levels, so on a par with the current cutting-edge (frontier) AI models.</p><p>That in itself is a signal of the quality on offer here, and why Kimi K3 has raised quite a few eyebrows. As the competition around AI heats up, there are also concerns about whether that means safeguards will be increasingly overlooked in favor of faster development and progress (which has been a consistent source of worry for many as it is).</p><p>Adding to all the controversy are <a href="https://www.techradar.com/pro/extraction-and-distillation-us-state-department-upgrades-ai-theft-accusations-to-target-chinas-deepseek-moonshot-ai-and-minimax">accusations of AI theft leveled by the US State Department </a>at Chinese firms earlier this year, Moonshot included.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/ai-platforms-assistants/moonshot-reveals-new-ai-model-and-its-a-big-surprise-heres-why-kimi-k3-is-a-threat-to-the-likes-of-openai</link>
                                                                            <description>
                            <![CDATA[ Kimi K3 model is a threat to the likes of OpenAI for two key reasons: its open nature, and apparently sterling coding skills. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">2zmcL4iNjmbC26SGrHQQTP</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/vVtEZh9P6ubzzXWbHJS7QX-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 17 Jul 2026 16:17:32 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                                                                                    <dc:creator><![CDATA[ Darren Allan ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/vVtEZh9P6ubzzXWbHJS7QX-1280-80.jpg">
                                                            <media:credit><![CDATA[Moonshot]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Kimi K3 logo showing a number &#039;3&#039; in iron filings]]></media:description>                                                            <media:text><![CDATA[Kimi K3 logo showing a number &#039;3&#039; in iron filings]]></media:text>
                                <media:title type="plain"><![CDATA[Kimi K3 logo showing a number &#039;3&#039; in iron filings]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/vVtEZh9P6ubzzXWbHJS7QX-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <ul><li><strong>Moonshot has launched a new AI model, Kimi K3</strong></li><li><strong>It's surprisingly powerful, with the Chinese AI firm claiming it outguns most US rivals, save for a couple of exceptions</strong></li><li><strong>Kimi K3 is open weight by nature, which poses a further threat to the likes of OpenAI and Anthropic</strong></li></ul><p>Moonshot, one of the emerging Chinese AI giants, has just revealed a new <a href="https://www.techradar.com/pro/the-dangerous-myth-of-the-best-ai-model">AI model</a> which is seemingly up there with the likes of <a href="https://www.techradar.com/news/chatgpt-explained">ChatGPT</a> and Claude.</p><p><a href="https://www.bloomberg.com/news/articles/2026-07-17/china-s-powerful-new-moonshot-ai-model-closes-gap-with-us-rivals" target="_blank">Bloomberg reports</a> that Moonshot's new Kimi K3 model can equal the best that the US has to offer, at least based on the company's own benchmarking. Seemingly it outguns all rival AIs save for Claude Fable 5 (from Anthropic) and GPT-5.6 (from OpenAI).</p><p>Kimi K3 is a model with 2.8 trillion parameters, Bloomberg tells us, and Artificial Analysis ranked it ahead of Anthropic's Opus 4.8 on some benchmarks.</p><p>Moonshot also claims it beats Chinese rival Z.AI for coding tasks, and overall, the performance of the new model has caught the market by surprise.</p><p>Moonshot notes in a <a href="https://www.kimi.com/blog/kimi-k3" target="_blank">blog post</a> that Kimi K3 is the "world's first open 3T-class model, designed for frontier intelligence across long-horizon coding, knowledge work, and reasoning."</p><p>Kimi K3 is available to use now. Bloomberg quotes Leonid Mironov, a portfolio manager at Gavekal Capital, as saying: "In my use, it's clearly the best Chinese model ever," noting that it's "brilliant" no less.</p><h2 id="analysis-a-weighty-threat">Analysis: a weighty threat</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:3840px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="h8ZQHernNUVpnGYX7QnxVM" name="TR-AI-2-GettyImages-2260178974" alt="The letters AI in a box in the middle of a vast digital room divided by beams of line" src="https://cdn.mos.cms.futurecdn.net/h8ZQHernNUVpnGYX7QnxVM.jpg" mos="" align="middle" fullscreen="" width="3840" height="2160" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images)</span></figcaption></figure><p>This is a threat to the big US players in the AI market for several reasons. </p><p>The key difference with Kimi K3 is that it's what's known as an "open weight" model, meaning anyone can grab the model to run it for themselves – from July 27, when the weights are released – without paying anything. It's not the same as open source, though, as while you can get the model, what you don't get to do is peek behind the scenes at how the model was trained (and on what data).</p><p>The other caveat is that running Kimi K3 takes some extremely powerful hardware; but nonetheless, for firms with the substantial wherewithal to do that, the pre-trained model is there for the taking at no cost. So, you can imagine how this open weight approach is threatening to the AI behemoths in the US (and this is presumably the point of going this way for the Chinese rival).</p><p>What will also be a concern to the likes of OpenAI and Anthropic is that Moonshot is attacking one of the most lucrative aspects of AI, with Kimi K3 being pushed for its coding skills. However, Moonshot is charging a lot more than Chinese rivals for those who want to use it, and in fact, it's priced around Claude Sonnet levels, so on a par with the current cutting-edge (frontier) AI models.</p><p>That in itself is a signal of the quality on offer here, and why Kimi K3 has raised quite a few eyebrows. As the competition around AI heats up, there are also concerns about whether that means safeguards will be increasingly overlooked in favor of faster development and progress (which has been a consistent source of worry for many as it is).</p><p>Adding to all the controversy are <a href="https://www.techradar.com/pro/extraction-and-distillation-us-state-department-upgrades-ai-theft-accusations-to-target-chinas-deepseek-moonshot-ai-and-minimax">accusations of AI theft leveled by the US State Department </a>at Chinese firms earlier this year, Moonshot included.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Claude can now enter all your passwords for you - if you give it permission ]]></title>
                                                                                                <dc:content><![CDATA[ <ul><li><strong>1Password unveils Claude partnership, letting Anthropic’s AI authenticate on users’ behalf via zero‑exposure architecture</strong></li><li><strong>Users approve each login with biometrics</strong></li><li><strong>New Agentic Mode in the browser extension locks down the interface when AI agents take over</strong></li></ul><p>Top <a href="https://www.techradar.com/best/password-manager" target="_blank">password manager</a> company 1Password has launched a new tool that allows artificial intelligence assistant Claude to authenticate on behalf of their user, and thus complete assignments that were previously impossible without major security tradeoffs.</p><p><a href="https://1password.com/blog/1password-for-claude" target="_blank" rel="nofollow">1Password for Claude</a> is built on “zero-exposure architecture” - so in practice, it means Claude can essentially ask 1Password to complete the sign-in process, but it will never see the credentials, and they will never be loaded into its memory. </p><p>In turn, 1Password will notify the user, and will request biometric approval before proceeding. Once granted, it will autofill the credentials and check to see if they were exposed on the page or not. If submission fails, it will clear the filled values and report back. </p><h2 id="agentic-mode">Agentic Mode</h2><p>"We need a new security model that is purpose-built for agents, not just humans,” said Nancy Wang, CTO of 1Password. “The answer isn't handing agents your secrets. It is to let a user give an agent permission to use a credential without letting the agent see it. Claude knows it used your login; it does not need the password or one-time code in its context. That distinction is where trust in agents starts and the foundation we're building with Anthropic."</p><p>To further strengthen its security posture, 1Password also announced Agentic Mode, a new feature in the browser extension that gives users visibility and control over browser-based <a href="https://www.techradar.com/best/best-ai-tools" target="_blank">AI agents</a>. When a compatible AI agent takes over, the 1Password extension automatically locks down and hides the interface. The agent can only use the logins and OTPs explicitly approved for the current task. </p><p>Even if the integration is not set up, and even if 1Password is not required for the current agentic task, Agentic Mode works, the company stressed. Other agents, besides Claude, are supported, as well. </p><p>Currently a major debate is ongoing, about how much permissions AI agents should receive, and under what rules. We’ve already seen horror stories of AI agents deleting people’s entire email inboxes, or otherwise ruining days of hard work. Whether or not this picks up or most people remain skeptical about giving AI access to certain services, remains to be seen. </p> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/pro/security/claude-can-now-enter-all-your-passwords-for-you-if-you-give-it-permission</link>
                                                                            <description>
                            <![CDATA[ 1Password partnership will mean Claude will never see the secrets or load them into its own memory. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">gESvv4V9PcQSPAyMJnfqm6</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/9YhV9JTvHHHB3MMDhxYpoj-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 17 Jul 2026 14:10:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Security]]></category>
                                                    <category><![CDATA[Cyber Security]]></category>
                                                    <category><![CDATA[Computing Security]]></category>
                                                    <category><![CDATA[Pro]]></category>
                                                    <category><![CDATA[Computing]]></category>
                                                                                                                    <dc:creator><![CDATA[ Sead Fadilpašić ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/9YhV9JTvHHHB3MMDhxYpoj-1280-80.jpg">
                                                            <media:credit><![CDATA[Anthropic]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Mobile phone displaying a Claude login screen.]]></media:description>                                                            <media:text><![CDATA[Mobile phone displaying a Claude login screen.]]></media:text>
                                <media:title type="plain"><![CDATA[Mobile phone displaying a Claude login screen.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/9YhV9JTvHHHB3MMDhxYpoj-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <ul><li><strong>1Password unveils Claude partnership, letting Anthropic’s AI authenticate on users’ behalf via zero‑exposure architecture</strong></li><li><strong>Users approve each login with biometrics</strong></li><li><strong>New Agentic Mode in the browser extension locks down the interface when AI agents take over</strong></li></ul><p>Top <a href="https://www.techradar.com/best/password-manager" target="_blank">password manager</a> company 1Password has launched a new tool that allows artificial intelligence assistant Claude to authenticate on behalf of their user, and thus complete assignments that were previously impossible without major security tradeoffs.</p><p><a href="https://1password.com/blog/1password-for-claude" target="_blank" rel="nofollow">1Password for Claude</a> is built on “zero-exposure architecture” - so in practice, it means Claude can essentially ask 1Password to complete the sign-in process, but it will never see the credentials, and they will never be loaded into its memory. </p><p>In turn, 1Password will notify the user, and will request biometric approval before proceeding. Once granted, it will autofill the credentials and check to see if they were exposed on the page or not. If submission fails, it will clear the filled values and report back. </p><h2 id="agentic-mode">Agentic Mode</h2><p>"We need a new security model that is purpose-built for agents, not just humans,” said Nancy Wang, CTO of 1Password. “The answer isn't handing agents your secrets. It is to let a user give an agent permission to use a credential without letting the agent see it. Claude knows it used your login; it does not need the password or one-time code in its context. That distinction is where trust in agents starts and the foundation we're building with Anthropic."</p><p>To further strengthen its security posture, 1Password also announced Agentic Mode, a new feature in the browser extension that gives users visibility and control over browser-based <a href="https://www.techradar.com/best/best-ai-tools" target="_blank">AI agents</a>. When a compatible AI agent takes over, the 1Password extension automatically locks down and hides the interface. The agent can only use the logins and OTPs explicitly approved for the current task. </p><p>Even if the integration is not set up, and even if 1Password is not required for the current agentic task, Agentic Mode works, the company stressed. Other agents, besides Claude, are supported, as well. </p><p>Currently a major debate is ongoing, about how much permissions AI agents should receive, and under what rules. We’ve already seen horror stories of AI agents deleting people’s entire email inboxes, or otherwise ruining days of hard work. Whether or not this picks up or most people remain skeptical about giving AI access to certain services, remains to be seen. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ 'I thought it was satire': Sam Altman mocks Anthropic's latest AI ad that's getting widely blasted for being 'dystopian marketing slop' ]]></title>
                                                                                                <dc:content><![CDATA[ <ul><li><strong>Anthropic has a new 'hard questions' ad for Claude and AI</strong></li><li><strong>Reactions to the short clip have been mixed</strong></li><li><strong>OpenAI boss Sam Altman says the ad feels like satire</strong></li></ul><p>Anthropic has a new ad out for its Claude AI chatbot, and it ties into <a href="https://www.anthropic.com/news/hard-questions" target="_blank">its Hard Questions project</a> — an attempt to bring attention to some of the main concerns and hopes that people have about the future of AI. Will it take my job? Can it lead to new scientific discoveries? Why is there a new data center in my neighborhood?</p><p>You can see <a href="https://www.youtube.com/watch?v=jVbGX7zJHi8" target="_blank">the short film</a> below, which features voices "from real people" that Anthropic has spoken to. Alongside shots of burning buildings, lab researchers, and racks and racks of hard drives, we have ruminations over whether AI can be trusted and how it might affect communities, education, and what it means to be human.</p><div class="youtube-video" data-nosnippet ><div class="video-aspect-box"><iframe data-lazy-priority="low" data-lazy-src="https://www.youtube-nocookie.com/embed/jVbGX7zJHi8" allowfullscreen></iframe></div></div><p>Anthropic has boldly left the comments enabled on the video, and it's fair to say there's a mix of opinion: various posters have branded the clip as "dystopian marketing slop", a sign of "dark times", and "pretty horrifying". One commenter points out that the final "keep thinking" tagline is a strange choice for a technology that generally <a href="https://www.techradar.com/ai-platforms-assistants/we-have-to-learn-to-embrace-the-imperfect-nature-of-human-solutions-what-we-lose-when-ai-starts-doing-all-our-thinking-at-work">makes us think less</a>.</p><p>There are plenty of positive opinions too, with some calling the ad "profoundly beautiful", "great", and "thought-provoking", and even "the greatest commercial I've ever seen" in one case. Quite a few YouTuber users in the comments are simply asking for more access to the latest <a href="https://www.techradar.com/ai-platforms-assistants/claude/anthropics-fable-5-is-back-after-us-shutdown-it-called-a-misunderstanding">Claude Fable AI model</a>.</p><h2 id="questions-and-answers">Questions and answers</h2><div class="see-more see-more--clipped"><figure><blockquote class="twitter-tweet hawk-ignore" data-lang="en" cite="https://twitter.com/cantworkitout/status/2076824686307271125"><p lang="en" dir="ltr">i thought this was satire, kept looking for the handle to be spelled c1audeai or something https://t.co/4AVBA93Z27<a href="https://twitter.com/cantworkitout/status/2076824686307271125">July 14, 2026</a></p></blockquote></figure><div class="see-more__filter"></div></div><p>The ad has even caught the attention of Sam Altman, CEO of Anthropic rival OpenAI. His <a href="https://x.com/sama/status/2076824686307271125" target="_blank">response to the clip</a> was to say that he "thought this was satire", though it's worth remembering that he's not the most neutral of observers. Anthropic CEO Dario Amodei was previously vice president of research at OpenAI.</p><p>What we can say for sure about the ad is that it's addressing many of the issues that are in the public conversation right now when it comes to AI technology. Anthropic has also launched a <a href="https://claude.com/hard-questions" target="_blank">Hard Questions web portal</a> where you can listen to some of the conversations the company has had with people across the US.</p><p>The topics covered include the use of AI in medical diagnosis, safeguards around the misuse of AI, the resources needed to run data centers, how the technology might impact our critical thinking skills and creativity, which jobs might ultimately be replaced by AI, and what it's going to be like for kids to grow up with AI.</p><p>Clearly this debate is going to go on and on across the years to come, but it does feel like the tension has never been greater between the hype and <a href="https://www.techradar.com/pro/are-we-going-to-let-data-centers-take-all-the-power-water-and-clean-air">the backlash</a> around AI. Big AI companies like Anthropic are going to have to work hard to keep users and governments on side as the technology becomes even more powerful and pervasive.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/ai-platforms-assistants/claude/i-thought-it-was-satire-sam-altman-mocks-anthropics-latest-ai-ad-thats-getting-widely-blasted-for-being-dystopian-marketing-slop</link>
                                                                            <description>
                            <![CDATA[ There's a new Anthropic ad for Claude in the wild, but it hasn't had quite the impact that its creators might have been hoping for. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">CuXBjcqjF9zHgBDAyQ6EgM</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/AJWX5MCpTVLtvHdUFWeDZR-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 17 Jul 2026 12:09:39 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Claude]]></category>
                                                    <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                                                                                    <dc:creator><![CDATA[ David Nield ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/mbi9b6isV6ML9Tr4bSPhyR.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Dave is a freelance tech journalist who has been writing about gadgets, apps and the web for more than two decades. Based out of Stockport, England, on TechRadar you&#039;ll find him covering news, features and reviews, particularly for phones, tablets and wearables. Working to ensure our breaking news coverage is the best in the business over weekends, David also has bylines at Gizmodo, T3, PopSci and a few other places besides, as well as being many years editing the likes of PC Explorer and The Hardware Handbook.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/AJWX5MCpTVLtvHdUFWeDZR-1280-80.jpg">
                                                            <media:credit><![CDATA[Anthropic]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[The ad touches on many of the uses of AI]]></media:description>                                                            <media:text><![CDATA[Anthropic advert]]></media:text>
                                <media:title type="plain"><![CDATA[Anthropic advert]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/AJWX5MCpTVLtvHdUFWeDZR-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <ul><li><strong>Anthropic has a new 'hard questions' ad for Claude and AI</strong></li><li><strong>Reactions to the short clip have been mixed</strong></li><li><strong>OpenAI boss Sam Altman says the ad feels like satire</strong></li></ul><p>Anthropic has a new ad out for its Claude AI chatbot, and it ties into <a href="https://www.anthropic.com/news/hard-questions" target="_blank">its Hard Questions project</a> — an attempt to bring attention to some of the main concerns and hopes that people have about the future of AI. Will it take my job? Can it lead to new scientific discoveries? Why is there a new data center in my neighborhood?</p><p>You can see <a href="https://www.youtube.com/watch?v=jVbGX7zJHi8" target="_blank">the short film</a> below, which features voices "from real people" that Anthropic has spoken to. Alongside shots of burning buildings, lab researchers, and racks and racks of hard drives, we have ruminations over whether AI can be trusted and how it might affect communities, education, and what it means to be human.</p><div class="youtube-video" data-nosnippet ><div class="video-aspect-box"><iframe data-lazy-priority="low" data-lazy-src="https://www.youtube-nocookie.com/embed/jVbGX7zJHi8" allowfullscreen></iframe></div></div><p>Anthropic has boldly left the comments enabled on the video, and it's fair to say there's a mix of opinion: various posters have branded the clip as "dystopian marketing slop", a sign of "dark times", and "pretty horrifying". One commenter points out that the final "keep thinking" tagline is a strange choice for a technology that generally <a href="https://www.techradar.com/ai-platforms-assistants/we-have-to-learn-to-embrace-the-imperfect-nature-of-human-solutions-what-we-lose-when-ai-starts-doing-all-our-thinking-at-work">makes us think less</a>.</p><p>There are plenty of positive opinions too, with some calling the ad "profoundly beautiful", "great", and "thought-provoking", and even "the greatest commercial I've ever seen" in one case. Quite a few YouTuber users in the comments are simply asking for more access to the latest <a href="https://www.techradar.com/ai-platforms-assistants/claude/anthropics-fable-5-is-back-after-us-shutdown-it-called-a-misunderstanding">Claude Fable AI model</a>.</p><h2 id="questions-and-answers">Questions and answers</h2><div class="see-more see-more--clipped"><figure><blockquote class="twitter-tweet hawk-ignore" data-lang="en" cite="https://twitter.com/cantworkitout/status/2076824686307271125"><p lang="en" dir="ltr">i thought this was satire, kept looking for the handle to be spelled c1audeai or something https://t.co/4AVBA93Z27<a href="https://twitter.com/cantworkitout/status/2076824686307271125">July 14, 2026</a></p></blockquote></figure><div class="see-more__filter"></div></div><p>The ad has even caught the attention of Sam Altman, CEO of Anthropic rival OpenAI. His <a href="https://x.com/sama/status/2076824686307271125" target="_blank">response to the clip</a> was to say that he "thought this was satire", though it's worth remembering that he's not the most neutral of observers. Anthropic CEO Dario Amodei was previously vice president of research at OpenAI.</p><p>What we can say for sure about the ad is that it's addressing many of the issues that are in the public conversation right now when it comes to AI technology. Anthropic has also launched a <a href="https://claude.com/hard-questions" target="_blank">Hard Questions web portal</a> where you can listen to some of the conversations the company has had with people across the US.</p><p>The topics covered include the use of AI in medical diagnosis, safeguards around the misuse of AI, the resources needed to run data centers, how the technology might impact our critical thinking skills and creativity, which jobs might ultimately be replaced by AI, and what it's going to be like for kids to grow up with AI.</p><p>Clearly this debate is going to go on and on across the years to come, but it does feel like the tension has never been greater between the hype and <a href="https://www.techradar.com/pro/are-we-going-to-let-data-centers-take-all-the-power-water-and-clean-air">the backlash</a> around AI. Big AI companies like Anthropic are going to have to work hard to keep users and governments on side as the technology becomes even more powerful and pervasive.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Claude Cowork expands to mobile and web as Anthropic reveals what people actually use it for ]]></title>
                                                                                                <dc:content><![CDATA[ <ul><li><strong>You can now run Claude Cowork in the cloud, from the web or mobile</strong></li><li><strong>Knowledge work now accounts for around half of all Cowork sessions</strong></li><li><strong>Traditional local Cowork sessions are still supported</strong></li></ul><p>Days after reports surfaced that Anthropic could be bringing Claude Cowork to its mobile app, the company has gone one further – users can now start, monitor and complete their agentic workflows from the mobile app and a dedicated web portal.</p><p>The upgrade is rolling out in beta now for Claude Max subscribers, but the company has plans to bring the functionality to more plans as rollout continues.</p><p>As part of the upgrade, Cowork sessions will also run in the cloud by default – another beta introduction that means workflows can continue even once a PC goes offline or shuts down.</p><h2 id="claude-cowork-can-now-be-used-virtually-anywhere">Claude Cowork can now be used virtually anywhere</h2><p>Because the AI agent can run autonomously across things like files and documents, emails and calendars, and other connected apps, many users mostly left Cowork to run independently. However because it ran locally, it required users to keep their desktop session active even when they stepped away.</p><p>Now, scheduled work no longer requires a device to remain online – though users can still choose to run Cowork locally when access to local files is required, for example.</p><p>As for why Claude Cowork is being used, Anthropic has <a href="https://claude.com/blog/how-people-are-using-claude-cowork" target="_blank">revealed</a> that the autonomous agent is mostly being used among knowledge workers despite initially being targeted at coders. "Pulling scattered updates into a single report, building onboarding checklists and reconciling spreadsheets" account for the largest chunk, at around 33% of all use cases across Anthropic's analysis of 1.2 million sessions.</p><p>Content creation and copywriting (16%) came next, with software development (9%) and DevOps and infrastructure (7%) actually only accounting for much smaller proportions.</p><p>With knowledge work now accounting for nearly half of all Claude Cowork sessions, the company's research shows agentic AI emerging as an everyday work colleague. Though the company didn't indicate how, or whether, this shift in behavior might impact its pipeline, a shift away from coding as a primary use case could evolve Cowork in different ways to how we might have imagined.</p><figure class="van-image-figure pull-right inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:676px;"><p class="vanilla-image-block" style="padding-top:31.51%;"><img id="diM9tpwF2Lz85R8q85CT78" name="tr-g_news" alt="Google logo on a black background next to text reading 'Click to follow TechRadar'" src="https://cdn.mos.cms.futurecdn.net/diM9tpwF2Lz85R8q85CT78.jpg" mos="" align="right" fullscreen="" width="676" height="213" attribution="" endorsement="" class="pull-rightinline"></p></div></div></figure> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/pro/claude-cowork-expands-to-mobile-and-web-as-anthropic-reveals-what-people-actually-use-it-for</link>
                                                                            <description>
                            <![CDATA[ Anthropic makes Claude Cowork available on web and mobile, with cloud option now available, as usage patterns shift. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">qgDxST5vfyTKLvWmA374iS</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/SQriLkNFMAWuNK8Fz7yhFL-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 08 Jul 2026 12:00:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Pro]]></category>
                                                    <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                    <category><![CDATA[Claude]]></category>
                                                                                                                    <dc:creator><![CDATA[ Craig Hale ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/GV8qRsHBkpSAQxiYKjTt6H.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/SQriLkNFMAWuNK8Fz7yhFL-1280-80.jpg">
                                                            <media:credit><![CDATA[BBC]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Claude AI]]></media:description>                                                            <media:text><![CDATA[Claude AI]]></media:text>
                                <media:title type="plain"><![CDATA[Claude AI]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/SQriLkNFMAWuNK8Fz7yhFL-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <ul><li><strong>You can now run Claude Cowork in the cloud, from the web or mobile</strong></li><li><strong>Knowledge work now accounts for around half of all Cowork sessions</strong></li><li><strong>Traditional local Cowork sessions are still supported</strong></li></ul><p>Days after reports surfaced that Anthropic could be bringing Claude Cowork to its mobile app, the company has gone one further – users can now start, monitor and complete their agentic workflows from the mobile app and a dedicated web portal.</p><p>The upgrade is rolling out in beta now for Claude Max subscribers, but the company has plans to bring the functionality to more plans as rollout continues.</p><p>As part of the upgrade, Cowork sessions will also run in the cloud by default – another beta introduction that means workflows can continue even once a PC goes offline or shuts down.</p><h2 id="claude-cowork-can-now-be-used-virtually-anywhere">Claude Cowork can now be used virtually anywhere</h2><p>Because the AI agent can run autonomously across things like files and documents, emails and calendars, and other connected apps, many users mostly left Cowork to run independently. However because it ran locally, it required users to keep their desktop session active even when they stepped away.</p><p>Now, scheduled work no longer requires a device to remain online – though users can still choose to run Cowork locally when access to local files is required, for example.</p><p>As for why Claude Cowork is being used, Anthropic has <a href="https://claude.com/blog/how-people-are-using-claude-cowork" target="_blank">revealed</a> that the autonomous agent is mostly being used among knowledge workers despite initially being targeted at coders. "Pulling scattered updates into a single report, building onboarding checklists and reconciling spreadsheets" account for the largest chunk, at around 33% of all use cases across Anthropic's analysis of 1.2 million sessions.</p><p>Content creation and copywriting (16%) came next, with software development (9%) and DevOps and infrastructure (7%) actually only accounting for much smaller proportions.</p><p>With knowledge work now accounting for nearly half of all Claude Cowork sessions, the company's research shows agentic AI emerging as an everyday work colleague. Though the company didn't indicate how, or whether, this shift in behavior might impact its pipeline, a shift away from coding as a primary use case could evolve Cowork in different ways to how we might have imagined.</p><figure class="van-image-figure pull-right inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:676px;"><p class="vanilla-image-block" style="padding-top:31.51%;"><img id="diM9tpwF2Lz85R8q85CT78" name="tr-g_news" alt="Google logo on a black background next to text reading 'Click to follow TechRadar'" src="https://cdn.mos.cms.futurecdn.net/diM9tpwF2Lz85R8q85CT78.jpg" mos="" align="right" fullscreen="" width="676" height="213" attribution="" endorsement="" class="pull-rightinline"></p></div></div></figure>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ OpenAI teams with Work Louder to launch Codex-native keyboard, weeks after CEO of Apps told staff 'not to be distracted by side quests’ ]]></title>
                                                                                                <dc:content><![CDATA[ <ul><li><strong>OpenAI reveals first branded hardware, the Codex Micro, a programmable macro pad built with keyboard maker Work Louder</strong></li><li><strong>Codex Micro seems to be based on Work Louder's Creator Micro 2's layout, mapped to Codex coding-agent shortcuts</strong></li><li><strong>The move reinforces OpenAI's Codex offering as one of its mainstay areas of focus by allowing developers the ability to perform tasks or interact with AI faster</strong></li></ul><p>OpenAI's first branded piece of hardware is not a long-anticipated consumer device it is <a href="https://www.techradar.com/pro/quote-of-the-day-by-former-apple-design-chief-jony-ive-true-simplicity-is-derived-from-so-much-more-than-just-the-absence-of-clutter-and-ornamentation-laying-the-foundation-for-a-timeless-design-philosophy">building with ex-Apple design chief Jony Ive</a>, but rather a programmable macro pad called the Codex Micro.</p><p>The keyboard, which consists entirely of macro keys designed to "supercharge people's Codex usage," according to an OpenAI spokesperson at the AI Engineer World's Fair, is reportedly a collaboration between the iPhone creator and the custom macro pad creator Work Louder.</p><p>With OpenAI's developer-centric account on X indicating that the full launch of its hardware foray is expected on July 15, the AI giant seems to be pulling out all the stops to ensure it becomes a well-received add-on for the developer community.</p><h2 id="a-simple-rebadge-or-a-sign-of-things-to-come">A simple rebadge or a sign of things to come?</h2><p>The as-yet-pending release 'Codex Micro' seems to be inspired by Work Louder's existing Creator Micro 2, a compact macro pad that offers thirteen mechanical keys, a joystick, a rotary encoder, and touch controls, arranged across programmable layers to power users needing faster or more fine-grained control over AI-assisted coding tasks.</p><p>The move is understandable for OpenAI in terms of both securing a victory with developers and brand recognition, and essentially testing the waters on how it would handle a hardware launch for the <a href="https://www.techradar.com/ai-platforms-assistants/chatgpt/2026-could-be-the-year-we-move-beyond-smartphones-led-by-a-sam-altman-and-jony-ive-designed-ai-device" target="_blank">company's upcoming AI device</a> for more general-purpose users.</p><p>It can also, to a degree, be seen as OpenAI essentially acknowledging that its earlier stance of narrowing its focus <a href="https://www.wsj.com/tech/ai/openai-chatgpt-side-projects-16b3a825" target="_blank">to 'nail' its core business</a> might be one the company is willing to make exceptions to, especially when it comes to coding tools or enterprise use-case hardware.</p><p>OpenAI's CEO of applications, Fidji Simo, reportedly told staff that the company was looking to deprioritize areas outside its core focus to allow it to lead where it mattered.</p><p>In 2025, OpenAI shipped the Sora video app, the Atlas browser, ecommerce features inside ChatGPT, advertising work, and hardware efforts, a "series of startups" approach that insiders said had produced organizational confusion and constant reshuffling of scarce compute, distracting it from a truly centralized goal. </p><p>Hardware, in other words, was explicitly on the list of distractions. A physical keyboard is arguably as clear a violation of that directive as one could possibly design.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.98%;"><img id="2KzVq8gkFv5n7v3rCCqCoe" name="openai header" alt="OpenAI logo on a smartphone screen" src="https://cdn.mos.cms.futurecdn.net/2KzVq8gkFv5n7v3rCCqCoe.jpg" mos="" align="middle" fullscreen="" width="1920" height="1094" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shutterstock / Mehaniq)</span></figcaption></figure><p>OpenAI is also reeling from a smaller-than-expected gap from competitor Anthropic and its Claude models in the areas where its GPT models do compete. This can perhaps be attributed to Anthropic's much narrower focus, which caters specifically to coders and enterprise through its Claude Code and Claude Cowork offerings.</p><p>One can argue that OpenAI's move isn't one that distracts it from its core focus, but rather complements it, even as R&D and integration for the most part is something that Work Louder will commit to. </p><p>It allows the AI juggernaut gets to test out both the marketability of an OpenAI-branded hardware product and appease developers and founders with a low-effort play even as they have increasingly been <a href="https://www.techradar.com/pro/claude-coding-addiction-and-why-it-can-lead-to-startup-burnout" target="_blank">considering tools from Anthropic</a> and Google as well as other AI solutions providers.</p><p>None of OpenAI's previous concerns may apply here; the exercise does not consume compute, it caters to a key audience for OpenAI, with Codex assisting 5 million weekly users as of June, and it does not meaningfully engage an engineering team as some of its other projects do.</p><p>With OpenAI and Anthropic slated to IPO soon, both are locked in a race to secure as many active users as possible to justify their valuations, even as they vie to build the most powerful models to cater to various industries, including defense, telecommunications, pharmaceuticals, and software development, to name a few.</p><p> OpenAI's move might just be a sign of things to come, as it leverages ChatGPT's massive brand recognition to develop marketable, revenue-generating solutions such as a custom macro keyboard, even as it is loath to spend any of its engineering or compute resources on anything but the most important of its tasks, even as enthusiasts continue to wait for the release its upcoming collaboration with legendary Apple designer, Jony Ive.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/pro/openai-teams-with-work-louder-to-launch-codex-native-keyboard-weeks-after-ceo-of-apps-told-staff-not-to-be-distracted-by-side-quests</link>
                                                                            <description>
                            <![CDATA[ OpenAI's latest move seems to contradict its earlier stance of not getting distracted by 'side quests'. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">HK5rTLFSeBskZPpe4jf4XC</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/wk243cmFFLdfzNJzfZFQdJ-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 07 Jul 2026 19:05:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Pro]]></category>
                                                    <category><![CDATA[OpenAI]]></category>
                                                    <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                                                                <author><![CDATA[ Rahimnoorali11@gmail.com (Rahim Amir) ]]></author>                    <dc:creator><![CDATA[ Rahim Amir ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/9xKZFBamtEZKSChRvywbPB.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Rahim Amir is a UAE-based tech writer who enjoys building PCs as much as he enjoys writing about them. He has been professionally writing about PC hardware since 2023, focusing on buyer’s guides, hardware reviews, and sponsored content and features related to tech.&lt;br&gt;&lt;br&gt;Having built hundreds of gaming PCs and being an avid gamer in his spare time, Rahim tends to have stronger opinions about hardware than most. This is particularly on display when he gets his way with powerful, but minimalistic RGB builds even as Small Form Factor (SFF) PCs come a close second.&lt;br&gt;&lt;br&gt;In addition to his contributions to TechRadar, Rahim’s work has also been featured on Game Rant and financial news websites.&lt;br&gt;&lt;br&gt;When he’s not working, you can find him playing DotA with friends or schmoozing to take the world over in Civilization. Alternatively, you can find him binging through the entirety of the Lord of The Rings universe with extended editions in play where applicable.&lt;br&gt;&lt;br&gt;You can currently catch Rahim grinding Path of Exile 2, complaining about his (extremely low) unique loot drop rate, or actively participating in one of the numerous (and heated) debates centered around Tolkien&#039;s universe on multiple forums daily.&lt;br&gt;&lt;br&gt;If you have a PC build or a Satisfactory playthrough in progress, he is likely to have some advice to send your way, especially regarding verticality being key for the latter. For the former, Rahim enjoys all aspects of the process including researching the components he will eventually use, benchmarking the latest and greatest hardware he can get his hands on, and somewhat surprisingly, cable management once he gets his latest build to POST.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/wk243cmFFLdfzNJzfZFQdJ-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images / VCG]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[ In this photo illustration, the logo of ChatGPT is displayed on a smartphone screen with an OpenAI logo in the background.]]></media:description>                                                            <media:text><![CDATA[ In this photo illustration, the logo of ChatGPT is displayed on a smartphone screen with an OpenAI logo in the background.]]></media:text>
                                <media:title type="plain"><![CDATA[ In this photo illustration, the logo of ChatGPT is displayed on a smartphone screen with an OpenAI logo in the background.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/wk243cmFFLdfzNJzfZFQdJ-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <ul><li><strong>OpenAI reveals first branded hardware, the Codex Micro, a programmable macro pad built with keyboard maker Work Louder</strong></li><li><strong>Codex Micro seems to be based on Work Louder's Creator Micro 2's layout, mapped to Codex coding-agent shortcuts</strong></li><li><strong>The move reinforces OpenAI's Codex offering as one of its mainstay areas of focus by allowing developers the ability to perform tasks or interact with AI faster</strong></li></ul><p>OpenAI's first branded piece of hardware is not a long-anticipated consumer device it is <a href="https://www.techradar.com/pro/quote-of-the-day-by-former-apple-design-chief-jony-ive-true-simplicity-is-derived-from-so-much-more-than-just-the-absence-of-clutter-and-ornamentation-laying-the-foundation-for-a-timeless-design-philosophy">building with ex-Apple design chief Jony Ive</a>, but rather a programmable macro pad called the Codex Micro.</p><p>The keyboard, which consists entirely of macro keys designed to "supercharge people's Codex usage," according to an OpenAI spokesperson at the AI Engineer World's Fair, is reportedly a collaboration between the iPhone creator and the custom macro pad creator Work Louder.</p><p>With OpenAI's developer-centric account on X indicating that the full launch of its hardware foray is expected on July 15, the AI giant seems to be pulling out all the stops to ensure it becomes a well-received add-on for the developer community.</p><h2 id="a-simple-rebadge-or-a-sign-of-things-to-come">A simple rebadge or a sign of things to come?</h2><p>The as-yet-pending release 'Codex Micro' seems to be inspired by Work Louder's existing Creator Micro 2, a compact macro pad that offers thirteen mechanical keys, a joystick, a rotary encoder, and touch controls, arranged across programmable layers to power users needing faster or more fine-grained control over AI-assisted coding tasks.</p><p>The move is understandable for OpenAI in terms of both securing a victory with developers and brand recognition, and essentially testing the waters on how it would handle a hardware launch for the <a href="https://www.techradar.com/ai-platforms-assistants/chatgpt/2026-could-be-the-year-we-move-beyond-smartphones-led-by-a-sam-altman-and-jony-ive-designed-ai-device" target="_blank">company's upcoming AI device</a> for more general-purpose users.</p><p>It can also, to a degree, be seen as OpenAI essentially acknowledging that its earlier stance of narrowing its focus <a href="https://www.wsj.com/tech/ai/openai-chatgpt-side-projects-16b3a825" target="_blank">to 'nail' its core business</a> might be one the company is willing to make exceptions to, especially when it comes to coding tools or enterprise use-case hardware.</p><p>OpenAI's CEO of applications, Fidji Simo, reportedly told staff that the company was looking to deprioritize areas outside its core focus to allow it to lead where it mattered.</p><p>In 2025, OpenAI shipped the Sora video app, the Atlas browser, ecommerce features inside ChatGPT, advertising work, and hardware efforts, a "series of startups" approach that insiders said had produced organizational confusion and constant reshuffling of scarce compute, distracting it from a truly centralized goal. </p><p>Hardware, in other words, was explicitly on the list of distractions. A physical keyboard is arguably as clear a violation of that directive as one could possibly design.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.98%;"><img id="2KzVq8gkFv5n7v3rCCqCoe" name="openai header" alt="OpenAI logo on a smartphone screen" src="https://cdn.mos.cms.futurecdn.net/2KzVq8gkFv5n7v3rCCqCoe.jpg" mos="" align="middle" fullscreen="" width="1920" height="1094" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shutterstock / Mehaniq)</span></figcaption></figure><p>OpenAI is also reeling from a smaller-than-expected gap from competitor Anthropic and its Claude models in the areas where its GPT models do compete. This can perhaps be attributed to Anthropic's much narrower focus, which caters specifically to coders and enterprise through its Claude Code and Claude Cowork offerings.</p><p>One can argue that OpenAI's move isn't one that distracts it from its core focus, but rather complements it, even as R&D and integration for the most part is something that Work Louder will commit to. </p><p>It allows the AI juggernaut gets to test out both the marketability of an OpenAI-branded hardware product and appease developers and founders with a low-effort play even as they have increasingly been <a href="https://www.techradar.com/pro/claude-coding-addiction-and-why-it-can-lead-to-startup-burnout" target="_blank">considering tools from Anthropic</a> and Google as well as other AI solutions providers.</p><p>None of OpenAI's previous concerns may apply here; the exercise does not consume compute, it caters to a key audience for OpenAI, with Codex assisting 5 million weekly users as of June, and it does not meaningfully engage an engineering team as some of its other projects do.</p><p>With OpenAI and Anthropic slated to IPO soon, both are locked in a race to secure as many active users as possible to justify their valuations, even as they vie to build the most powerful models to cater to various industries, including defense, telecommunications, pharmaceuticals, and software development, to name a few.</p><p> OpenAI's move might just be a sign of things to come, as it leverages ChatGPT's massive brand recognition to develop marketable, revenue-generating solutions such as a custom macro keyboard, even as it is loath to spend any of its engineering or compute resources on anything but the most important of its tasks, even as enthusiasts continue to wait for the release its upcoming collaboration with legendary Apple designer, Jony Ive.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ 'Agentic coding tools have access to everything they need for this': Security experts warn Claude Code can be exploited simply by trying to be helpful ]]></title>
                                                                                                <dc:content><![CDATA[ <ul><li><strong>Claude Code ran the dangerous command while treating it as routine recovery</strong></li><li><strong>A single fake error message triggered the entire hidden attack chain</strong></li><li><strong>Static scanners and firewalls saw nothing more than normal DNS resolution</strong></li></ul><p>Researchers at Mozilla's 0din team have shown how Claude Code can be manipulated into opening a hidden reverse shell on a developer's device.</p><p>The exploit required no malicious code inside the cloned project, since every visible file passed ordinary review without raising suspicion.</p><p>Instead, the dangerous instruction arrived later, fetched at runtime from a DNS text record that no scanner would ever inspect.</p><h2 id="how-a-routine-setup-error-became-an-entry-point">How a Routine Setup Error Became an Entry Point</h2><p>The attack began with an unremarkable Markdown file explaining how to install a package called Axiom, a common monitoring tool.</p><p>Running the tool without initialising it produced a plain error message instructing the user to execute a specific setup command.</p><p>The <a href="https://0din.ai/blog/clone-this-repo-and-i-own-your-machine" target="_blank" rel="nofollow">research team</a> noted this pattern closely resembles ordinary developer troubleshooting, which is precisely why it evaded suspicion so effectively.</p><p>Claude Code, attempting only to be helpful, followed that written instruction automatically, treating the documented fix as ordinary routine error recovery.</p><p>That single command triggered a hidden shell script which quietly queried a DNS text record controlled entirely by the remote attacker.</p><p>The record decoded into a base64-encoded reverse shell command, which executed silently and connected straight back to the attacker's remote server.</p><p>Persistence was also possible once inside, since the attacker could plant an SSH key or schedule a hidden cron job.</p><p>A single repository link shared in a job posting or chat message could expose every developer who simply opened it.</p><h2 id="why-standard-security-tools-failed-to-notice">Why standard security tools failed to notice</h2><p>Regular security tools, such as <a href="https://www.techradar.com/best/best-antivirus">antivirus software</a> or <a href="https://www.techradar.com/best/firewall">firewall protection</a>, failed to notice this flaw since none of the individual steps looked suspicious on their own.</p><p>Static code-scanning tools only registered a routine DNS lookup, which did not indicate anything malicious underway.</p><p>Network monitoring registered nothing more than ordinary domain name resolution, and the agent itself viewed the command as a pre-authorised setup.</p><p>0din stressed that coding agents need to inspect exactly what setup script will actually run before executing anything at all.</p><p>It concluded that developers should never assume an unfamiliar repository is trustworthy, regardless of how ordinary its setup files appear.</p><p>This case suggests that agentic <a href="https://www.techradar.com/best/best-ai-tools">AI tools</a> built on <a href="https://www.techradar.com/computing/artificial-intelligence/best-llms">large language models</a> may need far stronger runtime safeguards.</p><p>Until such agents can meaningfully evaluate what a command actually executes, similar indirect attacks will likely remain difficult to prevent.</p><p>The broader lesson extends beyond Claude Code, since most agentic AI systems share similar blind spots toward indirect prompt injection.</p><p>For now, treating unfamiliar automation as a genuine risk remains the single most reliable safeguard available to most individual developers.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:676px;"><p class="vanilla-image-block" style="padding-top:31.51%;"><img id="diM9tpwF2Lz85R8q85CT78" name="tr-g_news" alt="Google logo on a black background next to text reading 'Click to follow TechRadar'" src="https://cdn.mos.cms.futurecdn.net/diM9tpwF2Lz85R8q85CT78.jpg" mos="" align="middle" fullscreen="" width="676" height="213" attribution="" endorsement="" class="inline"></p></div></div></figure> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/pro/security/agentic-coding-tools-have-access-to-everything-they-need-for-this-security-experts-warn-claude-code-can-be-exploited-simply-by-trying-to-be-helpful</link>
                                                                            <description>
                            <![CDATA[ A hidden DNS record tricked Claude Code into opening a reverse shell during routine error recovery, bypassing every standard security scanning tool completely. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">ST9jVeqUvxPgXzQE3PvLf4</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/eZs7VDaqqgXt5TBmcicAmS-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sat, 04 Jul 2026 20:10:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Security]]></category>
                                                    <category><![CDATA[Pro]]></category>
                                                                                                                    <dc:creator><![CDATA[ Efosa Udinmwen ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/nwRLdPUNG4rWu4Y6nthHDV.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Efosa has been writing about technology for over 7 years, initially driven by curiosity but now fueled by a strong passion for the field. He holds both a Master&#039;s and a PhD in sciences, which provided him with a solid foundation in analytical thinking. Efosa developed a keen interest in technology policy, specifically exploring the intersection of privacy, security, and politics. His research delves into how technological advancements influence regulatory frameworks and societal norms, particularly concerning data protection and cybersecurity.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/eZs7VDaqqgXt5TBmcicAmS-1280-80.jpg">
                                                            <media:credit><![CDATA[Anthropic]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Claude Tag]]></media:description>                                                            <media:text><![CDATA[Claude Tag]]></media:text>
                                <media:title type="plain"><![CDATA[Claude Tag]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/eZs7VDaqqgXt5TBmcicAmS-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <ul><li><strong>Claude Code ran the dangerous command while treating it as routine recovery</strong></li><li><strong>A single fake error message triggered the entire hidden attack chain</strong></li><li><strong>Static scanners and firewalls saw nothing more than normal DNS resolution</strong></li></ul><p>Researchers at Mozilla's 0din team have shown how Claude Code can be manipulated into opening a hidden reverse shell on a developer's device.</p><p>The exploit required no malicious code inside the cloned project, since every visible file passed ordinary review without raising suspicion.</p><p>Instead, the dangerous instruction arrived later, fetched at runtime from a DNS text record that no scanner would ever inspect.</p><h2 id="how-a-routine-setup-error-became-an-entry-point">How a Routine Setup Error Became an Entry Point</h2><p>The attack began with an unremarkable Markdown file explaining how to install a package called Axiom, a common monitoring tool.</p><p>Running the tool without initialising it produced a plain error message instructing the user to execute a specific setup command.</p><p>The <a href="https://0din.ai/blog/clone-this-repo-and-i-own-your-machine" target="_blank" rel="nofollow">research team</a> noted this pattern closely resembles ordinary developer troubleshooting, which is precisely why it evaded suspicion so effectively.</p><p>Claude Code, attempting only to be helpful, followed that written instruction automatically, treating the documented fix as ordinary routine error recovery.</p><p>That single command triggered a hidden shell script which quietly queried a DNS text record controlled entirely by the remote attacker.</p><p>The record decoded into a base64-encoded reverse shell command, which executed silently and connected straight back to the attacker's remote server.</p><p>Persistence was also possible once inside, since the attacker could plant an SSH key or schedule a hidden cron job.</p><p>A single repository link shared in a job posting or chat message could expose every developer who simply opened it.</p><h2 id="why-standard-security-tools-failed-to-notice">Why standard security tools failed to notice</h2><p>Regular security tools, such as <a href="https://www.techradar.com/best/best-antivirus">antivirus software</a> or <a href="https://www.techradar.com/best/firewall">firewall protection</a>, failed to notice this flaw since none of the individual steps looked suspicious on their own.</p><p>Static code-scanning tools only registered a routine DNS lookup, which did not indicate anything malicious underway.</p><p>Network monitoring registered nothing more than ordinary domain name resolution, and the agent itself viewed the command as a pre-authorised setup.</p><p>0din stressed that coding agents need to inspect exactly what setup script will actually run before executing anything at all.</p><p>It concluded that developers should never assume an unfamiliar repository is trustworthy, regardless of how ordinary its setup files appear.</p><p>This case suggests that agentic <a href="https://www.techradar.com/best/best-ai-tools">AI tools</a> built on <a href="https://www.techradar.com/computing/artificial-intelligence/best-llms">large language models</a> may need far stronger runtime safeguards.</p><p>Until such agents can meaningfully evaluate what a command actually executes, similar indirect attacks will likely remain difficult to prevent.</p><p>The broader lesson extends beyond Claude Code, since most agentic AI systems share similar blind spots toward indirect prompt injection.</p><p>For now, treating unfamiliar automation as a genuine risk remains the single most reliable safeguard available to most individual developers.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:676px;"><p class="vanilla-image-block" style="padding-top:31.51%;"><img id="diM9tpwF2Lz85R8q85CT78" name="tr-g_news" alt="Google logo on a black background next to text reading 'Click to follow TechRadar'" src="https://cdn.mos.cms.futurecdn.net/diM9tpwF2Lz85R8q85CT78.jpg" mos="" align="middle" fullscreen="" width="676" height="213" attribution="" endorsement="" class="inline"></p></div></div></figure>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ 'Advances in quantum research and development have shifted the risk horizon': Microsoft says it is ramping up its quantum computing security work ]]></title>
                                                                                                <dc:content><![CDATA[ <ul><li><strong>Quantum readiness is moving from research projects into deployment schedules</strong></li><li><strong>The 2029 deadline signals growing urgency across enterprise security planning</strong></li><li><strong>Crypto agility could become as important as encryption strength itself</strong></li></ul><p>Quantum computing timelines, once treated as distant concerns, are increasingly influencing security planning across major technology companies worldwide.</p><p>Microsoft has revealed it is now accelerating its Quantum Safe Program, arguing that preparations for post-quantum cryptography can no longer wait indefinitely.</p><p>The company says organizations should begin preparations immediately because the migration process could require several years across large infrastructures.</p><h2 id="microsoft-moves-quantum-preparations-into-its-wider-security-strategy">Microsoft moves quantum preparations into its wider security strategy</h2><p>The company plans to complete the transition of critical offerings to post-quantum cryptography technologies before the end of 2029.</p><p>Microsoft also confirmed that quantum readiness metrics will become part of its broader Secure Future Initiative security programme moving forward.</p><p>Rather than concentrating exclusively on replacing cryptographic algorithms, the company believes infrastructure modernization should receive greater attention from organizations globally.</p><p>Microsoft argued that improving flexibility within existing systems could reduce the complexity associated with future cryptographic transitions considerably over time.</p><p>One priority involves upgrading network cryptography through newer standards such as TLS 1.3 and hybrid key exchange technology adoption.</p><p>Another objective involves developing crypto agility capabilities allowing cryptographic mechanisms to change without requiring extensive application redesign work later.</p><p>The company also intends to modernize trust chains supporting certificate issuance, software updates, code signing, and hardware-backed protections.</p><p>Microsoft has not identified a single scientific breakthrough responsible for changing its timeline regarding quantum-resistant security implementation activities worldwide.</p><p>Instead, executives described the decision as a precautionary exercise intended to reduce exposure to future developments within quantum computing research.</p><h2 id="microsoft-warns-preparation-could-take-longer-than-expected">Microsoft warns preparation could take longer than expected</h2><p>"Shifting to quantum-resistant security takes years. This is a proactive, risk-informed decision to help customers stay ahead of potential future threats," Microsoft Azure CTO Mark Russinovich said.</p><p>He added that the initiative covers the entire Microsoft portfolio rather than a narrow collection of selected enterprise services only.</p><p>The company also referenced growing concerns surrounding harvest now, decrypt later scenarios involving sensitive information collected and retained today.</p><p>Under that model, encrypted information stolen presently could remain inaccessible until future quantum systems become capable of decoding archives successfully.</p><p>Several technology companies, including Apple, Google, and Signal, have already incorporated elements of post-quantum cryptography into products recently.</p><p>Microsoft believes the amount of work required before deployment at scale remains substantial regardless of when capable machines eventually emerge.</p><p>The company stated that advances in research and development have already altered previous assumptions surrounding the acceptable preparation timetable significantly.</p><p>For years, planning for post-quantum cryptography was widely treated as important and inevitable while remaining comfortably distant for organizations.</p><p>Microsoft now argues that perspective is changing as technology advances and preparations begin reflecting the scale of the transition ahead.</p><p>The company believes cryptographically relevant quantum computers could arrive sooner than many previous forecasts had anticipated across the technology sector.</p><p>Whether these expectations ultimately prove accurate, organizations appear increasingly unwilling to rely on the assumption that they remain decades away.</p><p>Via <a href="https://www.bleepingcomputer.com/news/microsoft/microsoft-accelerates-quantum-safe-roadmap-as-risks-grow/" target="_blank" rel="nofollow">BleepingComputer</a></p> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/pro/security/advances-in-quantum-research-and-development-have-shifted-the-risk-horizon-microsoft-reveals-it-is-ramping-up-its-quantum-computing-security-work</link>
                                                                            <description>
                            <![CDATA[ Microsoft plans a broad post-quantum migration by 2029 as concerns over future decryption risks increase globally. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">UPjdPJsXtBFkTe6goeryKn</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/UVm4pWzxzFfM3waNQDdPrD-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sat, 04 Jul 2026 18:05:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Security]]></category>
                                                    <category><![CDATA[Pro]]></category>
                                                                                                                    <dc:creator><![CDATA[ Efosa Udinmwen ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/nwRLdPUNG4rWu4Y6nthHDV.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Efosa has been writing about technology for over 7 years, initially driven by curiosity but now fueled by a strong passion for the field. He holds both a Master&#039;s and a PhD in sciences, which provided him with a solid foundation in analytical thinking. Efosa developed a keen interest in technology policy, specifically exploring the intersection of privacy, security, and politics. His research delves into how technological advancements influence regulatory frameworks and societal norms, particularly concerning data protection and cybersecurity.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/UVm4pWzxzFfM3waNQDdPrD-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Quantum computing concept. Digital communication network. Technological abstract.]]></media:description>                                                            <media:text><![CDATA[Quantum computing concept. Digital communication network. Technological abstract.]]></media:text>
                                <media:title type="plain"><![CDATA[Quantum computing concept. Digital communication network. Technological abstract.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/UVm4pWzxzFfM3waNQDdPrD-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <ul><li><strong>Quantum readiness is moving from research projects into deployment schedules</strong></li><li><strong>The 2029 deadline signals growing urgency across enterprise security planning</strong></li><li><strong>Crypto agility could become as important as encryption strength itself</strong></li></ul><p>Quantum computing timelines, once treated as distant concerns, are increasingly influencing security planning across major technology companies worldwide.</p><p>Microsoft has revealed it is now accelerating its Quantum Safe Program, arguing that preparations for post-quantum cryptography can no longer wait indefinitely.</p><p>The company says organizations should begin preparations immediately because the migration process could require several years across large infrastructures.</p><h2 id="microsoft-moves-quantum-preparations-into-its-wider-security-strategy">Microsoft moves quantum preparations into its wider security strategy</h2><p>The company plans to complete the transition of critical offerings to post-quantum cryptography technologies before the end of 2029.</p><p>Microsoft also confirmed that quantum readiness metrics will become part of its broader Secure Future Initiative security programme moving forward.</p><p>Rather than concentrating exclusively on replacing cryptographic algorithms, the company believes infrastructure modernization should receive greater attention from organizations globally.</p><p>Microsoft argued that improving flexibility within existing systems could reduce the complexity associated with future cryptographic transitions considerably over time.</p><p>One priority involves upgrading network cryptography through newer standards such as TLS 1.3 and hybrid key exchange technology adoption.</p><p>Another objective involves developing crypto agility capabilities allowing cryptographic mechanisms to change without requiring extensive application redesign work later.</p><p>The company also intends to modernize trust chains supporting certificate issuance, software updates, code signing, and hardware-backed protections.</p><p>Microsoft has not identified a single scientific breakthrough responsible for changing its timeline regarding quantum-resistant security implementation activities worldwide.</p><p>Instead, executives described the decision as a precautionary exercise intended to reduce exposure to future developments within quantum computing research.</p><h2 id="microsoft-warns-preparation-could-take-longer-than-expected">Microsoft warns preparation could take longer than expected</h2><p>"Shifting to quantum-resistant security takes years. This is a proactive, risk-informed decision to help customers stay ahead of potential future threats," Microsoft Azure CTO Mark Russinovich said.</p><p>He added that the initiative covers the entire Microsoft portfolio rather than a narrow collection of selected enterprise services only.</p><p>The company also referenced growing concerns surrounding harvest now, decrypt later scenarios involving sensitive information collected and retained today.</p><p>Under that model, encrypted information stolen presently could remain inaccessible until future quantum systems become capable of decoding archives successfully.</p><p>Several technology companies, including Apple, Google, and Signal, have already incorporated elements of post-quantum cryptography into products recently.</p><p>Microsoft believes the amount of work required before deployment at scale remains substantial regardless of when capable machines eventually emerge.</p><p>The company stated that advances in research and development have already altered previous assumptions surrounding the acceptable preparation timetable significantly.</p><p>For years, planning for post-quantum cryptography was widely treated as important and inevitable while remaining comfortably distant for organizations.</p><p>Microsoft now argues that perspective is changing as technology advances and preparations begin reflecting the scale of the transition ahead.</p><p>The company believes cryptographically relevant quantum computers could arrive sooner than many previous forecasts had anticipated across the technology sector.</p><p>Whether these expectations ultimately prove accurate, organizations appear increasingly unwilling to rely on the assumption that they remain decades away.</p><p>Via <a href="https://www.bleepingcomputer.com/news/microsoft/microsoft-accelerates-quantum-safe-roadmap-as-risks-grow/" target="_blank" rel="nofollow">BleepingComputer</a></p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Anthropic launches "AI workbench" for scientists using Claude ]]></title>
                                                                                                <dc:content><![CDATA[ <ul><li><strong>Claude Science is a new “workbench” to consolidate fragmented research workflows</strong></li><li><strong>Everything from literature review to publication is handled on private infrastructure</strong></li><li><strong>Anthropic continues to roll out industry-specific AI tools for real-world use cases</strong></li></ul><p>Anthropic has introduced Claude Science – a new, beta AI workbench it says will let scientists consolidate fragmented research workflows into one unified environment.</p><p>With model capabilities no longer holding back AI adoption, the Claude-maker’s solution is to respond to today’s challenges, including limited use cases, struggles deploying AI in real-world environments and difficulties integrating multiple tools.</p><p>Claude Science represents this response, packaging existing capabilities into a purpose-built application for life sciences and scientific computing, following earlier work on MCPs, skills and other partnerships. An FAQ on Claude Science’s <a href="https://claude.com/product/claude-science" target="_blank">web page</a> reiterates this: “Claude Science is a public beta app, not a model.”</p><h2 id="scientific-workbench">Scientific ‘workbench’</h2><p>Anthropic’s clearest message in the <a href="https://www.anthropic.com/news/claude-science-ai-workbench" target="_blank">announcement</a> is that scientific research is largely held back by workflow fragmentation, not model intelligence, with scientists already juggling tools like PubMed, Jupyter, R, a cluster terminal and more.</p><p>“Claude Science brings these fragmented tools into a single research environment where scientists can conduct all stages of their work,” the company summarized.</p><p>The platform should help scientists handle everything, from literature review and hypothesis exploration to analysis, figure generation, manuscript drafting and publication.</p><p>“Scientific research is inherently visual,” Anthropic wrote, acknowledging that many researchers are being held back in quickly and accurately producing visuals, which could need multiple revisions and finetunes before reaching production.</p><p>For full auditability, Claude Science also includes underlying source code, message history and plain-language explanations within AI-generated outputs for scientists to review and audit progress.</p><p>“It runs on your lab’s own infrastructure,” Anthropic added, referencing enterprise-grade laptops, Linux boxes or HPC login nodes, “so large or sensitive datasets never have to leave the systems they’re already on, and only the context needed for each step of the analysis is sent to Claude</p><h2 id="science-is-a-growing-focus-for-ai-developers">Science is a growing focus for AI developers</h2><p>Anthropic says early testers have already used Claude Science for single-cell RNA sequencing analysis, CRISPR screen design, protein structure prediction and cheminformatics, by the likes of Manifold Bio, Allen Institute neuroscientist Jérôme Lecoq, and ​​UCSF Brain Tumor Center associate professor and epidemiologist Stephen Francis.</p><p>The new tool represents a growing area of interest for AI developers, who are now targeting sectors with industry-specific tools rather than continually upgrading model capabilities without offering clear use cases. Until now, finance and legal have been a major focus for the likes of Anthropic and OpenAI, and this new science-focused initiative could mark the next stage.</p><p>It follows rival company OpenAI’s introduction of Prism earlier this year, described as an “AI-native workspace for scientists to write and collaborate on research” that launched with GPT-5.2 – the then-current model.</p><p>Claude Science is a separate app that’s <a href="https://claude.com/product/claude-science" target="_blank">available</a> in beta for macOS and Linux installations to Pro, Max, Team and Enterprise subscribers.</p><p>The company has also committed up to $30,000 in credits for 50 lucky projects.</p><figure class="van-image-figure pull-right inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:676px;"><p class="vanilla-image-block" style="padding-top:31.51%;"><img id="diM9tpwF2Lz85R8q85CT78" name="tr-g_news" alt="Google logo on a black background next to text reading 'Click to follow TechRadar'" src="https://cdn.mos.cms.futurecdn.net/diM9tpwF2Lz85R8q85CT78.jpg" mos="" align="right" fullscreen="" width="676" height="213" attribution="" endorsement="" class="pull-rightinline"></p></div></div></figure> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/pro/anthropic-launches-ai-workbench-for-scientists-using-claude</link>
                                                                            <description>
                            <![CDATA[ Anthropic says Claude Science will let scientists consolidate tools and data within a single secure environment. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">zkHD26bU84qW6nNJwy5TNe</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/gVH9TNLKpwize9yNGgKouT-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sat, 04 Jul 2026 16:00:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Pro]]></category>
                                                    <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                    <category><![CDATA[Claude]]></category>
                                                                                                                    <dc:creator><![CDATA[ Craig Hale ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/GV8qRsHBkpSAQxiYKjTt6H.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/gVH9TNLKpwize9yNGgKouT-1280-80.jpg">
                                                            <media:credit><![CDATA[Anthropic]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Claude Science]]></media:description>                                                            <media:text><![CDATA[Claude Science]]></media:text>
                                <media:title type="plain"><![CDATA[Claude Science]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/gVH9TNLKpwize9yNGgKouT-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <ul><li><strong>Claude Science is a new “workbench” to consolidate fragmented research workflows</strong></li><li><strong>Everything from literature review to publication is handled on private infrastructure</strong></li><li><strong>Anthropic continues to roll out industry-specific AI tools for real-world use cases</strong></li></ul><p>Anthropic has introduced Claude Science – a new, beta AI workbench it says will let scientists consolidate fragmented research workflows into one unified environment.</p><p>With model capabilities no longer holding back AI adoption, the Claude-maker’s solution is to respond to today’s challenges, including limited use cases, struggles deploying AI in real-world environments and difficulties integrating multiple tools.</p><p>Claude Science represents this response, packaging existing capabilities into a purpose-built application for life sciences and scientific computing, following earlier work on MCPs, skills and other partnerships. An FAQ on Claude Science’s <a href="https://claude.com/product/claude-science" target="_blank">web page</a> reiterates this: “Claude Science is a public beta app, not a model.”</p><h2 id="scientific-workbench">Scientific ‘workbench’</h2><p>Anthropic’s clearest message in the <a href="https://www.anthropic.com/news/claude-science-ai-workbench" target="_blank">announcement</a> is that scientific research is largely held back by workflow fragmentation, not model intelligence, with scientists already juggling tools like PubMed, Jupyter, R, a cluster terminal and more.</p><p>“Claude Science brings these fragmented tools into a single research environment where scientists can conduct all stages of their work,” the company summarized.</p><p>The platform should help scientists handle everything, from literature review and hypothesis exploration to analysis, figure generation, manuscript drafting and publication.</p><p>“Scientific research is inherently visual,” Anthropic wrote, acknowledging that many researchers are being held back in quickly and accurately producing visuals, which could need multiple revisions and finetunes before reaching production.</p><p>For full auditability, Claude Science also includes underlying source code, message history and plain-language explanations within AI-generated outputs for scientists to review and audit progress.</p><p>“It runs on your lab’s own infrastructure,” Anthropic added, referencing enterprise-grade laptops, Linux boxes or HPC login nodes, “so large or sensitive datasets never have to leave the systems they’re already on, and only the context needed for each step of the analysis is sent to Claude</p><h2 id="science-is-a-growing-focus-for-ai-developers">Science is a growing focus for AI developers</h2><p>Anthropic says early testers have already used Claude Science for single-cell RNA sequencing analysis, CRISPR screen design, protein structure prediction and cheminformatics, by the likes of Manifold Bio, Allen Institute neuroscientist Jérôme Lecoq, and ​​UCSF Brain Tumor Center associate professor and epidemiologist Stephen Francis.</p><p>The new tool represents a growing area of interest for AI developers, who are now targeting sectors with industry-specific tools rather than continually upgrading model capabilities without offering clear use cases. Until now, finance and legal have been a major focus for the likes of Anthropic and OpenAI, and this new science-focused initiative could mark the next stage.</p><p>It follows rival company OpenAI’s introduction of Prism earlier this year, described as an “AI-native workspace for scientists to write and collaborate on research” that launched with GPT-5.2 – the then-current model.</p><p>Claude Science is a separate app that’s <a href="https://claude.com/product/claude-science" target="_blank">available</a> in beta for macOS and Linux installations to Pro, Max, Team and Enterprise subscribers.</p><p>The company has also committed up to $30,000 in credits for 50 lucky projects.</p><figure class="van-image-figure pull-right inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:676px;"><p class="vanilla-image-block" style="padding-top:31.51%;"><img id="diM9tpwF2Lz85R8q85CT78" name="tr-g_news" alt="Google logo on a black background next to text reading 'Click to follow TechRadar'" src="https://cdn.mos.cms.futurecdn.net/diM9tpwF2Lz85R8q85CT78.jpg" mos="" align="right" fullscreen="" width="676" height="213" attribution="" endorsement="" class="pull-rightinline"></p></div></div></figure>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ ICYMI: The week's 7 biggest tech news stories from PlayStation killing physical games to Anthropic finally re-releasing Fable 5 ]]></title>
                                                                                                <dc:content><![CDATA[ <p>This week we saw the return of Anthropic’s Fable, and PlayStation set the gaming world ablaze by announcing the end of physical discs for its consoles in 2028.</p><p>To catch up on these two mega stories and several more scroll down to read our recaps of the biggest tech news stories from the past seven days. You’ll find links to the longer original stories under each entry if you need to know more — and for a longer look back at the last six months, you can also check out our guide to the <a href="https://www.techradar.com/tech/the-best-tech-of-2026-so-far-the-21-finest-gadgets-weve-tested-this-year">best tech of 2026 so far</a>.</p><p>Before you catch up with this week’s tech news, why not test yourself on<a href="https://www.techradar.com/tech/icymi-the-7-biggest-tech-stories-of-the-week-from-gta-6-pre-orders-to-our-oura-ring-5-review"> last week’s seven biggest tech stories</a> to see how good your memory is? Take the quiz below, or scroll on for the biggest tech news of the week... </p><div style="min-height: 250px;">                                <div class="kwizly-quiz kwizly-OoDMJX"></div>                            </div>                            <script src="https://kwizly.com/embed/OoDMJX.js" async></script><h2 id="7-tidal-hit-back-at-ai-made-music">7. Tidal hit back at AI-made music</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1120px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="ZdLKx7kDqRy5F3efVfuoMD" name="Tidal Masters Android.jpg" alt="A promo shot of Tidal on an Android device." src="https://cdn.mos.cms.futurecdn.net/ZdLKx7kDqRy5F3efVfuoMD.jpg" mos="" align="middle" fullscreen="" width="1120" height="630" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Tidal)</span></figcaption></figure><p>Tired of music made by text-prompt infiltrating your recommended feeds? You're in fine company; it seems the tide is finally turning on AI-generated audio.</p><p>This week, in what must be hugely welcome news for recording artists (and their parents, landlords, loved ones, and just lovers of original musical works with human vocals and instruments) hi-res music streaming giant Tidal has drawn a line in the sand.</p><p>The platform published a new comprehensive AI policy with the strapline "Promoting Fairness and Economic Empowerment in the Era of AI-Generated Music". The key bit is that <em>as well as</em> working with what the platform told TechRadar is “an external partner to manage detection”, the site will also be excluding wholly AI-generated music from all royalty payments.</p><p>The news follows huge strides in this area made by Deezer, with its<a href="https://www.techradar.com/audio/audio-streaming/deezer-just-launched-a-free-site-to-scan-your-playlists-for-ai-slop-and-yes-it-works-on-spotify-apple-music-and-tidal"> free AI-detection tool that works on any streaming platform</a>, Bandcamp's<a href="https://www.techradar.com/audio/audio-streaming/any-use-of-ai-tools-to-impersonate-other-artists-or-styles-is-strictly-prohibited-bandcamp-just-showed-spotify-how-easy-it-is-to-ban-ai-slop"> strong and concise anti-AI stance</a> set out in January, Qobuz’s announcement of a proprietary AI-detection system in February, Apple Music’s March-issue<a href="https://www.techradar.com/audio/apple-music/apple-music-is-flagging-ai-slop-before-spotify-has-even-started-but-theres-a-catch"> 'Transparency Tags' (which unfortunately rely on record labels and distributors to tag AI content)</a>, and Spotify's… er,<a href="https://www.techradar.com/audio/spotify/verified-by-spotify-is-the-music-streamers-new-way-to-help-you-avoid-ai-artists"> Verified by Spotify badge</a>, which certifies that an artist is human, but doesn't help filter the remaining AI slop from your playlists.</p><p>All of this makes Tidal's stance, while not before time, particularly firm. </p><ul><li><strong>Read more: </strong><a href="https://www.techradar.com/audio/tidal-just-drew-a-line-in-the-sand-on-ai-music-100-percent-ai-generated-tracks-wont-earn-royalties-on-the-music-streaming-platform">100% AI-generated tracks won’t earn royalties on Tidal</a></li></ul><h2 id="6-netflix-got-another-hated-account-update">6. Netflix got another hated account update</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="kmnJt2kZgDb95qYZEfVnfT" name="netflix-shutterstock_2492263919" alt="Netflix" src="https://cdn.mos.cms.futurecdn.net/kmnJt2kZgDb95qYZEfVnfT.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shutterstock)</span></figcaption></figure><p>A handful of Netflix users have noticed a new in-app pop-up that requires each member in a shared account to add individual email addresses to their individual profiles, instead of using the account owner’s email address as the primary one. One of the most jarring parts about it is that the pop-up doesn’t clear unless the request is fulfilled. </p><p>Netflix households accounts have always been built on the traditional 'one email, one password’ foundation, but why Netflix has decided to roll out yet another crackdown is the question that everyone is asking. </p><p>Though Netflix says it’s to make room for more convenient log-ins and more personalized recommendations, users believe it will give the streaming giant another way to better distinguish between the activity of individual profiles, or even shift them to individual accounts later down the line.</p><p>Netflix said that the rollout began on June 15, we imagine a global rollout is in the way. </p><ul><li><strong>Read more: </strong><a href="https://www.techradar.com/streaming/netflix/netflix-subscribers-are-furious-at-the-platforms-latest-update-now-users-are-required-to-use-separate-email-addresses-for-account-profiles-but-some-think-theyve-found-a-handy-workaround">Netflix subscribers are furious at the platform’s latest update</a></li></ul><h2 id="5-we-ran-with-the-garmin-forerunner-70">5. We ran with the Garmin Forerunner 70</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2774px;"><p class="vanilla-image-block" style="padding-top:56.24%;"><img id="8DvAcPEEd5TtJPpeM3LSEc" name="IMG_1858 FOrerunner 70 lead" alt="Garmin Forerunner 70" src="https://cdn.mos.cms.futurecdn.net/8DvAcPEEd5TtJPpeM3LSEc.jpg" mos="" align="middle" fullscreen="" width="2774" height="1560" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future / Mike Sawh)</span></figcaption></figure><p>We’ve taken this new Garmin running watch for a spin. While it offers some clear upgrades over the Forerunner 55 that came before it, these enhancements come at a cost ($249.99 / £219.99 / AU$399) which makes this gadget less budget or entry level and more mid-range.</p><p>The trouble isn’t with this smart watch specifically. In fact, with new training and smartwatch features, a vibrant AMOLED display, and with solid compatibility across Android and iOS the watch is pretty solid. What we’re concerned about with the Forerunner 70 is that at this price (or for only a handful of bucks more) you can snatch up watches from rival brands that boast richer features and newer hardware.</p><p>At four stars it’s definitely good, but if you’re after the best, or even simply the best at this price point, the Garmin Forerunner 70 might not be it.</p><ul><li><strong>Read our full </strong><a href="https://www.techradar.com/health-fitness/garmin-forerunner-70-review">Garmin Forerunner 70 review</a></li></ul><h2 id="4-the-steam-machine-sold-out-in-japan">4. The Steam Machine sold out in Japan</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1797px;"><p class="vanilla-image-block" style="padding-top:56.26%;"><img id="X6gNxJjg3fRoV4o9wNiWFX" name="Steam Machine power button" alt="Power button of Steam Machine" src="https://cdn.mos.cms.futurecdn.net/X6gNxJjg3fRoV4o9wNiWFX.png" mos="" align="middle" fullscreen="" width="1797" height="1011" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Valve)</span></figcaption></figure><p>The upcoming Valve gaming PC-console hybrid has launched and the reality is it’s a pretty terrible deal on the face of it — though that hasn’t stopped it from selling out in Japan, and from scalpers asking for ridiculous prices for their reservation spot (allowing people a better chance at snagging the device).</p><p>Instead of battling with preorder disappointment, or the high costs of the proper machine, some have looked to alternatives but you’ll need to be careful. For every <a href="https://www.techradar.com/gaming/consoles-pc/stim-machine-is-an-alternative-build-outgunning-the-steam-machine-with-a-more-powerful-gpu-all-at-the-same-price-but-there-are-notable-compromises">Stim Machine</a> which presents itself as a sensible alternative (with some admittable downsides) there’s a flurry of cheap alternatives propping online that are frankly too good to be true.</p><p>Boasting components that wouldn’t actually fit inside the pictured chassis, a combination of parts that wouldn’t function together, and the plethora of never before seen companies proposing Steam Machine alternatives at impossibly cheap rates hints that a majority of these options are likely some kind of scam.</p><ul><li><strong>Read more:</strong> <a href="https://www.techradar.com/gaming/consoles-pc/the-steam-machine-is-overpriced-yet-its-sold-out-already-in-japan-but-be-careful-about-buying-a-cheap-clone">The Steam Machine is overpriced — but be careful about buying a cheap clone</a></li></ul><h2 id="3-anthropic-s-fable-5-was-allowed-to-release">3. Anthropic’s Fable 5 was allowed to release</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2880px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="BnRBWco2bXVJajjdUuW7CY" name="fable 5" alt="Fable 5, from Anthropic" src="https://cdn.mos.cms.futurecdn.net/BnRBWco2bXVJajjdUuW7CY.jpg" mos="" align="middle" fullscreen="" width="2880" height="1620" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Anthropic)</span></figcaption></figure><p>Anthropic’s Fable 5, the public version of its Mythos model, is returning after the US government lifted export controls that had forced the company to suspend access to it, and Mythos 5, earlier in June. The models were pulled after officials raised national security concerns linked to a possible jailbreak, a method of bypassing an AI model’s safety restrictions.</p><p>   Anthropic pushed back strongly, saying it believed the issue was “a misunderstanding” and arguing that it had not been shown evidence of a broad or universal jailbreak. The company said governments should be able to block unsafe AI deployments, but only through a process that is transparent, fair, clear, and grounded in technical facts.</p><p>   The return of Fable 5 matters because it shows how frontier AI launches may increasingly be shaped by governments, not just tech companies. Powerful models can now be launched, restricted, negotiated over, and restored within weeks. </p><ul><li><strong>Read more: </strong><a href="https://www.techradar.com/ai-platforms-assistants/claude/anthropics-fable-5-is-back-after-us-shutdown-it-called-a-misunderstanding">Anthropic’s Fable 5 is back after US shutdown it called 'a misunderstanding'</a></li></ul><h2 id="2-whatsapp-debuted-usernames">2. WhatsApp debuted usernames</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="d4Lm6kNMNJwxf27sCS4vS9" name="whatsapp-screen" alt="Reserving usernames on WhatsApp" src="https://cdn.mos.cms.futurecdn.net/d4Lm6kNMNJwxf27sCS4vS9.jpg" mos="" align="middle" fullscreen="" width="2000" height="1125" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Meta)</span></figcaption></figure><p>WhatsApp has revolutionized its platform this week by <a href="https://www.techradar.com/computing/websites-apps/whatsapp-just-opened-username-reservations-for-three-billion-people-heres-how-to-claim-your-handle-before-its-taken">introducing usernames</a> — allowing you to build your contact information without sharing your phone number. They won’t take over completely for a while but folks are already reserving their username so that they’re ready for when the update goes live fully.</p><p>While many are fairly positive about the change, many fear this could increase the presence of cybercrime fraud and scams as bad actors reserve and use names that attempt to mimic politicians, celebrities, and businesses. This issue isn’t new to social media, but given the more direct nature of WhatsApp, and that businesses do use the platform to chat with customers, potential scams could have an easier time.</p><p>WhatsApp has hit back against this saying “only the legitimate account owners are able to reserve well-known public-figure names" however it’s unclear if, with enough imagination, people will find ways to reserve names that the Meta-owned platform hasn’t been able to account for.</p><ul><li><strong>Read more: </strong><a href="https://www.techradar.com/computing/websites-apps/whatsapp-should-freeze-username-rollout-as-it-could-increase-cybercrimes-says-india-but-meta-claims-impersonation-isnt-an-issue">WhatsApp should freeze username rollout as it could ‘increase cybercrimes’, says India</a></li></ul><h2 id="1-playstation-killed-physical-games">1. PlayStation killed physical games</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:5472px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="FTncFxhASVkwef59smUcX4" name="playstation-game-discounts.jpg" alt="PlayStation games discount" src="https://cdn.mos.cms.futurecdn.net/FTncFxhASVkwef59smUcX4.jpg" mos="" align="middle" fullscreen="" width="5472" height="3078" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shutterstock)</span></figcaption></figure><p>Just days after<em> Grand Theft A 6</em> pre-orders opened with purely digital versions and code-in-a-box releases, PlayStation rocked the gaming world this week by announcing it is ending all releases of new PlayStation games on physical discs from January 2028. It also comes just days after Sony deleted select films from users' accounts that were bought digitally, and offered no compensation.</p><p>Claiming that the move “will enable us to align more closely with how most of our community prefers to access and play games today,” Sony looks to be reflecting recent statistics which show the vast majority of game purchases are indeed digital.</p><p>The move has not gone down well with fans, gamers, and the wider industry, as it likely paves the way for an all-digital future, and possibly a critical, maybe terminal blow to the second-hand game market, the ability to share games with others, and from a game preservation perspective</p><p>It also means that the PS6 will likely be all-digital by default — perhaps with an optional disc drive — and won’t release until 2028 at the earliest. With rumours that Xbox could follow suit with its next-generation console, the future looks increasingly digital, and game collectors such as ourselves are deeply worried and sad about it.</p><ul><li><strong>Read more:</strong> <a href="https://www.techradar.com/gaming/in-a-huge-blow-to-game-ownership-playstation-confirms-end-of-physical-games-mere-days-after-gta-6s-disc-less-pre-orders">In a huge blow to game ownership, PlayStation confirms end of physical games — mere days after GTA 6's disc-less pre-orders</a></li></ul> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/tech/icymi-the-weeks-7-biggest-tech-news-stories-from-playstation-killing-physical-games-to-anthropic-finally-re-releasing-fable-5</link>
                                                                            <description>
                            <![CDATA[ As the USA turns 250, here's the week's biggest tech news stories from PlayStation, Valve, Garmin, WhatsApp and more. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">XJNKc6Qa64s89CkwLs4EbT</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/NZU4PT7EYTQX3JK3g9XSWF-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Sat, 04 Jul 2026 09:00:00 +0000</pubDate>                                                                                                                                <updated>Sun, 05 Jul 2026 13:16:15 +0000</updated>
                                                                                                                                            <category><![CDATA[Tech]]></category>
                                                                                                <author><![CDATA[ hamish.hector@futurenet.com (Hamish Hector) ]]></author>                    <dc:creator><![CDATA[ Hamish Hector ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/ePxhxWMJAFXSVFL4333tHB.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Hamish is a Senior Staff Writer for TechRadar and you’ll see his name appearing on articles across nearly every topic on the site from smart home deals to speaker reviews to graphics card news and everything in between. He uses his broad range of knowledge to help explain the latest gadgets and if they’re a must-buy or a fad fueled by hype. Though his specialty is writing about everything going on in the world of virtual reality and augmented reality.&lt;/p&gt;&lt;p&gt;He’s been writing about tech and gaming for over five years now, getting his start at the University of Warwick’s student newspaper The Boar as a writer and later Games Editor while studying for his BSc in Maths and Physics (and later an MSc in Biotechnology, Bioprocessing, and Business Management). After graduating from university in 2020 he wrote all about battle royale games for Gfinity Esports before joining the TechRadar team in February 2021.&lt;/p&gt;&lt;p&gt;In his free time, you’ll likely find Hamish lost in one of the latest VR games on his Meta Quest 3, watching a West End musical with his fiancee, playing Magic: The Gathering at his local game store, or planning the D&amp;D campaign he runs for his mates.&lt;/p&gt;&lt;p&gt;Want to get in touch? You can contact Hamish via his email.&lt;/p&gt; ]]></dc:description>
                                                                                                        <dc:contributor><![CDATA[ Rob Dwiar ]]></dc:contributor>
                                            <dc:contributor><![CDATA[ Graham Barlow ]]></dc:contributor>
                                            <dc:contributor><![CDATA[ Rowan Davies ]]></dc:contributor>
                                            <dc:contributor><![CDATA[ Becky Scarrott ]]></dc:contributor>
                                            <dc:contributor><![CDATA[ Mike Sawh ]]></dc:contributor>
                                                                    <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/NZU4PT7EYTQX3JK3g9XSWF-1280-80.png">
                                                            <media:credit><![CDATA[Future / Valve]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[The Steam Machine, a PS5, and a Garmin Forerunner 70 watch.]]></media:description>                                                            <media:text><![CDATA[The Steam Machine, a PS5, and a Garmin Forerunner 70 watch.]]></media:text>
                                <media:title type="plain"><![CDATA[The Steam Machine, a PS5, and a Garmin Forerunner 70 watch.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/NZU4PT7EYTQX3JK3g9XSWF-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>This week we saw the return of Anthropic’s Fable, and PlayStation set the gaming world ablaze by announcing the end of physical discs for its consoles in 2028.</p><p>To catch up on these two mega stories and several more scroll down to read our recaps of the biggest tech news stories from the past seven days. You’ll find links to the longer original stories under each entry if you need to know more — and for a longer look back at the last six months, you can also check out our guide to the <a href="https://www.techradar.com/tech/the-best-tech-of-2026-so-far-the-21-finest-gadgets-weve-tested-this-year">best tech of 2026 so far</a>.</p><p>Before you catch up with this week’s tech news, why not test yourself on<a href="https://www.techradar.com/tech/icymi-the-7-biggest-tech-stories-of-the-week-from-gta-6-pre-orders-to-our-oura-ring-5-review"> last week’s seven biggest tech stories</a> to see how good your memory is? Take the quiz below, or scroll on for the biggest tech news of the week... </p><div style="min-height: 250px;">                                <div class="kwizly-quiz kwizly-OoDMJX"></div>                            </div>                            <script src="https://kwizly.com/embed/OoDMJX.js" async></script><h2 id="7-tidal-hit-back-at-ai-made-music">7. Tidal hit back at AI-made music</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1120px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="ZdLKx7kDqRy5F3efVfuoMD" name="Tidal Masters Android.jpg" alt="A promo shot of Tidal on an Android device." src="https://cdn.mos.cms.futurecdn.net/ZdLKx7kDqRy5F3efVfuoMD.jpg" mos="" align="middle" fullscreen="" width="1120" height="630" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Tidal)</span></figcaption></figure><p>Tired of music made by text-prompt infiltrating your recommended feeds? You're in fine company; it seems the tide is finally turning on AI-generated audio.</p><p>This week, in what must be hugely welcome news for recording artists (and their parents, landlords, loved ones, and just lovers of original musical works with human vocals and instruments) hi-res music streaming giant Tidal has drawn a line in the sand.</p><p>The platform published a new comprehensive AI policy with the strapline "Promoting Fairness and Economic Empowerment in the Era of AI-Generated Music". The key bit is that <em>as well as</em> working with what the platform told TechRadar is “an external partner to manage detection”, the site will also be excluding wholly AI-generated music from all royalty payments.</p><p>The news follows huge strides in this area made by Deezer, with its<a href="https://www.techradar.com/audio/audio-streaming/deezer-just-launched-a-free-site-to-scan-your-playlists-for-ai-slop-and-yes-it-works-on-spotify-apple-music-and-tidal"> free AI-detection tool that works on any streaming platform</a>, Bandcamp's<a href="https://www.techradar.com/audio/audio-streaming/any-use-of-ai-tools-to-impersonate-other-artists-or-styles-is-strictly-prohibited-bandcamp-just-showed-spotify-how-easy-it-is-to-ban-ai-slop"> strong and concise anti-AI stance</a> set out in January, Qobuz’s announcement of a proprietary AI-detection system in February, Apple Music’s March-issue<a href="https://www.techradar.com/audio/apple-music/apple-music-is-flagging-ai-slop-before-spotify-has-even-started-but-theres-a-catch"> 'Transparency Tags' (which unfortunately rely on record labels and distributors to tag AI content)</a>, and Spotify's… er,<a href="https://www.techradar.com/audio/spotify/verified-by-spotify-is-the-music-streamers-new-way-to-help-you-avoid-ai-artists"> Verified by Spotify badge</a>, which certifies that an artist is human, but doesn't help filter the remaining AI slop from your playlists.</p><p>All of this makes Tidal's stance, while not before time, particularly firm. </p><ul><li><strong>Read more: </strong><a href="https://www.techradar.com/audio/tidal-just-drew-a-line-in-the-sand-on-ai-music-100-percent-ai-generated-tracks-wont-earn-royalties-on-the-music-streaming-platform">100% AI-generated tracks won’t earn royalties on Tidal</a></li></ul><h2 id="6-netflix-got-another-hated-account-update">6. Netflix got another hated account update</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="kmnJt2kZgDb95qYZEfVnfT" name="netflix-shutterstock_2492263919" alt="Netflix" src="https://cdn.mos.cms.futurecdn.net/kmnJt2kZgDb95qYZEfVnfT.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shutterstock)</span></figcaption></figure><p>A handful of Netflix users have noticed a new in-app pop-up that requires each member in a shared account to add individual email addresses to their individual profiles, instead of using the account owner’s email address as the primary one. One of the most jarring parts about it is that the pop-up doesn’t clear unless the request is fulfilled. </p><p>Netflix households accounts have always been built on the traditional 'one email, one password’ foundation, but why Netflix has decided to roll out yet another crackdown is the question that everyone is asking. </p><p>Though Netflix says it’s to make room for more convenient log-ins and more personalized recommendations, users believe it will give the streaming giant another way to better distinguish between the activity of individual profiles, or even shift them to individual accounts later down the line.</p><p>Netflix said that the rollout began on June 15, we imagine a global rollout is in the way. </p><ul><li><strong>Read more: </strong><a href="https://www.techradar.com/streaming/netflix/netflix-subscribers-are-furious-at-the-platforms-latest-update-now-users-are-required-to-use-separate-email-addresses-for-account-profiles-but-some-think-theyve-found-a-handy-workaround">Netflix subscribers are furious at the platform’s latest update</a></li></ul><h2 id="5-we-ran-with-the-garmin-forerunner-70">5. We ran with the Garmin Forerunner 70</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2774px;"><p class="vanilla-image-block" style="padding-top:56.24%;"><img id="8DvAcPEEd5TtJPpeM3LSEc" name="IMG_1858 FOrerunner 70 lead" alt="Garmin Forerunner 70" src="https://cdn.mos.cms.futurecdn.net/8DvAcPEEd5TtJPpeM3LSEc.jpg" mos="" align="middle" fullscreen="" width="2774" height="1560" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future / Mike Sawh)</span></figcaption></figure><p>We’ve taken this new Garmin running watch for a spin. While it offers some clear upgrades over the Forerunner 55 that came before it, these enhancements come at a cost ($249.99 / £219.99 / AU$399) which makes this gadget less budget or entry level and more mid-range.</p><p>The trouble isn’t with this smart watch specifically. In fact, with new training and smartwatch features, a vibrant AMOLED display, and with solid compatibility across Android and iOS the watch is pretty solid. What we’re concerned about with the Forerunner 70 is that at this price (or for only a handful of bucks more) you can snatch up watches from rival brands that boast richer features and newer hardware.</p><p>At four stars it’s definitely good, but if you’re after the best, or even simply the best at this price point, the Garmin Forerunner 70 might not be it.</p><ul><li><strong>Read our full </strong><a href="https://www.techradar.com/health-fitness/garmin-forerunner-70-review">Garmin Forerunner 70 review</a></li></ul><h2 id="4-the-steam-machine-sold-out-in-japan">4. The Steam Machine sold out in Japan</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1797px;"><p class="vanilla-image-block" style="padding-top:56.26%;"><img id="X6gNxJjg3fRoV4o9wNiWFX" name="Steam Machine power button" alt="Power button of Steam Machine" src="https://cdn.mos.cms.futurecdn.net/X6gNxJjg3fRoV4o9wNiWFX.png" mos="" align="middle" fullscreen="" width="1797" height="1011" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Valve)</span></figcaption></figure><p>The upcoming Valve gaming PC-console hybrid has launched and the reality is it’s a pretty terrible deal on the face of it — though that hasn’t stopped it from selling out in Japan, and from scalpers asking for ridiculous prices for their reservation spot (allowing people a better chance at snagging the device).</p><p>Instead of battling with preorder disappointment, or the high costs of the proper machine, some have looked to alternatives but you’ll need to be careful. For every <a href="https://www.techradar.com/gaming/consoles-pc/stim-machine-is-an-alternative-build-outgunning-the-steam-machine-with-a-more-powerful-gpu-all-at-the-same-price-but-there-are-notable-compromises">Stim Machine</a> which presents itself as a sensible alternative (with some admittable downsides) there’s a flurry of cheap alternatives propping online that are frankly too good to be true.</p><p>Boasting components that wouldn’t actually fit inside the pictured chassis, a combination of parts that wouldn’t function together, and the plethora of never before seen companies proposing Steam Machine alternatives at impossibly cheap rates hints that a majority of these options are likely some kind of scam.</p><ul><li><strong>Read more:</strong> <a href="https://www.techradar.com/gaming/consoles-pc/the-steam-machine-is-overpriced-yet-its-sold-out-already-in-japan-but-be-careful-about-buying-a-cheap-clone">The Steam Machine is overpriced — but be careful about buying a cheap clone</a></li></ul><h2 id="3-anthropic-s-fable-5-was-allowed-to-release">3. Anthropic’s Fable 5 was allowed to release</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2880px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="BnRBWco2bXVJajjdUuW7CY" name="fable 5" alt="Fable 5, from Anthropic" src="https://cdn.mos.cms.futurecdn.net/BnRBWco2bXVJajjdUuW7CY.jpg" mos="" align="middle" fullscreen="" width="2880" height="1620" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Anthropic)</span></figcaption></figure><p>Anthropic’s Fable 5, the public version of its Mythos model, is returning after the US government lifted export controls that had forced the company to suspend access to it, and Mythos 5, earlier in June. The models were pulled after officials raised national security concerns linked to a possible jailbreak, a method of bypassing an AI model’s safety restrictions.</p><p>   Anthropic pushed back strongly, saying it believed the issue was “a misunderstanding” and arguing that it had not been shown evidence of a broad or universal jailbreak. The company said governments should be able to block unsafe AI deployments, but only through a process that is transparent, fair, clear, and grounded in technical facts.</p><p>   The return of Fable 5 matters because it shows how frontier AI launches may increasingly be shaped by governments, not just tech companies. Powerful models can now be launched, restricted, negotiated over, and restored within weeks. </p><ul><li><strong>Read more: </strong><a href="https://www.techradar.com/ai-platforms-assistants/claude/anthropics-fable-5-is-back-after-us-shutdown-it-called-a-misunderstanding">Anthropic’s Fable 5 is back after US shutdown it called 'a misunderstanding'</a></li></ul><h2 id="2-whatsapp-debuted-usernames">2. WhatsApp debuted usernames</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="d4Lm6kNMNJwxf27sCS4vS9" name="whatsapp-screen" alt="Reserving usernames on WhatsApp" src="https://cdn.mos.cms.futurecdn.net/d4Lm6kNMNJwxf27sCS4vS9.jpg" mos="" align="middle" fullscreen="" width="2000" height="1125" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Meta)</span></figcaption></figure><p>WhatsApp has revolutionized its platform this week by <a href="https://www.techradar.com/computing/websites-apps/whatsapp-just-opened-username-reservations-for-three-billion-people-heres-how-to-claim-your-handle-before-its-taken">introducing usernames</a> — allowing you to build your contact information without sharing your phone number. They won’t take over completely for a while but folks are already reserving their username so that they’re ready for when the update goes live fully.</p><p>While many are fairly positive about the change, many fear this could increase the presence of cybercrime fraud and scams as bad actors reserve and use names that attempt to mimic politicians, celebrities, and businesses. This issue isn’t new to social media, but given the more direct nature of WhatsApp, and that businesses do use the platform to chat with customers, potential scams could have an easier time.</p><p>WhatsApp has hit back against this saying “only the legitimate account owners are able to reserve well-known public-figure names" however it’s unclear if, with enough imagination, people will find ways to reserve names that the Meta-owned platform hasn’t been able to account for.</p><ul><li><strong>Read more: </strong><a href="https://www.techradar.com/computing/websites-apps/whatsapp-should-freeze-username-rollout-as-it-could-increase-cybercrimes-says-india-but-meta-claims-impersonation-isnt-an-issue">WhatsApp should freeze username rollout as it could ‘increase cybercrimes’, says India</a></li></ul><h2 id="1-playstation-killed-physical-games">1. PlayStation killed physical games</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:5472px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="FTncFxhASVkwef59smUcX4" name="playstation-game-discounts.jpg" alt="PlayStation games discount" src="https://cdn.mos.cms.futurecdn.net/FTncFxhASVkwef59smUcX4.jpg" mos="" align="middle" fullscreen="" width="5472" height="3078" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shutterstock)</span></figcaption></figure><p>Just days after<em> Grand Theft A 6</em> pre-orders opened with purely digital versions and code-in-a-box releases, PlayStation rocked the gaming world this week by announcing it is ending all releases of new PlayStation games on physical discs from January 2028. It also comes just days after Sony deleted select films from users' accounts that were bought digitally, and offered no compensation.</p><p>Claiming that the move “will enable us to align more closely with how most of our community prefers to access and play games today,” Sony looks to be reflecting recent statistics which show the vast majority of game purchases are indeed digital.</p><p>The move has not gone down well with fans, gamers, and the wider industry, as it likely paves the way for an all-digital future, and possibly a critical, maybe terminal blow to the second-hand game market, the ability to share games with others, and from a game preservation perspective</p><p>It also means that the PS6 will likely be all-digital by default — perhaps with an optional disc drive — and won’t release until 2028 at the earliest. With rumours that Xbox could follow suit with its next-generation console, the future looks increasingly digital, and game collectors such as ourselves are deeply worried and sad about it.</p><ul><li><strong>Read more:</strong> <a href="https://www.techradar.com/gaming/in-a-huge-blow-to-game-ownership-playstation-confirms-end-of-physical-games-mere-days-after-gta-6s-disc-less-pre-orders">In a huge blow to game ownership, PlayStation confirms end of physical games — mere days after GTA 6's disc-less pre-orders</a></li></ul>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Anthropic's Claude to help Micron design better HBM, DRAM, and SSD for AI even as both companies refuse to address computational storage directly ]]></title>
                                                                                                <dc:content><![CDATA[ <ul><li><strong>Micron and Anthropic announce four-part strategic agreement </strong></li><li><strong>Micron will adopt Claude models as both a daily driver and an assistant to oversee parts of its infrastructure stack</strong></li><li><strong>Despite billing itself as a full-stack collaboration, the agreement is silent on computational storage and processing-in-memory</strong></li></ul><p>Anthropic and Micron Technology have announced a <a href="https://investors.micron.com/news-releases/news-release-details/micron-and-anthropic-announce-strategic-agreement-scale-next" target="_blank" rel="nofollow">new strategic agreement</a> which will see the latter use Claude AI models to better oversee parts of its infrastructure stack.</p><p>However the move does have a curious aspect to it versus most other deals: generally, buyers tend to invest in their suppliers to support them financially while also benefiting in turn from the business they bring in.</p><p>We often see capital flowing the other way here, with Micron essentially investing in one of its largest customers for the foreseeable future.</p><h2 id="ai-to-optimize-memory-and-storage-for-ai-consumption-needs">AI to optimize memory and storage for AI consumption needs?</h2><p>Anthropic runs some of the largest and most memory-hungry inference fleets in existence, and its telemetry on how HBM bandwidth, DRAM capacity, and SSD latency actually bottleneck real frontier-model serving is data Micron cannot generate internally, but it could learn how to work around these limitations while leveraging Claude to process said data to generate actionable optimizations across its organization.</p><p>Anthropic painted this as a solution to its scaling needs, noting that the agreement allowed it to work closer with Micron across two major segments: memory and storage.</p><p>"Our compute strategy depends on getting every layer of the stack right, and memory and storage are central to how efficiently we can train and serve Claude. Partnering with Micron means we collaborate closely on optimizing these systems for our workloads and secure the supply we need. As demand for Claude grows, this is how we scale our compute for the long term," noted Tom Brown, co-founder and chief compute officer at Anthropic.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1500px;"><p class="vanilla-image-block" style="padding-top:60.00%;"><img id="fXTQijKqbNBvT5RcNNa4Mf" name="Micron HBM4" alt="Micron HBM4" src="https://cdn.mos.cms.futurecdn.net/fXTQijKqbNBvT5RcNNa4Mf.jpg" mos="" align="middle" fullscreen="" width="1500" height="900" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Micron)</span></figcaption></figure><p>The arguably more interesting part of this agreement is not what Micron already mentions, but what it chooses to gloss over. Not only do both companies fail to elaborate on the financial terms of their multifaceted agreement, but they also choose to skip mentioning what is increasingly becoming a core theme in AI inference workloads: Computational storage.</p><p>A growing share of Anthropic's needs is inference-based, and that share is increasingly bound by memory bandwidth rather than computing power. Nvidia is already a few steps ahead in this department: at CES 2026, it announced the Inference Context Memory Storage Platform, which uses BlueField-4 DPUs to extend GPU KV cache into NVMe SSDs, a solution it calls CMX.</p><p>Other solutions are also emerging, with some <a href="https://www.techradar.com/pro/this-tiny-amd-pc-just-ran-a-massive-397b-ai-model-that-required-a-server-room-full-of-gpus-a-year-ago" target="_blank">spearheaded by storage manufacturers</a> and others by chip designers looking to take a chunk of <a href="https://www.techradar.com/pro/qualcomm-high-bandwidth-compute-aims-to-compete-with-high-bandwidth-flash-and-memory-by-stacking-lpddr-just-above-the-cpu-to-eliminate-hbm-tax" target="_blank">an increasingly lucrative AI datacenter market</a> in the coming years.</p><p>Micron's (and by proxy, Anthropic's) silence on the matter feels deliberate: the former benefits considerably from selling HBM to the highest bidder, and such solutions directly undercut or invite unfavorable comparisons to its most lucrative product lineup.</p><p>The latter simply has far too many options to tie itself to one particular supplier for all its inference needs; Anthropic currently has deals with AWS, Google, SpaceX, Broadcom, Microsoft, and CoreWeave to guarantee it compute, and by proxy, memory and storage needs, even as it has made <a href="https://www.techradar.com/pro/anthropic-just-bought-usd30-billion-of-azure-cloud-capability-and-has-netted-usd15-billion-investment-from-microsoft-and-nvidia-in-return" target="_blank">strategic commitments with Nvidia</a> to ensure it has access to its solutions. </p><p>With Anthropic's most ambitious consumer-grade AI model, Fable 5, <a href="https://www.techradar.com/ai-platforms-assistants/claude/anthropics-fable-5-is-back-after-us-shutdown-it-called-a-misunderstanding" target="_blank">now back on the table</a>, its route seems to be clear-cut: securing as much of Micron's memory and storage supply as is possible while also making it a stakeholder in its success.</p><p>This is even as it turns to a mix of data center companies to address its short-term compute needs for a growing, and increasingly capable suite of AI models it offers to a diverse set of consumers, including governments. Its agreement with Micron is simply one of the strategic stepping stones the AI juggernaut had to take, even as it could look sideways for its computational storage needs.</p><p>The agreement, which has multiple facets, has been received well by investors, propped up the stock post-announcement by about 6%, with many factoring in Micron's stake in one of the world's most prolific AI companies positively.</p><p>Neither of the two companies mentioned the financial nitty-gritty of Micron's investment or the supply agreement between the two even as they outlined how the planned to co-operate in the future.</p><p>This kind of deal, however, is not unique in the AI space, with Microsoft, which provided compute and cash to OpenAI in exchange for a <a href="https://www.techradar.com/pro/microsofts-exclusive-cloud-deal-with-openai-is-coming-to-an-end" target="_blank">stake in the company,</a> and Nvidia making <a href="https://www.techradar.com/pro/the-next-leap-forward-nvidia-is-investing-usd100bn-in-openai-and-will-start-by-deploying-as-much-power-for-10-nuclear-reactors" target="_blank">similar commitments with Anthropic's rival</a> in addition to a mix of data center and infrastructure companies, many of which are also direct customers of the world's biggest AI hardware company.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/pro/anthropics-claude-to-help-micron-design-better-hbm-dram-and-ssd-for-ai-even-as-both-companies-refuse-to-address-computational-storage-directly</link>
                                                                            <description>
                            <![CDATA[ AI-designed solutions for AI-designated consumption? ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">rCKkWrweJ6QMK9gE6jvAaK</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/g4rSJo2KyoM42vGic5MGrn-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Thu, 02 Jul 2026 20:05:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Pro]]></category>
                                                                                                <author><![CDATA[ Rahimnoorali11@gmail.com (Rahim Amir) ]]></author>                    <dc:creator><![CDATA[ Rahim Amir ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/9xKZFBamtEZKSChRvywbPB.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Rahim Amir is a UAE-based tech writer who enjoys building PCs as much as he enjoys writing about them. He has been professionally writing about PC hardware since 2023, focusing on buyer’s guides, hardware reviews, and sponsored content and features related to tech.&lt;br&gt;&lt;br&gt;Having built hundreds of gaming PCs and being an avid gamer in his spare time, Rahim tends to have stronger opinions about hardware than most. This is particularly on display when he gets his way with powerful, but minimalistic RGB builds even as Small Form Factor (SFF) PCs come a close second.&lt;br&gt;&lt;br&gt;In addition to his contributions to TechRadar, Rahim’s work has also been featured on Game Rant and financial news websites.&lt;br&gt;&lt;br&gt;When he’s not working, you can find him playing DotA with friends or schmoozing to take the world over in Civilization. Alternatively, you can find him binging through the entirety of the Lord of The Rings universe with extended editions in play where applicable.&lt;br&gt;&lt;br&gt;You can currently catch Rahim grinding Path of Exile 2, complaining about his (extremely low) unique loot drop rate, or actively participating in one of the numerous (and heated) debates centered around Tolkien&#039;s universe on multiple forums daily.&lt;br&gt;&lt;br&gt;If you have a PC build or a Satisfactory playthrough in progress, he is likely to have some advice to send your way, especially regarding verticality being key for the latter. For the former, Rahim enjoys all aspects of the process including researching the components he will eventually use, benchmarking the latest and greatest hardware he can get his hands on, and somewhat surprisingly, cable management once he gets his latest build to POST.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/g4rSJo2KyoM42vGic5MGrn-1280-80.png">
                                                            <media:credit><![CDATA[Anthropic]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Anthropic Claude 4.5]]></media:description>                                                            <media:text><![CDATA[Anthropic Claude 4.5]]></media:text>
                                <media:title type="plain"><![CDATA[Anthropic Claude 4.5]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/g4rSJo2KyoM42vGic5MGrn-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <ul><li><strong>Micron and Anthropic announce four-part strategic agreement </strong></li><li><strong>Micron will adopt Claude models as both a daily driver and an assistant to oversee parts of its infrastructure stack</strong></li><li><strong>Despite billing itself as a full-stack collaboration, the agreement is silent on computational storage and processing-in-memory</strong></li></ul><p>Anthropic and Micron Technology have announced a <a href="https://investors.micron.com/news-releases/news-release-details/micron-and-anthropic-announce-strategic-agreement-scale-next" target="_blank" rel="nofollow">new strategic agreement</a> which will see the latter use Claude AI models to better oversee parts of its infrastructure stack.</p><p>However the move does have a curious aspect to it versus most other deals: generally, buyers tend to invest in their suppliers to support them financially while also benefiting in turn from the business they bring in.</p><p>We often see capital flowing the other way here, with Micron essentially investing in one of its largest customers for the foreseeable future.</p><h2 id="ai-to-optimize-memory-and-storage-for-ai-consumption-needs">AI to optimize memory and storage for AI consumption needs?</h2><p>Anthropic runs some of the largest and most memory-hungry inference fleets in existence, and its telemetry on how HBM bandwidth, DRAM capacity, and SSD latency actually bottleneck real frontier-model serving is data Micron cannot generate internally, but it could learn how to work around these limitations while leveraging Claude to process said data to generate actionable optimizations across its organization.</p><p>Anthropic painted this as a solution to its scaling needs, noting that the agreement allowed it to work closer with Micron across two major segments: memory and storage.</p><p>"Our compute strategy depends on getting every layer of the stack right, and memory and storage are central to how efficiently we can train and serve Claude. Partnering with Micron means we collaborate closely on optimizing these systems for our workloads and secure the supply we need. As demand for Claude grows, this is how we scale our compute for the long term," noted Tom Brown, co-founder and chief compute officer at Anthropic.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1500px;"><p class="vanilla-image-block" style="padding-top:60.00%;"><img id="fXTQijKqbNBvT5RcNNa4Mf" name="Micron HBM4" alt="Micron HBM4" src="https://cdn.mos.cms.futurecdn.net/fXTQijKqbNBvT5RcNNa4Mf.jpg" mos="" align="middle" fullscreen="" width="1500" height="900" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Micron)</span></figcaption></figure><p>The arguably more interesting part of this agreement is not what Micron already mentions, but what it chooses to gloss over. Not only do both companies fail to elaborate on the financial terms of their multifaceted agreement, but they also choose to skip mentioning what is increasingly becoming a core theme in AI inference workloads: Computational storage.</p><p>A growing share of Anthropic's needs is inference-based, and that share is increasingly bound by memory bandwidth rather than computing power. Nvidia is already a few steps ahead in this department: at CES 2026, it announced the Inference Context Memory Storage Platform, which uses BlueField-4 DPUs to extend GPU KV cache into NVMe SSDs, a solution it calls CMX.</p><p>Other solutions are also emerging, with some <a href="https://www.techradar.com/pro/this-tiny-amd-pc-just-ran-a-massive-397b-ai-model-that-required-a-server-room-full-of-gpus-a-year-ago" target="_blank">spearheaded by storage manufacturers</a> and others by chip designers looking to take a chunk of <a href="https://www.techradar.com/pro/qualcomm-high-bandwidth-compute-aims-to-compete-with-high-bandwidth-flash-and-memory-by-stacking-lpddr-just-above-the-cpu-to-eliminate-hbm-tax" target="_blank">an increasingly lucrative AI datacenter market</a> in the coming years.</p><p>Micron's (and by proxy, Anthropic's) silence on the matter feels deliberate: the former benefits considerably from selling HBM to the highest bidder, and such solutions directly undercut or invite unfavorable comparisons to its most lucrative product lineup.</p><p>The latter simply has far too many options to tie itself to one particular supplier for all its inference needs; Anthropic currently has deals with AWS, Google, SpaceX, Broadcom, Microsoft, and CoreWeave to guarantee it compute, and by proxy, memory and storage needs, even as it has made <a href="https://www.techradar.com/pro/anthropic-just-bought-usd30-billion-of-azure-cloud-capability-and-has-netted-usd15-billion-investment-from-microsoft-and-nvidia-in-return" target="_blank">strategic commitments with Nvidia</a> to ensure it has access to its solutions. </p><p>With Anthropic's most ambitious consumer-grade AI model, Fable 5, <a href="https://www.techradar.com/ai-platforms-assistants/claude/anthropics-fable-5-is-back-after-us-shutdown-it-called-a-misunderstanding" target="_blank">now back on the table</a>, its route seems to be clear-cut: securing as much of Micron's memory and storage supply as is possible while also making it a stakeholder in its success.</p><p>This is even as it turns to a mix of data center companies to address its short-term compute needs for a growing, and increasingly capable suite of AI models it offers to a diverse set of consumers, including governments. Its agreement with Micron is simply one of the strategic stepping stones the AI juggernaut had to take, even as it could look sideways for its computational storage needs.</p><p>The agreement, which has multiple facets, has been received well by investors, propped up the stock post-announcement by about 6%, with many factoring in Micron's stake in one of the world's most prolific AI companies positively.</p><p>Neither of the two companies mentioned the financial nitty-gritty of Micron's investment or the supply agreement between the two even as they outlined how the planned to co-operate in the future.</p><p>This kind of deal, however, is not unique in the AI space, with Microsoft, which provided compute and cash to OpenAI in exchange for a <a href="https://www.techradar.com/pro/microsofts-exclusive-cloud-deal-with-openai-is-coming-to-an-end" target="_blank">stake in the company,</a> and Nvidia making <a href="https://www.techradar.com/pro/the-next-leap-forward-nvidia-is-investing-usd100bn-in-openai-and-will-start-by-deploying-as-much-power-for-10-nuclear-reactors" target="_blank">similar commitments with Anthropic's rival</a> in addition to a mix of data center and infrastructure companies, many of which are also direct customers of the world's biggest AI hardware company.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ I tried Claude Sonnet 5 with prompts that ask it to finish the job, not just answer the question — and that's where the AI war is going ]]></title>
                                                                                                <dc:content><![CDATA[ <p>Anthropic has just released <a href="https://www.techradar.com/ai-platforms-assistants/claude/claude-sonnet-5-is-here-and-the-most-agentic-sonnet-model-yet-shows-that-the-ai-war-is-shifting-from-chat-to-agents">Claude Sonnet 5</a> for all users, and I wanted to test what it was good at. But the game has changed now. Sonnet 5 doesn't feel dramatically different from <a href="https://www.techradar.com/uk/ai-platforms-assistants/gemini">Gemini</a> or <a href="https://www.techradar.com/ai-platforms-assistants/chatgpt/chatgpt-has-stopped-taking-your-prompts-so-literally-and-thats-a-bigger-deal-than-it-sounds">ChatGPT</a> if you ask it ordinary chatbot questions. Instead, the difference should show up when you stop asking for answers and start asking for completed work.</p><p>Anthropic says Sonnet 5 is built for "multi-step software engineering work," sustained coding, tool use, debugging, and "messy technical contexts." It also says it can make plans, use browsers and terminals, and run more autonomously than smaller, cheaper models previously could.</p><p>I'm not using Sonnet 5 for coding, but that doesn't mean I can't take advantage of its new abilities — just like you can. So I stopped asking Claude for answers and started asking it to finish jobs, beginning with planning a trip to Bath, UK, for my family: my wife, me, and two teens.</p><h2 id="a-trip-to-bath">A trip to Bath</h2><p>When I tested it, Claude Sonnet 5 defaulted to its Medium level of effort, so that's what I used. Here's the first prompt I tried:</p><p><em>"I want to test whether you can act more like an agent than a chatbot.</em></p><p><em>My task is: Plan a weekend trip to Bath for two adults and two teenagers, including travel, lunch, one activity, estimated costs, and what still needs booking.</em></p><p><em>Don't just give me advice. First, make a brief plan. Then identify which parts of the task you can complete yourself right now, which parts require tools or information you don't have, and which parts need human judgment.</em></p><p><em>Then complete as much of the task as possible without stopping after the first obvious answer.</em></p><p><em>At the end, give me:</em></p><p><em>What you completed</em></p><p><em>What still needs human action</em></p><p><em>Any assumptions you made</em></p><p><em>A short checklist I can use to verify the result</em></p><p><em>The next best step"</em></p><p>What I really liked was that, as Claude tackled this task, it gave me the option to be notified when it had finished. In reality, it only took a few seconds to come back with a plan, which included travel options, an itinerary, and a suggestion for lunch and something to do: a trip to The Roman Baths.</p><p>To my delight Claude gave me an interactive map showing where all the places it recommended were. It also gave me a useful list of what it had completed, what required human action, the assumptions it had made, a verification checklist, and a "next best step" action point. It felt ready to keep working with me as more details came in, rather than treating its first answer as final.</p><p>In fact, when I gave it more details, such as which day I was going to go, it gave me a visual weather report for the day. That was a really nice touch.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2958px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="zGxV2QQZ6fXXVJ8wXqSt8D" name="claude map" alt="Cladue Sonnet 5 maps." src="https://cdn.mos.cms.futurecdn.net/zGxV2QQZ6fXXVJ8wXqSt8D.jpg" mos="" align="middle" fullscreen="" width="2958" height="1664" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Claude Sonnet 5 produced a handy map showing where to go. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Anthropic)</span></figcaption></figure><h2 id="claude-vs-chatgpt">Claude vs ChatGPT</h2><p>I also tried this prompt with ChatGPT-5.5 Medium and got a similar result. It acted as an agent, just like Claude did, and notified me when it had finished its tasks. It just didn't look as nice. There was no map, or any visual elements at all, and it felt more like I had been given a finished report than the start of a two-way conversation where it asked me for more details.</p><p>Both chatbots recommended lunch and a trip to The Roman Baths. Interestingly, ChatGPT assumed I’d get the train, while Claude assumed I’d drive. They also recommended different places to eat, but the core information they both provided was solid.</p><p>What was most impressive was that both models could adapt when I reframed the inputs. For example, when I gave them the ages of the kids, student status, a different mode of transport, or changed the day of the trip, both models could cope. Both also identified that since the oldest was a university student, he could get free entry to The Roman Baths.</p><p>This part of the test was probably the most meaningful, as it felt much more "multi-step" than simply providing one answer.</p><p>Overall, I’d give this test to Claude. You can clearly see that Sonnet 5 is set up for agentic actions. Neither Claude nor ChatGPT could actually do any of the booking for me at the moment, so we're still a long way from true personal-assistant-level autonomy. But for this kind of task, Claude currently has the edge.</p><h2 id="a-different-domain">A different domain</h2><p>I wanted to test the models in a different domain that would let Claude show me it had genuinely improved, and that the Bath trip result was not just a fluke of the travel-planning use case. So I asked them both to:</p><p><em>"Build me a simple household budget tracker as a spreadsheet or small tool."</em></p><p>Both models thought for a while about this task, and churned through various options before opting to make a spreadsheet. ChatGPT produced a spreadsheet with a bar chart that tracked how much I’d spent on various household expenses against a budget. Claude, however, went for something simpler: dispensing with a budget, it just tracked actual expenses and created a pie chart showing where my money was going.</p><p>Claude’s initial approach was simpler, and easier to understand. Both models provided a .xlsx file, but only Claude provided a button to upload it straight to Google Drive so I could open it in Sheets.</p><p>I told ChatGPT, "I wanted the graph to be a pie chart," and it responded: "Absolutely — I’ll update the spreadsheet itself so the dashboard uses a pie chart for spending by category, rather than the current graph style."</p><p>It ran into a few problems because it was trying to show both the budget and actual values in the same pie chart, but eventually it worked out that it could show only one and produced a new spreadsheet that did exactly what I asked for.</p><p>I then asked Claude to change its spreadsheet to provide a budget section too, and to change the graph into a bar chart. Again, it showed me its workings and added a budget section and bar charts perfectly.</p><p>I can’t really separate the two AI models on this task. Both proved they can handle multi-step tasks well, and both were happy to revise the result when I changed the brief.</p><p>That, really, is the point. The most interesting AI tests now are not "which chatbot gives the best answer?" They are "which assistant keeps working until the job is actually done?"</p><p>On that front, Claude Sonnet 5 feels extremely capable. ChatGPT was close behind, and in some ways just as effective, but Claude felt more naturally organized around the idea of completing work rather than simply responding to prompts. It asked fewer invisible questions, presented its output more helpfully, and made the whole process feel more like collaborating with an assistant than interrogating a chatbot.</p><p>For now, neither model is ready to fully take over the job. I still had to check the details, make the decisions, and do the actual booking or uploading myself. But the direction of travel is obvious. The AI war is no longer just about who has the smartest chatbot. It’s about who can build the assistant that gets you closest to a finished task.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/ai-platforms-assistants/claude/i-tried-claude-sonnet-5-with-prompts-that-ask-it-to-finish-the-job-not-just-answer-the-question-and-thats-where-the-ai-war-is-going</link>
                                                                            <description>
                            <![CDATA[ Claude Sonnet 5 shows that the next AI battle isn’t about better chatbot answers — it’s about which assistant can actually get work done. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">ZSL3QoQzNTvqSs2CEwmrre</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/SQriLkNFMAWuNK8Fz7yhFL-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 02 Jul 2026 14:12:05 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Claude]]></category>
                                                    <category><![CDATA[ChatGPT]]></category>
                                                    <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                    <category><![CDATA[OpenAI]]></category>
                                                                                                                    <dc:creator><![CDATA[ Graham Barlow ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/LRCfnbWncUizq2Z6gECPWj.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Graham is the Senior Editor for AI at TechRadar. With over 25 years of experience in both online and print journalism, Graham has worked for various market-leading tech brands including Computeractive, PC Pro, iMore, MacFormat, Mac|Life, Maximum PC, and more. He specializes in reporting on everything to do with the most exciting subject in tech right now, Artificial Intelligence. AI is advancing at an accelerated pace and all the big brands from Apple, Microsoft and Google to chip makers NVIDIA are getting involved. TechRadar is here to bring you the latest updates on AI and show you how to get started and make it work for you, no matter your level of interest.&lt;/p&gt;&lt;p&gt;  Graham has appeared on BBC TV shows like BBC One Breakfast and on Radio 4 commenting on the latest trends in tech. Graham has an honors degree in Computer Science and spends his spare time podcasting and blogging.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/SQriLkNFMAWuNK8Fz7yhFL-1280-80.jpg">
                                                            <media:credit><![CDATA[BBC]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Claude AI]]></media:description>                                                            <media:text><![CDATA[Claude AI]]></media:text>
                                <media:title type="plain"><![CDATA[Claude AI]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/SQriLkNFMAWuNK8Fz7yhFL-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Anthropic has just released <a href="https://www.techradar.com/ai-platforms-assistants/claude/claude-sonnet-5-is-here-and-the-most-agentic-sonnet-model-yet-shows-that-the-ai-war-is-shifting-from-chat-to-agents">Claude Sonnet 5</a> for all users, and I wanted to test what it was good at. But the game has changed now. Sonnet 5 doesn't feel dramatically different from <a href="https://www.techradar.com/uk/ai-platforms-assistants/gemini">Gemini</a> or <a href="https://www.techradar.com/ai-platforms-assistants/chatgpt/chatgpt-has-stopped-taking-your-prompts-so-literally-and-thats-a-bigger-deal-than-it-sounds">ChatGPT</a> if you ask it ordinary chatbot questions. Instead, the difference should show up when you stop asking for answers and start asking for completed work.</p><p>Anthropic says Sonnet 5 is built for "multi-step software engineering work," sustained coding, tool use, debugging, and "messy technical contexts." It also says it can make plans, use browsers and terminals, and run more autonomously than smaller, cheaper models previously could.</p><p>I'm not using Sonnet 5 for coding, but that doesn't mean I can't take advantage of its new abilities — just like you can. So I stopped asking Claude for answers and started asking it to finish jobs, beginning with planning a trip to Bath, UK, for my family: my wife, me, and two teens.</p><h2 id="a-trip-to-bath">A trip to Bath</h2><p>When I tested it, Claude Sonnet 5 defaulted to its Medium level of effort, so that's what I used. Here's the first prompt I tried:</p><p><em>"I want to test whether you can act more like an agent than a chatbot.</em></p><p><em>My task is: Plan a weekend trip to Bath for two adults and two teenagers, including travel, lunch, one activity, estimated costs, and what still needs booking.</em></p><p><em>Don't just give me advice. First, make a brief plan. Then identify which parts of the task you can complete yourself right now, which parts require tools or information you don't have, and which parts need human judgment.</em></p><p><em>Then complete as much of the task as possible without stopping after the first obvious answer.</em></p><p><em>At the end, give me:</em></p><p><em>What you completed</em></p><p><em>What still needs human action</em></p><p><em>Any assumptions you made</em></p><p><em>A short checklist I can use to verify the result</em></p><p><em>The next best step"</em></p><p>What I really liked was that, as Claude tackled this task, it gave me the option to be notified when it had finished. In reality, it only took a few seconds to come back with a plan, which included travel options, an itinerary, and a suggestion for lunch and something to do: a trip to The Roman Baths.</p><p>To my delight Claude gave me an interactive map showing where all the places it recommended were. It also gave me a useful list of what it had completed, what required human action, the assumptions it had made, a verification checklist, and a "next best step" action point. It felt ready to keep working with me as more details came in, rather than treating its first answer as final.</p><p>In fact, when I gave it more details, such as which day I was going to go, it gave me a visual weather report for the day. That was a really nice touch.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2958px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="zGxV2QQZ6fXXVJ8wXqSt8D" name="claude map" alt="Cladue Sonnet 5 maps." src="https://cdn.mos.cms.futurecdn.net/zGxV2QQZ6fXXVJ8wXqSt8D.jpg" mos="" align="middle" fullscreen="" width="2958" height="1664" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Claude Sonnet 5 produced a handy map showing where to go. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Anthropic)</span></figcaption></figure><h2 id="claude-vs-chatgpt">Claude vs ChatGPT</h2><p>I also tried this prompt with ChatGPT-5.5 Medium and got a similar result. It acted as an agent, just like Claude did, and notified me when it had finished its tasks. It just didn't look as nice. There was no map, or any visual elements at all, and it felt more like I had been given a finished report than the start of a two-way conversation where it asked me for more details.</p><p>Both chatbots recommended lunch and a trip to The Roman Baths. Interestingly, ChatGPT assumed I’d get the train, while Claude assumed I’d drive. They also recommended different places to eat, but the core information they both provided was solid.</p><p>What was most impressive was that both models could adapt when I reframed the inputs. For example, when I gave them the ages of the kids, student status, a different mode of transport, or changed the day of the trip, both models could cope. Both also identified that since the oldest was a university student, he could get free entry to The Roman Baths.</p><p>This part of the test was probably the most meaningful, as it felt much more "multi-step" than simply providing one answer.</p><p>Overall, I’d give this test to Claude. You can clearly see that Sonnet 5 is set up for agentic actions. Neither Claude nor ChatGPT could actually do any of the booking for me at the moment, so we're still a long way from true personal-assistant-level autonomy. But for this kind of task, Claude currently has the edge.</p><h2 id="a-different-domain">A different domain</h2><p>I wanted to test the models in a different domain that would let Claude show me it had genuinely improved, and that the Bath trip result was not just a fluke of the travel-planning use case. So I asked them both to:</p><p><em>"Build me a simple household budget tracker as a spreadsheet or small tool."</em></p><p>Both models thought for a while about this task, and churned through various options before opting to make a spreadsheet. ChatGPT produced a spreadsheet with a bar chart that tracked how much I’d spent on various household expenses against a budget. Claude, however, went for something simpler: dispensing with a budget, it just tracked actual expenses and created a pie chart showing where my money was going.</p><p>Claude’s initial approach was simpler, and easier to understand. Both models provided a .xlsx file, but only Claude provided a button to upload it straight to Google Drive so I could open it in Sheets.</p><p>I told ChatGPT, "I wanted the graph to be a pie chart," and it responded: "Absolutely — I’ll update the spreadsheet itself so the dashboard uses a pie chart for spending by category, rather than the current graph style."</p><p>It ran into a few problems because it was trying to show both the budget and actual values in the same pie chart, but eventually it worked out that it could show only one and produced a new spreadsheet that did exactly what I asked for.</p><p>I then asked Claude to change its spreadsheet to provide a budget section too, and to change the graph into a bar chart. Again, it showed me its workings and added a budget section and bar charts perfectly.</p><p>I can’t really separate the two AI models on this task. Both proved they can handle multi-step tasks well, and both were happy to revise the result when I changed the brief.</p><p>That, really, is the point. The most interesting AI tests now are not "which chatbot gives the best answer?" They are "which assistant keeps working until the job is actually done?"</p><p>On that front, Claude Sonnet 5 feels extremely capable. ChatGPT was close behind, and in some ways just as effective, but Claude felt more naturally organized around the idea of completing work rather than simply responding to prompts. It asked fewer invisible questions, presented its output more helpfully, and made the whole process feel more like collaborating with an assistant than interrogating a chatbot.</p><p>For now, neither model is ready to fully take over the job. I still had to check the details, make the decisions, and do the actual booking or uploading myself. But the direction of travel is obvious. The AI war is no longer just about who has the smartest chatbot. It’s about who can build the assistant that gets you closest to a finished task.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Claude Sonnet 5 is here, and the 'most agentic Sonnet model yet' shows that the AI war is shifting from chat to agents ]]></title>
                                                                                                <dc:content><![CDATA[ <ul><li><strong>Anthropic has released Claude Sonnet 5, calling it its “most agentic Sonnet model yet”</strong></li><li><strong>The new model is designed to make plans, use tools like browsers and terminals, and run more autonomously</strong></li><li><strong>Sonnet 5 is available across Anthropic plans, and is now the default model for Claude Free and Pro users</strong></li></ul><p>Anthropic has released a new version of <a href="https://www.techradar.com/uk/ai-platforms-assistants/claude">Claude</a>, called Sonnet 5, which it’s calling “the most agentic Sonnet model yet.” <a href="https://www.techradar.com/pro/what-are-agentic-systems">Agentic models </a>are designed to do more than simply answer questions. They can plan, use tools, and carry out tasks with less step-by-step input from the user.</p><p>According to Anthropic, the new Sonnet 5 can “make plans, use tools like browsers and terminals, and run autonomously at a level that, just a few months ago, required larger and more expensive models.”</p><p>Sonnet 5 is aimed at coding and everyday professional work. Anthropic says the latest version outperforms the previous Sonnet 4.6, scoring 80.5% in Agentic Coding using Terminal-bench 2.1, compared to 67% for Sonnet 4.6.</p><p>Despite being aimed at professionals, the new release isn’t being restricted to paid users. It's available across Anthropic plans and is the new default model for Free and Pro users, and is available to Max, Team, and Enterprise users as well. It’s also available in Claude Code and on the Claude Platform.</p><h2 id="the-age-of-the-agents">The age of the agents</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:3000px;"><p class="vanilla-image-block" style="padding-top:56.23%;"><img id="JYEJr4xV3DsakrJjrjysne" name="ios-portrait-mockup-purple-medium" alt="Claude Sonnet 5 on an iPhone." src="https://cdn.mos.cms.futurecdn.net/JYEJr4xV3DsakrJjrjysne.png" mos="" align="middle" fullscreen="" width="3000" height="1687" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Claude Sonnet 5 is now the default model, even for Free plan users. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Anthropic)</span></figcaption></figure><p>The release of Sonnet 5 marks a wider shift in the AI race. Chatbots are no longer just competing to sound smarter in a conversation. They are increasingly competing to act like agents — tools that can plan, code, browse, investigate problems, and complete work with less hand-holding.</p><p>Sonnet 5 arrives soon after the release of <a href="https://www.techradar.com/phones/yes-google-used-an-iphone-not-a-pixel-to-demo-gemini-spark-at-google-i-o-but-that-actually-makes-perfect-sense">Gemini Spark</a>, Google’s 24/7 agentic personal assistant AI. </p><p>Anthropic is also launching Sonnet 5 at the same time that <a href="https://www.techradar.com/ai-platforms-assistants/claude/anthropics-fable-5-is-back-after-us-shutdown-it-called-a-misunderstanding">Fable 5 and Mythos 5</a> have become wrapped up in government scrutiny. Claude Fable 5 has just been re-released after being restricted by the US government, while OpenAI’s GPT-5.6 is still under review.</p><h2 id="how-ai-models-are-changing">How AI models are changing</h2><p>Claude Sonnet 5 may look like just another model launch, but it points to a bigger change in how AI companies are competing. The next stage of the AI war will not be won by the chatbot that gives the neatest answer. It will be won by the assistant that can take a messy task, keep track of the plan, and actually get something useful done.</p><p>AI assistants will increasingly complete tasks rather than just suggest steps. In this new future, the best model may not be the one with the cleverest answer, but the one that can finish the job.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/ai-platforms-assistants/claude/claude-sonnet-5-is-here-and-the-most-agentic-sonnet-model-yet-shows-that-the-ai-war-is-shifting-from-chat-to-agents</link>
                                                                            <description>
                            <![CDATA[ Anthropic has released Claude Sonnet 5, a new AI model that's built to act more like an agent than a simple chatbot. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">A7YMPsnw3n4RfZsNxHtNuT</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/9YhV9JTvHHHB3MMDhxYpoj-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 01 Jul 2026 14:03:09 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Claude]]></category>
                                                    <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                                                                                    <dc:creator><![CDATA[ Graham Barlow ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/LRCfnbWncUizq2Z6gECPWj.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Graham is the Senior Editor for AI at TechRadar. With over 25 years of experience in both online and print journalism, Graham has worked for various market-leading tech brands including Computeractive, PC Pro, iMore, MacFormat, Mac|Life, Maximum PC, and more. He specializes in reporting on everything to do with the most exciting subject in tech right now, Artificial Intelligence. AI is advancing at an accelerated pace and all the big brands from Apple, Microsoft and Google to chip makers NVIDIA are getting involved. TechRadar is here to bring you the latest updates on AI and show you how to get started and make it work for you, no matter your level of interest.&lt;/p&gt;&lt;p&gt;  Graham has appeared on BBC TV shows like BBC One Breakfast and on Radio 4 commenting on the latest trends in tech. Graham has an honors degree in Computer Science and spends his spare time podcasting and blogging.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/9YhV9JTvHHHB3MMDhxYpoj-1280-80.jpg">
                                                            <media:credit><![CDATA[Anthropic]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Mobile phone displaying a Claude login screen.]]></media:description>                                                            <media:text><![CDATA[Mobile phone displaying a Claude login screen.]]></media:text>
                                <media:title type="plain"><![CDATA[Mobile phone displaying a Claude login screen.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/9YhV9JTvHHHB3MMDhxYpoj-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <ul><li><strong>Anthropic has released Claude Sonnet 5, calling it its “most agentic Sonnet model yet”</strong></li><li><strong>The new model is designed to make plans, use tools like browsers and terminals, and run more autonomously</strong></li><li><strong>Sonnet 5 is available across Anthropic plans, and is now the default model for Claude Free and Pro users</strong></li></ul><p>Anthropic has released a new version of <a href="https://www.techradar.com/uk/ai-platforms-assistants/claude">Claude</a>, called Sonnet 5, which it’s calling “the most agentic Sonnet model yet.” <a href="https://www.techradar.com/pro/what-are-agentic-systems">Agentic models </a>are designed to do more than simply answer questions. They can plan, use tools, and carry out tasks with less step-by-step input from the user.</p><p>According to Anthropic, the new Sonnet 5 can “make plans, use tools like browsers and terminals, and run autonomously at a level that, just a few months ago, required larger and more expensive models.”</p><p>Sonnet 5 is aimed at coding and everyday professional work. Anthropic says the latest version outperforms the previous Sonnet 4.6, scoring 80.5% in Agentic Coding using Terminal-bench 2.1, compared to 67% for Sonnet 4.6.</p><p>Despite being aimed at professionals, the new release isn’t being restricted to paid users. It's available across Anthropic plans and is the new default model for Free and Pro users, and is available to Max, Team, and Enterprise users as well. It’s also available in Claude Code and on the Claude Platform.</p><h2 id="the-age-of-the-agents">The age of the agents</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:3000px;"><p class="vanilla-image-block" style="padding-top:56.23%;"><img id="JYEJr4xV3DsakrJjrjysne" name="ios-portrait-mockup-purple-medium" alt="Claude Sonnet 5 on an iPhone." src="https://cdn.mos.cms.futurecdn.net/JYEJr4xV3DsakrJjrjysne.png" mos="" align="middle" fullscreen="" width="3000" height="1687" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Claude Sonnet 5 is now the default model, even for Free plan users. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Anthropic)</span></figcaption></figure><p>The release of Sonnet 5 marks a wider shift in the AI race. Chatbots are no longer just competing to sound smarter in a conversation. They are increasingly competing to act like agents — tools that can plan, code, browse, investigate problems, and complete work with less hand-holding.</p><p>Sonnet 5 arrives soon after the release of <a href="https://www.techradar.com/phones/yes-google-used-an-iphone-not-a-pixel-to-demo-gemini-spark-at-google-i-o-but-that-actually-makes-perfect-sense">Gemini Spark</a>, Google’s 24/7 agentic personal assistant AI. </p><p>Anthropic is also launching Sonnet 5 at the same time that <a href="https://www.techradar.com/ai-platforms-assistants/claude/anthropics-fable-5-is-back-after-us-shutdown-it-called-a-misunderstanding">Fable 5 and Mythos 5</a> have become wrapped up in government scrutiny. Claude Fable 5 has just been re-released after being restricted by the US government, while OpenAI’s GPT-5.6 is still under review.</p><h2 id="how-ai-models-are-changing">How AI models are changing</h2><p>Claude Sonnet 5 may look like just another model launch, but it points to a bigger change in how AI companies are competing. The next stage of the AI war will not be won by the chatbot that gives the neatest answer. It will be won by the assistant that can take a messy task, keep track of the plan, and actually get something useful done.</p><p>AI assistants will increasingly complete tasks rather than just suggest steps. In this new future, the best model may not be the one with the cleverest answer, but the one that can finish the job.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ This new tool can let you ask Claude if that 'too good to be true' online offer is actually a scam ]]></title>
                                                                                                <dc:content><![CDATA[ <ul><li><strong>Norton's scam detection tools are now available in Claude and ChatGPT</strong></li><li><strong>Users can ask their preferred AI chatbot about the legitimacy of an email, text, website</strong></li><li><strong>Most threats consumers face now come from scams, phishing and fake ads</strong></li></ul><p>Claude is the latest AI assistant to get access to <a href="https://www.techradar.com/vpn/vpn-services/nordvpns-new-tool-helps-you-spot-online-scams-and-its-free-for-everyone">Norton's Genie scam detection tool</a> following its available for ChatGPT customers earlier this year.</p><p>Available across all Claude subscription tiers, Genie gives users access to scam detection capabilities and other cyber safety tips and advice.</p><p>Norton says its tool can analyze suspicious emails, texts, messages, images and links using its "multi-layered" detection intelligence.</p><h2 id="norton-scam-detection-now-available-in-claude-chatgpt">Norton scam detection now available in Claude, ChatGPT</h2><p>"AI assistants are becoming part of how people make decisions and evaluate information online," Head of Products and Portfolios Travis Witteveen noted, hinting that the increased prevalence of AI assistants.</p><p>"By bringing Norton Genie into even more AI platforms like Claude and ChatGPT, we’re making trusted Cyber Safety intelligence available directly in those moments to help people make more confident decisions in real time."</p><p>The company explained that Genie looks for language patterns, social engineering tactics, urgency cues, impersonation attempts, and requests for sensitive information. It also checks URLs and analyzes domains to confirm whether a user should click on the link.</p><p>When the tool launched for ChatGPT in March 2026, Norton described it as the "world's first AI-powered scam detector." Users can start conversations by tagging @Norton and asking questions like whether an email looks legit or if an online offer looks like a scam.</p><p>The company's own reporting reveals that nine in 10 threats targeting people in 2025 came from scams, phishing and fake advertisements.</p><p>So far, Norton looks to be the only security company offering direct AI chatbot integration to provide accurate insights into threat detection.</p><figure class="van-image-figure pull-right inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:676px;"><p class="vanilla-image-block" style="padding-top:31.51%;"><img id="diM9tpwF2Lz85R8q85CT78" name="tr-g_news" alt="Google logo on a black background next to text reading 'Click to follow TechRadar'" src="https://cdn.mos.cms.futurecdn.net/diM9tpwF2Lz85R8q85CT78.jpg" mos="" align="right" fullscreen="" width="676" height="213" attribution="" endorsement="" class="pull-rightinline"></p></div></div></figure> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/pro/this-new-tool-can-let-you-ask-claude-if-that-too-good-to-be-true-online-offer-is-actually-a-scam</link>
                                                                            <description>
                            <![CDATA[ Norton's scam detection will let you ask Claude whether an email or online deal looks suspicious without leaving the AI chatbot. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">oiyS6nwHQLbUz3BVKzPJj6</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/QEWeUa835nVFaBLaYmYfN-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 01 Jul 2026 12:20:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Pro]]></category>
                                                    <category><![CDATA[Security]]></category>
                                                    <category><![CDATA[Cyber Security]]></category>
                                                    <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                    <category><![CDATA[Computing]]></category>
                                                    <category><![CDATA[Computing Security]]></category>
                                                                                                                    <dc:creator><![CDATA[ Craig Hale ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/GV8qRsHBkpSAQxiYKjTt6H.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/QEWeUa835nVFaBLaYmYfN-1280-80.jpg">
                                                            <media:credit><![CDATA[Norton]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Norton Genie in Claude]]></media:description>                                                            <media:text><![CDATA[Norton Genie in Claude]]></media:text>
                                <media:title type="plain"><![CDATA[Norton Genie in Claude]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/QEWeUa835nVFaBLaYmYfN-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <ul><li><strong>Norton's scam detection tools are now available in Claude and ChatGPT</strong></li><li><strong>Users can ask their preferred AI chatbot about the legitimacy of an email, text, website</strong></li><li><strong>Most threats consumers face now come from scams, phishing and fake ads</strong></li></ul><p>Claude is the latest AI assistant to get access to <a href="https://www.techradar.com/vpn/vpn-services/nordvpns-new-tool-helps-you-spot-online-scams-and-its-free-for-everyone">Norton's Genie scam detection tool</a> following its available for ChatGPT customers earlier this year.</p><p>Available across all Claude subscription tiers, Genie gives users access to scam detection capabilities and other cyber safety tips and advice.</p><p>Norton says its tool can analyze suspicious emails, texts, messages, images and links using its "multi-layered" detection intelligence.</p><h2 id="norton-scam-detection-now-available-in-claude-chatgpt">Norton scam detection now available in Claude, ChatGPT</h2><p>"AI assistants are becoming part of how people make decisions and evaluate information online," Head of Products and Portfolios Travis Witteveen noted, hinting that the increased prevalence of AI assistants.</p><p>"By bringing Norton Genie into even more AI platforms like Claude and ChatGPT, we’re making trusted Cyber Safety intelligence available directly in those moments to help people make more confident decisions in real time."</p><p>The company explained that Genie looks for language patterns, social engineering tactics, urgency cues, impersonation attempts, and requests for sensitive information. It also checks URLs and analyzes domains to confirm whether a user should click on the link.</p><p>When the tool launched for ChatGPT in March 2026, Norton described it as the "world's first AI-powered scam detector." Users can start conversations by tagging @Norton and asking questions like whether an email looks legit or if an online offer looks like a scam.</p><p>The company's own reporting reveals that nine in 10 threats targeting people in 2025 came from scams, phishing and fake advertisements.</p><p>So far, Norton looks to be the only security company offering direct AI chatbot integration to provide accurate insights into threat detection.</p><figure class="van-image-figure pull-right inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:676px;"><p class="vanilla-image-block" style="padding-top:31.51%;"><img id="diM9tpwF2Lz85R8q85CT78" name="tr-g_news" alt="Google logo on a black background next to text reading 'Click to follow TechRadar'" src="https://cdn.mos.cms.futurecdn.net/diM9tpwF2Lz85R8q85CT78.jpg" mos="" align="right" fullscreen="" width="676" height="213" attribution="" endorsement="" class="pull-rightinline"></p></div></div></figure>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Anthropic’s Fable 5 is back after US shutdown it called 'a misunderstanding' ]]></title>
                                                                                                <dc:content><![CDATA[ <ul><li><strong>Fable 5 is back after a US shutdown</strong></li><li><strong>Anthropic called it “a misunderstanding” </strong></li><li><strong>The case could reshape future AI launches</strong></li></ul><p>Anthropic’s <a href="https://www.techradar.com/ai-platforms-assistants/claude/anthropic-spent-months-saying-mythos-was-too-dangerous-to-release-then-it-launched-a-public-version-called-fable-5-that-it-warns-comes-with-risks">Fable 5</a> is back after the US government lifted export controls that had forced the company to <a href="https://www.techradar.com/ai-platforms-assistants/claude/after-a-potential-jailbreak-anthropic-is-shutting-off-access-to-its-mythos-5-and-fable-5-models-under-national-security-orders-from-the-us-government">suspend access to Fable 5</a> <a href="https://www.techradar.com/ai-platforms-assistants/claude/after-a-potential-jailbreak-anthropic-is-shutting-off-access-to-its-mythos-5-and-fable-5-models-under-national-security-orders-from-the-us-government">and Mythos 5 </a>earlier in June. The company said it believed the shutdown was based on “a misunderstanding,” after officials raised concerns about a possible jailbreak and national security risk.</p><p>In a statement on its website, <a href="https://www.anthropic.com/news/fable-mythos-access" target="_blank">Anthropic said</a> it is not against the US government having the power to block unsafe AI releases, but argued that this should not have been the case with Fable 5.</p><p>“As we have stated publicly, we believe the government should have the ability to block unsafe deployments, as part of a statutory process that is transparent, fair, clear, and grounded in technical facts. This action does not adhere to those principles”, said Anthropic.</p><p>Anthropic is now working to restore access to Fable 5 for its users.</p><p>The more interesting question now is not simply whether Fable 5 is available again, but what this episode says about the future of AI model launches. The most powerful AI models may no longer be treated like ordinary software updates. Going forward they may increasingly be treated like strategic technologies that governments can pause, restrict, and negotiate over.</p><h2 id="what-happened">What happened?</h2><p>On June 9, Anthropic released Fable 5, a restricted version of its Mythos 5. Anthropic said Fable 5 had been released with safeguards designed to prevent misuse in cybersecurity attacks, while the full Mythos 5 was kept under tighter controls because of its more advanced capabilities.</p><p>On June 12, Anthropic received a US government export control directive. The directive suspended access to Fable 5 and Mythos 5 for foreign nationals, including Anthropic employees. Anthropic said the practical effect was that it had to disable the models for all customers to ensure compliance.</p><p>The issue appears to have centered on whether it was possible to jailbreak Fable 5 and bypass its guardrails. (A jailbreak is essentially a method of persuading an AI model to bypass its safety restrictions).</p><p>Anthropic pushed back, saying it had not been shown evidence of a broad or universal jailbreak. Access is now being restored after the US Commerce Department lifted the restrictions. Reuters reports the <a href="https://www.reuters.com/business/us-lift-export-controls-anthropics-fable-ai-model-tuesday-source-says-2026-06-30/?utm_source=chatgpt.com" target="_blank">restrictions were lifted</a> after enhanced safeguards were put in place.</p><p>In its response to the US government’s restrictions, Anthropic argued that “perfect jailbreak resistance is not currently possible.” Its case was that if every narrow jailbreak is enough to force a model offline, then no frontier AI model may ever be safe enough to launch. <a href="https://www.anthropic.com/news/fable-mythos-access" target="_blank">The company warned</a> that applying this standard across the industry could “halt all new model deployments.”</p><h2 id="why-this-matters-beyond-anthropic">Why this matters beyond Anthropic</h2><p>Until recently, a new AI model launch mostly meant faster answers, more coding features, or smarter replies. Fable 5’s shutdown shows that frontier models are now powerful enough that governments may step in before, during, or after their launch. That changes the relationship between AI companies, users, developers, and regulators in a way we're going to have to get used to.</p><p>OpenAI’s GPT-5.6 rollout has already been limited for similar reasons. <a href="https://www.reuters.com/legal/litigation/openai-defers-public-rollout-gpt56-us-seeks-early-access-frontier-ai-models-2026-06-26/" target="_blank">Reuters reported</a> on June 26 that OpenAI had delayed a full public launch of GPT-5.6 at the US government’s request, with access limited first to a small group of vetted partners whose details were shared with the authorities.</p><p>Fable 5 may be back, but the recent developments have changed the mood around frontier AI model launches. A model can be announced, celebrated, pulled offline, negotiated over, and restored all in the space of a few weeks. Anthropic may call this one “a misunderstanding,” but it also looks like a preview of how the most powerful AI systems may be governed from now on.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/ai-platforms-assistants/claude/anthropics-fable-5-is-back-after-us-shutdown-it-called-a-misunderstanding</link>
                                                                            <description>
                            <![CDATA[ Anthropic’s most advanced public Claude model is returning after a US government directive forced it offline — but the episode raises bigger questions about who controls access to frontier AI. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">V9aro8k8QHdrTZTM7WENq6</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/BnRBWco2bXVJajjdUuW7CY-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 01 Jul 2026 11:23:10 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Claude]]></category>
                                                    <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                                                                                    <dc:creator><![CDATA[ Graham Barlow ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/LRCfnbWncUizq2Z6gECPWj.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Graham is the Senior Editor for AI at TechRadar. With over 25 years of experience in both online and print journalism, Graham has worked for various market-leading tech brands including Computeractive, PC Pro, iMore, MacFormat, Mac|Life, Maximum PC, and more. He specializes in reporting on everything to do with the most exciting subject in tech right now, Artificial Intelligence. AI is advancing at an accelerated pace and all the big brands from Apple, Microsoft and Google to chip makers NVIDIA are getting involved. TechRadar is here to bring you the latest updates on AI and show you how to get started and make it work for you, no matter your level of interest.&lt;/p&gt;&lt;p&gt;  Graham has appeared on BBC TV shows like BBC One Breakfast and on Radio 4 commenting on the latest trends in tech. Graham has an honors degree in Computer Science and spends his spare time podcasting and blogging.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/BnRBWco2bXVJajjdUuW7CY-1280-80.jpg">
                                                            <media:credit><![CDATA[Anthropic]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Fable 5, from Anthropic]]></media:description>                                                            <media:text><![CDATA[Fable 5, from Anthropic]]></media:text>
                                <media:title type="plain"><![CDATA[Fable 5, from Anthropic]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/BnRBWco2bXVJajjdUuW7CY-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <ul><li><strong>Fable 5 is back after a US shutdown</strong></li><li><strong>Anthropic called it “a misunderstanding” </strong></li><li><strong>The case could reshape future AI launches</strong></li></ul><p>Anthropic’s <a href="https://www.techradar.com/ai-platforms-assistants/claude/anthropic-spent-months-saying-mythos-was-too-dangerous-to-release-then-it-launched-a-public-version-called-fable-5-that-it-warns-comes-with-risks">Fable 5</a> is back after the US government lifted export controls that had forced the company to <a href="https://www.techradar.com/ai-platforms-assistants/claude/after-a-potential-jailbreak-anthropic-is-shutting-off-access-to-its-mythos-5-and-fable-5-models-under-national-security-orders-from-the-us-government">suspend access to Fable 5</a> <a href="https://www.techradar.com/ai-platforms-assistants/claude/after-a-potential-jailbreak-anthropic-is-shutting-off-access-to-its-mythos-5-and-fable-5-models-under-national-security-orders-from-the-us-government">and Mythos 5 </a>earlier in June. The company said it believed the shutdown was based on “a misunderstanding,” after officials raised concerns about a possible jailbreak and national security risk.</p><p>In a statement on its website, <a href="https://www.anthropic.com/news/fable-mythos-access" target="_blank">Anthropic said</a> it is not against the US government having the power to block unsafe AI releases, but argued that this should not have been the case with Fable 5.</p><p>“As we have stated publicly, we believe the government should have the ability to block unsafe deployments, as part of a statutory process that is transparent, fair, clear, and grounded in technical facts. This action does not adhere to those principles”, said Anthropic.</p><p>Anthropic is now working to restore access to Fable 5 for its users.</p><p>The more interesting question now is not simply whether Fable 5 is available again, but what this episode says about the future of AI model launches. The most powerful AI models may no longer be treated like ordinary software updates. Going forward they may increasingly be treated like strategic technologies that governments can pause, restrict, and negotiate over.</p><h2 id="what-happened">What happened?</h2><p>On June 9, Anthropic released Fable 5, a restricted version of its Mythos 5. Anthropic said Fable 5 had been released with safeguards designed to prevent misuse in cybersecurity attacks, while the full Mythos 5 was kept under tighter controls because of its more advanced capabilities.</p><p>On June 12, Anthropic received a US government export control directive. The directive suspended access to Fable 5 and Mythos 5 for foreign nationals, including Anthropic employees. Anthropic said the practical effect was that it had to disable the models for all customers to ensure compliance.</p><p>The issue appears to have centered on whether it was possible to jailbreak Fable 5 and bypass its guardrails. (A jailbreak is essentially a method of persuading an AI model to bypass its safety restrictions).</p><p>Anthropic pushed back, saying it had not been shown evidence of a broad or universal jailbreak. Access is now being restored after the US Commerce Department lifted the restrictions. Reuters reports the <a href="https://www.reuters.com/business/us-lift-export-controls-anthropics-fable-ai-model-tuesday-source-says-2026-06-30/?utm_source=chatgpt.com" target="_blank">restrictions were lifted</a> after enhanced safeguards were put in place.</p><p>In its response to the US government’s restrictions, Anthropic argued that “perfect jailbreak resistance is not currently possible.” Its case was that if every narrow jailbreak is enough to force a model offline, then no frontier AI model may ever be safe enough to launch. <a href="https://www.anthropic.com/news/fable-mythos-access" target="_blank">The company warned</a> that applying this standard across the industry could “halt all new model deployments.”</p><h2 id="why-this-matters-beyond-anthropic">Why this matters beyond Anthropic</h2><p>Until recently, a new AI model launch mostly meant faster answers, more coding features, or smarter replies. Fable 5’s shutdown shows that frontier models are now powerful enough that governments may step in before, during, or after their launch. That changes the relationship between AI companies, users, developers, and regulators in a way we're going to have to get used to.</p><p>OpenAI’s GPT-5.6 rollout has already been limited for similar reasons. <a href="https://www.reuters.com/legal/litigation/openai-defers-public-rollout-gpt56-us-seeks-early-access-frontier-ai-models-2026-06-26/" target="_blank">Reuters reported</a> on June 26 that OpenAI had delayed a full public launch of GPT-5.6 at the US government’s request, with access limited first to a small group of vetted partners whose details were shared with the authorities.</p><p>Fable 5 may be back, but the recent developments have changed the mood around frontier AI model launches. A model can be announced, celebrated, pulled offline, negotiated over, and restored all in the space of a few weeks. Anthropic may call this one “a misunderstanding,” but it also looks like a preview of how the most powerful AI systems may be governed from now on.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Newsom strikes Anthropic deal to get California government half price Claude AI access ]]></title>
                                                                                                <dc:content><![CDATA[ <ul><li><strong>California government will have access to Anthropic's Claude with a 50% discount</strong></li><li><strong>The technology will be used to improve workflows and cybersecurity</strong></li><li><strong>Governor Newsom said Claude will be used "responsibly, transparently, and in service of people"</strong></li></ul><p>The government of California will now be able to use Anthropic’s Claude AI with a half price discount.</p><p>A press release published by California Governor Gavin Newsom says the state's government will also have access to free workforce training, expert GenAI technical assistance and workflow input from Anthropic developers.</p><p>“This partnership is about using technology the California way: responsibly, transparently, and in service of people. AI should not replace the human work of government; it should help our workers move faster, solve problems more effectively, and deliver better results for Californians,” Gov. Newson said.</p><h2 id="claude-comes-to-california">Claude comes to California</h2><p>The discount for Claude also extends to local governments at the city and county level, allowing state workers with lower budgets to gain access to cutting edge tech. Gov. Newson said the technology will primarily be used for drafting, summarization, and analysis, while also “supplementing day-to-day work and improving services for Californians.”</p><p>Californian state agencies will be able to access Claude through the Statewide Information Technology Shared Services (SITeS), a new portal that centralizes AI tools for government use. The Californian government has already worked alongside Anthropic to integrate Claude into numerous tools for state workers, such as the Engaged California tool that provides Californians with more of a voice in policymaking.</p><p>Claude Security and Claude Code are also being integrated into the workflows of the California Department of Technology and the California Governor's Office of Emergency Services in order to improve cybersecurity. The California DMV will use Claude to reduce wait times and improve services, and the Department of Healthcare Services will use Claude to assist in the state’s Medicaid program.</p><p>The state is home to 33 of the top 50 private AI companies in the world, including Anthropic. “As a California company, we feel a real responsibility to our home state. We’re honored to expand our partnership with California’s agencies and to put Claude to work for the people who keep this state running,” said Kate Jensen, Anthropic’s Head of Americas. </p><p>“Building AI responsibly and in service of people has been our approach from the start, and that’s exactly what this partnership puts into practice.”</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/pro/newsom-strikes-anthropic-deal-to-get-california-government-half-price-claude-ai-access</link>
                                                                            <description>
                            <![CDATA[ Anthropic has provided the Californian government with access to Claude, with a 50% discount. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">hXBZ2pjMTexSGpbVybQiah</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/ym4JdN8tZyMYq4wNvoyNWJ-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 30 Jun 2026 19:05:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Pro]]></category>
                                                    <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                    <category><![CDATA[Claude]]></category>
                                                                                                <author><![CDATA[ benedict.collins@futurenet.com (Benedict Collins) ]]></author>                    <dc:creator><![CDATA[ Benedict Collins ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/jEvqGv8wvH7PWZ4XPURyyB.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Benedict is a Senior Security Writer at TechRadar Pro, where he has specialized in covering the intersection of geopolitics, cyber-warfare, and business security.&lt;/p&gt;&lt;p&gt;Benedict provides detailed analysis on state-sponsored threat actors, APT groups, and the protection of critical national infrastructure, with his reporting bridging the gap between technical threat intelligence and B2B security strategy.&lt;/p&gt;&lt;p&gt;Benedict holds an MA (Distinction) in Security, Intelligence, and Diplomacy from the University of Buckingham Centre for Security and Intelligence Studies (BUCSIS), with his specialization providing him with an elite academic framework for deconstructing complex international conflicts and intelligence operations. He also holds a BA in Politics with Journalism, providing him with a strong investigative nature and the ability to translate complex security data into clear, actionable insights.&lt;/p&gt;&lt;p&gt;When he isn’t analyzing the latest data breach or security threats, Benedict enjoys running and cycling throughout the UK countryside.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/ym4JdN8tZyMYq4wNvoyNWJ-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images/SOPA Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Anthropic Claude]]></media:description>                                                            <media:text><![CDATA[Anthropic Claude]]></media:text>
                                <media:title type="plain"><![CDATA[Anthropic Claude]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/ym4JdN8tZyMYq4wNvoyNWJ-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <ul><li><strong>California government will have access to Anthropic's Claude with a 50% discount</strong></li><li><strong>The technology will be used to improve workflows and cybersecurity</strong></li><li><strong>Governor Newsom said Claude will be used "responsibly, transparently, and in service of people"</strong></li></ul><p>The government of California will now be able to use Anthropic’s Claude AI with a half price discount.</p><p>A press release published by California Governor Gavin Newsom says the state's government will also have access to free workforce training, expert GenAI technical assistance and workflow input from Anthropic developers.</p><p>“This partnership is about using technology the California way: responsibly, transparently, and in service of people. AI should not replace the human work of government; it should help our workers move faster, solve problems more effectively, and deliver better results for Californians,” Gov. Newson said.</p><h2 id="claude-comes-to-california">Claude comes to California</h2><p>The discount for Claude also extends to local governments at the city and county level, allowing state workers with lower budgets to gain access to cutting edge tech. Gov. Newson said the technology will primarily be used for drafting, summarization, and analysis, while also “supplementing day-to-day work and improving services for Californians.”</p><p>Californian state agencies will be able to access Claude through the Statewide Information Technology Shared Services (SITeS), a new portal that centralizes AI tools for government use. The Californian government has already worked alongside Anthropic to integrate Claude into numerous tools for state workers, such as the Engaged California tool that provides Californians with more of a voice in policymaking.</p><p>Claude Security and Claude Code are also being integrated into the workflows of the California Department of Technology and the California Governor's Office of Emergency Services in order to improve cybersecurity. The California DMV will use Claude to reduce wait times and improve services, and the Department of Healthcare Services will use Claude to assist in the state’s Medicaid program.</p><p>The state is home to 33 of the top 50 private AI companies in the world, including Anthropic. “As a California company, we feel a real responsibility to our home state. We’re honored to expand our partnership with California’s agencies and to put Claude to work for the people who keep this state running,” said Kate Jensen, Anthropic’s Head of Americas. </p><p>“Building AI responsibly and in service of people has been our approach from the start, and that’s exactly what this partnership puts into practice.”</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Which AI chatbot is right for you? Take our quiz to find out whether ChatGPT, Claude, Gemini, Grok or Perplexity is best ]]></title>
                                                                                                <dc:content><![CDATA[ <p>It feels like AI is everywhere right now and <a href="https://www.techradar.com/best/best-ai-tools">several key AI chatbots</a> have emerged as the best. But even though they might look similar on the surface, each of the most popular AI chatbots are designed with different strengths in mind. This means that the best choice for you is less about which is the most intelligent or most popular and more about what you actually want it to help you with. </p><p>So, as a quick rundown, we’ve got <a href="https://www.techradar.com/ai-platforms-assistants/openai/chatgpt">ChatGPT</a>. This is the most versatile all-rounder choice. It can help with writing, brainstorming, planning, coding, image generation and everyday questions, which makes it a solid starting point for most people. It’s also pretty easy to get up and running if you’re a beginner, but there are plenty of options to customize your experience too. </p><p><a href="https://www.techradar.com/ai-platforms-assistants/claude">Claude</a> is another very strong contender and it’s earned a reputation as a thoughtful writing and analysis tool. It's particularly good at working with long documents, helping users refine their ideas and tackling complex topics. If you regularly write reports, articles or detailed pieces of work, or if you like to work through difficult problems, then Claude may be the best fit for you. </p><p>Google's <a href="https://www.techradar.com/ai-platforms-assistants/gemini">Gemini</a> stands out here because of its close integration with the rest of the Google ecosystem. Whereas the other AI chatbots do integrate with some other services, this is the only one that slots in so neatly. Which means if you rely on Gmail, Google Docs, Google Calendar and other Google services throughout the day, then Gemini is a no-brainer because it’s a natural extension of tools you're already using.</p><p>Grok is created by Elon Musk's company xAI, and it's closely connected to X. Some people may not take it as seriously for that reason, but it does have some strengths over the other choices. Because of it’s connection to X, it provides access to real-time information and online conversations. That makes it particularly useful for people who want to keep up with trends, breaking news and what's happening right now.</p><p>Perplexity focuses heavily on research. Rather than simply providing you with answers, it includes links to sources so users can verify information for themselves. All AI tools are capable of hallucinating, which essentially means making stuff up, but Perplexity has a good reputation for finding trusted sources. For students, researchers and anyone who spends a lot of time fact-checking, that transparency is really appealing.</p><p>All of this is to say that there’s no single best chatbot. Instead, each one has been built with slightly different priorities, whether that's creativity, research, productivity or real-time information. That's why finding the right one for you often comes down to understanding how you work and what kind of assistance you really need the most.</p><p>Take our quiz below to discover which AI chatbot best matches your needs.</p><h3 class="article-body__section" id="section-which-ai-chatbot-is-right-for-you-take-our-quiz-to-find-out"><span>Which AI chatbot is right for you? Take our quiz to find out</span></h3><div style="min-height: 250px;">                                <div class="kwizly-quiz kwizly-X16g1e"></div>                            </div>                            <script src="https://kwizly.com/embed/X16g1e.js" async></script> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/ai-platforms-assistants/which-ai-chatbot-is-right-for-you-take-our-quiz-to-find-out-whether-chatgpt-claude-gemini-grok-or-perplexity-is-best</link>
                                                                            <description>
                            <![CDATA[ ChatGPT, Claude, Perplexity, Gemini and Grok all have different strengths. Here's how to find the one that best matches the way you work. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">mpfCyJNS4yG7tHP7ir6hM9</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/qFCri7y7LcHnjTwCf9DKZW-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 30 Jun 2026 16:31:08 +0000</pubDate>                                                                                                                                <updated>Tue, 30 Jun 2026 16:38:49 +0000</updated>
                                                                                                                                            <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                                                                                    <dc:creator><![CDATA[ Becca Caddy ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/B7mJeMntumV8ZxPXVd7VSY.jpeg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Becca is a contributor to TechRadar, a freelance journalist and author. She’s been writing about consumer tech and popular science for more than ten years, covering all kinds of topics, including why robots have eyes and whether we’ll experience the overview effect one day. She’s particularly interested in VR/AR, wearables, digital health, space tech and chatting to experts and academics about the future.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Her first book, Screen Time, which is about how people can learn to love their tech rather than feel stressed out by it, came out in January 2021 with Bonnier Books. She is currently working on ideas for a second non-fiction book while also writing fiction in her spare time.&amp;nbsp;&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;She’s contributed to TechRadar, T3, Wired, New Scientist, The Guardian, Inverse and many more as a freelance journalist. In other chapters of her life, she was an international editor at MSN, associate editor at Lifehacker UK and publisher at Shiny Media.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Becca has an English Language and Literature degree and a Masters in Public Relations and Strategic Marketing Communications. She started her career working in tech PR and marketing and has a strong understanding of content strategy, branding and digital marketing.&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Becca loves science-fiction and has a fortnightly column that explores the science of Star Trek. Last time she checked, she still holds a Guinness World Record alongside TechRadar&#039;s Gerald Lynch for playing the largest game of Tetris ever made. She also enjoys taking pictures of brutalist architecture and spending way too much time floating through space and 3D painting in virtual reality.&amp;nbsp;&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/qFCri7y7LcHnjTwCf9DKZW-1280-80.jpg">
                                                            <media:credit><![CDATA[Anthropic; Google; Shutterstock]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[Don&#039;t keep using the wrong AI chatbot]]></media:description>                                                            <media:text><![CDATA[A collage image showing two phones (one displaying ChatGPT and the other Claude) on either side of a graphical phone cutout with Google Gemini displayed   ]]></media:text>
                                <media:title type="plain"><![CDATA[A collage image showing two phones (one displaying ChatGPT and the other Claude) on either side of a graphical phone cutout with Google Gemini displayed   ]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/qFCri7y7LcHnjTwCf9DKZW-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>It feels like AI is everywhere right now and <a href="https://www.techradar.com/best/best-ai-tools">several key AI chatbots</a> have emerged as the best. But even though they might look similar on the surface, each of the most popular AI chatbots are designed with different strengths in mind. This means that the best choice for you is less about which is the most intelligent or most popular and more about what you actually want it to help you with. </p><p>So, as a quick rundown, we’ve got <a href="https://www.techradar.com/ai-platforms-assistants/openai/chatgpt">ChatGPT</a>. This is the most versatile all-rounder choice. It can help with writing, brainstorming, planning, coding, image generation and everyday questions, which makes it a solid starting point for most people. It’s also pretty easy to get up and running if you’re a beginner, but there are plenty of options to customize your experience too. </p><p><a href="https://www.techradar.com/ai-platforms-assistants/claude">Claude</a> is another very strong contender and it’s earned a reputation as a thoughtful writing and analysis tool. It's particularly good at working with long documents, helping users refine their ideas and tackling complex topics. If you regularly write reports, articles or detailed pieces of work, or if you like to work through difficult problems, then Claude may be the best fit for you. </p><p>Google's <a href="https://www.techradar.com/ai-platforms-assistants/gemini">Gemini</a> stands out here because of its close integration with the rest of the Google ecosystem. Whereas the other AI chatbots do integrate with some other services, this is the only one that slots in so neatly. Which means if you rely on Gmail, Google Docs, Google Calendar and other Google services throughout the day, then Gemini is a no-brainer because it’s a natural extension of tools you're already using.</p><p>Grok is created by Elon Musk's company xAI, and it's closely connected to X. Some people may not take it as seriously for that reason, but it does have some strengths over the other choices. Because of it’s connection to X, it provides access to real-time information and online conversations. That makes it particularly useful for people who want to keep up with trends, breaking news and what's happening right now.</p><p>Perplexity focuses heavily on research. Rather than simply providing you with answers, it includes links to sources so users can verify information for themselves. All AI tools are capable of hallucinating, which essentially means making stuff up, but Perplexity has a good reputation for finding trusted sources. For students, researchers and anyone who spends a lot of time fact-checking, that transparency is really appealing.</p><p>All of this is to say that there’s no single best chatbot. Instead, each one has been built with slightly different priorities, whether that's creativity, research, productivity or real-time information. That's why finding the right one for you often comes down to understanding how you work and what kind of assistance you really need the most.</p><p>Take our quiz below to discover which AI chatbot best matches your needs.</p><h3 class="article-body__section" id="section-which-ai-chatbot-is-right-for-you-take-our-quiz-to-find-out"><span>Which AI chatbot is right for you? Take our quiz to find out</span></h3><div style="min-height: 250px;">                                <div class="kwizly-quiz kwizly-X16g1e"></div>                            </div>                            <script src="https://kwizly.com/embed/X16g1e.js" async></script>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Anthropic accuses Alibaba of copying Claude by asking it millions of questions — and sets the stage for a new AI war ]]></title>
                                                                                                <dc:content><![CDATA[ <p>Anthropic has accused groups linked to <a href="https://www.techradar.com/pro/look-out-nvidia-alibaba-reveals-its-most-powerful-ai-models-for-robots-as-it-looks-to-strike-ahead-in-agentic-race">Alibaba and its Qwen AI lab</a> of carrying out a massive campaign to extract capabilities from <a href="https://www.techradar.com/computing/artificial-intelligence/what-is-claude-its-time-to-talk-about-this-clever-ai-chatbot">Claude</a> just by asking it a lot of questions, as first <a href="https://www.reuters.com/world/china/anthropic-says-alibaba-illicitly-extracted-claude-ai-model-capabilities-2026-06-24/" target="_blank">reported</a> by Reuters<em>. </em>The AI developer wrote a letter to U.S. lawmakers alleging that Alibaba used nearly 25,000 fraudulent accounts to generate more than 28.8 million interactions and glean detailed, proprietary information about Claude. </p><p>Alibaba has not publicly responded to the allegations, and there has been no independent confirmation of Anthropic's claims, but simply leveling them has potentially enormous consequences. The sheer volume of accounts and interactions is eye-catching, but it's even more fascinating how it reveals a vulnerability in AI models that can give away their secrets. </p><p>AI developers may now have to worry that rivals can learn from those models without ever seeing the underlying code or training data through a technique known as model distillation. Essentially, AI models will inadvertently share deliberately obscured facts about themselves if a huge number of the right questions are asked. As an analogy, imagine taking a test about a book, but instead of reading the book, you ask the author one million questions about their life, their thinking, their experience writing the book, and several hundred thousand more questions. You'd probably have a pretty good chance of knowing everything they might have written without once cracking the covers. </p><h2 id="can-you-copy-an-ai-just-by-talking-to-it">Can you copy an AI just by talking to it?</h2><p>Model distillation is a common technique used by AI companies to build variations of their models, especially smaller, faster options. But no company would be okay with a rival using their model to train the competition. But that's what Anthropic alleges. The fake accounts supposedly asked Claude a ton of very complex and detailed questions related to its advanced software engineering and agentic reasoning features. The responses filled in a picture of the model's workings, accelerating Alibaba's own development of competing AI systems, Anthropic claimed.</p><p>The conundrum is obvious. Large language models are designed to answer questions. Every answer teaches the user something about how the model behaves. You can't interact with an AI model, or a person, without giving up some information about yourself. Normally, that wouldn't matter, but at the scale Anthropic is claiming, conversations become reverse engineering.</p><p>It's not the first time Anthropic has alleged illicit model distillation. Anthropic levied <a href="https://www.techradar.com/pro/security/the-us-almost-blacklisted-deepseek-for-contributing-to-chinas-military-and-intelligence-but-the-white-house-held-back-to-avoid-escalating-tensions">similar claims against DeepSeek</a>, Moonshot AI, and MiniMax earlier this year. And other companies, including OpenAI, have expressed concern that they have also been victims of the technique. </p><p>The glaring irony that the companies that used enormous collections of publicly available information, including licensed material, to train their AI models are now arguing about how those same models are valuable intellectual property is hard to ignore. </p><h2 id="ai-arms-race">AI arms race</h2><p>AI developers see their models' behavior as crucial to competing with rivals. If another company can reproduce much of that behavior by asking enough carefully designed questions, spending billions of dollars training frontier models starts to seem like a waste. </p><p>Anthropic claims model distillation can effectively transfer years of work on their part to another company for almost nothing. Anthropic asked lawmakers to take action and combat this problem as soon as possible. If leading models can be imitated so easily, there won't be much incentive to innovate, and the AI competition will only be about beating copycats. And picking the best models will be difficult, as a new AI model that matches an existing one's capabilities might be born of years of original research or simply copying an existing option. </p><p>Whether Anthropic ultimately proves its allegations, they have revealed that the next great AI battle may not be about building the smartest model. It may be about stopping somebody else from talking to your model and learning how it operates, one question at a time.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/ai-platforms-assistants/anthropic-accuses-alibaba-of-copying-claude-by-asking-it-millions-of-questions-and-sets-the-stage-for-a-new-ai-war</link>
                                                                            <description>
                            <![CDATA[ Anthropic's allegations against Alibaba have turned model distillation into one of the most important AI fights. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">4Y7Xn9GYZAhvkXumB6zjpP</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/9YhV9JTvHHHB3MMDhxYpoj-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sat, 27 Jun 2026 01:00:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                                                                <author><![CDATA[ ESchwartzwrites@gmail.com (Eric Hal Schwartz) ]]></author>                    <dc:creator><![CDATA[ Eric Hal Schwartz ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/mTaiWitAt8o75BmPY3i4xK.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Eric Hal Schwartz is a freelance writer for TechRadar with more than 15 years of experience covering the intersection of the world and technology. For the last five years, he served as head writer for Voicebot.ai and was on the leading edge of reporting on generative AI and large language models. He&#039;s since become an expert on the products of generative AI models, such as OpenAI’s ChatGPT, Anthropic’s Claude, Google Gemini, and every other synthetic media tool. His experience runs the gamut of media, including print, digital, broadcast, and live events. Now, he&#039;s continuing to tell the stories people want and need to hear about the rapidly evolving AI space and its impact on their lives. Eric is based in New York City.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/9YhV9JTvHHHB3MMDhxYpoj-1280-80.jpg">
                                                            <media:credit><![CDATA[Anthropic]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Mobile phone displaying a Claude login screen.]]></media:description>                                                            <media:text><![CDATA[Mobile phone displaying a Claude login screen.]]></media:text>
                                <media:title type="plain"><![CDATA[Mobile phone displaying a Claude login screen.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/9YhV9JTvHHHB3MMDhxYpoj-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Anthropic has accused groups linked to <a href="https://www.techradar.com/pro/look-out-nvidia-alibaba-reveals-its-most-powerful-ai-models-for-robots-as-it-looks-to-strike-ahead-in-agentic-race">Alibaba and its Qwen AI lab</a> of carrying out a massive campaign to extract capabilities from <a href="https://www.techradar.com/computing/artificial-intelligence/what-is-claude-its-time-to-talk-about-this-clever-ai-chatbot">Claude</a> just by asking it a lot of questions, as first <a href="https://www.reuters.com/world/china/anthropic-says-alibaba-illicitly-extracted-claude-ai-model-capabilities-2026-06-24/" target="_blank">reported</a> by Reuters<em>. </em>The AI developer wrote a letter to U.S. lawmakers alleging that Alibaba used nearly 25,000 fraudulent accounts to generate more than 28.8 million interactions and glean detailed, proprietary information about Claude. </p><p>Alibaba has not publicly responded to the allegations, and there has been no independent confirmation of Anthropic's claims, but simply leveling them has potentially enormous consequences. The sheer volume of accounts and interactions is eye-catching, but it's even more fascinating how it reveals a vulnerability in AI models that can give away their secrets. </p><p>AI developers may now have to worry that rivals can learn from those models without ever seeing the underlying code or training data through a technique known as model distillation. Essentially, AI models will inadvertently share deliberately obscured facts about themselves if a huge number of the right questions are asked. As an analogy, imagine taking a test about a book, but instead of reading the book, you ask the author one million questions about their life, their thinking, their experience writing the book, and several hundred thousand more questions. You'd probably have a pretty good chance of knowing everything they might have written without once cracking the covers. </p><h2 id="can-you-copy-an-ai-just-by-talking-to-it">Can you copy an AI just by talking to it?</h2><p>Model distillation is a common technique used by AI companies to build variations of their models, especially smaller, faster options. But no company would be okay with a rival using their model to train the competition. But that's what Anthropic alleges. The fake accounts supposedly asked Claude a ton of very complex and detailed questions related to its advanced software engineering and agentic reasoning features. The responses filled in a picture of the model's workings, accelerating Alibaba's own development of competing AI systems, Anthropic claimed.</p><p>The conundrum is obvious. Large language models are designed to answer questions. Every answer teaches the user something about how the model behaves. You can't interact with an AI model, or a person, without giving up some information about yourself. Normally, that wouldn't matter, but at the scale Anthropic is claiming, conversations become reverse engineering.</p><p>It's not the first time Anthropic has alleged illicit model distillation. Anthropic levied <a href="https://www.techradar.com/pro/security/the-us-almost-blacklisted-deepseek-for-contributing-to-chinas-military-and-intelligence-but-the-white-house-held-back-to-avoid-escalating-tensions">similar claims against DeepSeek</a>, Moonshot AI, and MiniMax earlier this year. And other companies, including OpenAI, have expressed concern that they have also been victims of the technique. </p><p>The glaring irony that the companies that used enormous collections of publicly available information, including licensed material, to train their AI models are now arguing about how those same models are valuable intellectual property is hard to ignore. </p><h2 id="ai-arms-race">AI arms race</h2><p>AI developers see their models' behavior as crucial to competing with rivals. If another company can reproduce much of that behavior by asking enough carefully designed questions, spending billions of dollars training frontier models starts to seem like a waste. </p><p>Anthropic claims model distillation can effectively transfer years of work on their part to another company for almost nothing. Anthropic asked lawmakers to take action and combat this problem as soon as possible. If leading models can be imitated so easily, there won't be much incentive to innovate, and the AI competition will only be about beating copycats. And picking the best models will be difficult, as a new AI model that matches an existing one's capabilities might be born of years of original research or simply copying an existing option. </p><p>Whether Anthropic ultimately proves its allegations, they have revealed that the next great AI battle may not be about building the smartest model. It may be about stopping somebody else from talking to your model and learning how it operates, one question at a time.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Anthropic could be about to release Claude Cowork for mobile ]]></title>
                                                                                                <dc:content><![CDATA[ <ul><li><strong>X screenshot shows new Claude Cowork mobile remote UI</strong></li><li><strong>OpenAI already has a Codex remote control tool in the mobile app</strong></li><li><strong>Anthropic has already indicated that Dispatch is in beta – launch could be imminent</strong></li></ul><p>Anthropic could be testing a mobile companion feature for Claude Cowork, giving users remote access to the autonomous agent that handles long-running tasks on their computer.</p><p>Cowork will remain a desktop-only tool for carrying out longer tasks autonomously, like arranging and analyzing local files and generating documents, with the mobile addition only serving as a remote control to check in on progress.</p><p>Importantly, users may also be able to start tasks remotely from their phone, giving the mobile app near-identical functionality to the desktop app even though it doesn't actually run those tasks locally.</p><h2 id="claude-cowork-could-soon-get-a-mobile-controller">Claude Cowork could soon get a mobile controller</h2><p>Screenshots of the upcoming feature were shared in an <a href="https://x.com/testingcatalog/status/2069095754254131565?s=20" target="_blank">X post</a>, implying that the remote functionality can be used both on the mobile app and on the web.</p><p>The company has not officially announced the rumored update, but it would make sense following OpenAI's introduction of a Codex controller within the ChatGPT mobile app in May.</p><p>Adding remote access would strengthen Claude Cowork's position as an always-on digital colleague, rather than just a conversational chatbot, allowing it to carry out tasks even when a human user may be otherwise occupied.</p><p>The Cowork <a href="https://claude.com/product/cowork" target="_blank">web page</a> does indicate that pairing a phone is now available in beta, but the finer details are unconfirmed – such as which accounts might get access first.</p><p>A separate <a href="https://support.claude.com/en/articles/13947068-assign-tasks-from-anywhere-in-claude-cowork" target="_blank">support article</a> also implies that Dispatch, the remote tool, is available in beta for Pro and Max plans, noting that an active internet connection on both devices is required and that the desktop must also be active.</p><p>All in all, the fragmented information hints at an imminent launch.</p><figure class="van-image-figure pull-right inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:676px;"><p class="vanilla-image-block" style="padding-top:31.51%;"><img id="diM9tpwF2Lz85R8q85CT78" name="tr-g_news" alt="Google logo on a black background next to text reading 'Click to follow TechRadar'" src="https://cdn.mos.cms.futurecdn.net/diM9tpwF2Lz85R8q85CT78.jpg" mos="" align="right" fullscreen="" width="676" height="213" attribution="" endorsement="" class="pull-rightinline"></p></div></div></figure> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/pro/anthropic-could-be-about-to-release-claude-cowork-for-mobile</link>
                                                                            <description>
                            <![CDATA[ Claude Cowork's Dispatch remote controller could be launching imminently – some sources suggest it's in beta, but no official announcement has been made. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">5HpFDwu9iiGP9PJUyuoGNi</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/9YhV9JTvHHHB3MMDhxYpoj-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 26 Jun 2026 09:15:50 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Pro]]></category>
                                                                                                                    <dc:creator><![CDATA[ Craig Hale ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/GV8qRsHBkpSAQxiYKjTt6H.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/9YhV9JTvHHHB3MMDhxYpoj-1280-80.jpg">
                                                            <media:credit><![CDATA[Anthropic]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Mobile phone displaying a Claude login screen.]]></media:description>                                                            <media:text><![CDATA[Mobile phone displaying a Claude login screen.]]></media:text>
                                <media:title type="plain"><![CDATA[Mobile phone displaying a Claude login screen.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/9YhV9JTvHHHB3MMDhxYpoj-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <ul><li><strong>X screenshot shows new Claude Cowork mobile remote UI</strong></li><li><strong>OpenAI already has a Codex remote control tool in the mobile app</strong></li><li><strong>Anthropic has already indicated that Dispatch is in beta – launch could be imminent</strong></li></ul><p>Anthropic could be testing a mobile companion feature for Claude Cowork, giving users remote access to the autonomous agent that handles long-running tasks on their computer.</p><p>Cowork will remain a desktop-only tool for carrying out longer tasks autonomously, like arranging and analyzing local files and generating documents, with the mobile addition only serving as a remote control to check in on progress.</p><p>Importantly, users may also be able to start tasks remotely from their phone, giving the mobile app near-identical functionality to the desktop app even though it doesn't actually run those tasks locally.</p><h2 id="claude-cowork-could-soon-get-a-mobile-controller">Claude Cowork could soon get a mobile controller</h2><p>Screenshots of the upcoming feature were shared in an <a href="https://x.com/testingcatalog/status/2069095754254131565?s=20" target="_blank">X post</a>, implying that the remote functionality can be used both on the mobile app and on the web.</p><p>The company has not officially announced the rumored update, but it would make sense following OpenAI's introduction of a Codex controller within the ChatGPT mobile app in May.</p><p>Adding remote access would strengthen Claude Cowork's position as an always-on digital colleague, rather than just a conversational chatbot, allowing it to carry out tasks even when a human user may be otherwise occupied.</p><p>The Cowork <a href="https://claude.com/product/cowork" target="_blank">web page</a> does indicate that pairing a phone is now available in beta, but the finer details are unconfirmed – such as which accounts might get access first.</p><p>A separate <a href="https://support.claude.com/en/articles/13947068-assign-tasks-from-anywhere-in-claude-cowork" target="_blank">support article</a> also implies that Dispatch, the remote tool, is available in beta for Pro and Max plans, noting that an active internet connection on both devices is required and that the desktop must also be active.</p><p>All in all, the fragmented information hints at an imminent launch.</p><figure class="van-image-figure pull-right inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:676px;"><p class="vanilla-image-block" style="padding-top:31.51%;"><img id="diM9tpwF2Lz85R8q85CT78" name="tr-g_news" alt="Google logo on a black background next to text reading 'Click to follow TechRadar'" src="https://cdn.mos.cms.futurecdn.net/diM9tpwF2Lz85R8q85CT78.jpg" mos="" align="right" fullscreen="" width="676" height="213" attribution="" endorsement="" class="pull-rightinline"></p></div></div></figure>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ 'Bringing Claude Tag into Slack is about making AI multiplayer': You can now tag Claude directly in Slack ]]></title>
                                                                                                <dc:content><![CDATA[ <ul><li><strong>@Claude is an AI colleague that your colleagues can see</strong></li><li><strong>It'll answer questions and proactively contribute where it's useful</strong></li><li><strong>Teams first, other platforms later, but remember to set spending limits</strong></li></ul><p>In a bid to make its AI assistant even more collaborative, Anthropic has <a href="https://www.anthropic.com/news/introducing-claude-tag" target="_blank">launched</a> Claude Tag into Slack to make it more like interacting with a real colleague.</p><p>But tagging @Claude in a discussion, the AI reads the discussion's context to respond with relevant information, answer questions, summarize long chats, identify updates and surface missed information.</p><p>The shared assistant allows multiple people to interact with the same Claude instance, rather than everybody having separate chats with AI.</p><h2 id="you-can-now-tag-atclaude-in-slack">You can now tag @Claude in Slack</h2><p>"We’re tagging Claude to chase down product metrics and data, work through support tickets, or even help find the root cause of tricky bugs," Anthropic said about its own internal use of the tool, powered by Opus 4.8.</p><p>Anthropic described Claude Tag as a virtual teammate, but the existing Slack connector for Claude gives the chatbot access to the app's context for users who still want to have private discussions with the tool.</p><p>Claude Tag can also connect to external tools – for example a Gmail connection monitors incoming emails and notifies users within Slack in a bid to keep everything in one place.</p><p>The built-in chatbot also promises to 'take initiative' by surfacing relevant information when a discussion is taking place, or by setting reminders for action items when a chat goes quiet.</p><p>Claude Tag is available for Enterprise and Team customers in research preview. Anthropic is giving away a 'launch credit' for users to try it out, but the company recommends setting a spend limit.</p><p>Though Slack is the first platform to support Claude Tag, the company promises to be working on integrating it into other workplace tools too.</p><figure class="van-image-figure pull-right inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:676px;"><p class="vanilla-image-block" style="padding-top:31.51%;"><img id="diM9tpwF2Lz85R8q85CT78" name="tr-g_news" alt="Google logo on a black background next to text reading 'Click to follow TechRadar'" src="https://cdn.mos.cms.futurecdn.net/diM9tpwF2Lz85R8q85CT78.jpg" mos="" align="right" fullscreen="" width="676" height="213" attribution="" endorsement="" class="pull-rightinline"></p></div></div></figure> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/pro/bringing-claude-tag-into-slack-is-about-making-ai-multiplayer-you-can-now-tag-claude-directly-in-slack</link>
                                                                            <description>
                            <![CDATA[ Claude Tag is a shared instance launching in Slack to summarize chats and proactively set reminders – more platforms coming soon. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">P4ZXaVg8cNCCxFK4VSwYwX</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/eZs7VDaqqgXt5TBmcicAmS-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 25 Jun 2026 13:00:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Pro]]></category>
                                                    <category><![CDATA[Software &amp; Services]]></category>
                                                    <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                    <category><![CDATA[Claude]]></category>
                                                                                                                    <dc:creator><![CDATA[ Craig Hale ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/GV8qRsHBkpSAQxiYKjTt6H.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/eZs7VDaqqgXt5TBmcicAmS-1280-80.jpg">
                                                            <media:credit><![CDATA[Anthropic]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Claude Tag]]></media:description>                                                            <media:text><![CDATA[Claude Tag]]></media:text>
                                <media:title type="plain"><![CDATA[Claude Tag]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/eZs7VDaqqgXt5TBmcicAmS-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <ul><li><strong>@Claude is an AI colleague that your colleagues can see</strong></li><li><strong>It'll answer questions and proactively contribute where it's useful</strong></li><li><strong>Teams first, other platforms later, but remember to set spending limits</strong></li></ul><p>In a bid to make its AI assistant even more collaborative, Anthropic has <a href="https://www.anthropic.com/news/introducing-claude-tag" target="_blank">launched</a> Claude Tag into Slack to make it more like interacting with a real colleague.</p><p>But tagging @Claude in a discussion, the AI reads the discussion's context to respond with relevant information, answer questions, summarize long chats, identify updates and surface missed information.</p><p>The shared assistant allows multiple people to interact with the same Claude instance, rather than everybody having separate chats with AI.</p><h2 id="you-can-now-tag-atclaude-in-slack">You can now tag @Claude in Slack</h2><p>"We’re tagging Claude to chase down product metrics and data, work through support tickets, or even help find the root cause of tricky bugs," Anthropic said about its own internal use of the tool, powered by Opus 4.8.</p><p>Anthropic described Claude Tag as a virtual teammate, but the existing Slack connector for Claude gives the chatbot access to the app's context for users who still want to have private discussions with the tool.</p><p>Claude Tag can also connect to external tools – for example a Gmail connection monitors incoming emails and notifies users within Slack in a bid to keep everything in one place.</p><p>The built-in chatbot also promises to 'take initiative' by surfacing relevant information when a discussion is taking place, or by setting reminders for action items when a chat goes quiet.</p><p>Claude Tag is available for Enterprise and Team customers in research preview. Anthropic is giving away a 'launch credit' for users to try it out, but the company recommends setting a spend limit.</p><p>Though Slack is the first platform to support Claude Tag, the company promises to be working on integrating it into other workplace tools too.</p><figure class="van-image-figure pull-right inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:676px;"><p class="vanilla-image-block" style="padding-top:31.51%;"><img id="diM9tpwF2Lz85R8q85CT78" name="tr-g_news" alt="Google logo on a black background next to text reading 'Click to follow TechRadar'" src="https://cdn.mos.cms.futurecdn.net/diM9tpwF2Lz85R8q85CT78.jpg" mos="" align="right" fullscreen="" width="676" height="213" attribution="" endorsement="" class="pull-rightinline"></p></div></div></figure>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ 'Way out of line': The US government is being sued for executive order restricting foreign access to Project Glasswing ]]></title>
                                                                                                <dc:content><![CDATA[ <ul><li><strong>US government ordered Anthropic to pull frontier models for foreign nationals</strong></li><li><strong>Legal AI startup claims it had contractual access to those models</strong></li><li><strong>Anthropic doesn't agree with the White House – but complies</strong></li></ul><p>Legal AI startup Legion LegalTech Corp has filed a lawsuit challenging a June 12 government order that forced Anthropic to restrict access to its most advanced AI models, Fable 5 and Mythos 5, for foreign citizens (via <a href="https://www.reuters.com/legal/litigation/legal-tech-firm-sues-us-over-order-limiting-foreign-access-top-tier-anthropic-2026-06-23/" target="_blank"><em>Reuters</em></a>).</p><p>According to the complain, the Bureau of Industry and Security (BIS) gave Anthropic around 90 minutes to comply with the order, or face civil and criminal penalties.</p><p>All foreign nationals, including those living inside and outside of the US, and even Anthropic's own employees, are said to be affected by the order.</p><h2 id="government-order-to-ban-anthropic-models-internationally-legally-challenged">Government order to ban Anthropic models internationally legally challenged</h2><p>Legion LegalTech Corp acknowledges that the order was triggered because of concerns that users could jailbreak models into reviewing software code and identifying vulnerabilities, but the startup argues this is a common capability of all frontier models and doesn't just affect Anthropic's models.</p><p>The company says it had contractual access to Anthropic's Fable 5 model, and was actively integrating it into its products that draft and manage cases. Because the company employs Canadian developers working remotely from Canada, it lost access to the model once restrictions took effect.</p><p>"Anthropic took no independent action to restrict Legion’s access; it complied with the government’s command under threat of enforcement consequences," the lawsuit reads.</p><p>The lawsuit argues that no current export control classifications cover access to cloud-hosted AI models. It also references an independent reviewer, who sees the government's action as disproportionate and "way out of line."</p><p>Anthropic <a href="https://www.anthropic.com/news/claude-fable-5-mythos-5" target="_blank">announced</a> the frontier models on June 9. By June 12, it had released a <a href="https://www.anthropic.com/news/fable-mythos-access" target="_blank">statement</a> in response to the government directive, criticizing the government for "not provid[ing] specific details of its national security concern."</p><p>"We are complying with the government’s legal directive and are removing access to Fable 5 and Mythos 5 for all users."</p><figure class="van-image-figure pull-right inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:676px;"><p class="vanilla-image-block" style="padding-top:31.51%;"><img id="diM9tpwF2Lz85R8q85CT78" name="tr-g_news" alt="Google logo on a black background next to text reading 'Click to follow TechRadar'" src="https://cdn.mos.cms.futurecdn.net/diM9tpwF2Lz85R8q85CT78.jpg" mos="" align="right" fullscreen="" width="676" height="213" attribution="" endorsement="" class="pull-rightinline"></p></div></div></figure> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/pro/way-out-of-line-the-us-government-is-being-sued-for-executive-order-restricting-foreign-access-to-project-glasswing</link>
                                                                            <description>
                            <![CDATA[ US government order caused Anthropic to pull Fable 5 and Mythos 5 for all users amid security concerns. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">m5n3JDBiLvZaYCZhBENMG8</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/BnRBWco2bXVJajjdUuW7CY-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 24 Jun 2026 13:50:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Pro]]></category>
                                                    <category><![CDATA[Claude]]></category>
                                                    <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                                                                                    <dc:creator><![CDATA[ Craig Hale ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/GV8qRsHBkpSAQxiYKjTt6H.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/BnRBWco2bXVJajjdUuW7CY-1280-80.jpg">
                                                            <media:credit><![CDATA[Anthropic]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Fable 5, from Anthropic]]></media:description>                                                            <media:text><![CDATA[Fable 5, from Anthropic]]></media:text>
                                <media:title type="plain"><![CDATA[Fable 5, from Anthropic]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/BnRBWco2bXVJajjdUuW7CY-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <ul><li><strong>US government ordered Anthropic to pull frontier models for foreign nationals</strong></li><li><strong>Legal AI startup claims it had contractual access to those models</strong></li><li><strong>Anthropic doesn't agree with the White House – but complies</strong></li></ul><p>Legal AI startup Legion LegalTech Corp has filed a lawsuit challenging a June 12 government order that forced Anthropic to restrict access to its most advanced AI models, Fable 5 and Mythos 5, for foreign citizens (via <a href="https://www.reuters.com/legal/litigation/legal-tech-firm-sues-us-over-order-limiting-foreign-access-top-tier-anthropic-2026-06-23/" target="_blank"><em>Reuters</em></a>).</p><p>According to the complain, the Bureau of Industry and Security (BIS) gave Anthropic around 90 minutes to comply with the order, or face civil and criminal penalties.</p><p>All foreign nationals, including those living inside and outside of the US, and even Anthropic's own employees, are said to be affected by the order.</p><h2 id="government-order-to-ban-anthropic-models-internationally-legally-challenged">Government order to ban Anthropic models internationally legally challenged</h2><p>Legion LegalTech Corp acknowledges that the order was triggered because of concerns that users could jailbreak models into reviewing software code and identifying vulnerabilities, but the startup argues this is a common capability of all frontier models and doesn't just affect Anthropic's models.</p><p>The company says it had contractual access to Anthropic's Fable 5 model, and was actively integrating it into its products that draft and manage cases. Because the company employs Canadian developers working remotely from Canada, it lost access to the model once restrictions took effect.</p><p>"Anthropic took no independent action to restrict Legion’s access; it complied with the government’s command under threat of enforcement consequences," the lawsuit reads.</p><p>The lawsuit argues that no current export control classifications cover access to cloud-hosted AI models. It also references an independent reviewer, who sees the government's action as disproportionate and "way out of line."</p><p>Anthropic <a href="https://www.anthropic.com/news/claude-fable-5-mythos-5" target="_blank">announced</a> the frontier models on June 9. By June 12, it had released a <a href="https://www.anthropic.com/news/fable-mythos-access" target="_blank">statement</a> in response to the government directive, criticizing the government for "not provid[ing] specific details of its national security concern."</p><p>"We are complying with the government’s legal directive and are removing access to Fable 5 and Mythos 5 for all users."</p><figure class="van-image-figure pull-right inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:676px;"><p class="vanilla-image-block" style="padding-top:31.51%;"><img id="diM9tpwF2Lz85R8q85CT78" name="tr-g_news" alt="Google logo on a black background next to text reading 'Click to follow TechRadar'" src="https://cdn.mos.cms.futurecdn.net/diM9tpwF2Lz85R8q85CT78.jpg" mos="" align="right" fullscreen="" width="676" height="213" attribution="" endorsement="" class="pull-rightinline"></p></div></div></figure>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Claude was down for many —Anthropic says the outage is now 'resolved' ]]></title>
                                                                                                <dc:content><![CDATA[ <div class="live-content"><p>The increasingly popular AI assistant Claude was down for thousands of users today, but Anthropic says it's now "resolved" the issue.</p><p>The problems started at around 10.02am ET / 3.02pm BST, when a spike in reports appeared on <a href="https://downdetector.com/status/claude-ai/" target="_blank">Downdetector</a>. Those reports hit a peak of 7,119 in the US at 10.13am ET / 3.13pm BST, but are now back down to baseline levels.</p><p>The <a href="https://status.claude.com/" target="_blank">Claude Status</a> page confirmed an "elevated error rate" across models, but confirmed that the isses had been resolved at 12.44pm ET / 5.44pm BST. Here's how Claude's latest outage played out...</p><div style="min-height: 250px;">                                <div class="kwizly-quiz kwizly-Oqv3nX"></div>                            </div>                            <script src="https://kwizly.com/embed/Oqv3nX.js" async></script></div><div class="live-content"><time datetime="2026-06-23T14:39:45+00:00">June 23, 2026 – 10:39 AM</time><h2 id="lots-of-red-is-never-a-good-sign">Lots of red is never a good sign</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:895px;"><p class="vanilla-image-block" style="padding-top:56.20%;"><img id="KdDNkzQK6DL7hTjW5j9MU7" name="Claudedown-1" alt="The Claude Status page showing an outage" src="https://cdn.mos.cms.futurecdn.net/KdDNkzQK6DL7hTjW5j9MU7.jpg" mos="" align="middle" fullscreen="" width="895" height="503" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Anthropic)</span></figcaption></figure><p>This is the current situation on Anthropic's Status Page for Claude — there's good and bad news.</p><p>While there are indeed "elevated error rates" across "multiple models" on Claude, as I've also experienced, it seems the company has already got a fix in the pipeline.</p><p>Let's hope that means it gets resolved as quickly as the last outage we saw on June 2...</p></div><div class="live-content"><time datetime="2026-06-23T14:45:24+00:00">June 23, 2026 – 10:45 AM</time><h2 id="problems-across-all-models">Problems across all models</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="V5BJiukYfDdRSY924rgczY" name="Claudedown-2" alt="A laptop screen showing a Claude outage" src="https://cdn.mos.cms.futurecdn.net/V5BJiukYfDdRSY924rgczY.jpg" mos="" align="middle" fullscreen="" width="2000" height="1125" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Anthropic / Future)</span></figcaption></figure><p>Today's Claude issues aren't restricted to just one model unfortunately — we're seeing issues across all models, and on both paid and free accounts.</p><p>Right now, Claude is either "contemplating" its answers indefinitely or telling us "this model isn't available right now". According to Downdetector, the issue is also affecting both the chat interface and Claude Code.</p></div><div class="live-content"><time datetime="2026-06-23T14:52:13+00:00">June 23, 2026 – 10:52 AM</time><h2 id="is-the-fix-working">Is the fix working?</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1600px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="GuErP3cxajAmYbpLjNKHLY" name="Claudedown-3" alt="A Downdetector graph showing a Claude outage" src="https://cdn.mos.cms.futurecdn.net/GuErP3cxajAmYbpLjNKHLY.jpg" mos="" align="middle" fullscreen="" width="1600" height="900" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Downdetector)</span></figcaption></figure><p>It's early days, but today's reported Claude issues have just taken a small dip on <a href="https://downdetector.com/status/claude-ai/" target="_blank">Downdetector</a> — they're still high at over 6,000 in the US at the time of writing, but that's down from a high of 7,119 just over half an hour ago.</p><p>Hopefully, that's the work of Anthropic's engineers, with the latest post in Claude's Status page stating that "the issue has been identified and a fix is being implemented".</p><p>It still isn't working for me, but the signs are promising that it'll spring back into life soon...</p></div><div class="live-content"><time datetime="2026-06-23T14:57:32+00:00">June 23, 2026 – 10:57 AM</time><h2 id="this-looks-more-worrying">This looks more worrying</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1453px;"><p class="vanilla-image-block" style="padding-top:56.23%;"><img id="sktM6yBSx7XGzggyCHxZkQ" name="Claudedown-4" alt="A graph from Anthropic showing a Claude outage" src="https://cdn.mos.cms.futurecdn.net/sktM6yBSx7XGzggyCHxZkQ.jpg" mos="" align="middle" fullscreen="" width="1453" height="817" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Anthropic)</span></figcaption></figure><p>While reports of Claude issues on Downdetector have dropped slightly in the last half an hour,  they're still very high — and Anthropic's status page (above) is showing a "major outage" across all of its platforms, except Claude for Government.</p><p>That means Claude's chat interface, Claude Code, Claude Cowork and its API are all having issues right now, which makes this is a pretty broad outage affecting many.</p></div><div class="live-content"><time datetime="2026-06-23T15:07:10+00:00">June 23, 2026 – 11:07 AM</time><h2 id="seeking-solace-in-memes">Seeking solace in memes</h2><figure><blockquote class="reddit-card"  ><a href="https://www.reddit.com/r/ClaudeAI/comments/1udiy08/some_claude_models_are_down_and_i_hope_you_arent">Some Claude models are down, and I hope you aren’t too</a><figcaption><cite> from <a href="https://www.reddit.com/r/ClaudeAI">r/ClaudeAI</a></cite></figcaption></blockquote></figure><script async src="//embed.redditmedia.com/widgets/platform.js" charset="UTF-8"></script><p>As the Claude issues continue for many, Reddit is responding the only way it knows how — with comforting memes.</p><p>The could be promising news on the horizon, though — Anthropic's latest post on the Claude Status page (at 10.53am ET / 3.53pm BST) says that "a fix has been implemented and we are monitoring the results".</p><p>That often means a swift improvement, but can also be a false dawn, so I'm keeping a close eye on my account in the hope that it'll be the former.</p></div><div class="live-content"><time datetime="2026-06-23T15:15:22+00:00">June 23, 2026 – 11:15 AM</time><h2 id="we-re-well-over-the-hour-mark">We're well over the hour mark</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1600px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="fi6HZwi5NA9YkNX59JE3ii" name="Claudedown-6" alt="A Downdetector graph showing a Claude outage" src="https://cdn.mos.cms.futurecdn.net/fi6HZwi5NA9YkNX59JE3ii.jpg" mos="" align="middle" fullscreen="" width="1600" height="900" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Downdetector)</span></figcaption></figure><p>Claude is still very much down for me and thousands of others — and it's now well over an hour since the problems started at around 10.53am ET / 2.53pm BST.</p><p>The latest from <a href="https://status.claude.com/" target="_blank">Anthropic's status page</a> is still that "a fix has been implemented and we are monitoring the results'. So far that hasn't been reflected in the numbers, but in theory we should see an improvement pretty soon.</p></div><div class="live-content"><time datetime="2026-06-23T15:25:18+00:00">June 23, 2026 – 11:25 AM</time><h2 id="bigger-than-the-last-outage">Bigger than the last outage</h2><p>We don't have to look back too far for the last significant Claude outage — that was just three weeks ago on June 2. But this one is definitely bigger.</p><p>Those previous issues were related to its latest Opus 4.6 model, but this outage is across all models and all Claude platforms — except for those fortunate to be on Claude for Government.</p><p>I don't know about you, but this feels like a good opportunity to check out the latest <a href="https://www.techradar.com/news/live/best-expert-picked-prime-day-deals-2026">Prime Day deals in the US </a>and <a href="https://www.techradar.com/news/live/im-finding-you-all-of-the-best-prime-day-deals-at-amazon-uk-up-to-50-percent-off-kindles-appliances-laptops-smart-home-tech-and-more">UK's best Prime Day deals</a>, too. Forgive me the plug, but a cut-price Ninja Slushi is looking very tempting right now while I wait for Claude to reboot...</p></div><div class="live-content"><time datetime="2026-06-23T15:36:32+00:00">June 23, 2026 – 11:36 AM</time><h2 id="claude-is-still-struggling-for-many">Claude is still struggling for many</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="EttaZCz5os4VQAxVFedBLK" name="Claudedown-8" alt="A laptop screen showing Claude during an outage" src="https://cdn.mos.cms.futurecdn.net/EttaZCz5os4VQAxVFedBLK.jpg" mos="" align="middle" fullscreen="" width="2000" height="1125" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Anthropic)</span></figcaption></figure><p>While the number of reported Claude issues on Downdetector is dropping — in the US, they're now at about the half the peak from an hour ago — thousands are still struggling to get it working, including many of us at TechRadar.</p><p>For me, there are some signs of life — rather than completely blanking my prompt or giving me a "this model isn't available right now" error message, Claude is now 'thinking' when I ask it something. </p><p>But that thinking time still ultimately goes nowhere, which suggests Anthropic's fix still isn't fully working — and the company indeed says that it's still "continuing to monitor for any further issues".</p></div><div class="live-content"><time datetime="2026-06-23T15:56:21+00:00">June 23, 2026 – 11:56 AM</time><h2 id="claude-is-on-the-mend">Claude is on the mend</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1600px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="WjMVgEtFH6pgW8ZkgrpfAZ" name="Claudedown-9" alt="A Downdetector graph showing reported Claude issues" src="https://cdn.mos.cms.futurecdn.net/WjMVgEtFH6pgW8ZkgrpfAZ.jpg" mos="" align="middle" fullscreen="" width="1600" height="900" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Downdetector)</span></figcaption></figure><p>I'm starting to feel like one of the last people who still has Claude issues, as Downdetector is showing a significant drop in reported issues — and it's now back for many others here at TechRadar.</p><p>That fix that Anthropic pushed out almost exactly an hour ago is seemingly doing the trick. And just as a I type, Claude has sprung back into life for me, albeit with a slight delay in its responses. It looks like this one's almost over, folks...</p></div><div class="live-content"><time datetime="2026-06-23T19:48:59+00:00">June 23, 2026 – 3:48 PM</time><h2 id="the-outage-is-officially-resolved">The outage is officially "resolved"</h2><p>Anthropic has <a href="https://status.claude.com/" target="_blank">now confirmed</a> that today's Claude outage has been "resolved". There was no official explanation given for the "increased error rates" — read, massive wobble — seen around the world. But after two Claude outages this month, let's hope it's the last one we see for a while.</p></div> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/news/live/claude-down-june-23-2026</link>
                                                                            <description>
                            <![CDATA[ Claude was down for many users around the world today, but Anthropic says it's "resolved" the issue. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">c6NgW7GTYbVwwk9bbBaBai</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/9YhV9JTvHHHB3MMDhxYpoj-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 23 Jun 2026 14:36:15 +0000</pubDate>                                                                                                                                <updated>Tue, 23 Jun 2026 19:49:00 +0000</updated>
                                                                                                                                            <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                                                                <author><![CDATA[ mark.wilson@futurenet.com (Mark Wilson) ]]></author>                    <dc:creator><![CDATA[ Mark Wilson ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/hiSfWHffhY5csLv7eyzrXL.jpeg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Mark is TechRadar&#039;s Senior news editor and has been a technology journalist since 2004, back when people used the word &#039;gadgets&#039; and the world&#039;s most desirable phones were made by Sony Ericsson. He&#039;s so old that his first published feature was a &#039;next big thing?&#039; article about Blu-Ray. Mark started life in the print world as Reviews Editor then Features Editor on Stuff, which was the world&#039;s biggest-selling tech magazine. He then moved into the online world, becoming Acting Editor on Stuff.tv before leaving to focus on his main tech love of cameras and photography.&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;After spending two years as Cameras Editor for Trusted Reviews, Mark became TechRadar&#039;s Cameras Editor in 2019, before moving on to news in early 2023. During his lengthy time in tech journalism, Mark has also been a regular contributor to The Sunday Times, Robb Report and Arena. Back in his early days, he also won The Daily Telegraph&#039;s &#039;Young Sportswriter of the Year&#039; (2003) and was nominated for the PTC&#039;s &#039;Most Promising Student Journalist&#039;. Although given that was 20 years ago, it&#039;s surely time to stop dining out on it.&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Outside of work, Mark is a keen cyclist, Liverpool FC fan and music lover who&#039;s going through a mid-life crisis of listening to electronic music that sounds suspiciously like shoegaze. He also buys synths and grooveboxes that he has no time to play and very little idea how to use, but enjoys their flashing lights and laudable commitment to physical buttons.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/9YhV9JTvHHHB3MMDhxYpoj-1280-80.jpg">
                                                            <media:credit><![CDATA[Anthropic]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Mobile phone displaying a Claude login screen.]]></media:description>                                                            <media:text><![CDATA[Mobile phone displaying a Claude login screen.]]></media:text>
                                <media:title type="plain"><![CDATA[Mobile phone displaying a Claude login screen.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/9YhV9JTvHHHB3MMDhxYpoj-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <div class="live-content"><p>The increasingly popular AI assistant Claude was down for thousands of users today, but Anthropic says it's now "resolved" the issue.</p><p>The problems started at around 10.02am ET / 3.02pm BST, when a spike in reports appeared on <a href="https://downdetector.com/status/claude-ai/" target="_blank">Downdetector</a>. Those reports hit a peak of 7,119 in the US at 10.13am ET / 3.13pm BST, but are now back down to baseline levels.</p><p>The <a href="https://status.claude.com/" target="_blank">Claude Status</a> page confirmed an "elevated error rate" across models, but confirmed that the isses had been resolved at 12.44pm ET / 5.44pm BST. Here's how Claude's latest outage played out...</p><div style="min-height: 250px;">                                <div class="kwizly-quiz kwizly-Oqv3nX"></div>                            </div>                            <script src="https://kwizly.com/embed/Oqv3nX.js" async></script></div><div class="live-content"><time datetime="2026-06-23T14:39:45+00:00">June 23, 2026 – 10:39 AM</time><h2 id="lots-of-red-is-never-a-good-sign">Lots of red is never a good sign</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:895px;"><p class="vanilla-image-block" style="padding-top:56.20%;"><img id="KdDNkzQK6DL7hTjW5j9MU7" name="Claudedown-1" alt="The Claude Status page showing an outage" src="https://cdn.mos.cms.futurecdn.net/KdDNkzQK6DL7hTjW5j9MU7.jpg" mos="" align="middle" fullscreen="" width="895" height="503" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Anthropic)</span></figcaption></figure><p>This is the current situation on Anthropic's Status Page for Claude — there's good and bad news.</p><p>While there are indeed "elevated error rates" across "multiple models" on Claude, as I've also experienced, it seems the company has already got a fix in the pipeline.</p><p>Let's hope that means it gets resolved as quickly as the last outage we saw on June 2...</p></div><div class="live-content"><time datetime="2026-06-23T14:45:24+00:00">June 23, 2026 – 10:45 AM</time><h2 id="problems-across-all-models">Problems across all models</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="V5BJiukYfDdRSY924rgczY" name="Claudedown-2" alt="A laptop screen showing a Claude outage" src="https://cdn.mos.cms.futurecdn.net/V5BJiukYfDdRSY924rgczY.jpg" mos="" align="middle" fullscreen="" width="2000" height="1125" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Anthropic / Future)</span></figcaption></figure><p>Today's Claude issues aren't restricted to just one model unfortunately — we're seeing issues across all models, and on both paid and free accounts.</p><p>Right now, Claude is either "contemplating" its answers indefinitely or telling us "this model isn't available right now". According to Downdetector, the issue is also affecting both the chat interface and Claude Code.</p></div><div class="live-content"><time datetime="2026-06-23T14:52:13+00:00">June 23, 2026 – 10:52 AM</time><h2 id="is-the-fix-working">Is the fix working?</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1600px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="GuErP3cxajAmYbpLjNKHLY" name="Claudedown-3" alt="A Downdetector graph showing a Claude outage" src="https://cdn.mos.cms.futurecdn.net/GuErP3cxajAmYbpLjNKHLY.jpg" mos="" align="middle" fullscreen="" width="1600" height="900" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Downdetector)</span></figcaption></figure><p>It's early days, but today's reported Claude issues have just taken a small dip on <a href="https://downdetector.com/status/claude-ai/" target="_blank">Downdetector</a> — they're still high at over 6,000 in the US at the time of writing, but that's down from a high of 7,119 just over half an hour ago.</p><p>Hopefully, that's the work of Anthropic's engineers, with the latest post in Claude's Status page stating that "the issue has been identified and a fix is being implemented".</p><p>It still isn't working for me, but the signs are promising that it'll spring back into life soon...</p></div><div class="live-content"><time datetime="2026-06-23T14:57:32+00:00">June 23, 2026 – 10:57 AM</time><h2 id="this-looks-more-worrying">This looks more worrying</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1453px;"><p class="vanilla-image-block" style="padding-top:56.23%;"><img id="sktM6yBSx7XGzggyCHxZkQ" name="Claudedown-4" alt="A graph from Anthropic showing a Claude outage" src="https://cdn.mos.cms.futurecdn.net/sktM6yBSx7XGzggyCHxZkQ.jpg" mos="" align="middle" fullscreen="" width="1453" height="817" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Anthropic)</span></figcaption></figure><p>While reports of Claude issues on Downdetector have dropped slightly in the last half an hour,  they're still very high — and Anthropic's status page (above) is showing a "major outage" across all of its platforms, except Claude for Government.</p><p>That means Claude's chat interface, Claude Code, Claude Cowork and its API are all having issues right now, which makes this is a pretty broad outage affecting many.</p></div><div class="live-content"><time datetime="2026-06-23T15:07:10+00:00">June 23, 2026 – 11:07 AM</time><h2 id="seeking-solace-in-memes">Seeking solace in memes</h2><figure><blockquote class="reddit-card"  ><a href="https://www.reddit.com/r/ClaudeAI/comments/1udiy08/some_claude_models_are_down_and_i_hope_you_arent">Some Claude models are down, and I hope you aren’t too</a><figcaption><cite> from <a href="https://www.reddit.com/r/ClaudeAI">r/ClaudeAI</a></cite></figcaption></blockquote></figure><script async src="//embed.redditmedia.com/widgets/platform.js" charset="UTF-8"></script><p>As the Claude issues continue for many, Reddit is responding the only way it knows how — with comforting memes.</p><p>The could be promising news on the horizon, though — Anthropic's latest post on the Claude Status page (at 10.53am ET / 3.53pm BST) says that "a fix has been implemented and we are monitoring the results".</p><p>That often means a swift improvement, but can also be a false dawn, so I'm keeping a close eye on my account in the hope that it'll be the former.</p></div><div class="live-content"><time datetime="2026-06-23T15:15:22+00:00">June 23, 2026 – 11:15 AM</time><h2 id="we-re-well-over-the-hour-mark">We're well over the hour mark</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1600px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="fi6HZwi5NA9YkNX59JE3ii" name="Claudedown-6" alt="A Downdetector graph showing a Claude outage" src="https://cdn.mos.cms.futurecdn.net/fi6HZwi5NA9YkNX59JE3ii.jpg" mos="" align="middle" fullscreen="" width="1600" height="900" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Downdetector)</span></figcaption></figure><p>Claude is still very much down for me and thousands of others — and it's now well over an hour since the problems started at around 10.53am ET / 2.53pm BST.</p><p>The latest from <a href="https://status.claude.com/" target="_blank">Anthropic's status page</a> is still that "a fix has been implemented and we are monitoring the results'. So far that hasn't been reflected in the numbers, but in theory we should see an improvement pretty soon.</p></div><div class="live-content"><time datetime="2026-06-23T15:25:18+00:00">June 23, 2026 – 11:25 AM</time><h2 id="bigger-than-the-last-outage">Bigger than the last outage</h2><p>We don't have to look back too far for the last significant Claude outage — that was just three weeks ago on June 2. But this one is definitely bigger.</p><p>Those previous issues were related to its latest Opus 4.6 model, but this outage is across all models and all Claude platforms — except for those fortunate to be on Claude for Government.</p><p>I don't know about you, but this feels like a good opportunity to check out the latest <a href="https://www.techradar.com/news/live/best-expert-picked-prime-day-deals-2026">Prime Day deals in the US </a>and <a href="https://www.techradar.com/news/live/im-finding-you-all-of-the-best-prime-day-deals-at-amazon-uk-up-to-50-percent-off-kindles-appliances-laptops-smart-home-tech-and-more">UK's best Prime Day deals</a>, too. Forgive me the plug, but a cut-price Ninja Slushi is looking very tempting right now while I wait for Claude to reboot...</p></div><div class="live-content"><time datetime="2026-06-23T15:36:32+00:00">June 23, 2026 – 11:36 AM</time><h2 id="claude-is-still-struggling-for-many">Claude is still struggling for many</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="EttaZCz5os4VQAxVFedBLK" name="Claudedown-8" alt="A laptop screen showing Claude during an outage" src="https://cdn.mos.cms.futurecdn.net/EttaZCz5os4VQAxVFedBLK.jpg" mos="" align="middle" fullscreen="" width="2000" height="1125" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Anthropic)</span></figcaption></figure><p>While the number of reported Claude issues on Downdetector is dropping — in the US, they're now at about the half the peak from an hour ago — thousands are still struggling to get it working, including many of us at TechRadar.</p><p>For me, there are some signs of life — rather than completely blanking my prompt or giving me a "this model isn't available right now" error message, Claude is now 'thinking' when I ask it something. </p><p>But that thinking time still ultimately goes nowhere, which suggests Anthropic's fix still isn't fully working — and the company indeed says that it's still "continuing to monitor for any further issues".</p></div><div class="live-content"><time datetime="2026-06-23T15:56:21+00:00">June 23, 2026 – 11:56 AM</time><h2 id="claude-is-on-the-mend">Claude is on the mend</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1600px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="WjMVgEtFH6pgW8ZkgrpfAZ" name="Claudedown-9" alt="A Downdetector graph showing reported Claude issues" src="https://cdn.mos.cms.futurecdn.net/WjMVgEtFH6pgW8ZkgrpfAZ.jpg" mos="" align="middle" fullscreen="" width="1600" height="900" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Downdetector)</span></figcaption></figure><p>I'm starting to feel like one of the last people who still has Claude issues, as Downdetector is showing a significant drop in reported issues — and it's now back for many others here at TechRadar.</p><p>That fix that Anthropic pushed out almost exactly an hour ago is seemingly doing the trick. And just as a I type, Claude has sprung back into life for me, albeit with a slight delay in its responses. It looks like this one's almost over, folks...</p></div><div class="live-content"><time datetime="2026-06-23T19:48:59+00:00">June 23, 2026 – 3:48 PM</time><h2 id="the-outage-is-officially-resolved">The outage is officially "resolved"</h2><p>Anthropic has <a href="https://status.claude.com/" target="_blank">now confirmed</a> that today's Claude outage has been "resolved". There was no official explanation given for the "increased error rates" — read, massive wobble — seen around the world. But after two Claude outages this month, let's hope it's the last one we see for a while.</p></div>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ 'Entirely automating everything is not the future we want': OpenAI CEO Sam Altman lays out his company's vision as it opens a 'third phase' and looks to build technology "to benefit everyone" ]]></title>
                                                                                                <dc:content><![CDATA[ <ul><li><strong>OpenAI's Sam Altman and chief scientist Jakub Pachocki list future goals for the AI giant</strong></li><li><strong>The world economy is now beginning to shape around AI and are committed to delivering tools that people would use</strong></li><li><strong>The note also reaffirmed OpenAI's commitment to AGI with a caveat: ensuring it benefits all of humanity</strong></li></ul><p>With modern AI solutions moving well beyond simple chatbots to agents and projected to evolve into operators, one could assume that the automation of everything is an eventual goal.</p><p>This, however, has been denied by OpenAI CEO Sam Altman and chief scientist Jakub Pachocki, who said the goal of the artificial intelligence research and deployment company is not to automate everything but to allow people to make better decisions as AI improves their lives.</p><p>In a note titled <a href="https://openai.com/index/built-to-benefit-everyone-our-plan/" target="_blank">'Built to benefit everyone'</a> that marked a break from OpenAI's AI model capability pushes of late, two of the most important people in the AI ecosystem penned an unusually values-forward document that outlined their future plans for AI.</p><h2 id="ai-for-everyone-equally">AI for everyone equally?</h2><p>The note highlighted three major focuses for OpenAI:</p><p>- Building an automated AI researcher</p><p>- Accelerating the economy</p><p>- Giving everyone on Earth a personal AGI</p><p>OpenAI estimates that by March 2028, a significant portion of its research will be conducted by AI systems, in addition to its own researchers. This will help them to traverse a 'post-AGI world'.</p><p>This, combined with the focus on giving everyone an AGI, is an interesting outlook because it assumes that everyone agrees on what AGI would look like. The definition is not set in stone and can vary from person to person and also at an organizational level. </p><p>OpenAI's statement also provides clues about what an AGI would be like, with an "automated AI researcher" who both provides a path to AGI and is an important cog in the wheel.</p><p>OpenAI's narrative about AI benefiting everyone worldwide is not a new one, but its focus on equality is an interesting one, especially given the timing: OpenAI's note popped up exactly the same day it <a href="https://www.reuters.com/technology/openai-files-us-ipo-after-anthropic-ai-giants-head-public-markets-2026-06-08/" target="_blank">filed confidential paperwork for its IPO</a>, making it perhaps read more as PR than it would otherwise be perceived.</p><p>OpenAI's latest models are state-of-the-art, but many feel Anthropic's <a href="https://www.techradar.com/ai-platforms-assistants/claude/after-a-potential-jailbreak-anthropic-is-shutting-off-access-to-its-mythos-5-and-fable-5-models-under-national-security-orders-from-the-us-government" target="_blank">now-banned Fable</a> pushes frontier models even further than what GPT currently offers in multiple segments. Training new models is increasingly capital-intensive even as new capabilities are introduced, tested, and refined over time.</p><p>OpenAI also has something of an image problem after <a href="https://en.wikipedia.org/wiki/Anthropic%E2%80%93United_States_Department_of_Defense_dispute" target="_blank">it stepped in</a> to replace Anthropic's Claude and Mythos-class solutions for the US military earlier this year, a move the latter company maintains was necessary because the restrictions it insisted on for the use of its AI were important.</p><p>When OpenAI stepped in to replace Anthropic on classified networks, it was widely perceived as willing to look past those restrictions to some degree, even though Sam Altman insists that the same two principles (no domestic mass surveillance and use of force permitted only by humans) would apply, with many critics pointing to a 'softer' approach on the matter by OpenAI to fill the void that comes with lucrative military contracts in the future.</p><p>The note, therefore, does read like a checklist for the future, but also paints OpenAI as a more magnanimous organization before its IPO, and that might be the primary intention here, but it does fail to weigh in on <a href="https://www.techradar.com/pro/many-new-ai-data-centers-will-be-built-on-us-drought-hit-areas-raising-questions-over-water-and-power-supply" target="_blank">growing power consumption concerns</a>, even as one could also consider it a reply or acknowledgment to a <a href="https://www.anthropic.com/institute/recursive-self-improvement" target="_blank">similar note by Anthropic</a> about recursive self-improvement where its AI solutions effectively already act as an AI researcher for the company.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/pro/entirely-automating-everything-is-not-the-future-we-want-openai-ceo-sam-altman-lays-out-his-companys-vision-as-it-opens-a-third-phase-and-looks-to-build-technology-to-benefit-everyone</link>
                                                                            <description>
                            <![CDATA[ OpenAI publishes manifesto that likens the advent of AI to electricity in the 1920s, as it talks about a "third phase". ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">dUhYzuqYEfDzpARdUZt3YV</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/JxoEQAoM7Qi38LDcnMCHA7-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sat, 20 Jun 2026 01:05:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Pro]]></category>
                                                    <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                                                                <author><![CDATA[ Rahimnoorali11@gmail.com (Rahim Amir) ]]></author>                    <dc:creator><![CDATA[ Rahim Amir ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/9xKZFBamtEZKSChRvywbPB.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Rahim Amir is a UAE-based tech writer who enjoys building PCs as much as he enjoys writing about them. He has been professionally writing about PC hardware since 2023, focusing on buyer’s guides, hardware reviews, and sponsored content and features related to tech.&lt;br&gt;&lt;br&gt;Having built hundreds of gaming PCs and being an avid gamer in his spare time, Rahim tends to have stronger opinions about hardware than most. This is particularly on display when he gets his way with powerful, but minimalistic RGB builds even as Small Form Factor (SFF) PCs come a close second.&lt;br&gt;&lt;br&gt;In addition to his contributions to TechRadar, Rahim’s work has also been featured on Game Rant and financial news websites.&lt;br&gt;&lt;br&gt;When he’s not working, you can find him playing DotA with friends or schmoozing to take the world over in Civilization. Alternatively, you can find him binging through the entirety of the Lord of The Rings universe with extended editions in play where applicable.&lt;br&gt;&lt;br&gt;You can currently catch Rahim grinding Path of Exile 2, complaining about his (extremely low) unique loot drop rate, or actively participating in one of the numerous (and heated) debates centered around Tolkien&#039;s universe on multiple forums daily.&lt;br&gt;&lt;br&gt;If you have a PC build or a Satisfactory playthrough in progress, he is likely to have some advice to send your way, especially regarding verticality being key for the latter. For the former, Rahim enjoys all aspects of the process including researching the components he will eventually use, benchmarking the latest and greatest hardware he can get his hands on, and somewhat surprisingly, cable management once he gets his latest build to POST.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/JxoEQAoM7Qi38LDcnMCHA7-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images / Bloomberg]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Sam Altman, chief executive officer of OpenAI Inc., speaks during BlackRock&#039;s 2026 Infrastructure Summit in Washington, DC, US, on Wednesday, March 11, 2026. ]]></media:description>                                                            <media:text><![CDATA[Sam Altman, chief executive officer of OpenAI Inc., speaks during BlackRock&#039;s 2026 Infrastructure Summit in Washington, DC, US, on Wednesday, March 11, 2026. ]]></media:text>
                                <media:title type="plain"><![CDATA[Sam Altman, chief executive officer of OpenAI Inc., speaks during BlackRock&#039;s 2026 Infrastructure Summit in Washington, DC, US, on Wednesday, March 11, 2026. ]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/JxoEQAoM7Qi38LDcnMCHA7-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <ul><li><strong>OpenAI's Sam Altman and chief scientist Jakub Pachocki list future goals for the AI giant</strong></li><li><strong>The world economy is now beginning to shape around AI and are committed to delivering tools that people would use</strong></li><li><strong>The note also reaffirmed OpenAI's commitment to AGI with a caveat: ensuring it benefits all of humanity</strong></li></ul><p>With modern AI solutions moving well beyond simple chatbots to agents and projected to evolve into operators, one could assume that the automation of everything is an eventual goal.</p><p>This, however, has been denied by OpenAI CEO Sam Altman and chief scientist Jakub Pachocki, who said the goal of the artificial intelligence research and deployment company is not to automate everything but to allow people to make better decisions as AI improves their lives.</p><p>In a note titled <a href="https://openai.com/index/built-to-benefit-everyone-our-plan/" target="_blank">'Built to benefit everyone'</a> that marked a break from OpenAI's AI model capability pushes of late, two of the most important people in the AI ecosystem penned an unusually values-forward document that outlined their future plans for AI.</p><h2 id="ai-for-everyone-equally">AI for everyone equally?</h2><p>The note highlighted three major focuses for OpenAI:</p><p>- Building an automated AI researcher</p><p>- Accelerating the economy</p><p>- Giving everyone on Earth a personal AGI</p><p>OpenAI estimates that by March 2028, a significant portion of its research will be conducted by AI systems, in addition to its own researchers. This will help them to traverse a 'post-AGI world'.</p><p>This, combined with the focus on giving everyone an AGI, is an interesting outlook because it assumes that everyone agrees on what AGI would look like. The definition is not set in stone and can vary from person to person and also at an organizational level. </p><p>OpenAI's statement also provides clues about what an AGI would be like, with an "automated AI researcher" who both provides a path to AGI and is an important cog in the wheel.</p><p>OpenAI's narrative about AI benefiting everyone worldwide is not a new one, but its focus on equality is an interesting one, especially given the timing: OpenAI's note popped up exactly the same day it <a href="https://www.reuters.com/technology/openai-files-us-ipo-after-anthropic-ai-giants-head-public-markets-2026-06-08/" target="_blank">filed confidential paperwork for its IPO</a>, making it perhaps read more as PR than it would otherwise be perceived.</p><p>OpenAI's latest models are state-of-the-art, but many feel Anthropic's <a href="https://www.techradar.com/ai-platforms-assistants/claude/after-a-potential-jailbreak-anthropic-is-shutting-off-access-to-its-mythos-5-and-fable-5-models-under-national-security-orders-from-the-us-government" target="_blank">now-banned Fable</a> pushes frontier models even further than what GPT currently offers in multiple segments. Training new models is increasingly capital-intensive even as new capabilities are introduced, tested, and refined over time.</p><p>OpenAI also has something of an image problem after <a href="https://en.wikipedia.org/wiki/Anthropic%E2%80%93United_States_Department_of_Defense_dispute" target="_blank">it stepped in</a> to replace Anthropic's Claude and Mythos-class solutions for the US military earlier this year, a move the latter company maintains was necessary because the restrictions it insisted on for the use of its AI were important.</p><p>When OpenAI stepped in to replace Anthropic on classified networks, it was widely perceived as willing to look past those restrictions to some degree, even though Sam Altman insists that the same two principles (no domestic mass surveillance and use of force permitted only by humans) would apply, with many critics pointing to a 'softer' approach on the matter by OpenAI to fill the void that comes with lucrative military contracts in the future.</p><p>The note, therefore, does read like a checklist for the future, but also paints OpenAI as a more magnanimous organization before its IPO, and that might be the primary intention here, but it does fail to weigh in on <a href="https://www.techradar.com/pro/many-new-ai-data-centers-will-be-built-on-us-drought-hit-areas-raising-questions-over-water-and-power-supply" target="_blank">growing power consumption concerns</a>, even as one could also consider it a reply or acknowledgment to a <a href="https://www.anthropic.com/institute/recursive-self-improvement" target="_blank">similar note by Anthropic</a> about recursive self-improvement where its AI solutions effectively already act as an AI researcher for the company.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ 'This marks a sophisticated evolution': Experts warn Claude feature hijacked by hackers to launch major malware campaign ]]></title>
                                                                                                <dc:content><![CDATA[ <ul><li><strong>Trend Micro found criminals abusing Claude’s “Shared Chats” feature to spread infostealers via ClickFix and malvertising</strong></li><li><strong>Fake Apple Support chats on claude.ai, promoted through Google Ads, tricked macOS developers into pasting malicious commands</strong></li><li><strong>Anthropic banned the accounts and disabled malicious conversations, promising further abuse mitigations</strong></li></ul><p>Security researchers Trend Micro have detected criminals abusing a legitimate feature in Claude AI to trick software developers into downloading malware. The campaign also includes malvertising, as well as the tried-and-true ClickFix method.</p><p>The goal of the campaign is to infect software developers - primarily those building AI tools on macOS environment - with <a href="https://www.techradar.com/best/best-malware-removal" target="_blank">infostealers</a>. </p><p>Targets from Russian-speaking countries are spared, it seems, while the majority of the victims are located in Taiwan (30% of all traffic). This country is followed by Japan, Singapore, and the US.</p><h2 id="scam-accounts-banned">Scam accounts banned</h2><p>At the center of the attack is a feature called “Shared Claude Chats”, which allows users to create clickable links of previous conversations they’ve had with the AI. These chats can then be shared with other people via a public URL. Crooks created conversations showing fake Apple Support instructing the user how to install Claude Code (a command-line coding assistant). </p><p>However, the instructions are nothing but the standard ClickFix scam - they tell the user to bring up the Terminal and paste a command, which triggers a chain reaction resulting in an infostealer infection.</p><p>The second step is to advertise these URLs to the right target audience, which was being done via Google Ads. The miscreants were able to buy ads on Google’s network and set them up so that anyone searching for “Claude Code on Mac” (or similar keywords) would be shown these URLs as the first result.</p><p>Since the sites are hosted on the claude.ai domain, there was nothing seemingly suspicious about the links.</p><p>Trend Micro is not the first company to warn about this campaign. In mid-May this year, security researcher Berk Albayrak <a href="https://www.techradar.com/pro/security/mac-users-beware-scammers-are-hijacking-claude-chats-and-google-ads-to-push-malware" target="_blank">posted a new warning</a> on LinkedIn, detailing almost an identical campaign. Same approach, same targets and most importantly - same exclusions.</p><p>The researchers are saying Anthropic investigated and banned the accounts responsible and disabled the malicious shared conversations. The AI company is allegedly “implementing additional abuse mitigations”.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techradar.com/pro/security/this-marks-a-sophisticated-evolution-experts-warn-claude-feature-hijacked-by-hackers-to-launch-major-malware-campaign</link>
                                                                            <description>
                            <![CDATA[ Shared Chats is being abused to lend legitimacy to ClickFix campaigns targeting software developers. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">Qrgfr6SnCzHKpxsFgY9adW</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/UjSNcAZ5SebctebKAMQNVF-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 18 Jun 2026 18:40:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Security]]></category>
                                                    <category><![CDATA[Cyber Security]]></category>
                                                    <category><![CDATA[Computing Security]]></category>
                                                    <category><![CDATA[Pro]]></category>
                                                    <category><![CDATA[Computing]]></category>
                                                                                                                    <dc:creator><![CDATA[ Sead Fadilpašić ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/UjSNcAZ5SebctebKAMQNVF-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Cybersecurity ensures data protection on internet. Data encryption, firewall, encrypted network, VPN, secure access and authentication defend against malware, hacking, cyber crime and digital threat]]></media:description>                                                            <media:text><![CDATA[Cybersecurity ensures data protection on internet. Data encryption, firewall, encrypted network, VPN, secure access and authentication defend against malware, hacking, cyber crime and digital threat]]></media:text>
                                <media:title type="plain"><![CDATA[Cybersecurity ensures data protection on internet. Data encryption, firewall, encrypted network, VPN, secure access and authentication defend against malware, hacking, cyber crime and digital threat]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/UjSNcAZ5SebctebKAMQNVF-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <ul><li><strong>Trend Micro found criminals abusing Claude’s “Shared Chats” feature to spread infostealers via ClickFix and malvertising</strong></li><li><strong>Fake Apple Support chats on claude.ai, promoted through Google Ads, tricked macOS developers into pasting malicious commands</strong></li><li><strong>Anthropic banned the accounts and disabled malicious conversations, promising further abuse mitigations</strong></li></ul><p>Security researchers Trend Micro have detected criminals abusing a legitimate feature in Claude AI to trick software developers into downloading malware. The campaign also includes malvertising, as well as the tried-and-true ClickFix method.</p><p>The goal of the campaign is to infect software developers - primarily those building AI tools on macOS environment - with <a href="https://www.techradar.com/best/best-malware-removal" target="_blank">infostealers</a>. </p><p>Targets from Russian-speaking countries are spared, it seems, while the majority of the victims are located in Taiwan (30% of all traffic). This country is followed by Japan, Singapore, and the US.</p><h2 id="scam-accounts-banned">Scam accounts banned</h2><p>At the center of the attack is a feature called “Shared Claude Chats”, which allows users to create clickable links of previous conversations they’ve had with the AI. These chats can then be shared with other people via a public URL. Crooks created conversations showing fake Apple Support instructing the user how to install Claude Code (a command-line coding assistant). </p><p>However, the instructions are nothing but the standard ClickFix scam - they tell the user to bring up the Terminal and paste a command, which triggers a chain reaction resulting in an infostealer infection.</p><p>The second step is to advertise these URLs to the right target audience, which was being done via Google Ads. The miscreants were able to buy ads on Google’s network and set them up so that anyone searching for “Claude Code on Mac” (or similar keywords) would be shown these URLs as the first result.</p><p>Since the sites are hosted on the claude.ai domain, there was nothing seemingly suspicious about the links.</p><p>Trend Micro is not the first company to warn about this campaign. In mid-May this year, security researcher Berk Albayrak <a href="https://www.techradar.com/pro/security/mac-users-beware-scammers-are-hijacking-claude-chats-and-google-ads-to-push-malware" target="_blank">posted a new warning</a> on LinkedIn, detailing almost an identical campaign. Same approach, same targets and most importantly - same exclusions.</p><p>The researchers are saying Anthropic investigated and banned the accounts responsible and disabled the malicious shared conversations. The AI company is allegedly “implementing additional abuse mitigations”.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
            </channel>
</rss>