<?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 href="https://www.tomshardware.com/feeds.xml" rel="self" type="application/rss+xml" />
                            <title><![CDATA[ Latest from Tom's Hardware ]]></title>
                <link>https://www.tomshardware.com/feeds.xml</link>
        <description><![CDATA[ All the latest content from the Tom's Hardware team ]]></description>
                                    <lastBuildDate>Mon, 20 Jul 2026 19:35:42 +0000</lastBuildDate>
                            <language>en</language>
                                <item>
                                                            <title><![CDATA[ The enduring paradox of the AI economy — models get better and more efficient, yet costs can still easily spiral out of control ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/artificial-intelligence/the-enduring-paradox-of-the-ai-economy-models-get-better-and-more-efficient-yet-costs-can-still-easily-spiral-out-of-control</link>
                                                                            <description>
                            <![CDATA[ Token amplification creates a paradox in the AI economy, as more capable models beget more complicated tasks. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">GhqvoQ64jTFeTmQAxeacZJ</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/NRH4tQ2AcTYcjJCunasFF6-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 20 Jul 2026 19:35:42 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Artificial Intelligence]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                <author><![CDATA[ editors@tomshardware.com (Bruno Ferreira) ]]></author>                    <dc:creator><![CDATA[ Bruno Ferreira ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/ZQiPPaXaAuQ4VrVEYnnR7G.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Bruno Ferreira&#039;s journey kicked off with the venerable ZX Spectrum, a cassette player, and his hopes and dreams. He quickly realized he had more fun figuring out how computers work than he did actually using the things. Kicking off a developer career with C and Assembly before moving to scripting languages, he&#039;s worn many hats, including both database architect and systems administration. As a teen, Bruno co-founded a web development outfit where he was for 17 years before moving on to spend nearly a decade at The Tech Report as a writer, editor, and (of course) developer. In this decade, he&#039;s been at Asus, MLCommons, and HotHardware, among others. When not fiddling with computers and games, his love for music and production sends him off to live shows and festivals. Occasionally, he pretends he can play the guitar and bass.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>true</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/NRH4tQ2AcTYcjJCunasFF6-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Bots manipulating a graph]]></media:description>                                                            <media:text><![CDATA[Bots manipulating a graph]]></media:text>
                                <media:title type="plain"><![CDATA[Bots manipulating a graph]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/NRH4tQ2AcTYcjJCunasFF6-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Much has been written regarding the questionable economics of the AI space, but most of the discussion revolves around high-level concepts like market shares, datacenter investments, and power expenditure. The general expectation of technology is that it gets cheaper as it improves, but the AI space has a rather peculiar problem: Usage costs are actually soaring even as models get better, as detailed <a href="https://venturebeat.com/orchestration/deepseek-cut-prices-75-the-100x-problem-remains">in a write-up at VentureBeat</a>.</p><p>With all the advancements in models over the last two years, having a bot that answers questions of simple-to-moderate difficulty is now old news, as they all do that with reasonable accuracy. Agentic workloads are where the real potential is at, letting bots loose on multi-stage, repeatable tasks that would previously take a human days, if not weeks, to perform. Grant a bot access to your billing system, some Excel spreadsheets, and your CRM, and ask it something like "who are my profitable customers by category and what are their trends" becomes child's play.</p><p>While it's trivial for you to ask that question and get a fairly accurate answer back in a couple minutes, behind the scenes there is a <em>lot</em> of processing going on, and far more than you'd expect. AI computing time is measured in tokens — a short question and answer might take somewhere between 200 to 2,000 tokens, and one that requires the models to do some internet research might be around 1,000 to 4,000. An agentic task, though, can easily spend <em>millions</em> of tokens on a seemingly innocuous request. How? Token amplification, a recently coined term.</p><p>In a simplified manner, because a model has no memory or cognition, every time you ask it another question in a conversation, it will re-load and process the entire exchange — everything you wrote, everything the bot replied with, and every file you uploaded. That means that additional questions in a long conversation progressively get more costly. Each question in a conversation might only need 500 tokens by itself, but reprocessing all the previous information adds up, so the second one might spend 600, and so on and so forth. The conversation as a whole uses up the cumulative number of all individual interactions, and as an added penalty: Response speed also tends to get slower as chats drag on.</p><p>The aforementioned task of generating a report will have to be run in stages, say three for looking up Excel sheets, four for the CRM, perhaps a half-dozen web searches for contextual information about products, and a good dozen intermediary processing and calculation steps. Each step tacks on potentially several thousands of tokens, and by the end of it, you may be looking at millions of tokens cumulatively spent for all the steps combined.</p><p>Costs, then, can spiral out of control very quickly — and that's assuming a best-case scenario where all of the data is easy to interpret, the model won't need any retries, and you're using a moderately powerful model rather than something like Claude Opus.</p><p>In financial terms, this means that one innocent question might spend 280,000 tokens and cost $1, with ballpark estimates at current prices. That may not sound like much, but it was <em>just one task.</em> If you have this scheduled to run every 15 minutes for a dashboard, then suddenly this costs $96 <em>per day</em>, or $2,880 in a month. And that task example was fairly simple; a tricky multi-stage report might need millions of tokens, turning that $1 into, say, $10, or a grand total of $28,800. For the one report, for a limited number of users, in one department of a corporation.</p><p>That's the key reason why Anthropic, Microsoft, OpenAI, and almost every other player moved their major offerings to usage-based billing back in April, and severely limited token spends in fixed-rate plans. This generated <a href="https://www.tomshardware.com/tech-industry/artificial-intelligence/github-copilot-customers-suffer-from-sticker-shock-as-microsoft-switches-to-usage-based-pricing-customers-report-up-to-100-fold-price-hikes">many sticker shock events</a>, as developers around the globe found out how much their vibe coding actually cost and were left in a daze. </p><p>In a large company using many AI agents, such costs can become prohibitive and oftentimes costlier than standard-issue human employees. Firms like Uber, Microsoft, Amazon, and Walmart, among many others, have responded by curbing AI spend. Token expenditure is suddenly an issue for both financial and engineering departments, as cost control becomes paramount. As <a href="https://venturebeat.com/orchestration/deepseek-cut-prices-75-the-100x-problem-remains">VentureBeat succinctly puts it</a>, for agent-heavy companies, "a prompt redesign is a margin event," and more illustratively, "a poorly bound agent loop is an outage with a credit card attached." </p><p>Although most AI outfits still offer fixed monthly pricing plans, they often come with harsh token limits. As is often the case with most fixed-pricing services, however, the most capable bot-wranglers will also inevitably be the ones burning through the most tokens, not just due to their intensive usage <em>per se</em>, but because the type of tasks they will perform will be precisely the ones hardest hit by token amplification.</p><p>This throws a wrench in the usual financial model of the casual users easily offsetting the cost of the small percentage of professionals — the pros' usage can take a serious bite off monthly profits, or chew through them entirely. </p><p>The AI companies aren't sitting still, and getting the per-token cost down is likely to be the primary task for most of their engineering teams, at this point. Prompt caching, model routing, batch processing, semantic caching, and context window management are among many technical measures that can massively cut down on token spend, each of those netting a two-digit percentage drop.</p><p>And yet, costs keep soaring for the simple reason that the smarter the models get, and the more adept people become at using them, the more complex and long-running the agentic tasks will become, adding multiple orders of magnitude to token counts.</p><p>For the time being, it looks like a losing race, despite recent advancements like Deepseek V4 Pro and V4 Flash <a href="https://venturebeat.com/infrastructure/how-deepseeks-radical-architecture-is-shattering-silicon-valleys-token-moat">deeply undercutting</a> comparable Western models at up to a reported 17x for the former and 25x for the latter. Out of the major Western players, only Anthropic has predicted its first profitable quarter, though much like anyone else, it's still in the hole for many a billion for cumulative spend. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Taiwan indicts ex-TSMC manager for allegedly stealing chip secrets for China — first case of its kind links managers to Chinese semiconductor materials analysis company ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/taiwan-inducts-ex-tsmc-manager-for-allegedly-stealing-chip-secrets-for-china</link>
                                                                            <description>
                            <![CDATA[ Taiwanese prosecutors indicted a former TSMC deputy manager on Monday for allegedly copying 21 confidential documents. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">syyQTRbd3ha8zWwAsn5eA</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/p2QqhVFP7dTRWfeVBCYBYV-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 20 Jul 2026 18:13:21 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Tech Industry]]></category>
                                                                                                                    <dc:creator><![CDATA[ Luke James ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/C4FAi2KzwaGLUrBqzX5aBM.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Luke is a freelance technology journalist who has been covering hardware and semiconductors since 2020. He began his career at All About Circuits and has since contributed to EE Power and Laptop Mag. Luke has a particular interest in semiconductors, microelectronics, and the industry shifts that shape the devices we use every day. Above all, he loves making complex technology accessible to experts and enthusiasts alike. Luke&#039;s interest in hardcore computing can be traced back to his university studies, when he responsibly spent his very first student loan payment on a custom-built gaming rig equipped with a GTX 780 Ti. &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/p2QqhVFP7dTRWfeVBCYBYV-1280-80.jpg">
                                                            <media:credit><![CDATA[tsmc]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[tsmc]]></media:description>                                                            <media:text><![CDATA[tsmc]]></media:text>
                                <media:title type="plain"><![CDATA[tsmc]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/p2QqhVFP7dTRWfeVBCYBYV-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Taiwanese prosecutors indicted a former TSMC deputy manager on Monday for allegedly copying 21 confidential documents, some covering technologies Taiwan designates as national core technologies, intending to use them in China. Prosecutors are seeking a sentence of up to seven years for the man, surnamed Chen, who has been detained since late May, and describe the indictment as the first under Taiwan's National Security Act to involve an alleged attempt to leak the island's most sensitive chip technologies to China.</p><p>However, that alleged transfer never happened. TSMC's internal monitoring systems flagged irregularities, with the company reportedly recovering every improperly copied document after its own investigation, according to the prosecutors' office. A High Prosecutors' Office spokesperson told <a href="https://asia.nikkei.com/business/technology/taiwan-alleges-ex-tsmc-staff-stole-chip-secrets-to-sell-to-china" target="_blank"><em>Nikkei Asia</em></a> that despite the failed attempt, the case "remains highly significant" as the first of its kind.</p><p>Prosecutors found Chen while investigating a separate Chinese espionage case centered on a Hong Kong national named Ding Xiaohu, Taiwan's Central News Agency reported. Investigators allege Ding was acting on instructions from the Nanning station of the Chinese Communist Party's Central Military Commission Political Work Department, entering Taiwan repeatedly to recruit agents and collect intelligence on the island's critical technologies, and that he recruited Chen through an intermediary surnamed Huang. Ding died earlier this year and was never charged.</p><p>Chen and Ding allegedly worked together between May 2023 and February 2024 to set up CSMAC, a semiconductor materials analysis company in China. Chen drafted several proposals for the venture, including one called the "Blue Ocean Plan" that aimed to recruit workers from Taiwan's chip industry to join CSMAC, and took the copied TSMC documents home to study for use in China, prosecutors said.</p><p>The state-directed recruitment allegation separates this case from the trade secrets disputes TSMC has fought over the past year, which involved employees allegedly taking confidential data to other chip industry employers.</p><p>Taiwan's National Security Act, in force since 2022, makes it a crime to copy, use, or disclose trade secrets tied to designated national core technologies, a list that includes chipmaking processes more advanced than 14nm. Prosecutors brought the first charges under the law last August, when<a href="https://www.tomshardware.com/tech-industry/semiconductors/two-former-tsmc-employees-arrested"> three current and former TSMC employees were arrested</a> over an alleged attempt to leak 2nm process data. That case grew to ensnare<a href="https://www.tomshardware.com/tech-industry/taiwan-hits-japanese-firm-with-indictment-in-tsmc-data-theft-saga-tokyo-electron-charged-with-failing-to-prevent-its-staff-from-stealing-trade-secrets"> Tokyo Electron's Taiwanese unit</a>, which prosecutors charged with failing to prevent the theft.</p><p>TSMC is also pursuing a civil case against Wei-Jen Lo, the former R&D executive<a href="https://www.tomshardware.com/tech-industry/semiconductors/tsmc-sues-former-executive-over-defection-to-intel-says-its-highly-likely-he-stole-trade-secrets-chipmaker-claims-wei-jen-lo-broke-non-disclosure"> who joined Intel last year</a>, with Taiwanese authorities running a parallel national security inquiry into his departure. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ New plugin unlocks granular VRAM temperature tracking on Nvidia RTX 50-series GPUs — community cracks open Blackwell's forbidden telemetry sensors ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/pc-components/gpus/new-plugin-unlocks-granular-vram-temperature-tracking-on-nvidia-rtx-50-series-gpus-community-cracks-open-blackwells-forbidden-telemetry-sensors</link>
                                                                            <description>
                            <![CDATA[ Modders have discovered a method to monitor every single memory module on Nvidia's GeForce RTX 50-series (codenamed Blackwell) graphics cards. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">e3eZexmaqENsNQvyK4AnKZ</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/4cAm78WQJjTMLP3mhFEZ45-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 20 Jul 2026 17:48:35 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[GPUs]]></category>
                                                    <category><![CDATA[PC Components]]></category>
                                                                                                                    <dc:creator><![CDATA[ Zhiye Liu ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/HhmwL5w9ggUtLCPfqGjTi4.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Zhiye&#039;s passion for computer hardware ignited in his pre-teen years, thanks to a learning moment in which a power connection mishap set his Pentium P54CS system on fire and inadvertently short-circuited his entire home. Over the years, Zhiye&#039;s curiosity evolved into a relentless pursuit of deeper knowledge of computer hardware. A regular kid tinkering with something beyond his comprehension eventually became a power user for one of the world&#039;s top computer hardware brands. His quest to understand the inner workings of computer hardware has led him to become a writer at Tom&#039;s Hardware. When Zhiye isn&#039;t covering the latest processor, graphics card, or putting SSDs through their paces, you&#039;ll often find him overclocking RAM to the rhythm of the latest trance hits.&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/4cAm78WQJjTMLP3mhFEZ45-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[GeForce RTX 5090]]></media:description>                                                            <media:text><![CDATA[GeForce RTX 5090]]></media:text>
                                <media:title type="plain"><![CDATA[GeForce RTX 5090]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/4cAm78WQJjTMLP3mhFEZ45-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>It is now possible to monitor every thermal aspect of Nvidia’s <a href="https://www.tomshardware.com/pc-components/gpus/nvidia-blackwell-rtx-50-series-gpus-everything-we-know">GeForce RTX 50-series</a> (codenamed Blackwell) products, renowned for being some of the <a href="https://www.tomshardware.com/reviews/best-gpus,4380.html">best graphics cards</a> you can buy. Thanks to the efforts of Overclock.net (OCN) member <a href="https://www.overclock.net/posts/29600766/">asder00</a>, users can now monitor the temperatures for each memory module on Blackwell graphics cards in addition to the recently <a href="https://www.tomshardware.com/pc-components/gpus/hotspot-temperature-sensor-on-nvidias-blackwell-gaming-gpus-is-still-accessible-if-you-have-access-to-nvidias-internal-mods-tool-nvidia-rtx-5070-ti-caught-throttling-at-107-c-over-poor-tim-application">exposed hotspot sensor</a>.</p><div  class="fancy-box"><div class="fancy_box-title">Go deeper with TH Premium: GPUs</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="Wh9EZgD8NG9yUioNNgPB3d" name="ASUS RTX 5080 Noctua Edition - Continuing the legacy of acoustic excellence 6-26 screenshot" caption="" alt="Asus RTX 5080 Noctua Edition" src="https://cdn.mos.cms.futurecdn.net/Wh9EZgD8NG9yUioNNgPB3d.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: Noctua)</span></figcaption></figure><p class="fancy-box__body-text"><ul><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/pc-components/gpus/desktop-gpu-roadmap-nvidia-rubin-amd-udna-and-intel-xe3-celestial?utm_source=edit-links&utm_medium=boxout&utm_term=gpu" target="_blank">Desktop Roadmap</a></li><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/tech-industry/semiconductors/nvidia-enterprise-roadmap-rubin-rubin-ultra-feynman-and-silicon-photonics?utm_source=edit-links&utm_medium=boxout&utm_term=gpu" target="_blank">Enterprise Roadmap</a></li><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/pc-components/gpus/nvidias-vera-rubin-platform-in-depth-inside-nvidias-most-complex-ai-and-hpc-platform-to-date?utm_source=edit-links&utm_medium=boxout&utm_term=gpu" target="_blank">Rubin in-depth</a></li><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/pc-components/cooling/the-stout-owl-how-i-built-the-ultimate-noctua-g2-pc?utm_source=edit-links&utm_medium=boxout&utm_term=gpu" target="_blank">The Stout Owl: The ultimate Noctua G2 PC</a></li></ul></p></div></div><p>Nvidia grants direct access to the company's graphics cards and drivers through Nvidia API (NVAPI). Game and software developers employ NVAPI for a range of advanced features. Developers of monitoring tools, specifically, leverage NVAPI to retrieve real-time thermal sensor data so users can keep a close eye on their graphics card's conditions.</p><p>While there is a world of information through NVAPI, there are certain sensor readings that Nvidia intentionally kept hidden from developers. Yet, Nvidia's safeguards have not stopped resourceful enthusiasts from discovering creative workarounds to tap into the previously inaccessible sensors. Skilled modders recently managed to gain access to the hotspot sensor, which was only available on internal Nvidia tools like MODS, and now collaboration within the community has enabled individual memory module monitoring.</p><p>The new plugin, aptly named Hotspot.dll, is specifically for MSI Afterburner. It exists because MSI Afterburner is software from MSI, an Nvidia partner, so it cannot legally poll sensor data not officially made available through NVAPI. Nevertheless, third-party software solutions such as AIDA64 and HWiNFO are not bound by the same partner agreements and will likely add the functionality for individual memory module monitoring the same way they previously adopted support for the hotspot sensor. The latest beta version (v8.51-6304) of HWiNFO already has the function and had no issues reporting the temperature of all 16 of the GDDR7 memory modules inside our GeForce RTX 5090.</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:933px;"><p class="vanilla-image-block" style="padding-top:56.27%;"><img id="oauCFaZkkrfpiJzWNxs3tG" name="hwinfo-GDDR7-temps" alt="GeForce RTX 5090 VRAM temperatures" src="https://cdn.mos.cms.futurecdn.net/oauCFaZkkrfpiJzWNxs3tG.png" mos="" align="middle" fullscreen="" width="933" height="525" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Tom's Hardware)</span></figcaption></figure><p>While asder00 developed the plugin, it is important to highlight that it is part of a collective effort. The list of contributors to the breakthrough includes Alexey “Unwinder” Nicolaychuk, the developer behind MSI Afterburner; olealgoritme, known for his work on the open-source Linux GDDR6/GDDR6X temperature reader; Brazilian hardware modder Paulo Gomes; and Martin “Mumak” Malík, the creator of HWiNFO.</p><p>The Hotspot.dll plugin reveals the GPU hotspot temperature, die thermal channel readings, average die temperature, GPU memory junction temperature, and per-chip DRAM thermal data. It is compatible with GDDR6, GDDR6X, and GDDR7 memory modules, so it works with the entire Blackwell product stack from the <a href="https://www.tomshardware.com/pc-components/gpus/nvidia-geforce-rtx-5050-review/2">GeForce RTX 5050</a> to the <a href="https://www.tomshardware.com/pc-components/gpus/nvidia-geforce-rtx-5090-review">GeForce RTX 5090</a>. While the original focus of the development was Blackwell, it should work on previous generations of GeForce RTX graphics cards, including the <a href="https://www.tomshardware.com/features/nvidia-ada-lovelace-and-geforce-rtx-40-series-everything-we-know">GeForce RTX 40</a> (codenamed Ada Lovelace) and <a href="https://www.tomshardware.com/features/nvidia-ampere-architecture-deep-dive">GeForce RTX 30</a> (codenamed Ampere) series.</p><p>Access to these new sensor readings opens a new level of transparency and control for Nvidia graphics card owners. They will be very beneficial for those who want to fine-tune their graphics card to maximize performance or those who are diagnosing problems.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Trump administration reportedly reviving push to ban Chinese AI models following Kimi K3 launch, citing cybersecurity concerns — downloadable open weights could make an outright U.S. ban nearly impossible to enforce amid growing adoption ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/artificial-intelligence/trump-administration-reportedly-reviving-push-to-ban-chinese-ai-models-following-kimi-k3-launch-citing-cybersecurity-concerns-downloadable-open-weights-could-make-an-outright-u-s-ban-nearly-impossible-to-enforce-amid-growing-adoption</link>
                                                                            <description>
                            <![CDATA[ The U.S. may be reigniting efforts to push companies away from Chinese open-weight AI models such as Kimi and DeepSeek. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">RyGrcrZckbMnP55jafJcuQ</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/9eQkyFbdAd2x5mLjSS4njm-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 20 Jul 2026 17:39:23 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Artificial Intelligence]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                                    <dc:creator><![CDATA[ Etiido Uko ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/BBrMt7jWtSo2Dc3iKoroyD.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Etiido Uko is a mechanical engineer and senior technical writer with over nine years of experience in documentation and reporting. He is deeply passionate about all things engineering and technology, and is an expert in gadgets, manufacturing, robotics, automotive, and aerospace. His work spans content creation for industry leaders across multiple sectors, including Autodesk, Siemens, Xometry, Telus, and Coca-Cola. When he is not writing or keeping up with the latest innovations, you can find him exploring lands unknown. Check out more of his work at etiidowrites.com.&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/9eQkyFbdAd2x5mLjSS4njm-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty / Anthony Kwan]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Deepseek ]]></media:description>                                                            <media:text><![CDATA[Deepseek ]]></media:text>
                                <media:title type="plain"><![CDATA[Deepseek ]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/9eQkyFbdAd2x5mLjSS4njm-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The U.S. government may be back on track to ban leading Chinese AI models, following the release of <a href="https://www.tomshardware.com/tech-industry/artificial-intelligence/moonshot-releases-2-8-trillion-parameter-kimi-k3" target="_blank">Kimi K3</a> — a powerful AI model developed by the Chinese startup Moonshot AI —last week. According to <a href="https://www.axios.com/2026/07/20/ai-us-china-open-source-kimi">an Axios report</a> released July 20, Trump's administration is reigniting its push for a ban, citing cybersecurity concerns. Chinese models such as <a href="https://www.tomshardware.com/tag/deepseek" target="_blank">DeepSeek</a> and Kimi K3 are open-weight, meaning their trained model weights are published for public download. This gives enterprises the option to keep their data in-house by self-hosting the models on private infrastructure, while slashing inference costs — characteristics that have led to rising adoption by U.S. companies.</p><div  class="fancy-box"><div class="fancy_box-title">Go deeper with TH Premium: AI and data centers</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="Vh4nY3pMCcmra2ymXah9S7" name="Microsoft data center in Mount Pleasant, Wisconsin" caption="" alt="Microsoft data center in Mount Pleasant, Wisconsin" src="https://cdn.mos.cms.futurecdn.net/Vh4nY3pMCcmra2ymXah9S7.jpg" 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: Microsoft)</span></figcaption></figure><p class="fancy-box__body-text"><ul><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/tech-industry/photonics-and-high-speed-data-movement-is-the-next-big-ai-bottleneck-following-copper-power-dram-and-nand?utm_source=edit-links&utm_medium=boxout&utm_term=datacenter" target="_blank">Photonics and high-speed data movement is the next big AI bottleneck</a></li><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/pc-components/cooling/the-data-center-cooling-state-of-play-2025-liquid-cooling-is-on-the-rise-thermal-density-demands-skyrocket-in-ai-data-centers-and-tsmc-leads-with-direct-to-silicon-solutions?utm_source=edit-links&utm_medium=boxout&utm_term=datacenter" target="_blank">The data center cooling state of play</a></li><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/tech-industry/artificial-intelligence/massive-ai-data-center-buildouts-are-squeezing-energy-supplies-new-energy-methods-are-being-explored-as-power-demands-are-set-to-skyrocket?utm_source=edit-links&utm_medium=boxout&utm_term=datacenter" target="_blank">Massive AI data center buildouts are squeezing energy supplies</a></li><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/networking/ultra-ethernet-the-data-center-interconnection-of-tomorrow-detailed?utm_source=edit-links&utm_medium=boxout&utm_term=datacenter" target="_blank">Ultra Ethernet: The data center interconnection of tomorrow</a></li></ul></p></div></div><p>Citing several sources close to the administration, the Axios report says that the government had earlier made a series of attempts to curb growth and expansion of Chinese models in the U.S. over <a href="https://www.tomshardware.com/tech-industry/artificial-intelligence/chinese-made-deepseek-ai-model-collects-extensive-user-data-stores-it-on-china-based-servers" target="_blank">cybersecurity concerns</a>, a move critics say will stifle competition and innovation and encourage monopolies. The  U.S. Department of Commerce last year considered <a href="https://www.tomshardware.com/tech-industry/deepseek-was-set-to-be-added-to-us-entity-list-for-supporting-chinas-military-and-intelligence-operations-report-claims-white-house-holds-off-to-avoid-escalating-tensions-with-china" target="_blank">adding multiple Chinese AI labs, including DeepSeek, to its "Entity List,"</a> a trade blacklist maintained by the department’s Bureau of Industry and Security (BIS) that limits foreign companies, research institutions, governments, and individuals from purchasing sensitive American hardware, software, or technology.</p><p>U.S. officials also considered a joint National Security Agency/Office of the National Cyber Director advisory to discourage the use of Chinese AI models, and drafted an executive order holding U.S. companies liable for security breaches involving hosted Chinese models. While these measures were initially paused due to internal pushback regarding market impacts, they have been revived following the release of new Chinese open-weight models.</p><p>According to the report, critics of the potential ban — such as former White House adviser Sriram Krishnan and David Sacks, an outside White House AI adviser — say the move would negatively impact innovation, while handing a monopoly of the market to leading U.S. AI labs, OpenAI and Anthropic, which the report implies may have a hand in the push for a ban. “We are at a critical inflection point in AI policy. The leading closed labs, already a duopoly in terms of AI model revenue, want the government to eliminate their open-source competition,” wrote Sacks in an X post on Sunday.</p><p>Chinese AI models are being increasingly used by numerous American companies due to their relatively low cost and perceived matching capabilities with domestic alternatives. The open-weight nature of Chinese models such as <a href="https://www.tomshardware.com/tech-industry/artificial-intelligence/deepseek-launches-1-6-trillion-parameter-v4-on-huawei-chips-as-us-escalates-ai-theft-accusations" target="_blank">DeepSeek V4</a> and Kimi K3 — which allows companies to download the models locally and host them on private servers — is driving adoption by giving enterprises data privacy and slashing API costs compared to closed Western alternatives. Conversely, self-hosting shifts the cost of GPUs, electricity, maintenance, networking, and model operations to the company, making it generally most economical for organizations with substantial and sustained AI usage.</p><p>Chinese open-weight models price their APIs well below comparable U.S. systems, with DeepSeek-V4-Pro charging $0.87 per million output tokens, compared with $50 for Anthropic’s frontier <a href="https://www.tomshardware.com/tech-industry/artificial-intelligence/claude-fable-5-brings-mythos-to-the-masses-anthropics-next-frontier-model-is-state-of-the-art-on-nearly-all-tested-benchmarks" target="_blank">Claude Fable 5 model</a>. This aggressive undercutting has caused a massive surge in developer adoption. CEO Brian Armstrong noted that Coinbase runs models like GLM-5.2 and Kimi in production, cutting their overall AI spending nearly in half even as their actual token consumption spiked.</p><p>Despite the rising adoption, the U.S. government cites cybersecurity concerns as a reason for a ban. Now, the question of whether a ban on Chinese AI models can be practically enforced arises, as blocking open-weight technology presents a technical and regulatory hurdle. For an individual or a small company just wanting to use DeepSeek via the website or the app despite a U.S. block, a VPN works fine. However, limited app availability and payment restrictions remain effective restrictions.</p><p>For enterprises that self-host rather than use the hosted app or API, enforcement gets harder for several reasons. Unlike closed-source APIs that require data to leave a company's network by sending it to a third-party provider's servers, open-weight models exist as downloadable files mirrored across public repositories like Hugging Face and independent torrents, making them hard to fully recall once released. Once an American enterprise downloads the weights, it can run the model entirely offline inside a private, air-gapped data center, which limits U.S. regulators' ability to monitor which model is running locally.</p><p>Modifications further complicate enforcement. Companies routinely fine-tune, quantize, or distill these models, blending the Chinese base with domestic corporate data until provenance blurs and it becomes difficult to define where the foreign model ends and a new domestic one begins. Even under strict download bans, firms could host the models through subsidiaries, although that vector runs into know-your-customer rules at cloud providers and the extraterritorial reach of U.S. export controls.</p><p>However, the U.S. government may not need an outright ban. According to the Axios report, the strategy appears to be getting U.S. firms themselves to drop the models. Axios-cited government sources say that procurement rules, Entity List threats, and public pressure campaigns aimed at the companies using Chinese models may do the trick. The sources also say the government will “push to highlight potential backdoors and lack of security with Chinese models, and the governance issue that brings.”</p><p>Any ban or restrictions would be yet another event in ongoing broad trade tensions between the U.S. and China that have since extended into the AI industry. Washington had earlier placed export restrictions on critical computing hardware and equipment to China. It later eased restrictions, but Beijing now appears to be focused on <a href="https://www.tomshardware.com/tech-industry/huawei-chairman-thanks-the-us-for-supercharging-chinas-semiconductor-industry-washingtons-export-controls-encouraged-chinese-firms-to-invest-in-r-and-d-and-build-their-own-tech-stack-competing-with-american-technologies" target="_blank">developing domestic technologies</a>, while urging Chinese companies to utilize them. The Trump administration has also made known its intention for the U.S. to dominate the AI race.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Shrink your PC setup with up to 25% off on Kamrui mini-PCs — big savings on the H1 for gamers and the Hyper H2 for pros ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/desktops/mini-pcs/shrink-your-pc-setup-with-up-to-25-percent-off-on-kamrui-mini-pcs-big-savings-on-the-h1-for-gamers-and-the-hyper-h2-for-pros</link>
                                                                            <description>
                            <![CDATA[ Kamrui's H1 and Hyper H2 mini-PCs go on sale at Amazon with discounts up to 25%. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">TnQXYqrfTiUexRvTUpuV98</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/hSCa34SFdwm9dpSTLJUJxU-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 20 Jul 2026 16:32:31 +0000</pubDate>                                                                                                                                <updated>Mon, 20 Jul 2026 16:36:15 +0000</updated>
                                                                                                                                            <category><![CDATA[Mini PCs]]></category>
                                                    <category><![CDATA[Desktops]]></category>
                                                                                                                    <dc:creator><![CDATA[ Sponsored ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/8SKpvfFvJzjrZqCVWPRZ5k.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/hSCa34SFdwm9dpSTLJUJxU-1280-80.jpg">
                                                            <media:credit><![CDATA[Kamrui]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Kamrui Hyper H2]]></media:description>                                                            <media:text><![CDATA[Kamrui Hyper H2]]></media:text>
                                <media:title type="plain"><![CDATA[Kamrui Hyper H2]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/hSCa34SFdwm9dpSTLJUJxU-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The evolution of hardware has gotten to a point where tiny devices, such as mini-PCs, can offer excellent computing power in a small form factor. Kamrui, a specialist in mini-PCs, currently has the <a href="https://www.amazon.com/dp/B0GJCPK1LV">H1</a> and <a href="https://www.amazon.com/dp/B0H6X5TPC5">Hyper H2</a> for sale on Amazon. For a limited time, you can save up to 20% off these high-performance mini-PCs, which are also energy-efficient and designed to fit in even the smallest spaces.</p><ul><li><a href="https://www.amazon.com/dp/B0GJCPK1LV">Check out the Kamrui H1 deal on Amazon</a></li><li><a href="https://www.amazon.com/dp/B0H6X5TPC5">Check out the Kamrui Hyper H2 deal on Amazon</a></li></ul><p>The Kamrui H1 is a budget gaming mini-PC with a Ryzen 7 7735HS with integrated Radeon 680M graphics. The Zen 3+ chip rocks an octa-core, 16-thread configuration with a boost clock speed up to 4.75 GHz. Meanwhile, the Radeon 680M wields 12 RDNA 2 CUs that boost up to 2.2 GHz. The combination is perfect for eSports-grade titles and even some modern AAA games if you keep the resolution at 1080p (1920x1080) and use moderate to low graphics settings.</p><p>The mini-PC also has 16GB of LPDDR5-5500 memory and a 512GB PCIe 4.0 SSD. The former is not upgradeable since it is soldered, but you can expand the latter with a larger SSD if you ever need it. The H1 offers great connectivity, including Wi-Fi 6, Bluetooth 5.2, a 2.5 Gigabit Ethernet port, and speedy USB ports.</p><div class="product star-deal"><a data-dimension112="2274fa44-8232-11f1-85d6-e762d90aceb6" data-action="Star Deal Block" data-label="The H1 is a capable gaming device thanks to the Ryzen 7 7735HS, 16GB of LPDDR5-5500 memory, and a 512GB PCIe 4.0 SSD." data-dimension48="The H1 is a capable gaming device thanks to the Ryzen 7 7735HS, 16GB of LPDDR5-5500 memory, and a 512GB PCIe 4.0 SSD." data-dimension25="$399.99" href="https://www.amazon.com/dp/B0GJCPK1LV" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1500px;"><p class="vanilla-image-block" style="padding-top:56.27%;"><img id="YZonNcUfneaEi7ARfvLYBM" name="H1" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/YZonNcUfneaEi7ARfvLYBM.jpg" mos="" align="middle" fullscreen="" width="1500" height="844" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p>The H1 is a capable gaming device thanks to the Ryzen 7 7735HS, 16GB of LPDDR5-5500 memory, and a 512GB PCIe 4.0 SSD.<a class="view-deal button" href="https://www.amazon.com/dp/B0GJCPK1LV" target="_blank" rel="nofollow" data-dimension112="2274fa44-8232-11f1-85d6-e762d90aceb6" data-action="Star Deal Block" data-label="The H1 is a capable gaming device thanks to the Ryzen 7 7735HS, 16GB of LPDDR5-5500 memory, and a 512GB PCIe 4.0 SSD." data-dimension48="The H1 is a capable gaming device thanks to the Ryzen 7 7735HS, 16GB of LPDDR5-5500 memory, and a 512GB PCIe 4.0 SSD." data-dimension25="$399.99">View Deal</a></p></div><p>The Hyper H2 leverages the Core i5-14500HX, a high-performance mobile chip with 14 cores, 20 threads, and a maximum boost clock of 4.9 GHz. While it is a beefier processor than the Ryzen 7 7735HS, it lacks the integrated graphics power to run games. Therefore, the Hyper H2 is more of a productivity mini-PC than a gaming one.</p><p>Kamrui pairs the Core i5-14500HX with 16GB of SO-DIMM DDR4 memory, enabling future upgrades. The mini-PC also features a fast 512GB PCIe 4.0 SSD for storage. For connectivity, the Hyper H2 maintains the Wi-Fi 6 and Bluetooth 5.2 features found in the H1. However, it’s important to note that while the H1 includes a high-speed 2.5 Gigabit Ethernet port for wired networking, the Hyper H2 omits this feature.</p><div class="product star-deal"><a data-dimension112="b34551fe-8232-11f1-911e-370d6e7e5c6a" data-action="Star Deal Block" data-label="The Hyper H2 flaunts a Core i5-14500HX, 16GB of DDR4 memory, and a 512GB PCIe 4.0 SSD." data-dimension48="The Hyper H2 flaunts a Core i5-14500HX, 16GB of DDR4 memory, and a 512GB PCIe 4.0 SSD." data-dimension25="$499.99" href="https://www.amazon.com/dp/B0H6X5TPC5" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1500px;"><p class="vanilla-image-block" style="padding-top:100.00%;"><img id="vSjSRwNDsw2v35mwFjz28R" name="Hyper H2" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/vSjSRwNDsw2v35mwFjz28R.jpg" mos="" align="middle" fullscreen="" width="1500" height="1500" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p>The Hyper H2 flaunts a Core i5-14500HX, 16GB of DDR4 memory, and a 512GB PCIe 4.0 SSD.<a class="view-deal button" href="https://www.amazon.com/dp/B0H6X5TPC5" target="_blank" rel="nofollow" data-dimension112="b34551fe-8232-11f1-911e-370d6e7e5c6a" data-action="Star Deal Block" data-label="The Hyper H2 flaunts a Core i5-14500HX, 16GB of DDR4 memory, and a 512GB PCIe 4.0 SSD." data-dimension48="The Hyper H2 flaunts a Core i5-14500HX, 16GB of DDR4 memory, and a 512GB PCIe 4.0 SSD." data-dimension25="$499.99">View Deal</a></p></div><p>The <a href="https://www.amazon.com/dp/B0GJCPK1LV">H1</a> and <a href="https://www.amazon.com/dp/B0H6X5TPC5">Hyper H2</a> from Kamrui are great mini-PCs tailored to different needs. Right now, both models are on sale at significant discounts on Amazon. The H1 and Hyper H2 are 13% and 25% off, respectively. That means you could save up to $60 on the H1 and up to $170 on the Hyper H2. These mini-PCs offer good value and features for anyone looking for a space-saving computer.</p><p><em>If you're looking for more savings, check out our </em><a href="https://www.tomshardware.com/news/best-deals-on-tech"><em>Best PC Hardware deals</em></a><em> for a range of products, or dive deeper into our specialized </em><a href="https://www.tomshardware.com/features/best-deals-on-ssds"><em>SSD and Storage Deals,</em></a><em> </em><a href="https://www.tomshardware.com/pc-components/ssds/best-hard-drive-deals"><em>Hard Drive Deals</em></a><em>, </em><a href="https://www.tomshardware.com/news/best-computer-monitor-deals"><em>Gaming Monitor Deals</em></a><em>, </em><a href="https://www.tomshardware.com/news/best-graphics-card-deals-now"><em>Graphics Card Deals</em></a><em>, </em><a href="https://www.tomshardware.com/best-picks/best-gaming-chairs"><em>Gaming Chair</em></a><em>, </em><a href="https://www.tomshardware.com/networking/routers/best-wi-fi-routers"><em>Best Wi-Fi Routers</em></a><em>, </em><a href="https://www.tomshardware.com/pc-components/motherboards/best-motherboard-deals-2025-deals-on-intel-and-amd-motherboards"><em>Best Motherboard,</em></a><em> or </em><a href="https://www.tomshardware.com/features/best-cpu-deals"><em>CPU Deals</em></a><em> pages.</em></p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Dutch chip sector at very high risk of Chinese interference, government-funded study warns — calls for stricter vetting at sites like ASML ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/government-funded-dutch-report-rates-chip-sector-at-very-high-risk-of-chinese-interference</link>
                                                                            <description>
                            <![CDATA[ The Hague Centre for Strategic Studies has rated the Dutch semiconductor industry as being at very high risk of Chinese foreign interference. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">Z3FroJbxVHBL7btNMotPTh</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/EGXamcWxVuFiTc6pCbeE25-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 20 Jul 2026 15:04:14 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Tech Industry]]></category>
                                                                                                                    <dc:creator><![CDATA[ Luke James ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/C4FAi2KzwaGLUrBqzX5aBM.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Luke is a freelance technology journalist who has been covering hardware and semiconductors since 2020. He began his career at All About Circuits and has since contributed to EE Power and Laptop Mag. Luke has a particular interest in semiconductors, microelectronics, and the industry shifts that shape the devices we use every day. Above all, he loves making complex technology accessible to experts and enthusiasts alike. Luke&#039;s interest in hardcore computing can be traced back to his university studies, when he responsibly spent his very first student loan payment on a custom-built gaming rig equipped with a GTX 780 Ti. &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/EGXamcWxVuFiTc6pCbeE25-1280-80.jpg">
                                                            <media:credit><![CDATA[ASML]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[ASML]]></media:description>                                                            <media:text><![CDATA[ASML]]></media:text>
                                <media:title type="plain"><![CDATA[ASML]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/EGXamcWxVuFiTc6pCbeE25-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The Hague Centre for Strategic Studies has rated the Dutch semiconductor industry as being at very high risk of Chinese foreign interference in a recent report, placing it above the maritime and aerospace sectors, and citing years of espionage against ASML and NXP. Written by Benedetta Girardi and Hans Horan for the China Knowledge Network, a body funded by the Dutch Ministry of Foreign Affairs, the study calls for stricter vetting of personnel at sensitive chip sites and a public-private fund to swap out high-risk foreign hardware, including server motherboards and baseboard management controllers. Both authors expanded on the findings in interviews with <a href="https://asia.nikkei.com/politics/international-relations/china-targets-strategic-sectors-in-netherlands-report-warns-citing-asml" target="_blank"><em>Nikkei Asia</em></a> last week.</p><div  class="fancy-box"><div class="fancy_box-title">Go deeper with TH Premium: Chipmaking</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="p2QqhVFP7dTRWfeVBCYBYV" name="tsmc-semiconductor-fab-hero" caption="" alt="tsmc" src="https://cdn.mos.cms.futurecdn.net/p2QqhVFP7dTRWfeVBCYBYV.jpg" 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: tsmc)</span></figcaption></figure><p class="fancy-box__body-text"><ul><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/tech-industry/a-deeper-look-at-the-tightened-chipmaking-supply-chain-and-where-it-may-be-headed-in-2026-nobodys-scaling-up-says-analyst-as-industry-remains-conservative-on-capacity?utm_source=edit-links&utm_medium=boxout&utm_term=chipmaking" target="_blank">A deeper look at the chipmaking supply chain</a></li><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/tech-industry/tsmc-expands-investments-in-the-u-s-to-usd165-billion-with-new-fabs-and-r-and-d-center-a-closer-look?utm_source=edit-links&utm_medium=boxout&utm_term=chipmaking" target="_blank">TSMC's $165 billion U.S. investments examined</a></li><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/tech-industry/semiconductors/china-may-have-reverse-engineered-euv-lithography-tool-in-covert-lab-report-claims-employees-given-fake-ids-to-avoid-secret-project-being-detected-prototypes-expected-in-2028" target="_blank">China reportedly reverse-engineers EUV tool</a></li><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/tech-industry/semiconductors/china-bets-on-duv-as-euv-blockade-reshapes-chipmaking" target="_blank">China bets on DUV, as EUV blockade reshapes chipmaking</a></li></ul></p></div></div><p>The report sorts Beijing's methods into five categories: economic statecraft, digital and information operations, physical interference, legal pressure, and talent-based technological espionage. ASML said in 2023 that a former China-based employee <a href="https://www.tomshardware.com/news/asml-china-worker-stole-info-about-chipmaking-tools">stole data about its lithography tools</a> from an internal product lifecycle management system, one of several insider theft cases at the company stretching back to 2015, and the Dutch military intelligence service MIVD named all three sectors as Chinese espionage targets in its 2024 annual report.</p><p>China restricted rare earth exports through 2025, and ASML's complex optical systems depend on those materials. The EU holds an anti-coercion instrument designed to counter economic blackmail by non-member states, but leaders treat it as a last resort. The tool was "created with China in mind," Benedetta Girardi, program coordinator of the HCSS Europe in the Indo-Pacific program, told <em>Nikkei Asia</em>.</p><p>Dutch anti-discrimination law prohibits screening policies that target only Chinese nationals, and the standard VOG background certificate doesn't account for an applicant's conduct or connections outside the EU. The report proposes a tiered system instead, whereby companies identify their "he Hague Centre for Strategic Studies has rated the Dutch semiconductor industry as being at very high risk of Chinese foreign interferencejewels" and apply deeper screening, weighing factors such as susceptibility to blackmail or bribery, to staff with direct access, while junior hires and contractors get lighter checks.</p><p>A proposed resilience fund, built with the EU and NATO, would pay to replace equipment such as server motherboards, BMCs, and large ship-to-shore cranes with European-made equivalents. The mechanism would sit alongside Project Beethoven, the €2.5 billion Dutch government effort to expand domestic semiconductor production capacity, and would include surge funding that unlocks during crises such as sanctions escalation or major cyber campaigns.</p><p>ASML<a href="https://www.tomshardware.com/tech-industry/semiconductors/asml-denies-us-government-report-that-its-euv-chipmaking-tool-was-shipped-to-china-says-rumors-are-inaccurate-and-damaging-to-our-reputation"> denied a U.S. government concern</a> in June that one of its EUV machines had reached China in breach of export controls, telling <em>Tom's Hardware</em> the claims were baseless and harmful to its reputation. </p><p>The<a href="https://www.tomshardware.com/tech-industry/semiconductors/china-warns-the-netherlands-to-immediately-correct-its-mistakes-over-nexperia-saga-that-has-disrupted-auto-production-chip-shipments-remain-suspended-auto-industry-suffering-from-undersupply"> Nexperia dispute</a>, in which the Dutch government seized the chipmaker from its Chinese parent, and Beijing responded by blocking exports from its Guangdong site, played out while the report was being written. In a crisis such as a confrontation over Taiwan, the researchers assess that Chinese leverage over strategic industries would likely constrain Dutch policy choices and limit participation in allied responses.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Microsoft will deploy AMD’s Helios rack-scale AI accelerator ‘at scale’ on Azure – Radeon Instinct MI455X and Epyc Venice power will be available through Redmond’s cloud infrastructure ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/artificial-intelligence/microsoft-will-deploy-amds-helios-rack-scale-ai-accelerator-at-scale-on-azure-radeon-instinct-mi455x-and-epyc-venice-power-will-be-available-through-redmonds-cloud-infrastructure</link>
                                                                            <description>
                            <![CDATA[ Microsoft and AMD are teaming up to get Redmond more AI FLOPS for both internal and external use. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">MtxsG2FHCKGrPNhbcftSQm</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/KVDkgSDu7PnDSMSF4P8fX4-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 20 Jul 2026 13:05:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Artificial Intelligence]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                                    <dc:creator><![CDATA[ Jeffrey Kampman ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/8JCjGs5yVZds2YdKmzjUDE.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Jeff Kampman has been playing PC games ever since he learned how to fire up freeware CDs from the DOS command line. He started building his own PCs in the mid-aughts and later turned that passion into a career, working as a news and guides writer, reviewer, and ultimately Editor-in-Chief at The Tech Report, where he dove deep on CPUs and GPUs (and more) in pursuit of the smoothest gaming experiences around. Jeff later took on roles at Asus and Intel as a technical marketer before joining Tom&#039;s Hardware. As Senior Analyst, Graphics, Jeff covers everything from integrated graphics processors to discrete graphics cards to the massive data center GPU installations powering our AI future. Jeff is also a hobbyist photographer, Twitch streamer, espresso enthusiast, and runner.&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/KVDkgSDu7PnDSMSF4P8fX4-1280-80.jpg">
                                                            <media:credit><![CDATA[AMD]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[AMD Helios rack system.]]></media:description>                                                            <media:text><![CDATA[AMD Helios rack system.]]></media:text>
                                <media:title type="plain"><![CDATA[AMD Helios rack system.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/KVDkgSDu7PnDSMSF4P8fX4-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The demand for AI compute is already insatiable, and it seems only poised to grow in the wake of the introduction of frontier-class open models like <a href="https://www.tomshardware.com/tech-industry/artificial-intelligence/moonshot-releases-2-8-trillion-parameter-kimi-k3">Kimi K3</a> that anybody can potentially fine-tune and serve. Against this backdrop, Microsoft and AMD are teaming up to get Redmond more AI FLOPS for both internal and external use. The two companies announced this morning that Microsoft will commit to adding <a href="https://www.tomshardware.com/tech-industry/artificial-intelligence/amd-touts-instinct-mi430x-mi440x-and-mi455x-ai-accelerators-and-helios-rack-scale-ai-architecture-at-ces-full-mi400-series-family-fulfills-a-broad-range-of-infrastructure-and-customer-requirements">AMD's Helios rack-scale AI accelerator</a> in volume to run frontier-model workloads in its own data centers, as well as for Azure AI infrastructure customers and services. </p><div  class="fancy-box"><div class="fancy_box-title">Go deeper with TH Premium: AI and data centers</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="Vh4nY3pMCcmra2ymXah9S7" name="Microsoft data center in Mount Pleasant, Wisconsin" caption="" alt="Microsoft data center in Mount Pleasant, Wisconsin" src="https://cdn.mos.cms.futurecdn.net/Vh4nY3pMCcmra2ymXah9S7.jpg" 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: Microsoft)</span></figcaption></figure><p class="fancy-box__body-text"><ul><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/tech-industry/photonics-and-high-speed-data-movement-is-the-next-big-ai-bottleneck-following-copper-power-dram-and-nand?utm_source=edit-links&utm_medium=boxout&utm_term=datacenter" target="_blank">Photonics and high-speed data movement is the next big AI bottleneck</a></li><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/pc-components/cooling/the-data-center-cooling-state-of-play-2025-liquid-cooling-is-on-the-rise-thermal-density-demands-skyrocket-in-ai-data-centers-and-tsmc-leads-with-direct-to-silicon-solutions?utm_source=edit-links&utm_medium=boxout&utm_term=datacenter" target="_blank">The data center cooling state of play</a></li><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/tech-industry/artificial-intelligence/massive-ai-data-center-buildouts-are-squeezing-energy-supplies-new-energy-methods-are-being-explored-as-power-demands-are-set-to-skyrocket?utm_source=edit-links&utm_medium=boxout&utm_term=datacenter" target="_blank">Massive AI data center buildouts are squeezing energy supplies</a></li><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/networking/ultra-ethernet-the-data-center-interconnection-of-tomorrow-detailed?utm_source=edit-links&utm_medium=boxout&utm_term=datacenter" target="_blank">Ultra Ethernet: The data center interconnection of tomorrow</a></li></ul></p></div></div><p>The partnership makes next-gen AMD AI compute available to Azure customers like AI labs for AI training and inference serving workloads, and it’ll also underpin managed compute for enterprise customers looking to deploy AI workloads through Microsoft Foundry. </p><p>The two companies didn't indicate the exact size of Microsoft's Helios deployment in either watts or dollars, but the commitment would seem to be another major win for AMD as it seeks to grab data center GPU share from Nvidia. <a href="https://www.tomshardware.com/tech-industry/artificial-intelligence/amd-meta-100-billion-deal">AMD has struck massive partnerships with OpenAI and Meta</a> in the past year with gigawatts of compute installations and hundreds of billions of dollars potentially hanging in the balance. </p><p>For a quick refresher, the Helios rack-scale accelerator will take the fight to <a href="https://www.tomshardware.com/pc-components/gpus/nvidia-launches-vera-rubin-nvl72-ai-supercomputer-at-ces-promises-up-to-5x-greater-inference-performance-and-10x-lower-cost-per-token-than-blackwell-coming-2h-2026">Nvidia’s Vera Rubin NVL72 system</a> when it arrives later this year. Helios joins together 72 next-generation Instinct MI455X GPUs with an aggregate of 31.1TB of HBM4 memory capacity across the system. Those GPUs offer as much as 1.4 exaFLOPS of FP8 compute and 2.9 exaFLOPS of FP4 for AI models using those OCP AI data types. </p><p>AMD is targeting 260 TB/s of scale-up bandwidth within the rack, on par with Nvidia’s Vera Rubin NVL72 rack-scale system, and 43 TB/s of scale-out bandwidth using UALink over Ethernet, or about twice that of Vera Rubin, although the performance of UALink over Ethernet in practice remains to be seen. </p><p>Microsoft and AMD also announced that Azure will add two new VM series built on <a href="https://www.tomshardware.com/pc-components/cpus/amd-zen-6-venice-es-chips-break-cover-with-up-to-192-cores-32-per-ccd-in-early-stress-test-kenya-congo-nigeria-platforms-leaked">AMD's upcoming sixth-gen Epyc Venice CPUs</a>: the HDv2 series for "agentic AI and data pipelines," and the HXv2 for semiconductor design workflows. Microsoft will also leverage its existing deployment of AMD Pensando DPUs to integrate that hardware into its Azure Boost offerings to accelerate networking and storage processing operations. </p><p><em>Tom’s Hardware</em> will be on the ground at AMD’s Advancing AI event this week, where we expect to learn more about AMD’s AI ambitions for the second half of this year and beyond. Stay tuned for our coverage from that event. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Government can seize private land to make way for new AI data center transmission lines, report says — takeovers could be implemented using eminent domain law when private citizens refuse to sell land ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/artificial-intelligence/power-companies-can-seize-private-land-to-make-way-for-new-ai-data-center-transmission-lines-report-says-takeovers-could-be-implemented-using-eminent-domain-law-when-private-citizens-refuse-to-sell-land</link>
                                                                            <description>
                            <![CDATA[ Utilities can use eminent domain to seize private land for new transmission lines needed to power data centers, though public-use and state-law limits still apply. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">ED9zabyD9tv7LSDwSL4XX4</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/xkkppBFuofJetrTGbwEGqE-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 20 Jul 2026 13:00:47 +0000</pubDate>                                                                                                                                <updated>Mon, 20 Jul 2026 15:42:12 +0000</updated>
                                                                                                                                            <category><![CDATA[Artificial Intelligence]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                                    <dc:creator><![CDATA[ Etiido Uko ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/BBrMt7jWtSo2Dc3iKoroyD.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Etiido Uko is a mechanical engineer and senior technical writer with over nine years of experience in documentation and reporting. He is deeply passionate about all things engineering and technology, and is an expert in gadgets, manufacturing, robotics, automotive, and aerospace. His work spans content creation for industry leaders across multiple sectors, including Autodesk, Siemens, Xometry, Telus, and Coca-Cola. When he is not writing or keeping up with the latest innovations, you can find him exploring lands unknown. Check out more of his work at etiidowrites.com.&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/xkkppBFuofJetrTGbwEGqE-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty / LA Times]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Vernon data center]]></media:description>                                                            <media:text><![CDATA[Vernon data center]]></media:text>
                                <media:title type="plain"><![CDATA[Vernon data center]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/xkkppBFuofJetrTGbwEGqE-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>A <a href="https://theconversation.com/when-can-a-power-company-take-your-land-for-data-center-infrastructure-284061" target="_blank">report</a> by <em>The Conversation</em> has claimed that the government can seize private land to make way for new transmission lines needed to meet the surging electricity demand of data centers. According to the July 16 report by Aaron Walayat, Assistant Professor of Law at the University of Dayton, power companies can use eminent domain — the legal authority that grants the government the power to take private property and convert it to public use in exchange for compensation — to implement the takeovers.</p><div  class="fancy-box"><div class="fancy_box-title">Go deeper with TH Premium: AI and data centers</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="Vh4nY3pMCcmra2ymXah9S7" name="Microsoft data center in Mount Pleasant, Wisconsin" caption="" alt="Microsoft data center in Mount Pleasant, Wisconsin" src="https://cdn.mos.cms.futurecdn.net/Vh4nY3pMCcmra2ymXah9S7.jpg" 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: Microsoft)</span></figcaption></figure><p class="fancy-box__body-text"><ul><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/tech-industry/photonics-and-high-speed-data-movement-is-the-next-big-ai-bottleneck-following-copper-power-dram-and-nand?utm_source=edit-links&utm_medium=boxout&utm_term=datacenter" target="_blank">Photonics and high-speed data movement is the next big AI bottleneck</a></li><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/pc-components/cooling/the-data-center-cooling-state-of-play-2025-liquid-cooling-is-on-the-rise-thermal-density-demands-skyrocket-in-ai-data-centers-and-tsmc-leads-with-direct-to-silicon-solutions?utm_source=edit-links&utm_medium=boxout&utm_term=datacenter" target="_blank">The data center cooling state of play</a></li><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/tech-industry/artificial-intelligence/massive-ai-data-center-buildouts-are-squeezing-energy-supplies-new-energy-methods-are-being-explored-as-power-demands-are-set-to-skyrocket?utm_source=edit-links&utm_medium=boxout&utm_term=datacenter" target="_blank">Massive AI data center buildouts are squeezing energy supplies</a></li><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/networking/ultra-ethernet-the-data-center-interconnection-of-tomorrow-detailed?utm_source=edit-links&utm_medium=boxout&utm_term=datacenter" target="_blank">Ultra Ethernet: The data center interconnection of tomorrow</a></li></ul></p></div></div><p>The AI boom has led to a surge in data centers in the U.S., with thousands already operational and several more planned or under construction. While the massive superclusters are necessary for the technological revolution AI has brought about, there's growing opposition to their construction over several concerns. Among them are land use, noise pollution, water usage, and the <a href="https://www.tomshardware.com/tech-industry/ai-data-centers-trigger-massive-irreversible-76-percent-electricity-price-spike-in-largest-us-region-federal-watchdog-demands-tech-giants-pay-for-their-own-power-infrastructure" target="_blank">impact of immense electricity consumption</a>, issues that have reportedly made <a href="https://www.tomshardware.com/tech-industry/big-tech/70-percent-of-americans-oppose-data-centers-near-their-homes-now-less-popular-than-nuclear-power-plants-opposition-towards-nearby-ai-infrastructure-heating-up-as-tech-companies-ramp-up-projects-to-acquire-more-compute" target="_blank">70% of Americans opposed to building data centers nearby</a>.</p><p>In many instances, data centers draw the required electricity from the grid. As the industry enters the gigawatt era, utility companies are under pressure to increase supply to meet surging demand. This requires building new power infrastructure, such as transmission lines, which often have to cross private land. When this happens, the power companies try to buy the land. Should the owner refuse, the government can force a sale through the eminent domain law.</p><p>The law grants the government the power to take private land, regardless of the owner's consent, provided that the land is for public use and the owner receives just compensation. The government can also delegate the power to “private entities or common carriers,” such as utility companies. It is this legal authority that power companies can enact to implement the takeovers.</p><p>According to the report, the law does not automatically grant infallible authority. The company must prove that the infrastructure will be for public use. Several states also reserve the right to interpret eminent domain laws according to their own constitutions.</p><p>The report highlights another layer of legalities amid ongoing data center tensions. Opponents have successfully <a href="https://www.tomshardware.com/tech-industry/artificial-intelligence/more-than-75-data-center-build-outs-worth-usd130-billion-have-been-successfully-blocked-in-the-first-four-months-of-2026-bipartisan-opposition-mounts-nationwide-over-fears-of-soaring-power-and-water-costs" target="_blank">blocked 75 planned data center projects in the first quarter of 2026</a>, including the 2,100-acre <a href="https://www.tomshardware.com/tech-industry/artificial-intelligence/blackstone-owned-qts-abandons-planned-worlds-largest-data-center-campus-after-years-of-lawsuits-2-100-acre-virginia-digital-gateway-project-dies-over-a-newspaper-notice-technicality" target="_blank">Digital Gateway project, eventually canceled over a newspaper-notice technicality</a>. On the other hand, several other projects have gone ahead, often with community support. Meta recently announced plans to <a href="https://www.tomshardware.com/tech-industry/data-centers/meta-expands-colossal-hyperion-ai-supercluster-plans-to-5gw-pushes-louisiana-investment-past-usd50-billion-as-ai-race-accelerates-says-it-plans-to-invest-over-usd1-billion-in-local-infrastructure-improvements" target="_blank">expand its Hyperion AI supercluster from 2 GW to 5 GW</a>.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Samsung now supplying new VESA DisplayHDR True Black 1400 laptop displays — Lenovo, Asus, Dell, and MSI set to launch portables with the first 1,600 nits tandem OLED panels ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/monitors/samsung-now-supplying-new-vesa-displayhdr-true-black-1400-laptop-displays-lenovo-asus-dell-and-msi-set-to-launch-portables-with-the-first-1-600-nits-tandem-oled-panels</link>
                                                                            <description>
                            <![CDATA[ Samsung Display has announced that it is now supplying its first mass-produced VESA DisplayHDR True Black 1400 monitor panels to laptop makers including Lenovo, Asus, Dell, and MSI. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">LUbbWuoyZajK2gJXCT3PjR</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/GQsJ7AsTunkanmryXx7krM-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 20 Jul 2026 12:18:52 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Monitors]]></category>
                                                                                                                    <dc:creator><![CDATA[ Mark Tyson ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/56vqMYLDaKRHPhHZgbADFR.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Mark&#039;s enthusiasm for computers dampened at an early age by the rubber-keyed Sinclair Spectrum 48K and feelings of Commodore 64 envy. However, in the mid-80s, hope in a digital future was rekindled by the purchase of an Atari 520 STe. Since that time Mark has used a multitude of computers for fun and professional endeavors. He often owned both Macs and PCs but went cold on the former after OS9 was killed off, and warmed to the latter with the introduction of Windows XP.&lt;br&gt;
&lt;br&gt;
Early work years were spent in artwork and reprographics but in the late noughties, Mark started to blog about computers, Taiwanese food culture, and guitar design. This activity led to a full-time position writing about breaking PC tech news for HEXUS, for the best part of a decade. When HEXUS was abruptly closed, Mark helped with the foundation of Club386, before finding a new home at Tom&#039;s Hardware.&lt;br&gt;
&lt;br&gt;
When not wearing through the keycap legends on his PC keyboards, Mark can be found wandering the computer malls of Taiwan&#039;s neon-lit conurbations and enjoying local and international cuisine.&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/GQsJ7AsTunkanmryXx7krM-1280-80.jpg">
                                                            <media:credit><![CDATA[Samsung Display]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Samsung VESA DisplayHDR True Black 1400 laptop displays get new design wins]]></media:description>                                                            <media:text><![CDATA[Samsung VESA DisplayHDR True Black 1400 laptop displays get new design wins]]></media:text>
                                <media:title type="plain"><![CDATA[Samsung VESA DisplayHDR True Black 1400 laptop displays get new design wins]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/GQsJ7AsTunkanmryXx7krM-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Samsung Display has <a href="https://global.samsungdisplay.com/31473" target="_blank">announced</a> that it is now supplying its first mass-produced VESA DisplayHDR True Black 1400 monitor panels to laptop makers including Lenovo, Asus, Dell, and MSI. Get ready for the brightest and punchiest portable displays yet as these big-name laptop brands integrate Samsung’s latest tandem OLED displays into their designs. VESA only introduced <a href="https://vesa.org/homepage-article/vesa-introduces-displayhdr-true-black-1400-to-certify-next-generation-oled-displays-for-professional-hdr-content-creation/" target="_blank">this new standard</a> earlier this month, and it is notable for requiring panels with at least 40% higher brightness than the previous top tier.</p><figure role="gallery"><figure><img src="https://cdn.mos.cms.futurecdn.net/9hkLjYnR3Et9o6aSaD7PuM.jpg" alt="Samsung VESA DisplayHDR True Black 1400 laptop displays get new design wins" /><figcaption><small role="credit">Samsung Display</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/JrbUg8grV7iZBTgDygbqyM.jpg" alt="Samsung VESA DisplayHDR True Black 1400 laptop displays get new design wins" /><figcaption><small role="credit">Samsung Display</small></figcaption></figure></figure><p>The VESA DisplayHDR True Black 1400 specs are rather strenuous. Earning this certification means that your display must “reproduce black levels of 0.0005 nits or lower while achieving peak brightness of 1,400 nits at a 10% On Pixel Ratio (OPR),” notes Samsung. Peak brightness is also boosted by 40% compared to VESA’s previous highest certification level, <a href="https://www.tomshardware.com/monitors/vesa-reveals-new-performance-tiers-for-motion-clarity-and-hdr-quality-displayhdr-true-black-1000-and-clearmr-21000-certified-devices-to-start-arriving-early-next-year" target="_blank">True Black 1000</a>. In terms of actual brightness readings, Samsung’s new tandem OLEDs offer up to 1,600 nits, which is 40% higher than the 1,100-nit peak brightness of conventional OLED panels with a single emissive layer.</p><p>In case you haven’t heard of <a href="https://www.tomshardware.com/monitors/why-now-is-the-best-time-to-jump-on-the-oled-monitor-bandwagon-breaking-down-new-gen-panel-tech-and-our-top-burn-in-prevention-tips" target="_blank">tandem OLED</a> display panels, a big clue to their boosted visual performance is in the name. This display architecture stacks two organic emissive layers to improve light-emitting efficiency and achieve higher brightness. Another benefit is that the dual operation of the panels means a “tandem OLED can produce greater brightness using the same current or reduce the load on each emissive layer at the same brightness level, extending the panel’s lifespan,” notes Samsung in today’s press release. Thus, this kind of panel isn’t necessarily going to crater your laptop battery life when you only require modest brightness levels, as in a typical home/office environment, for example.</p><p>Lenovo’s <a href="https://www.tomshardware.com/laptops/lenovos-top-thinkpads-and-yogas-go-all-in-on-panther-lake-business-laptops-come-with-windows-and-linux-options" target="_blank">Yoga Pro 9i Aura Edition</a> was the first device to feature Samsung’s new tandem OLED panel. Meanwhile, devices from Asus, Dell, and MSI are going to hit retail sometime in H2 this year.</p><p>We’ve already seen tandem OLED-enhanced desktop monitors launched from brands like Alienware, <a href="https://www.tomshardware.com/monitors/gaming-monitors/gigabyte-debuts-fourth-gen-tandem-woled-and-multi-mode-mini-led-gaming-monitors-27-to-32-inches-up-to-480-hz-and-up-to-5k-resolution" target="_blank">Gigabyte</a>, and MSI. Samsung Display’s local rival, <a href="https://www.tomshardware.com/monitors/gaming-monitors/lg-ultragear-evo-gaming-monitor-lineup-announced-ahead-of-ces-2026-27-inch-5k-mini-led-39-inch-curved-tandem-oled-and-a-52-inch-5k2k-large-format-display" target="_blank">LG Display</a>, is also gearing up to compete in this premium market segment.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ 3D printing enthusiast resurrects cancelled dbrand Steam Machine Companion Cube as DIY project — project shelved due to copyright can now be made and assembled at home ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/3d-printing/3d-printing-enthusiast-resurrects-cancelled-dbrand-steam-machine-companion-cube-as-diy-project-project-shelved-due-to-copyright-can-now-be-made-and-assembled-at-home</link>
                                                                            <description>
                            <![CDATA[ A 3D printing enthusiast has resurrected dbrand's cancelled Steam Machine Companion Cube as a DIY project. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">QfjJahXDg9HbQAdWnKJ2KE</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/u7sGaPhPgPSegDqCxRsMCe-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 20 Jul 2026 11:25:46 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[3D Printing]]></category>
                                                                                                <author><![CDATA[ stephen.warwick@futurenet.com (Stephen Warwick) ]]></author>                    <dc:creator><![CDATA[ Stephen Warwick ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/uWwzwaway8BM4BERLmtuNE.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Stephen is Tom&#039;s Hardware&#039;s News Editor with almost a decade of industry experience covering technology, having worked at TechRadar, iMore, and even Apple over the years. He has covered the world of consumer tech from nearly every angle, including supply chain rumors, patents and litigation, and more. When he&#039;s not at work, he loves reading about history and playing video games.&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/u7sGaPhPgPSegDqCxRsMCe-1280-80.jpg">
                                                            <media:credit><![CDATA[Jaron / Printrables]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Steam Machine Companion Cube Case]]></media:description>                                                            <media:text><![CDATA[Steam Machine Companion Cube Case]]></media:text>
                                <media:title type="plain"><![CDATA[Steam Machine Companion Cube Case]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/u7sGaPhPgPSegDqCxRsMCe-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Mere weeks after <a href="https://www.tomshardware.com/desktops/gaming-pcs/valve-threatens-legal-action-against-dbrand-over-its-unsanctioned-portal-2-inspired-companion-cube-edgy-accessories-manufacturer-kills-product-after-asking-for-licensing-deal-admits-it-didnt-have-the-right-to-make-it">dbrand announced it would have to shelve its Steam Machine Companion Cube</a> because it didn't get permission to use Valve's intellectual property, a 3D printing enthusiast has created a DIY version that you can make for yourself at home. Printables user Jaron's <a href="https://www.printables.com/model/1784792-steam-machine-companion-cube-case" target="_blank">Steam Machine Companion Cube Case</a><em> </em>is "An unofficial Portal Companion cube case for your Steam Machine" that you can create using a single-extruder printer, if you have the right model. </p><p>According to a user post on X, the fan-made tribute to the dbrand project was made "from scratch," and is based entirely on images of dbrand's design. Ironically, whether that will incur any copyright wrath from dbrand itself remains to be seen. </p><div class="see-more see-more--clipped"><blockquote class="twitter-tweet hawk-ignore" data-lang="en"><p lang="en" dir="ltr">Very important to note this is a fan-made print made from-scratch, based entirely on images of dbrand's design.<a href="https://twitter.com/cantworkitout/status/2078952325247353066">July 19, 2026</a></p></blockquote><div class="see-more__filter"></div></div><p>As you can see, the project looks exactly like dbrand's companion cube. According to the Printables listing, it can be printed using a single-extruder printer as long as it lets you pause at specific layers to swap filament for other colors. Jaron says a slicer is required to get the multi-color look for the panels, but otherwise provides an extensive parts list of screws, inserts, and magnets you can acquire from Amazon to piece the project together. You will, of course, also need a <a href="https://www.tomshardware.com/video-games/console-gaming/valve-steam-machine-review">Steam Machine</a> for the full effect, as well as a soldering iron, tweezers, and a couple of screwdrivers. Helpfully, they even list the specific Sunlu and Overture filaments used to get the look. </p><p>At first glance, this is definitely not a beginner 3D printing project, but Jaron has provided extensive assembly instructions as well as multiple YouTube videos to detail the assembly process. As you might expect, popping a 3D-printed shell on your Steam Machine might impact thermals. Jaron says that they have not done any extensive thermal testing of the design, but has ensured that no airflow or vents are blocked. In fact, the additional vent in the faceplate may even aid cooling.  </p><p>dbrand unveiled its Companion Cube on November 12, the day of the Steam Machine's announcement. Following extensive interest, the company says it poured thousands of hours into industrial design and injection molding, as well as promoting the Companion Cube. Unfortunately, it forgot to ask Valve for permission. "They stated that the Companion Cube is Valve intellectual property, for which dbrand does not have a license," the company admitted in a statement last month. Despite appeals, the company in the end gave up and shelved the project. </p><p>Valve's Steam Machine is the company's somewhat beleaguered in-home console alternative, which finally launched last month. The diminutive desktop gaming PC is a lot pricier than Valve had anticipated, owing to the AI pricing squeeze on RAM and SSD parts. As such, at $1,049, it's decidedly more expensive than console alternatives, somewhat limiting its appeal. With a semi-custom <a href="https://www.tomshardware.com/news/amd-zen-4-ryzen-7000-release-date-specifications-pricing-benchmarks-all-we-know-specs">AMD Zen 4</a> six-core chip, RDNA3 graphics, 16GB of DDR5, and up to 2TB SSD capacity, it's pretty good value when compared to equivalent PC hardware. </p><p>If you have got your hands on one and would like a version of dbrand's Companion Cube to match, this enthusiast 3D-printed project — which Jaron says is not affiliated with Valve or Steam, nor features any official assets from any game — could be a fun way to spend a weekend. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Save $148 on an AMD Ryzen 7 9800X3D bundle with 32GB of RAM, motherboard, and liquid AIO — start your AM5 gaming build for just $1,039 ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/pc-components/save-usd148-on-an-amd-ryzen-7-9800x3d-bundle-with-32gb-of-ram-motherboard-and-liquid-aio-start-your-am5-gaming-build-for-just-usd1-039</link>
                                                                            <description>
                            <![CDATA[ Grab an AMD Ryzen 7 9800X3D, Gigabyte B850 motherboard, 32GB of Corsair Vengeance DDR5, and a CPU cooler for $1,039. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">bWibpeHdRUsnnr9GKzJB2S</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/6Uns6ECLCbULNMX949P3PU-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 20 Jul 2026 11:06:38 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[PC Components]]></category>
                                                                                                <author><![CDATA[ stephen.warwick@futurenet.com (Stephen Warwick) ]]></author>                    <dc:creator><![CDATA[ Stephen Warwick ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/uWwzwaway8BM4BERLmtuNE.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Stephen is Tom&#039;s Hardware&#039;s News Editor with almost a decade of industry experience covering technology, having worked at TechRadar, iMore, and even Apple over the years. He has covered the world of consumer tech from nearly every angle, including supply chain rumors, patents and litigation, and more. When he&#039;s not at work, he loves reading about history and playing video games.&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/6Uns6ECLCbULNMX949P3PU-1280-80.jpg">
                                                            <media:credit><![CDATA[Newegg]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[AMD bundle]]></media:description>                                                            <media:text><![CDATA[AMD bundle]]></media:text>
                                <media:title type="plain"><![CDATA[AMD bundle]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/6Uns6ECLCbULNMX949P3PU-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Building a gaming PC in 2026 is tough given the state of RAM and SSD pricing, but it's not impossible. If you want an AM5 gaming PC with the best gaming CPU on the market, look no further than this <a href="https://www.newegg.com/Product/ComboDealDetails?ItemList=Combo.4877861">AMD Ryzen 7 9800X3D bundle with 32GB of RAM, a B850 motherboard, and a 240mm AIO CPU cooler for just $1,039 at Newegg</a>. </p><ul><li><a href="https://www.newegg.com/Product/ComboDealDetails?ItemList=Combo.4877861">Check out this deal on Newegg</a></li></ul><p>That's a saving of $148 on the list price of these components at Newegg, but <em>crucially</em>, it's also more than $100 less than buying these parts separately at various retailers at their cheapest overall prices. As such, bundling these components will save you more than $100 on your gaming PC. </p><div class="product star-deal"><a data-dimension112="86e6e650-8425-11f1-a7f2-1d93f309d7bb" data-action="Star Deal Block" data-label="Grab an AMD Ryzen 7 9800X3D, Gigabyte B850 motherboard, 32GB of Corsair Vengeance DDR5, and a CPU cooler for $1,039." data-dimension48="Grab an AMD Ryzen 7 9800X3D, Gigabyte B850 motherboard, 32GB of Corsair Vengeance DDR5, and a CPU cooler for $1,039." data-dimension25="$1039.99" href="https://www.newegg.com/Product/ComboDealDetails?ItemList=Combo.4877861" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1280px;"><p class="vanilla-image-block" style="padding-top:75.00%;"><img id="qmE5BERerjfYRXTZim2JVj" name="1784543377.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/qmE5BERerjfYRXTZim2JVj.jpg" mos="" align="middle" fullscreen="" width="1280" height="960" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p>Grab an AMD Ryzen 7 9800X3D, Gigabyte B850 motherboard, 32GB of Corsair Vengeance DDR5, and a CPU cooler for $1,039. <a class="view-deal button" href="https://www.newegg.com/Product/ComboDealDetails?ItemList=Combo.4877861" target="_blank" rel="nofollow" data-dimension112="86e6e650-8425-11f1-a7f2-1d93f309d7bb" data-action="Star Deal Block" data-label="Grab an AMD Ryzen 7 9800X3D, Gigabyte B850 motherboard, 32GB of Corsair Vengeance DDR5, and a CPU cooler for $1,039." data-dimension48="Grab an AMD Ryzen 7 9800X3D, Gigabyte B850 motherboard, 32GB of Corsair Vengeance DDR5, and a CPU cooler for $1,039." data-dimension25="$1039.99">View Deal</a></p></div><p>The star of this bundle is undoubtedly the AMD Ryzen 7 9800X3D. Despite not quite being the fastest gaming CPU on the market, this behemoth retains its crown as the best CPU for gaming in 2026 thanks to its blistering overall performance and more modest power draw compared to the 9850X3D. This 8-core, 16-thread processor is clocked at 4.7 GHz, with boost clocks of up to 5.2 GHz. With its coveted 3D v-cache and 96MB of LR capacity, this processor ensures much higher frame rates compared to non-X3D models, as you can see in our gaming benchmarks below. </p><figure role="gallery"><figure><img src="https://cdn.mos.cms.futurecdn.net/ck86DgAJZmSd2VC8TuvXJJ.png" alt="Best CPUs for Gaming" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/buLzVUJhvMUqjHoPkDFWCJ.png" alt="Best CPUs for Gaming" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/VuBvEjzMNKLtxMNcgFhiKD.png" alt="Best CPU for Gaming" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure></figure><p>The CPU really needs no introduction. Alongside it, you'll get the Gigabyte B850 Aorus Elite Wi-Fi 7 Ice motherboard, which features support for up to four DDR5 8200 DIMMs and a total of 256GB of RAM. It also has a single M.2 PCIe 5.0 slot, as well as two PCIe 4.0 slots for SSD expansion. As the name suggests, it supports Wi-Fi 7, 2.5Gbps LAN, and 7.1 audio. It also has a myriad selection of ports, including USB 3.1, USB-C, and more. With 14+2+2 power staging and DIY friendly tools like EZ-Latch for M.2 and PCIe, this is a fantastic companion board to start your build, also featuring a striking white aesthetic. </p><p>The RAM in this build is Corsair's popular Vengeance 32GB 6000, the sweet spot for gaming on AM5 that will provide all the performance you need for gaming and multitasking. Unfortunately, it's the inflated prices of RAM that are driving up the cost of this build, making that $150 saving all the more important. Finally, you get a free gift: Cooler Master's Elite Liquid 240 CPU AIO. This dual-chamber pump has AM5 support and will fit the CPU no problem, keeping your CPU nice and cool during gaming and even providing some overclocking headroom. </p><p>As mentioned, this motherboard bundle is white, so perfect for an icy PC build. Of course, if you'd prefer a darker, stealthier look, <a href="https://www.newegg.com/Product/ComboDealDetails?ItemList=Combo.4877858">an identical bundle with the black version of this board can be found at Newegg for $10 more, at $1,409</a>. As you can see, the total cost of this build would be $1,187 if you bought the parts separately, even with the AIO costing just $39, and a $30 discount on the RAM. </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:1832px;"><p class="vanilla-image-block" style="padding-top:26.26%;"><img id="r6fdZPVfx3tRzGT25DZ5SZ" name="1784544142.jpg" alt="AMD bundle" src="https://cdn.mos.cms.futurecdn.net/r6fdZPVfx3tRzGT25DZ5SZ.jpg" mos="" align="middle" fullscreen="" width="1832" height="481" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Newegg)</span></figcaption></figure><p>Paired with the right GPU, this would make the perfect start for an AM5 gaming build that will chew through any gaming title at 1440p or even 4K, with the 9800X3D offering some of the best gaming potential of any CPU on the market. </p><p><em>If you're looking for more savings, check out our </em><a href="https://www.tomshardware.com/news/best-deals-on-tech"><em>Best PC Hardware deals</em></a><em> for a range of products, or dive deeper into our specialized </em><a href="https://www.tomshardware.com/features/best-deals-on-ssds"><em>SSD and Storage Deals,</em></a><em> </em><a href="https://www.tomshardware.com/pc-components/ssds/best-hard-drive-deals"><em>Hard Drive Deals</em></a><em>, </em><a href="https://www.tomshardware.com/news/best-computer-monitor-deals"><em>Gaming Monitor Deals</em></a><em>, </em><a href="https://www.tomshardware.com/news/best-graphics-card-deals-now"><em>Graphics Card Deals</em></a><em>, </em><a href="https://www.tomshardware.com/best-picks/best-gaming-chairs"><em>Gaming Chair</em></a><em>, </em><a href="https://www.tomshardware.com/networking/routers/best-wi-fi-routers"><em>Best Wi-Fi Routers</em></a><em>, </em><a href="https://www.tomshardware.com/pc-components/motherboards/best-motherboard-deals-2025-deals-on-intel-and-amd-motherboards"><em>Best Motherboard,</em></a><em> or </em><a href="https://www.tomshardware.com/features/best-cpu-deals"><em>CPU Deals</em></a><em> pages.</em></p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Logitech's G Pro X2 Superstrike gaming mouse is $125.99 after getting a massive $54 discount — hall-effect haptic switches, 8K polling, and 30 ms faster clicks for peak gaming performance ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/peripherals/gaming-mice/logitechs-g-pro-x2-superstrike-gaming-mouse-is-usd125-99-after-getting-a-massive-usd54-discount-hall-effect-haptic-switches-8k-polling-and-30-ms-faster-clicks-for-peak-gaming-performance</link>
                                                                            <description>
                            <![CDATA[ The first big discount on Logitech's new G Pro X2 Superstrike haptic gaming mouse. Save $54 at Amazon, and grab this high-tech mouse at its lowest-ever price. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">LoYwzJRi9CNAVuafeqMaZK</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/tMjVZSj8NDFKmQC4EcFNiY-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 20 Jul 2026 11:06:02 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Gaming Mice]]></category>
                                                    <category><![CDATA[Peripherals]]></category>
                                                    <category><![CDATA[Mice]]></category>
                                                                                                                    <dc:creator><![CDATA[ Stewart Bendle ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/w3kayUSywmEpu3tyDE6M8W.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Stewart has loved PCs since he was a child dabbling with BASIC on a ZX Spectrum 48K and still gets far too excited about building and playing on PCs now. He loves to tune and overclock his computers to smooth and stable clocks and run his favorite games and applications on the best settings without compromising quality and framerates. &lt;/p&gt;&lt;p&gt;A firm believer in “Bang for the buck,” Stewart likes to research the best prices and locate the best coupon codes for computers, components and peripherals. Stewart also needs a spare room to house all his old PC parts and peripherals and maybe needs an intervention to stop him from buying more headphones, mice, and keyboards.&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/tMjVZSj8NDFKmQC4EcFNiY-1280-80.jpg">
                                                            <media:credit><![CDATA[Future]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Tech Deals Cover]]></media:description>                                                            <media:text><![CDATA[Tech Deals Cover]]></media:text>
                                <media:title type="plain"><![CDATA[Tech Deals Cover]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/tMjVZSj8NDFKmQC4EcFNiY-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>This is the first time that I can recall seeing a discount on Logitech's latest gaming mouse. It's a mouse I've been keeping a close eye on, as the launch price has not only stayed extremely stable but is also super expensive for a gaming mouse, making it very off-putting for the majority of gamers. However, if you want one of these high-tech gaming mice, then today at Amazon, you can grab <a href="https://www.amazon.com/dp/B0G12HGHGM">$54 off the Logitech G Pro X2 Superstrike, bringing it to $125.99</a>. The $54 discount is automatically applied when you click through to the checkout. This is the lowest price the mouse has ever been on Amazon. </p><p>● <a href="https://www.amazon.com/dp/B0G12HGHGM">Check out this deal at Amazon</a></p><p>The Superstrike’s standout feature is that it blurs the lines between the worlds of gaming keyboards and gaming mice. It's done away with the traditional analog mouse switch, and as a side effect, has removed mouse clicks. With the latest hall-effect tech beneath the left and right mouse buttons, click feedback is now produced by a haptic engine that Logitech calls H.I.T.S. (Haptic Inductive Trigger System). It combines tiny haptic motors with inductive sensors to create a customizable rapid-trigger system that can cut up to 30ms off your response times. </p><div class="product"><a data-dimension112="62a74d98-842a-11f1-bf42-b91c6e578e24" data-action="Deal Block" data-label="Logitech's top-tier gaming mouse introduces gamers to H.I.T.S (Haptic Inductive Trigger System), a customizable trigger system using hall-effect magnetic switches. The mouse also sports 8K polling, a 44,000 DPI Hero 2 sensor, and a super light weight of only 61 grams." data-dimension48="Logitech's top-tier gaming mouse introduces gamers to H.I.T.S (Haptic Inductive Trigger System), a customizable trigger system using hall-effect magnetic switches. The mouse also sports 8K polling, a 44,000 DPI Hero 2 sensor, and a super light weight of only 61 grams." data-dimension25="$125.99" href="https://www.amazon.com/dp/B0G12HGHGM" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1500px;"><p class="vanilla-image-block" style="padding-top:67.60%;"><img id="nMBhcmWr5qB7tLWm8dMMdj" name="G Pro X2 Superstrike" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/nMBhcmWr5qB7tLWm8dMMdj.jpg" mos="" align="middle" fullscreen="" width="1500" height="1014" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p>Logitech's top-tier gaming mouse introduces gamers to H.I.T.S (Haptic Inductive Trigger System), a customizable trigger system using hall-effect magnetic switches. The mouse also sports 8K polling, a 44,000 DPI Hero 2 sensor, and a super light weight of only 61 grams.<a class="view-deal button" href="https://www.amazon.com/dp/B0G12HGHGM" target="_blank" rel="nofollow" data-dimension112="62a74d98-842a-11f1-bf42-b91c6e578e24" data-action="Deal Block" data-label="Logitech's top-tier gaming mouse introduces gamers to H.I.T.S (Haptic Inductive Trigger System), a customizable trigger system using hall-effect magnetic switches. The mouse also sports 8K polling, a 44,000 DPI Hero 2 sensor, and a super light weight of only 61 grams." data-dimension48="Logitech's top-tier gaming mouse introduces gamers to H.I.T.S (Haptic Inductive Trigger System), a customizable trigger system using hall-effect magnetic switches. The mouse also sports 8K polling, a 44,000 DPI Hero 2 sensor, and a super light weight of only 61 grams." data-dimension25="$125.99">View Deal</a></p></div><p>The Logitech G Pro X2 Superstrike packs all the latest and greatest tech in a very familiar chassis. See our <a href="https://www.tomshardware.com/peripherals/gaming-mice/logitech-g-pro-x2-superstrike-review">review of the Logitech G Pro X2 Superstrike</a> for more details. Keeping the shape and size of previous Superlight mice. The G Pro X2 Superstrike weighs 61 grams and uses magnetic sensors with a haptic trigger system for the left and right mouse buttons. The sensor is the Logitech Hero 2 sensor, with a DPI of up to 44,000, 888 IPS, and 88 g-force acceleration. The wireless dongle supports a very fast, lag-free 8 kHz polling rate for the lowest latency possible. To use the adjustable H.I.T.S system to the full, you must use the Logitech G Hub software to alter and customize any mouse settings to your preference. </p><p>This is the cheapest I've ever seen this mouse, and having only been released in February of 2026, the <a href="https://www.amazon.com/dp/B0G12HGHGM">$125.99 asking price for the Logitech G Pro X2 Superstrike</a> makes it much more attractive. </p><p><em>If you're looking for more savings, check out our </em><a href="https://www.tomshardware.com/news/best-deals-on-tech"><em>Best PC Hardware deals</em></a><em> for a range of products, or dive deeper into our specialized </em><a href="https://www.tomshardware.com/pc-components/ssds/best-ssd-deals-discounts"><em>SSD and Storage Deals,</em></a><em> </em><a href="https://www.tomshardware.com/pc-components/hdds/best-hard-drive-hdd-deals-amazon"><em>Hard Drive Deals</em></a><em>, </em><a href="https://www.tomshardware.com/monitors/best-gaming-monitor-deals"><em>Gaming Monitor Deals</em></a><em>, </em><a href="https://www.tomshardware.com/pc-components/gpus/best-gaming-graphics-card-gpu-deals"><em>Graphics Card Deals</em></a><em>, </em><a href="https://www.tomshardware.com/best-picks/best-gaming-chairs"><em>Gaming Chair</em></a><em>, </em><a href="https://www.tomshardware.com/networking/routers/best-wi-fi-routers"><em>Best Wi-Fi Routers</em></a><em>, </em><a href="https://www.tomshardware.com/pc-components/motherboards/best-motherboard-deals-intel-and-amd"><em>Best Motherboard,</em></a><em> or </em><a href="https://www.tomshardware.com/features/best-cpu-deals"><em>CPU Deals</em></a><em> pages.</em></p><p><em>You can also join the</em><a href="https://discord.gg/jB8nAtbB" target="_blank"><em> Tom's Hardware deals Discord for up-to-the-minute hardware deals.</em></a></p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Creality K2 SE 3D printer price slashed by 17%, now under $250 — grab a competitive entry-level high-speed multicolor device at a bargain price ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/pc-components/creality-k2-se-3d-printer-price-slashed-by-17-percent-now-under-usd250-grab-a-competitive-entry-level-high-speed-multicolor-device-at-a-bargain-price</link>
                                                                            <description>
                            <![CDATA[ The Creality K2 SE drops to $248.99 in this limited-time deal, making it a great option for anyone looking to start 3D printing but want to have access to some advanced features. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">P6zZx2MTcNAKv9TqUnYfbN</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/qWBXTxcRCkMjBAoekpYVdT-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Sun, 19 Jul 2026 15:04:07 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[PC Components]]></category>
                                                                                                <author><![CDATA[ editors@tomshardware.com (Jowi Morales) ]]></author>                    <dc:creator><![CDATA[ Jowi Morales ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/gM7E2WSDg2wgCFoaDPz9yK.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Jowi Morales is a writer and journalist covering the tech beat since 2021. However, he’s been interested in technology far earlier than that. He started discovering desktop computers when his father brought home a Windows 95 PC, but his first real experience working under the hood of the PC was when the old computer’s hard drive was filled to the brim in the year 2000. He deleted the Windows folder to attempt to rectify the situation, which led to his dad buying a new desktop PC. Since then, he learned a lot more about computers, and he’s always been the go-to tech expert for his family and friends.&lt;/p&gt;&lt;p&gt;Jowi primarily uses a Windows workstation and an Android phone, but he also bought into the Apple ecosystem with the 6th-gen iPad, iPhone 14 Pro Max, and the M1 MacBook Air. Today, Jowi covers hardware and software from Redmond and Cupertino, while also looking at the tech industry in general.&lt;/p&gt;&lt;p&gt;Aside from covering technology, Jowi is an avid photographer and writes about automobiles, aviation, and tanks. You can find his bylines at &lt;a href=&quot;https://www.makeuseof.com/author/jowi-morales/&quot;&gt;MakeUseOf&lt;/a&gt;, &lt;a href=&quot;https://www.slashgear.com/author/jowimorales/&quot;&gt;SlashGear&lt;/a&gt;, and, of course, &lt;a href=&quot;https://www.tomshardware.com/author/jowi-morales&quot;&gt;Tom’s Hardware&lt;/a&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/png" url="https://cdn.mos.cms.futurecdn.net/qWBXTxcRCkMjBAoekpYVdT-1280-80.png">
                                                            <media:credit><![CDATA[Creality]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[the Creality K2 SE 3D printer]]></media:description>                                                            <media:text><![CDATA[the Creality K2 SE 3D printer]]></media:text>
                                <media:title type="plain"><![CDATA[the Creality K2 SE 3D printer]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/qWBXTxcRCkMjBAoekpYVdT-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>If you’re interested in 3D printing and are looking to get a new entry-level 3D printer, now’s your chance to get into the hobby while saving money. The <a href="https://www.amazon.com/Creality-K1-SE-High-Speed-Flagship-Level/dp/B0D91S75Y5?th=1" target="_blank">Creality K2 SE is currently on sale on Amazon</a>, with its price dropping to just $248.99. This means you’re getting a $50 discount on this Creality device, cutting 17% off its original $299 selling price. This is one of the lowest prices for this basic unit in the past few months, but it’s only for a limited time, so you should check out the deal before it’s gone.</p><ul><li><a href="https://www.amazon.com/Creality-K1-SE-High-Speed-Flagship-Level/dp/B0D91S75Y5?th=1">Check out the Creality K2 SE 3D printer on Amazon.</a></li></ul><p>The Creality K2 SE specs are better than the Ender 3 V3 SE found in our list of <a href="https://www.tomshardware.com/best-picks/best-3d-printers" target="_blank">the best 3D printers</a> because it offers a much faster print speed of 500 mm/s (versus the latter’s 250 mm/s) and is even compatible with the CFS for multi-color and multi-material printing. More importantly, this deal makes the K2 SE just $30 more expensive than the Ender 3 V3 SE’s MSRP of $219.00. So, if you can spare the extra dollars, you’ll get more supported filaments, a remote control, lighting kit, power loss recovery, and several other features to make your 3D printing projects run much more smoothly and efficiently. Unfortunately, we haven’t had the chance to look at the K2 SE yet, but its siblings, the <a href="https://www.tomshardware.com/3d-printing/creality-k2-plus-review">K2 Plus</a> and <a href="https://www.tomshardware.com/3d-printing/creality-k2-pro-combo-review">K2 Pro Combo</a>, both received high marks from our reviews. While these units offer greater capability, they cost more than triple (or even quadruple) this 3D printer.</p><div class="product star-deal"><a data-dimension112="73b41036-837a-11f1-a641-e7e8c485cb67" data-action="Star Deal Block" data-label="The Creality K2 SE is the most affordable 3D printer in the K2 family. Even though it's an entry-level model, it still offers several features that you'd find on more advanced options. Aside from that, its modular build and available accessories make it easy to maintain and upgrade, as needed." data-dimension48="The Creality K2 SE is the most affordable 3D printer in the K2 family. Even though it's an entry-level model, it still offers several features that you'd find on more advanced options. Aside from that, its modular build and available accessories make it easy to maintain and upgrade, as needed." data-dimension25="$248.99" href="https://www.amazon.com/Creality-K1-SE-High-Speed-Flagship-Level/dp/B0D91S75Y5" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1024px;"><p class="vanilla-image-block" style="padding-top:100.00%;"><img id="uv98qXqiauEad2EEUWVK4N" name="K2 SE" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/uv98qXqiauEad2EEUWVK4N.png" mos="" align="middle" fullscreen="" width="1024" height="1024" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p>The Creality K2 SE is the most affordable 3D printer in the K2 family. Even though it's an entry-level model, it still offers several features that you'd find on more advanced options. Aside from that, its modular build and available accessories make it easy to maintain and upgrade, as needed.<a class="view-deal button" href="https://www.amazon.com/Creality-K1-SE-High-Speed-Flagship-Level/dp/B0D91S75Y5" target="_blank" rel="nofollow" data-dimension112="73b41036-837a-11f1-a641-e7e8c485cb67" data-action="Star Deal Block" data-label="The Creality K2 SE is the most affordable 3D printer in the K2 family. Even though it's an entry-level model, it still offers several features that you'd find on more advanced options. Aside from that, its modular build and available accessories make it easy to maintain and upgrade, as needed." data-dimension48="The Creality K2 SE is the most affordable 3D printer in the K2 family. Even though it's an entry-level model, it still offers several features that you'd find on more advanced options. Aside from that, its modular build and available accessories make it easy to maintain and upgrade, as needed." data-dimension25="$248.99">View Deal</a></p></div><p>The K2 SE has a generous build volume of 220 x 215 x 245 mm, while its modular extruder ensures that you can easily service it during maintenance and printing. You can see this with its quick-swap nozzle, which the brand claims to be clog-free and could be quickly replaced as needed. And even though it’s an open-frame 3D printer, it features a sturdy metal build for greater stability, ensuring that it would deliver the best possible print quality. It also has a vibration sensor and input shaping algorithm, so that your 3D prints will look as smooth as possible.</p><p>Even though the K2 is a step-up over the <a href="https://www.tomshardware.com/reviews/creality-ender-3-v3-se" target="_blank">Ender 3 V3 SE</a>, it still lets you get started quickly with its 5-minute set up and included boot-up quick guide. This means that you don’t have to dive into complicated 3D printer assembly — you can just start churning out your 3D projects as soon as the K2 SE arrives on your doorstep. So, if that sounds like a good start to you, go ahead and get the <a href="https://www.amazon.com/Creality-K1-SE-High-Speed-Flagship-Level/dp/B0D91S75Y5?th=1" target="_blank">Creality K2 SE for just $248.99</a>. Remember, this is a limited deal, so you should buy it now if you’re really set on starting your 3D printing hobby today.</p><p><em>If you're looking for more savings, check out our </em><a href="https://www.tomshardware.com/news/best-deals-on-tech" target="_blank"><em>Best PC Hardware deals</em></a><em> for a range of products, or dive deeper into our specialized </em><a href="https://www.tomshardware.com/features/best-deals-on-ssds" target="_blank"><em>SSD and Storage Deals,</em></a><em> </em><a href="https://www.tomshardware.com/pc-components/ssds/best-hard-drive-deals" target="_blank"><em>Hard Drive Deals</em></a><em>, </em><a href="https://www.tomshardware.com/news/best-computer-monitor-deals" target="_blank"><em>Gaming Monitor Deals</em></a><em>, </em><a href="https://www.tomshardware.com/news/best-graphics-card-deals-now" target="_blank"><em>Graphics Card Deals</em></a><em>, </em><a href="https://www.tomshardware.com/best-picks/best-gaming-chairs" target="_blank"><em>gaming chair,</em></a><em> or </em><a href="https://www.tomshardware.com/features/best-cpu-deals" target="_blank"><em>CPU Deals</em></a><em> pages.</em></p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ AMD's next-gen 10-core 'Medusa Point' APU shows up on Geekbench again, with its best score yet — leaked SKU outpaces every other x86 mobile chip in the single-core test ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/pc-components/cpus/amds-next-gen-10-core-medusa-point-apu-shows-up-on-geekbench-again-with-its-best-score-yet-leaked-sku-outpaces-every-other-x86-mobile-chip-in-the-single-core-test</link>
                                                                            <description>
                            <![CDATA[ AMD's next 10-core mobile part from the Medusa Point family is looking a lot faster than its previous two Gorgon Point and Strix Point SKUs, respectively. Early leaks keep highlighting an ever-improving part that has just benched its best score yet. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">nTjTmS8pVdZxheA8B6LfAg</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/ykZo39MPXqS7Ldgarwoa7o-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sun, 19 Jul 2026 14:35:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[CPUs]]></category>
                                                    <category><![CDATA[PC Components]]></category>
                                                                                                <author><![CDATA[ editors@tomshardware.com (Hassam Nasir) ]]></author>                    <dc:creator><![CDATA[ Hassam Nasir ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/SxxNFHt95eGK37mKPhJpdZ.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Hassam is a lifelong PC gamer and tech enthusiast with over five years of experience in PC hardware journalism. His passion began in childhood when he rescued a discarded Pentium 4 processor, straightening its pins with a kitchen knife to revive a Dell Dimension 2400 at the age of seven. Since then, he has followed the advancements in technology, witnessing the evolution of hardware from the era of AMD&#039;s Opteron architecture to Intel&#039;s Smithfield (Pentium D), and the rise of Voodoo GPUs alongside Nvidia&#039;s FX GPUs taking the market by storm to the latest innovations today. As a seasoned writer, Hassam loves to get into the nitty-gritty details of hardware, providing insights on everything from CPUs, Motherboards and RAM to GPUs. When he’s not writing, you’ll find him building custom water-cooled PCs for himself and his friends, attending drag racing events, or collecting niche fragrances.&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/ykZo39MPXqS7Ldgarwoa7o-1280-80.jpg">
                                                            <media:credit><![CDATA[AMD]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Ryzen AI 300]]></media:description>                                                            <media:text><![CDATA[Ryzen AI 300]]></media:text>
                                <media:title type="plain"><![CDATA[Ryzen AI 300]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/ykZo39MPXqS7Ldgarwoa7o-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>AMD is expected to refresh both its desktop and mobile lineups with <a href="https://www.tomshardware.com/pc-components/cpus/amd-reveals-new-roadmap-for-its-ryzen-cpus-teasing-zen-7-as-the-true-next-generation-leap-with-2nm-lineup-confirms-2026-release-for-zen-6-coming-with-expanded-ai-features" target="_blank">Zen 6</a> next year. Ryzen AI 500 series, codenamed Medusa Point, will be the company's next-gen mobile family and we've already seen a 10-core part leak from it a couple of times. Now, that same SKU is back with <a href="https://browser.geekbench.com/v6/cpu/18735006" target="_blank">another Geekbench listing,</a> this time posting its best results that put it ahead of any mobile chip currently made by Intel or AMD (in one way). </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:2518px;"><p class="vanilla-image-block" style="padding-top:72.24%;"><img id="XrWhazubWDWtVPZ9dyxcs8" name="Screenshot 2026-07-19 182127" alt="Medusa Point 10-core SKU listed on Geekbench" src="https://cdn.mos.cms.futurecdn.net/XrWhazubWDWtVPZ9dyxcs8.png" mos="" align="middle" fullscreen="" width="2518" height="1819" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p>AMD's upcoming chip ended up scoring 3,329 points in the single-core test and 16,555 points in the multi-core test. The Geekbench page once again shows the platform name as "AMD Plum-MDS1," which we've known to be associated with Medusa Point for a while now. The SKU is listed as "AMD Eng Sample 100-000001713-33_N," which is identical to how <a href="https://www.tomshardware.com/pc-components/cpus/amds-upcoming-zen-6-medusa-point-10-core-apu-pops-up-on-geekbench-chip-is-faster-than-ryzen-ai-9-hx-370-and-even-ryzen-ai-max-395" target="_blank">we saw in the last leak</a>, basically confirming we're looking at the same chip. </p><p>The single-core result is almost 5% higher while the multi-core score is about 9.7% higher compared to the numbers we saw previously. In fact, the single-core result is better than any mobile part on Geekbench apart from the new Snapdragon X2 Elite lineup. Compared to desktop equivalents, it's very close to the 9900X and the 9800X3D — two absolute desktop powerhouses carrying 12 cores and 8 cores, respectively. </p><div ><table><thead><tr><th class="firstcol " ><p>SKU</p></th><th  ><p>Config</p></th><th  ><p>Single-Core Score</p></th><th  ><p>Difference</p></th></tr></thead><tbody><tr><td class="firstcol " ><p>Qualcomm X2 Elite X2E-90-100</p></td><td  ><p>Mobile, 18C</p></td><td  ><p>3,573</p></td><td  ><p>100%</p></td></tr><tr><td class="firstcol " ><p>AMD Ryzen 9 9900X</p></td><td  ><p>Desktop, 12C</p></td><td  ><p>3,333</p></td><td  ><p>93%</p></td></tr><tr><td class="firstcol " ><p>AMD Ryzen 7 9800X3D</p></td><td  ><p>Desktop, 8C</p></td><td  ><p>3,333</p></td><td  ><p>93%</p></td></tr><tr><td class="firstcol " ><p><strong>AMD Ryzen 9 565? </strong></p></td><td  ><p><strong>Mobile, 10C</strong></p></td><td  ><p><strong>3,329</strong></p></td><td  ><p><strong>93%</strong></p></td></tr><tr><td class="firstcol " ><p>AMD Ryzen 5 9600X</p></td><td  ><p>Desktop, 6C</p></td><td  ><p>3,318</p></td><td  ><p>93%</p></td></tr><tr><td class="firstcol " ><p>Intel Core i9-14900KS</p></td><td  ><p>Desktop, 24C</p></td><td  ><p>3,226</p></td><td  ><p>90%</p></td></tr><tr><td class="firstcol " ><p>Intel Core Ultra 9 285K</p></td><td  ><p>Desktop, 24C</p></td><td  ><p>3,195</p></td><td  ><p>89%</p></td></tr><tr><td class="firstcol " ><p>AMD Ryzen 9 565? (Previous)</p></td><td  ><p>Mobile, 10C</p></td><td  ><p>3,174</p></td><td  ><p>89%</p></td></tr></tbody></table></div><p>The multi-core score puts this 10-core SKU right alongside the Ryzen AI Max+ 390, which is just a tier below the top-end <a href="https://www.tomshardware.com/pc-components/gpus/strix-halo-radeon-8060s-benchmarked-in-games-delivers-butter-smooth-1080p-performance-ryzen-ai-max-395-apu-is-a-pretty-solid-gaming-offering" target="_blank">AI Max+ 395</a> from Strix Halo. Since this is a 10-core part, we can infer it's the Ryzen AI 9 565 because the Ryzen AI 9 365 (from Strix Point) and Ryzen AI 9 465 (from Gorgon Point) share the same configs. The Ryzen AI 9 365 has an average score of 12,410, so Medusa Point's offering is 33% faster in this regard. </p><div ><table><thead><tr><th class="firstcol " ><p>SKU</p></th><th  ><p>Config</p></th><th  ><p>Multi-Core Score</p></th><th  ><p>Difference</p></th></tr></thead><tbody><tr><td class="firstcol " ><p>Qualcomm X2 Elite X2E-90-100</p></td><td  ><p>Mobile, 18C</p></td><td  ><p>18,026</p></td><td  ><p>78%</p></td></tr><tr><td class="firstcol " ><p>AMD Ryzen 9 9950X3D</p></td><td  ><p>Desktop, 16C</p></td><td  ><p>22,169</p></td><td  ><p>96%</p></td></tr><tr><td class="firstcol " ><p>AMD Ryzen 9 9900X</p></td><td  ><p>Desktop, 12C</p></td><td  ><p>19,696</p></td><td  ><p>86%</p></td></tr><tr><td class="firstcol " ><p>AMD Ryzen 7 9800X3D</p></td><td  ><p>Desktop, 8C</p></td><td  ><p>18,317</p></td><td  ><p>80%</p></td></tr><tr><td class="firstcol " ><p><strong>AMD Ryzen 9 565? </strong></p></td><td  ><p><strong>Mobile, 10C</strong></p></td><td  ><p><strong>16,555</strong></p></td><td  ><p><strong>72%</strong></p></td></tr><tr><td class="firstcol " ><p>AMD Ryzen 5 9600X</p></td><td  ><p>Desktop, 6C</p></td><td  ><p>14,742</p></td><td  ><p>64%</p></td></tr><tr><td class="firstcol " ><p>Intel Core i9-14900KS</p></td><td  ><p>Desktop, 24C</p></td><td  ><p>23,008</p></td><td  ><p>100%</p></td></tr><tr><td class="firstcol " ><p>Intel Core Ultra 9 285K</p></td><td  ><p>Desktop, 24C</p></td><td  ><p>22,472</p></td><td  ><p>98%</p></td></tr><tr><td class="firstcol " ><p>AMD Ryzen 9 565? (Previous)</p></td><td  ><p>Mobile, 10C</p></td><td  ><p>15,092</p></td><td  ><p>66%</p></td></tr></tbody></table></div><p>The Geekbench listing also reports the correct clock speeds this time — 2.0 GHz is still lasted as the base frequency, but the boost frequency is marked at 5.37 GHz, which makes a lot more sense. Moreover, the listing shows 10MB of L2 cache and 32MB of L3 cache while the Ryzen AI 9 465 had a combined cache tally of 34MB. </p><p>Overall, this benchmark is an incredibly promising showing for Medusa Point. The Red Team's next-gen mobile lineup seems to benefit heavily from an architectural jump thanks to the <a href="https://www.tomshardware.com/pc-components/cpus/amd-pubs-first-zen-6-document-for-developers-a-brand-new-8-wide-cpu-core-with-strong-vector-capabilities" target="_blank">Zen 6</a> silicon. Keep in mind that this is the company's mainstream mobile offering that's supposed to compete with Intel's <a href="https://www.tomshardware.com/pc-components/cpus/intel-takes-the-wraps-off-panther-lake-first-18a-client-processor-brings-the-best-of-lunar-lake-and-arrow-lake-together-in-one-package" target="_blank">Panther Lake</a>, while Nova Lake mobile and AMD's own Gator Range (Ryzen 10000) will serve only as high-end CPUs. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Zilog Z80 turns 50 as an open-source replacement heads to drop-in DIP40 silicon — iconic 8-bit CPU launched in July 1976 and was discontinued in 2024 ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/zilog-z80-turns-50-as-open-source-replacement-heads-for-drop-in-dip40-silicon</link>
                                                                            <description>
                            <![CDATA[ The original Z80 packed 8,500 transistors on a 4μm process and typically ran at 2.5 MHz. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">ytEMrQX4bwewSr7xahWCSE</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/e73bN7kT5wtLF7GJZMRYLP-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sun, 19 Jul 2026 14:12:55 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[CPUs]]></category>
                                                    <category><![CDATA[PC Components]]></category>
                                                                                                                    <dc:creator><![CDATA[ Luke James ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/C4FAi2KzwaGLUrBqzX5aBM.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Luke is a freelance technology journalist who has been covering hardware and semiconductors since 2020. He began his career at All About Circuits and has since contributed to EE Power and Laptop Mag. Luke has a particular interest in semiconductors, microelectronics, and the industry shifts that shape the devices we use every day. Above all, he loves making complex technology accessible to experts and enthusiasts alike. Luke&#039;s interest in hardcore computing can be traced back to his university studies, when he responsibly spent his very first student loan payment on a custom-built gaming rig equipped with a GTX 780 Ti. &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/e73bN7kT5wtLF7GJZMRYLP-1280-80.jpg">
                                                            <media:credit><![CDATA[Mister rf, CC BY-SA 4.0 , via Wikimedia Commons]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[The Z80 CPU is nearing its End of Life, but one developer hopes to resurrect it with a clone.]]></media:description>                                                            <media:text><![CDATA[The Z80 CPU is nearing its End of Life, but one developer hopes to resurrect it with a clone.]]></media:text>
                                <media:title type="plain"><![CDATA[The Z80 CPU is nearing its End of Life, but one developer hopes to resurrect it with a clone.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/e73bN7kT5wtLF7GJZMRYLP-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The Zilog Z80 has just turned 50 years old. This iconic 8-bit processor first went on sale in July 1976 and stayed in production for 48 years until Zilog, now a Littelfuse subsidiary, stopped accepting orders in June 2024. However, there’s an open-source replacement closer than ever to shipping in the chip’s original 40-pin DIP package thanks to community-funded fabrication. </p><p>The original<a href="https://en.wikipedia.org/wiki/Zilog_Z80" target="_blank"> Z80</a> packed 8,500 transistors on a 4μm process and typically ran at 2.5 MHz, with later CMOS variants reaching 20 MHz. Binary compatibility with the <a href="https://www.tomshardware.com/video-games/retro-gaming/space-invaders-arcade-game-ran-faster-as-enemies-died-due-to-intel-8080-bottleneck-expert-coder-asserts-hardware-accident-to-blame" target="_blank">Intel 8080</a> let it absorb the existing CP/M software base, with an on-die DRAM refresh counter that cut the number of support chips a system needed. Development of working prototypes cost roughly $400,000 against $500,000 in funding from Exxon, per the Computer History Museum.</p><p>The chip powered the <a href="https://www.tomshardware.com/video-games/retro-gaming/commodore-64-and-zx-spectrum-receive-clamshell-makeover-iconic-8-bit-legends-join-the-handheld-gaming-wars" target="_blank">ZX Spectrum</a>, TRS-80, MSX machines, Nintendo's <a href="https://www.tomshardware.com/video-games/retro-gaming/minecraft-shown-running-on-game-boy-color-and-game-boy-in-3d-with-textures-developer-coaxed-3d-look-out-of-old-hardware" target="_blank">Game Boy</a>, Sega's Master System, the Pac-Man arcade cabinet, and Texas Instruments' graphing calculators, then shipped in industrial controllers for decades after home computing moved on to more powerful successors. Zilog's end-of-life notice, dated April 15, 2024, told customers its wafer foundry was discontinuing support for the Z84C00 family, and last-time-buy orders closed that June.</p><p>However, Renaldas Zioma's FOSS Z80 project, <a href="https://www.tomshardware.com/pc-components/cpus/dev-hopes-to-save-legendary-z80-chip-with-open-source-clone-resurrects-iconic-zilog-chip-with-drop-in-z80-replacement" target="_blank">launched shortly after the end-of-life notice</a>, now has working silicon. The first version, fabbed on SkyWater's 130nm node through Tiny Tapeout 7 on a die of just 0.064mm<sup>2</sup>, has been confirmed as functional via the project’s GitHub repository. A QFN64 version with all 40 pins exposed followed on the Efabless CI2406 shuttle, two further runs then went through IHP's 130nm process, and the current run targets the classic DIP40 form factor using chip-on-board assembly on GlobalFoundries' 180nm GF180MCU node via Wafer.Space. The end goal here is to fab a drop-in replacement for machines like the ZX Spectrum and RC2014 kits.</p><p>The design is built around Guy Hutchison's TV80 Verilog core, and the project's Tiny Tapeout page says the 130nm CMOS implementation should support clocks up to 50 MHz, against 4 MHz for the original NMOS part.</p><p>Zilog is trimming the Z80's official successor line as well. A product change notification from last October put the eZ80L92, along with several Z8F-series microcontrollers, on end-of-life, citing "little to no demand." Last-time-buy orders closed on January 20 this year, with shipments scheduled through April 20, on non-cancelable, non-returnable terms. The eZ80L92 is the only eZ80 part named in the notice; the pipelined eZ80 architecture, introduced in 2001 and still inside TI's current TI-84 Plus CE calculators, otherwise remains in Zilog's catalog.</p><p>Hobbyists keep finding work for the original chip regardless. For example, earlier this year, a developer <a href="https://www.tomshardware.com/tech-industry/artificial-intelligence/developer-creates-conversational-ai-that-can-run-on-1976-zilog-z80-cpu-with-64kb-of-ram-features-a-tiny-chatbot-and-a-20-question-guessing-game">ran a tiny conversational AI on a Z80</a> with 64KB of RAM.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Memory chip boss admits RAM prices are 'abnormally high' — SK Group chairman considering building a semiconductor plant in the US to expand supply, calm ‘chipflation’ ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/policy/memory-chip-boss-admits-ram-prices-are-abnormally-high-sk-group-chairman-considering-building-a-semiconductor-plant-in-the-us-to-expand-supply-calm-chipflation</link>
                                                                            <description>
                            <![CDATA[ SK Group Chairman Chey Tae-won said that prices for memory chips are "abnormally high" and that the industry must take steps to increase production and reduce prices. If it fails to do that, new entrants could challenge the incumbent leaders and make the market much more competitive, especially once demand falls back down to more manageable levels. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">9t27u6PDaPnyyDcQoUkJmG</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/6EJas7tdXZNQTvtNQJfsLK-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sun, 19 Jul 2026 13:55:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Policy]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                <author><![CDATA[ editors@tomshardware.com (Jowi Morales) ]]></author>                    <dc:creator><![CDATA[ Jowi Morales ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/gM7E2WSDg2wgCFoaDPz9yK.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Jowi Morales is a writer and journalist covering the tech beat since 2021. However, he’s been interested in technology far earlier than that. He started discovering desktop computers when his father brought home a Windows 95 PC, but his first real experience working under the hood of the PC was when the old computer’s hard drive was filled to the brim in the year 2000. He deleted the Windows folder to attempt to rectify the situation, which led to his dad buying a new desktop PC. Since then, he learned a lot more about computers, and he’s always been the go-to tech expert for his family and friends.&lt;/p&gt;&lt;p&gt;Jowi primarily uses a Windows workstation and an Android phone, but he also bought into the Apple ecosystem with the 6th-gen iPad, iPhone 14 Pro Max, and the M1 MacBook Air. Today, Jowi covers hardware and software from Redmond and Cupertino, while also looking at the tech industry in general.&lt;/p&gt;&lt;p&gt;Aside from covering technology, Jowi is an avid photographer and writes about automobiles, aviation, and tanks. You can find his bylines at &lt;a href=&quot;https://www.makeuseof.com/author/jowi-morales/&quot;&gt;MakeUseOf&lt;/a&gt;, &lt;a href=&quot;https://www.slashgear.com/author/jowimorales/&quot;&gt;SlashGear&lt;/a&gt;, and, of course, &lt;a href=&quot;https://www.tomshardware.com/author/jowi-morales&quot;&gt;Tom’s Hardware&lt;/a&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/6EJas7tdXZNQTvtNQJfsLK-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[SK Group chair Chey Tae-won at SK hynix&#039;s debut on Nasdaq]]></media:description>                                                            <media:text><![CDATA[SK Group chair Chey Tae-won at SK hynix&#039;s debut on Nasdaq]]></media:text>
                                <media:title type="plain"><![CDATA[SK Group chair Chey Tae-won at SK hynix&#039;s debut on Nasdaq]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/6EJas7tdXZNQTvtNQJfsLK-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The head of the SK Group, which owns SK hynix, said in a press briefing that memory semiconductor prices are “abnormally high,” and that the industry must take steps to increase supply and help lower prices. <a href="https://www.chosun.com/english/industry-en/2026/07/19/ZBHGW633FFDFDLAL57N2WRRVQA/" target="_blank"><em>The Chosun Daily</em></a> writes that SK Group Chairman Chey Tae-won delivered this statement during a press briefing at an industry forum, where he also noted that the group is looking at building a memory chip plant in the U.S. to increase production.</p><p>“Memory prices are currently at an abnormally high level. While AI companies can absorb increased costs through investments, PC and smartphone manufacturers have no choice but to pass rising semiconductor costs onto product prices,” Chey told the media. “Since most customers for these products are individuals, there are limits to how much prices can be raised. To prevent 'chipflation'—where rising chip prices drive up finished product costs—supply must be expanded.”</p><p>Aside from expanding supply and easing memory prices for consumer products, extremely high memory prices brought about by limited supply could negatively impact the big three companies. That’s because the high margins could lead to the entry of new players or give smaller manufacturers the opportunity to grow their presence and challenge the established firms. We’re already seeing this, as <a href="https://www.tomshardware.com/pc-components/ram/chinese-memory-vendors-snub-industry-giants-in-favor-of-homegrown-ram-chips-samsung-micron-and-sk-hynix-face-a-chinese-supply-chain-revolt" target="_blank">some Chinese brands have ditched them for domestically produced CXMT and YMTC chips</a>. While this could be driven by Beijing, even major multinational brands like <a href="https://www.tomshardware.com/pc-components/ddr5/chinese-memory-maker-cxmt-enters-the-mainstream-consumer-memory-with-corsair-vengeance-ddr5-kit-chinese-made-dram-emerges-as-an-antidote-for-crushing-shortages">Corsair</a> and <a href="https://www.tomshardware.com/pc-components/ssds/chinese-ymtc-ssds-make-their-way-into-retail-lenovo-laptops-media-outlet-slams-ymtc-pcie-4-0-drive-for-below-average-for-an-ssd-in-an-office-laptop-in-review">Lenovo</a> have started sourcing from these companies just to get chips. Even Apple is asking permission from Washington to <a href="https://www.tomshardware.com/tech-industry/apple-reportedly-lobbies-uncle-sam-for-access-to-chinese-memory-chips-tech-giant-allegedly-wants-to-buy-from-blacklisted-cxmt" target="_blank">buy memory chips from CXMT</a>. Aside from that, he also cited <a href="https://www.tomshardware.com/tech-industry/asml-ceo-confirms-direct-talks-with-elon-musk-about-terafab" target="_blank">Elon Musk’s interest in building his own fab</a> as a potential threat to existing memory semiconductor companies.</p><p>This isn’t a problem at the moment as there is more than enough demand to go around for incumbent memory and storage chip manufacturers and new entrants. In fact, memory companies can use this as a defense against <a href="https://www.tomshardware.com/pc-components/dram/samsung-sk-hynix-and-micron-face-a-third-dram-price-fixing-lawsuit" target="_blank">price-fixing lawsuits</a>, with the massive AI demand and the higher margins it offers standing as a plausible reason why memory chip companies focused on HBM production and reduced DRAM output. But before the AI boom, the memory industry was actually suffering from one of the worst memory downturns to hit the industry for over a decade. So, if and when the memory shortage is over and the memory industry resumes its boom-and-bust cycle, more manufacturers jockeying to find customers in a tight market would make it that much harder for these companies to survive and thrive.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ ‘Phantom Twist’ drone spins so fast that it is nearly invisible — flying device adds motion blur to the real world ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/drones/phantom-twist-drone-spins-so-fast-that-it-is-nearly-invisible-flying-device-adds-motion-blur-to-the-real-world</link>
                                                                            <description>
                            <![CDATA[ Researchers from Northwestern University in Illinois have built a drone that rotates so fast it is cloaked by motion blur. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">gLmP8LdSr9aWd3bJGon8FV</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/Vsr3CsQSHZjvhyTMPPRjxD-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sun, 19 Jul 2026 13:27:34 +0000</pubDate>                                                                                                                                <updated>Sun, 19 Jul 2026 16:15:43 +0000</updated>
                                                                                                                                            <category><![CDATA[Drones]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                                    <dc:creator><![CDATA[ Mark Tyson ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/56vqMYLDaKRHPhHZgbADFR.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Mark&#039;s enthusiasm for computers dampened at an early age by the rubber-keyed Sinclair Spectrum 48K and feelings of Commodore 64 envy. However, in the mid-80s, hope in a digital future was rekindled by the purchase of an Atari 520 STe. Since that time Mark has used a multitude of computers for fun and professional endeavors. He often owned both Macs and PCs but went cold on the former after OS9 was killed off, and warmed to the latter with the introduction of Windows XP.&lt;br&gt;
&lt;br&gt;
Early work years were spent in artwork and reprographics but in the late noughties, Mark started to blog about computers, Taiwanese food culture, and guitar design. This activity led to a full-time position writing about breaking PC tech news for HEXUS, for the best part of a decade. When HEXUS was abruptly closed, Mark helped with the foundation of Club386, before finding a new home at Tom&#039;s Hardware.&lt;br&gt;
&lt;br&gt;
When not wearing through the keycap legends on his PC keyboards, Mark can be found wandering the computer malls of Taiwan&#039;s neon-lit conurbations and enjoying local and international cuisine.&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/Vsr3CsQSHZjvhyTMPPRjxD-1280-80.jpg">
                                                            <media:credit><![CDATA[The Northwestern University blog]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[Its just a blur]]></media:description>                                                            <media:text><![CDATA[The Phantom Twist invisible drone]]></media:text>
                                <media:title type="plain"><![CDATA[The Phantom Twist invisible drone]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/Vsr3CsQSHZjvhyTMPPRjxD-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Researchers from Northwestern University in Illinois have built a drone that rotates so fast that it is cloaked by <a href="https://www.tomshardware.com/news/vesa-motion-blur-compliance-test" target="_blank">motion blur</a>. The new <a href="https://news.northwestern.edu/stories/2026/07/new-spinning-drone-hides-in-plain-sight" target="_blank">Phantom Twist</a> drone spins at 25 times per second, which, thanks to a quirk of human vision, makes it appear like a faint smudge in the air. The video below shows it off to great effect, but I hope they can do something about the whiny noise.</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/1mUgyV3A1O0" allowfullscreen></iframe></div></div><p>The first demonstration of the Phantom Twist took place as part of a Robotics: Science and Systems 2026 presentation on Thursday. “Most efforts to hide drones focus on making them look like their surroundings,” said Northwestern’s Michael Rubenstein, who led the work. “Instead, we asked whether we could design the drone itself around the way humans perceive motion. This idea of low visibility through persistent motion is something few people have explored.”</p><p>The stationary photo of the Phantom Twist reveals a rather unique drone design, far removed from the now <a href="https://www.tomshardware.com/tech-industry/artificial-intelligence/ai-drone-beats-human-champions-for-the-first-time-at-abu-dhabi-racing-event-new-deep-neural-network-sends-control-commands-directly-to-motors-in-significant-leap" target="_blank">traditional quadcopter</a>. It has just one motor and one propeller, and while the propeller spins in one direction, and the rest of the drone spins in the opposite direction, explains the Northwestern University blog.</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="Er7thD6c28Zm37fF4DNA3E" name="phantom-twist-stationary" alt="The Phantom Twist invisible drone" src="https://cdn.mos.cms.futurecdn.net/Er7thD6c28Zm37fF4DNA3E.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="caption-text">The design of the Phantom Twist  </span><span class="credit" itemprop="copyrightHolder">(Image credit: <a href="https://news.northwestern.edu/stories/2026/07/new-spinning-drone-hides-in-plain-sight" target="_blank">The Northwestern University blog</a>)</span></figcaption></figure><h2 id="ai-was-used-to-refine-the-design">AI was used to refine the design</h2><p>The researchers tasked a computational model to generate roughly 20,000 drone configurations capable of stable flight. Subsequently, they <a href="https://www.tomshardware.com/news/nvidia-gpu-powered-ai-improves-gpu-designs" target="_blank">applied AI</a> and other optimization algorithms to repeatedly rearrange the drones’ major components, including a motor, propeller, circuit board, counterweight and batteries. </p><p>After narrowing down the candidates to around 500, the engineers superimposed simulated drones in flight over a hundred real-world backgrounds. A perception model then whittled down the designs based on their <a href="https://www.tomshardware.com/pc-components/case-mods/modder-creates-invisible-extreme-gaming-pc-hides-13900k-rtx-4090-and-45-inch-oled-display-inside-a-standing-desk" target="_blank">visibility</a> scores. According to Rubenstein this entire process was automated, and only “when we were confident that a drone met all our criteria, we built it.” The demonstrated Phantom Twist drone is apparently “10 times less visually perceptible than a conventional quadcopter” according to the researcher’s visibility metrics.</p><p>Yes, the team knows that the Phantom Twist drone is rather noisy, and the visual impact of its wires and support rods could be reduced. Thus, work is planned to utilize more transparent materials and / or quieter propulsion systems in upcoming revisions.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Samsung cuts hundreds of US consumer electronics jobs ahead of Texas HQ move — 739 roles affected in New Jersey as chip division posts record profit ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/samsung-cuts-hundreds-of-us-consumer-electronics-jobs-ahead-of-texas-hq-move</link>
                                                                            <description>
                            <![CDATA[ Samsung told Reuters that a majority of the affected New Jersey employees received relocation offers, while others were let go. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">EXn6KwGtwSRxFr7a7XpXL6</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/4AwuaQsSRccnfs9YmA2RVT-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sun, 19 Jul 2026 12:48:01 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Tech Industry]]></category>
                                                                                                                    <dc:creator><![CDATA[ Luke James ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/C4FAi2KzwaGLUrBqzX5aBM.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Luke is a freelance technology journalist who has been covering hardware and semiconductors since 2020. He began his career at All About Circuits and has since contributed to EE Power and Laptop Mag. Luke has a particular interest in semiconductors, microelectronics, and the industry shifts that shape the devices we use every day. Above all, he loves making complex technology accessible to experts and enthusiasts alike. Luke&#039;s interest in hardcore computing can be traced back to his university studies, when he responsibly spent his very first student loan payment on a custom-built gaming rig equipped with a GTX 780 Ti. &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/4AwuaQsSRccnfs9YmA2RVT-1280-80.jpg">
                                                            <media:credit><![CDATA[Samsung]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Samsung]]></media:description>                                                            <media:text><![CDATA[Samsung]]></media:text>
                                <media:title type="plain"><![CDATA[Samsung]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/4AwuaQsSRccnfs9YmA2RVT-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Samsung has cut jobs across its U.S. consumer electronics business as it prepares to move Samsung Electronics America's headquarters from New Jersey to Texas by the end of the year, with a WARN notice listing 739 affected roles at its Englewood Cliffs offices and roughly 100 workers let go at its Plano, Texas, site, according to a <a href="https://www.reuters.com/business/samsung-electronics-america-reduce-workforce-by-739-new-jersey-us-warn-notice-2026-07-18/" target="_blank"><em>Reuters </em>report</a>.</p><div  class="fancy-box"><div class="fancy_box-title">Go deeper with TH Premium: Memory</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="xi79WuWDZXzix4Fc7sXNMn" name="hbm-vs" caption="" alt="HBM3E vs HBM4" src="https://cdn.mos.cms.futurecdn.net/xi79WuWDZXzix4Fc7sXNMn.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: SK Hynix)</span></figcaption></figure><p class="fancy-box__body-text"><ul><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/pc-components/storage/perfect-storm-of-demand-and-supply-driving-up-storage-costs?utm_source=edit-links&utm_medium=boxout&utm_term=memory" target="_blank">AI data centers are swallowing the world's memory and storage supply</a></li><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/pc-components/ram/the-future-of-dram-from-ddr5-advancements-to-future-ics?utm_source=edit-links&utm_medium=boxout&utm_term=memory" target="_blank">The future of DRAM: From DDR5 to future ICs</a></li><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/tech-industry/semiconductors/hbm-roadmaps-for-micron-samsung-and-sk-hynix-to-hbm4-and-beyond?utm_source=edit-links&utm_medium=boxout&utm_term=memory" target="_blank">High-bandwidth memory roadmap</a></li><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/pc-components/ram/hbm-is-eating-your-ram?utm_source=edit-links&utm_medium=boxout&utm_term=memory" target="_blank">Here's why HBM is coming for your PC's RAM</a></li></ul></p></div></div><p>Samsung told the outlet on Sunday that a majority of the affected New Jersey employees received relocation offers, while others were let go. SEA runs U.S. sales and marketing for Samsung's smartphones, TVs, displays, and home appliances, and doesn't include the company's semiconductor operations. The Plano figure, which covers workers in the mobile division among others, came from one laid-off employee who spoke to <em>Reuters </em>anonymously.</p><p>SEA employs about 1,200 people in New Jersey, according to U.S. Rep. Josh Gottheimer's office, which said the Englewood Cliffs campus opened last September, replacing the Ridgefield Park headquarters Samsung had occupied since 1992. The WARN notice covers over 60% of that workforce, roughly 10 months after the site opened. Internal documents reviewed by <em>Reuters </em>show employees were notified of an “enterprise-wide reduction in force” on June 30.</p><p>Samsung said in its statement that the relocation is intended to foster "stronger collaboration and optimize the organization," and that there's currently no broad global restructuring underway in its consumer products business. A current SEA employee told <em>Reuters </em>that workers are nonetheless worried about further cuts and a possible consolidation of the appliance, home entertainment, and mobile divisions as the company concentrates resources on chips.</p><p>Samsung's chip division booked a preliminary $58.5 billion in second-quarter operating profit, a 19-fold year-on-year jump that <a href="https://www.tomshardware.com/tech-industry/samsungs-chip-division-expects-to-out-earn-its-entire-40-year-history-in-2026" target="_blank">passed Nvidia's most recent quarter</a> and put Samsung on track to out-earn its entire 40-year semiconductor history in 2026. Its mobile division is expected to post its first-ever quarterly loss over the same period, squeezed by competition from Apple and by the memory price increases its own chip unit is charging. Conventional DRAM contract prices <a href="https://www.tomshardware.com/pc-components/dram/dram-and-nand-contract-prices-to-climb-again-in-q2" target="_blank">rose 58% to 63% in Q2</a>, and smartphone makers are <a href="https://www.tomshardware.com/pc-components/ram/memory-price-surge-begins-to-cool-as-consumers-hit-affordability-limit-ai-demand-still-keeps-dram-and-nand-prices-climbing-through-q3-2026" target="_blank">raising handset prices</a> to offset persistently high memory costs.</p><p>The consumer arm's relocation puts it alongside Samsung's existing chip footprint in Texas, which includes two fabs in Austin, the delayed Taylor fab, and a mobile hub in Plano. Samsung employed 11,770 people in the U.S. at the end of 2025, including its chip division. Samsung's IT services affiliate, Samsung SDS America, warned in a separate June notice that 179 roles could be cut in Ridgefield Park, New Jersey. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Russian drones spotted using screwed-on magnetic compasses as navigation aids — the on-board camera can occasionally tilt down to check bearings if satellite comms are lost ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/drones/russian-drones-spotted-using-screwed-on-magnetic-compasses-as-navigation-aids-the-on-board-camera-can-occasionally-tilt-down-to-check-bearings-if-satellite-comms-are-lost</link>
                                                                            <description>
                            <![CDATA[ Russian drone troops are adding cheap magnetic compasses to help find their bearings. Crude add-on helps them find their bearings and locate their targets even without GPS. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">FjdiihfDQEKY6ys5ztK9jW</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/TR86hwy4zXvRzB4KUKJgKc-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Sun, 19 Jul 2026 12:05:34 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Drones]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                <author><![CDATA[ editors@tomshardware.com (Jowi Morales) ]]></author>                    <dc:creator><![CDATA[ Jowi Morales ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/gM7E2WSDg2wgCFoaDPz9yK.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Jowi Morales is a writer and journalist covering the tech beat since 2021. However, he’s been interested in technology far earlier than that. He started discovering desktop computers when his father brought home a Windows 95 PC, but his first real experience working under the hood of the PC was when the old computer’s hard drive was filled to the brim in the year 2000. He deleted the Windows folder to attempt to rectify the situation, which led to his dad buying a new desktop PC. Since then, he learned a lot more about computers, and he’s always been the go-to tech expert for his family and friends.&lt;/p&gt;&lt;p&gt;Jowi primarily uses a Windows workstation and an Android phone, but he also bought into the Apple ecosystem with the 6th-gen iPad, iPhone 14 Pro Max, and the M1 MacBook Air. Today, Jowi covers hardware and software from Redmond and Cupertino, while also looking at the tech industry in general.&lt;/p&gt;&lt;p&gt;Aside from covering technology, Jowi is an avid photographer and writes about automobiles, aviation, and tanks. You can find his bylines at &lt;a href=&quot;https://www.makeuseof.com/author/jowi-morales/&quot;&gt;MakeUseOf&lt;/a&gt;, &lt;a href=&quot;https://www.slashgear.com/author/jowimorales/&quot;&gt;SlashGear&lt;/a&gt;, and, of course, &lt;a href=&quot;https://www.tomshardware.com/author/jowi-morales&quot;&gt;Tom’s Hardware&lt;/a&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/png" url="https://cdn.mos.cms.futurecdn.net/TR86hwy4zXvRzB4KUKJgKc-1280-80.png">
                                                            <media:credit><![CDATA[Lamp of Knowledge/YouTube]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[the Molniya drone]]></media:description>                                                            <media:text><![CDATA[the Molniya drone]]></media:text>
                                <media:title type="plain"><![CDATA[the Molniya drone]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/TR86hwy4zXvRzB4KUKJgKc-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Ukraine, which is fighting a years-long war of attrition against Russian aggression, has seen a lot of combat innovations, especially in drone warfare. But even as modern technologies like <a href="https://www.tomshardware.com/service-providers/network-providers/russia-still-using-starlink-guided-drones-in-ukraine-insists-report-starlink-mini-atop-grounded-drone-points-to-ongoing-issue-despite-u-s-dod-claims-threat-was-blunted" target="_blank">Starlink-powered long-range drones</a> and <a href="https://www.tomshardware.com/peripherals/cables-connectors/russia-has-reportedly-improved-the-range-of-its-jam-proof-optical-drones-to-over-40-miles-purported-chinese-russian-collaborative-production-imagery-reveals-dramatically-increased-tethered-drone-range">jam-proof fiber optic drones</a> enter the battlefield, troops on both sides are also relying on their own ingenuity and deploying “field upgrades” on their equipment. Just like during the Second World War, when some American tankers welded thick metal plates to increase the armor on their vehicles to counter the feared German Panzers, the <a href="https://defence-blog.com/russias-cutting-edge-drone-upgrade-is-a-2-camping-compass/" target="_blank"><em>Defence Blog</em></a> reports that Russians are crudely installing $2 magnetic compasses on some Molniya drones to combat electronic warfare.</p><div class="see-more see-more--clipped"><blockquote class="twitter-tweet hawk-ignore" data-lang="en"><p lang="en" dir="ltr">Система навигации российского беспилотника. Саморезами прикрутили компас, на который смотрит камера, чтобы сверяться с курсом. Аналогов нет. Уверен, в документах пишут: Навигационное оборудование, основанное на принципах магнетизма Земли. pic.twitter.com/DncTH3ff1z<a href="https://twitter.com/cantworkitout/status/2078020405193736546">July 17, 2026</a></p></blockquote><div class="see-more__filter"></div></div><p>The Molniya is a cheap, medium-range drone that relies on the open-source ExpressLRS radio control system, which lets operators control it from a potential maximum range of up to 62 miles (100 kilometers). Some versions also used Starlink connections to combat the jamming efforts of Ukrainian electronic warfare units, but <a href="https://www.tomshardware.com/tech-industry/starlink-uses-emergency-fix-to-block-russian-drones-using-its-devices-to-bomb-ukraine-company-looking-for-permanent-solutions-to-stop-unauthorized-use-of-its-service" target="_blank">Ukraine’s requirement to register Starlink units in the country</a> before they can be used has supposedly made this strategy unviable. </p><p>The drone can also be equipped with a <a href="https://www.tomshardware.com/networking/ukraines-birds-adapt-to-battlefield-environment-weaving-optical-fiber-nests-for-warmth-canny-feathered-friends-repurpose-scraps-of-this-spun-off-insulator-material" target="_blank">fiber optic cable</a>, which renders it impervious to any sort of electronic interference. Although this limits the potential range of the Molniya to just 18 miles (30 kilometers), it allows the drone to be more effective as it reduces the chances that the operator will lose control of the unit. </p><p><a href="https://www.tomshardware.com/service-providers/network-providers/nato-believes-russia-poses-a-threat-to-the-wests-internet-and-gps-services" target="_blank">GPS jamming</a> is also a common occurrence in Ukrainian airspace. This means that drone operators could potentially get lost on their way to their targets. Because of this, many frontline Russian units have started crudely installing magnetic compasses on their drones. This navigation tool is typically installed just below the FPV camera, allowing the operator to glance down to confirm their bearings. When combined with other telemetry data, the drone pilot could locate their relative location even without GPS.</p><p>One leaked image shows that the compass is just attached to the panel near the FPV camera with five Philips screws, suggesting that this isn’t a factory modification. Some people are mocking the development of this “add-on,” saying that it’s a step backward for the supposedly “advanced” Russian arsenal. But no matter how rough and primitive it looks, the fact that it helps the Russians achieve their missions means that it’s still a cheap, effective, and rather deadly modification.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Coil whine can be musical, demonstrates engineering student — this usually hated noise can make some people happy ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/pc-components/coil-whine-can-be-musical-demonstrates-engineering-student-this-usually-hated-noise-can-make-some-people-happy</link>
                                                                            <description>
                            <![CDATA[ Video shows that electronic noise pollution can become music. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">ggbzEmhcJvccwZHfc3J9Y4</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/te58vBDTyp7JQSYrifKZc4-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sun, 19 Jul 2026 11:20:34 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[PC Components]]></category>
                                                                                                                    <dc:creator><![CDATA[ Mark Tyson ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/56vqMYLDaKRHPhHZgbADFR.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Mark&#039;s enthusiasm for computers dampened at an early age by the rubber-keyed Sinclair Spectrum 48K and feelings of Commodore 64 envy. However, in the mid-80s, hope in a digital future was rekindled by the purchase of an Atari 520 STe. Since that time Mark has used a multitude of computers for fun and professional endeavors. He often owned both Macs and PCs but went cold on the former after OS9 was killed off, and warmed to the latter with the introduction of Windows XP.&lt;br&gt;
&lt;br&gt;
Early work years were spent in artwork and reprographics but in the late noughties, Mark started to blog about computers, Taiwanese food culture, and guitar design. This activity led to a full-time position writing about breaking PC tech news for HEXUS, for the best part of a decade. When HEXUS was abruptly closed, Mark helped with the foundation of Club386, before finding a new home at Tom&#039;s Hardware.&lt;br&gt;
&lt;br&gt;
When not wearing through the keycap legends on his PC keyboards, Mark can be found wandering the computer malls of Taiwan&#039;s neon-lit conurbations and enjoying local and international cuisine.&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/te58vBDTyp7JQSYrifKZc4-1280-80.jpg">
                                                            <media:credit><![CDATA[Battery Potato]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Musical coil whine]]></media:description>                                                            <media:text><![CDATA[Musical coil whine]]></media:text>
                                <media:title type="plain"><![CDATA[Musical coil whine]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/te58vBDTyp7JQSYrifKZc4-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>An engineering student has demonstrated a piece of music being played via <a href="https://www.tomshardware.com/desktops/pc-building/why-building-a-quiet-pc-is-harder-than-you-think-what-to-know-and-how-to-make-your-rig-quieter" target="_blank">coil whine</a>. In the PC world, this electronic noise pollution is usually an unwanted side effect from running high-performance components at full pelt. However, keen electronic DIYer Battery Potato has videoed an inductor coil playing a catchy chip tune. </p><div class="see-more see-more--clipped"><blockquote class="twitter-tweet hawk-ignore" data-lang="en"><p lang="en" dir="ltr">コイル鳴き、普通に製品作る際は消したい物だけど、あえて遊ぶことも出来る pic.twitter.com/05x5UsA7WL https://t.co/3yoAyru82o<a href="https://twitter.com/cantworkitout/status/2077778458051248416">July 16, 2026</a></p></blockquote><div class="see-more__filter"></div></div><p>Sorry I don’t recognize the tune being played. It sounds like it could be a classic <a href="https://www.tomshardware.com/video-games/retro-gaming/ingenious-modder-turns-lego-game-boy-into-an-actual-game-boy-that-can-run-real-cartridges-new-lego-set-gets-outfitted-with-custom-pcb-in-less-than-a-day-3d-printing-required-for-future-button-support" target="_blank">Nintendo Game Boy</a> game music track, but almost anything played through a coil may sound like that.</p><p>Many of you will have bought or built a high-performance PC that is afflicted with components that produce audible coil whine. In my long computer tinkering history, I only remember two coil whine emitting components: a Zotac <a href="https://www.tomshardware.com/reviews/nvidia-geforce-rtx-4080-review" target="_blank">RTX 4080</a>, and a (recent) lesser-known Chinese brand <a href="https://www.tomshardware.com/reviews/best-ssds,3891.html" target="_blank">NVMe SSD</a>. Other components that might have noisy coils are PSUs and motherboards.</p><p>Coil whine is an audible phenomenon that occurs when inductors (and sometimes capacitors) vibrate in response to rapidly changing electrical loads. For PC enthusiasts this can be maddening if you have what is otherwise a pleasingly quiet machine. PCs most often exhibit coil whine when you are hitting very high frame rates (GPU) or transferring oodles of data files (SSD). It is usually a high-pitched audible effect, so coil whine can be particularly bothersome to those who can hear high-pitched sounds clearly and are sensitive to them.</p><p>Battery Potato, an electrical engineering student at Nagaoka University of Technology, has sought to make coil whine a feature instead of an <a href="https://www.tomshardware.com/reviews/history-of-computers,4518-13.html" target="_blank">electronics bug</a>. You can see from the video that a simple toroidal inductor has been constructed, and the electronics DIYer is running current through it. Perhaps this simple homebrew inductor was chosen for this ‘music’ project as it produced clearer sound than off-the-shelf components. A modulated current waveform is likely being fed directly to the coils to make them 'sing' as intended.</p><h2 id="the-occt-stress-tester-introduced-musical-coil-whine-last-year">The OCCT stress tester introduced musical coil whine last year</h2><p>The above story of music being squeezed out of a coil whine noisescape isn’t unprecedented. Last October we reported on stress tester <a href="https://www.tomshardware.com/pc-components/gpus/occt-version-15-adds-coil-whine-detection-that-doesnt-require-a-microphone-popular-stress-tester-gets-genius-new-feature-to-silence-your-pc" target="_blank">OCCT version 15 release</a>, which included a coil whine detection tool that can output "three pre-defined tunes." </p><p>The OCCT devs reasoned that pushing components with a coil whine pattern that has musical characteristics would help users more easily recognize the issue. It especially helps listeners pick out actual coil whine in noisier environments.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Clever hacker fits 537,000 domains in a tiny $5 ESP32 ad-blocking dongle — firmware uses only around 50KB of RAM and can answer blocked lookups in 10 milliseconds ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/networking/clever-hacker-fits-537-000-domains-in-a-tiny-usd5-esp32-ad-blocking-dongle-firmware-uses-only-around-50kb-of-ram-and-can-answer-blocked-lookups-in-10-milliseconds</link>
                                                                            <description>
                            <![CDATA[ This project uses a clever hashing trick to fit over half a million blocked domains into just 4MB of flash memory. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">crbjgdJ6HB3zgfR5eBygrW</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/gGjEqwLsURFSUzVANwnYQZ-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sun, 19 Jul 2026 10:00:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Networking]]></category>
                                                                                                                    <dc:creator><![CDATA[ Zak Killian ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/yonJziSpjzVFahKcUonJvi.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Zak Killian is a freelance contributor to Tom&#039;s Hardware who has also written for HotHardware and Tech Report. Ever since typing in games from magazines in ATARI BASIC on his family&#039;s Atari 800XL as a youth, Zak has been deeply fascinated with the capabilities of computers. His passion for gaming as a kid led to more technical engagement with PCs as a teenager, when he first built his own system: an AMD K6. Not long after, he founded his own PC repair shop in the year 2000. Now, decades later, he&#039;s still building and benchmarking new boxes, still gaming in every free hour, and still arguing on the internet with almost any opinion anyone has. Something of a modern-day Renaissance man, he may not be an expert on anything, but he knows just a little about nearly everything. &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/gGjEqwLsURFSUzVANwnYQZ-1280-80.jpg">
                                                            <media:credit><![CDATA[ZedAxis/YouTube]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A close-up photo of a custom-built USB-and-Wi-Fi adblocker built by an enthusiast.]]></media:description>                                                            <media:text><![CDATA[A close-up photo of a custom-built USB-and-Wi-Fi adblocker built by an enthusiast.]]></media:text>
                                <media:title type="plain"><![CDATA[A close-up photo of a custom-built USB-and-Wi-Fi adblocker built by an enthusiast.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/gGjEqwLsURFSUzVANwnYQZ-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>How cheap can you build a hardware-based ad-blocking DNS filter? "Free," if you're willing to salvage some used hardware that's being thrown away. What if you aren't so lucky? In the era of the RAMageddon, even a Raspberry Pi will cost you a couple hundred bucks. But you know, you don't even need something that powerful. In fact, you can use a $5 microcontroller to build <a href="https://github.com/M-Abozaid/esp32-c3-adblock" target="_blank">a fully functional ad-blocking filter</a> with over 500,000 domains blocked and around 10ms latency.</p><p>We know that's possible because Egyptian full-stack developer ZedAxis (@M-Abozaid on GitHub) has already built one. Using an ESP32-C3 "SuperMini" board, he's created a backup DNS for his home network that still provides ad blocking. His primary router is a Pi-hole, <a href="https://www.tomshardware.com/raspberry-pi/raspberry-pi-launches-3gb-model-to-fight-increasing-dram-prices-flagship-500-model-now-costs-almost-as-much-as-a-mac-mini" target="_blank">which is a Raspberry Pi</a> running specialized software to manage DHCP addressing and DNS resolution with integrated ad-blocking. The SuperMini serves as a backup when the Pi-Hole is rebooting or otherwise unavailable.</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:1280px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="wZBPyRvxidw3AakhCcUWMQ" name="esp32-supermini-bare" alt="A photo of the tiny ESP32 SuperMini board, bare of any casing." src="https://cdn.mos.cms.futurecdn.net/wZBPyRvxidw3AakhCcUWMQ.jpg" mos="" align="middle" fullscreen="" width="1280" height="720" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">The specific ESP32-C3 SuperMini board that ZedAxis used. </span><span class="credit" itemprop="copyrightHolder">(Image credit: ZedAxis/YouTube)</span></figcaption></figure><p>Strictly speaking, we haven't seen ZedAxis' creation in action, but there's no reason to believe it doesn't work. The ESP32 family of embedded Wi-Fi-enabled microcontrollers <a href="https://www.tomshardware.com/video-games/retro-gaming/designer-turns-niche-e-ink-dev-board-into-a-60hz-game-boy-handheld-960x540-display-powered-by-ultra-low-cost-esp32-s3-microcontroller" target="_blank">is a well-known quantity</a>, and this functionality is by no means outside the realm of its capabilities. In fact, this specific trick allows the use of the ESP32-C3, which is a cost-reduced version of the chip that doesn't have the 8MB of PSRAM found on some higher-end models. (There are <a href="https://www.tomshardware.com/software/macos/retro-apple-emulator-ported-to-usd60-esp32-microcontroller-powered-touchscreen-tablet-supports-mac-os8-1-and-a-virtual-mc68040-cpu-in-major-emulation-leap" target="_blank">MANY variants of the ESP32</a>.)</p><p>Instead, the ESP32-C3 used by ZedAxis has just 400KB of RAM, and 4MB of flash memory. With these limited specifications, he wasn't able to store <a href="https://www.tomshardware.com/video-games/pc-gaming/riot-vanguard-adds-an-on-demand-mode-that-stops-anti-cheat-loading-at-boot-on-secured-windows-11-pcs" target="_blank">a plaintext blocklist</a> of any real size; it's simply too much data. So, he did what any enterprising hacker would do: he started hashing the data to reduce its size. Using 40-bit FNV-1a hashes, because 32-bit would give too many collisions and 64-bit wastes too much space, he can store some 537,000 domains in the flash memory of the device.</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:540px;"><p class="vanilla-image-block" style="padding-top:129.63%;"><img id="9oneQ7XT6SK5W2NNZgaYxH" name="esp32-adblocker-rudimentary-gui" alt="A screenshot of the rudimentary GUI for the C3 AdBlocker." src="https://cdn.mos.cms.futurecdn.net/9oneQ7XT6SK5W2NNZgaYxH.jpg" mos="" align="middle" fullscreen="" width="540" height="700" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">The project includes a rudimentary GUI where you can see some statistics and configure custom domains for blocking. </span><span class="credit" itemprop="copyrightHolder">(Image credit: ZedAxis/YouTube)</span></figcaption></figure><p>The clever part isn't really the hashing, though. Rather than storing the domains themselves, the build process downloads one or more public blocklists, strips out duplicate entries and comments, hashes each remaining domain into a 40-bit value, sorts the resulting list, and writes the finished database into the ESP32's flash memory. <a href="https://www.tomshardware.com/how-to/change-dns-server-windows" target="_blank">When a DNS query arrives</a>, the device hashes the requested hostname the same way and performs a binary search against the sorted hash table. If it finds a match, the request is blocked. Otherwise, the query is forwarded to an upstream resolver. According to ZedAxis, the finished firmware uses only around 50KB of RAM while answering blocked lookups in roughly 10 milliseconds.</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/RaxszOUMi8E" allowfullscreen></iframe></div></div><p>There's another neat compromise hiding in the design, too. The ESP32 normally reserves enough flash memory to hold two complete copies of its firmware, allowing over-the-air (OTA) updates without risking a failed flash leaving the device unbootable. If you don't care about wireless firmware updates, you can reclaim that second firmware partition for the blocklist database instead. With OTA support enabled, the project tops out at around 250,000 blocked domains. Give up OTA, and that jumps to roughly 537,000 domains on a microcontroller that you can usually buy for <a href="https://www.tomshardware.com/maker-stem/microcontrollers-projects/tiny-credit-card-computer-includes-eink-screen-and-is-just-1mm-thick-muxcard-is-powered-by-the-esp32-c3-microcontroller" target="_blank">the price of a fast-food lunch</a>. ZedAxis describes the price as $2; I wasn't able to find SuperMini boards any cheaper than about $5 US, but at that price there's not much need to quibble about the difference.</p><p>Of course, this isn't meant to replace a proper Pi-hole or AdGuard Home installation. The ESP32 project has a rudimentary dashboard, but it doesn't provide detailed per-client statistics, historical query logs, or all the knobs and dials that make those platforms attractive. Instead, it's designed as a tiny insurance policy. It sits quietly on the network, sips only a few dozen milliamps of power, and if the primary DNS server disappears for a reboot or a power outage, clients still get filtered DNS responses instead of falling back to whatever resolver the router happens to have configured.</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:1080px;"><p class="vanilla-image-block" style="padding-top:79.63%;"><img id="pvJ6dFN3Ut8fY9yLJVJdQ8" name="esp32-plugged-into-router" alt="A photo of a tiny ad-blocking device plugged into a home fiber gateway device." src="https://cdn.mos.cms.futurecdn.net/pvJ6dFN3Ut8fY9yLJVJdQ8.jpg" mos="" align="middle" fullscreen="" width="1080" height="860" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">The backup ad-blocker is barely noticeable plugged into the creator's home gateway. </span><span class="credit" itemprop="copyrightHolder">(Image credit: ZedAxis/YouTube)</span></figcaption></figure><p>My favorite detail is that ZedAxis powers the whole thing from the USB port on the back of his ISP-provided fiber gateway, a Huawei OptiXstar home fiber gateway. The USB connection isn't carrying any data; the <a href="https://www.tomshardware.com/maker-stem/researcher-turns-wi-fi-smart-lightbulb-into-a-banned-book-library-open-source-project-makes-digital-books-available-via-a-server-and-open-wi-fi-access-point-hacked-into-an-esp32-powered-bulb" target="_blank">totality of the integration</a> is the router saying "here's 5 volts" and the ESP32 replying "thanks." It's just that the port is a convenient power source for a device so small it practically disappears behind the router. All communications are carried out through the ESP32's integrated Wi-Fi adapter.</p><p>I have no idea whether projects like this will ever become common. Probably not, because most people who want network-wide ad blocking will still buy a Raspberry Pi, a used mini PC, or <a href="https://www.tomshardware.com/news/adblock-ublock-fake-google-chrome-browser-extensions,40422.html" target="_blank">run AdGuard Home</a> in a virtual machine. Still, it's refreshing to see somebody look at a $5 microcontroller with 400KB of RAM and decide, "Sure, that'll do."</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Crazed enthusiast runs PC on 192 AA batteries, successfully boots into Hannah Montana Linux — System is stable during stress testing and even plays FreeDoom ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/desktops/pc-building/crazed-enthusiast-runs-pc-on-192-aa-batteries-successfully-boots-into-hannah-montana-linux-system-is-stable-during-stress-testing-and-even-plays-freedoom</link>
                                                                            <description>
                            <![CDATA[ A creator by the name of "Uwoslab" just jerry-rigged three battery banks together, each made up of 64 AA Alkaline cells, to form a giant 192-cell array that's enough to power an AM4 system. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">mCPU845SqHDCoz7bSwvZag</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/eg4Uuo9sB4KAie6rAGTQSP-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Sun, 19 Jul 2026 10:00:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[PC Building]]></category>
                                                    <category><![CDATA[Desktops]]></category>
                                                                                                <author><![CDATA[ editors@tomshardware.com (Hassam Nasir) ]]></author>                    <dc:creator><![CDATA[ Hassam Nasir ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/SxxNFHt95eGK37mKPhJpdZ.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Hassam is a lifelong PC gamer and tech enthusiast with over five years of experience in PC hardware journalism. His passion began in childhood when he rescued a discarded Pentium 4 processor, straightening its pins with a kitchen knife to revive a Dell Dimension 2400 at the age of seven. Since then, he has followed the advancements in technology, witnessing the evolution of hardware from the era of AMD&#039;s Opteron architecture to Intel&#039;s Smithfield (Pentium D), and the rise of Voodoo GPUs alongside Nvidia&#039;s FX GPUs taking the market by storm to the latest innovations today. As a seasoned writer, Hassam loves to get into the nitty-gritty details of hardware, providing insights on everything from CPUs, Motherboards and RAM to GPUs. When he’s not writing, you’ll find him building custom water-cooled PCs for himself and his friends, attending drag racing events, or collecting niche fragrances.&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/eg4Uuo9sB4KAie6rAGTQSP-1280-80.png">
                                                            <media:credit><![CDATA[Uwoslab]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Powering a Desktop PC on 400 AA Alkaline Batteries]]></media:description>                                                            <media:text><![CDATA[Powering a Desktop PC on 400 AA Alkaline Batteries]]></media:text>
                                <media:title type="plain"><![CDATA[Powering a Desktop PC on 400 AA Alkaline Batteries]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/eg4Uuo9sB4KAie6rAGTQSP-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>We've seen a few battery-powered PCs around here — after all, what are laptops but small computers running on Lithium-ion cells? When it comes to fueling actual desktop systems, though, the story is always one of compromise, however, this field of cutting-edge shenanigans has hit a new milestone thanks to creator <em>Uwoslab</em>. He just built an interconnected power bank out of 192 AA cells, enough to run a modern AM4 system without jeopardizing its performance.</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/NG8r47tdAo4" allowfullscreen></iframe></div></div><p>The build is rather straightforward and actually started with 400 AA batteries as the creator had bought four separate packs containing 100 cells each. His plan was to wire up 8 cells in parallel, then connect those little banks in series until he had 50 of them. Simple math tells us eight multiplied by fifty is 400, but ultimately, he only ended up wiring 192 batteries together, split across 3 large wooden boxes. </p><p>The boxes were used as anchor points to connect the batteries together and provide structural rigidity. They were laser-cut to fit the cells perfectly and were made out of wood. The creator put clips and contact pads at either ends of the apparatus to serve as the negative and positive terminals, respectively, with four cells going into each slot. He then duct-taped the whole thing together to make it even more secure.</p><figure role="gallery"><figure><img src="https://cdn.mos.cms.futurecdn.net/Ur9mDsrpVnxCh95ShzPkTQ.jpg" alt="Powering a Desktop PC on 400 AA Alkaline Batteries" /><figcaption><small role="credit">Uwoslab</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/5xKncGUPeDsY8XavDgVoaD.png" alt="Powering a Desktop PC on 400 AA Alkaline Batteries" /><figcaption><small role="credit">Uwoslab</small></figcaption></figure></figure><p>Each box held 64 batteries and Uwoslab built three of them, so that's how we get to the 192-count mentioned earlier. This same creator has actually tried to power a PC off of 9V zinc-carbon batteries before, but that experiment failed for the most part since the PC wouldn't stay on for more than a few seconds. His prior experience informed him to switch to Alkaline batteries instead that carry a higher voltage — 1.5V, to be exact.</p><p>Since PCs work on 12V, wiring together eight 1.5V cells gets you exactly 12V needed for stable operation, hopefully. Uwoslab was also using "high-drain" Pookell AA Alkaline batteries that trade capacity for higher voltage ratings. If you were to combine 400 of these bad boys in a perfect hypothetical, you'd generate about 160 watts of power for ten straight hours. </p><p>Unfortunately, AA batteries are not the most efficient and they drop in voltage over time as they're drained, which makes powering something as (relatively) sensitive as a modern x86 computer a lot more difficult. But it can still be done. The biggest mistake people make at this stage (as if this is a common occurrence) traditional wall-plug power supply attached to a 12V-to-220V inverter. Instead, he ran his parallel battery grid directly into a 12V DC-to-ATX adapter board plugged straight into the motherboard. </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="yrF6Nb4NFMVb9qzkmpsNZc" name="[LIVE] Powering a Desktop PC on 400 AA Alkaline Batteries to see if it's Possible 4-54-40 screenshot" alt="Powering a Desktop PC on 400 AA Alkaline Batteries" src="https://cdn.mos.cms.futurecdn.net/yrF6Nb4NFMVb9qzkmpsNZc.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: Uwoslab)</span></figcaption></figure><p>We don't know much about the PC itself apart from the fact that it's an AM4 system without a dedicated GPU, so it's a G-series chip. There's no storage device either; we're booting straight from a flash drive. And what are we booting into? Hanna Montana Linux. Yes, you're reading that correctly. The popular Linux distro from 2009 based on Disney's teen popstar <a href="https://www.tomshardware.com/software/linux/hannah-montana-linux-gets-modern-remaster-after-nearly-two-decades-sweet-niblets-new-v26-is-built-on-debian-with-a-re-skin-of-kde-plasma" target="_blank">was recently revived</a> and given a modern makeover. </p><div class="see-more see-more--clipped"><blockquote class="twitter-tweet hawk-ignore" data-lang="en"><p lang="en" dir="ltr">IT WORKED! Unlike the 9V attempt, this one ran the desktop for 30 minutes without running dead off of 200 AAs. Given the capacity at the end of the test it will likely run a couple more hours before the power drop becomes too much. we benchmarked with Hannah Montana Linux pic.twitter.com/vKBEkundyb<a href="https://twitter.com/cantworkitout/status/2078129398130094303">July 17, 2026</a></p></blockquote><div class="see-more__filter"></div></div><p>Not only does the battery-powered PC easily boot into Hanna Montana Linux on first try, but it even passed the built-in Linux CPU stress test (stress-ng) with flying colors. The CPU was pegged at 98% usage and dropped down to a stable 11.95V during the testing, while the battery bank was reading out at 13V initially. The experiment was a raging success, perhaps better than any Alkaline-powered PC that came before it. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ GTA 3 and Vice City are now playable inside San Andreas — a mod lets you revisit Liberty City and Vice City without leaving San Andreas ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/video-games/pc-gaming/gta-3-and-vice-city-are-now-playable-inside-san-andreas-a-mod-lets-you-revisit-liberty-city-and-vice-city-without-leaving-san-andreas</link>
                                                                            <description>
                            <![CDATA[ A GTA modder has embedded GTA 3 and Vice City within San Andreas, even nesting Vice City within GTA 3, with all three games continuing to run simultaneously. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">8BAgkmgyJxoYvNSexG5f3J</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/37Jn8zQGmP8oWez3ZDkZ7C-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sat, 18 Jul 2026 17:48:22 +0000</pubDate>                                                                                                                                <updated>Sat, 18 Jul 2026 18:01:48 +0000</updated>
                                                                                                                                            <category><![CDATA[PC Gaming]]></category>
                                                    <category><![CDATA[Video Games]]></category>
                                                                                                                    <dc:creator><![CDATA[ Etiido Uko ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/BBrMt7jWtSo2Dc3iKoroyD.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Etiido Uko is a mechanical engineer and senior technical writer with over nine years of experience in documentation and reporting. He is deeply passionate about all things engineering and technology, and is an expert in gadgets, manufacturing, robotics, automotive, and aerospace. His work spans content creation for industry leaders across multiple sectors, including Autodesk, Siemens, Xometry, Telus, and Coca-Cola. When he is not writing or keeping up with the latest innovations, you can find him exploring lands unknown. Check out more of his work at etiidowrites.com.&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/37Jn8zQGmP8oWez3ZDkZ7C-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Rockstar GTA games]]></media:description>                                                            <media:text><![CDATA[Rockstar GTA games]]></media:text>
                                <media:title type="plain"><![CDATA[Rockstar GTA games]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/37Jn8zQGmP8oWez3ZDkZ7C-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>A <em>Grand Theft Auto</em> (GTA) modder has developed a mod that lets you run <em>Grand Theft Auto III</em> (GTA 3) and <em>Grand Theft Auto: Vice City </em>(GTA VC) as mini games right inside <em>Grand Theft Auto: San Andreas</em><em><strong> </strong></em>(GTA SA). The modder, <a href="https://www.youtube.com/@dryxiogta">DryxioGTA</a>, demonstrated the feat in a video posted on YouTube on Thursday, running the game on a <a href="https://www.tomshardware.com/how-to/install-windows-11-virtual-machine">Windows virtual machine</a> on <a href="https://www.tomshardware.com/software/operating-systems/macos">macOS</a>.</p><p>In the video, <em>GTA SA’s</em> main character, CJ, can be seen stepping up to a TV, apparently inserted into the game by the mod. Once in front of the TV, the option to start either <em>GTA VC</em> or <em>GTA 3</em> appears. The selected mini-game immediately starts running on the TV. </p><p>Gamers can switch between controlling the main <em>GTA SA</em> game or the mini game, using the F10 key. When controlling the mini-game — say, <em>GTA 3</em>, as in the video — players can play it as normal while the rest of the outer <em>SA</em> game continues to run, with characters roaming about. Similarly, switching control back to the outer <em>SA</em> game leaves the mini-game running on the TV.</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/-IYkxgmMa3c" allowfullscreen></iframe></div></div><p>Just a few hours after uploading a brief gameplay video, the modder released another video demonstrating an even more mind-blowing mod, this time running <em>GTA Vice City</em> inside <em>GTA 3</em>, inside <em>GTA San Andreas</em>!</p><p>As shown in the clip, the game starts with <em>GTA SA</em>, where players can walk up to a large screen to activate and start running <em>GTA 3</em>. Within <em>GTA 3</em> — now running on the large screen inside San Andreas — gamers can drive to another specific screen and launch <em>GTA VC</em>. So you can be playing <em>GTA SA</em>, switch to a fully functional <em>GTA 3</em> within <em>SA</em>, and then switch again to play <em>Vice City</em> right inside the <em>GTA 3</em> sandbox, all while the other games are simultaneously running.</p><p>The remarkable mods are just one of thousands that developers have created since the game was first released on PC over 20 years ago in 2005. There are also several <a href="https://www.tomshardware.com/news/fan-patches-amd-fidelityfx-super-resolution-gta-v">Mods for other GTA titles</a>. Older GTA games have seen renewed interest as anticipation builds for <a href="https://www.tomshardware.com/video-games/pc-gaming/grand-theft-auto-6-preorders-begin-tonight-at-midnight-local-time-in-the-us-heres-where-to-buy-get-yours-now-its-in-the-garage-and-ready-to-roll">GTA 6</a>, which is scheduled to be released on consoles on November 19 after <a href="https://www.tomshardware.com/video-games/gta-6-delayed-again-this-time-to-november-2026-rockstar-says-extra-time-needed-to-deliver-quality-that-players-have-come-to-expect-and-deserve">several postponements</a>.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ AMD’s new Ryzen 7 7700X3D plummets to $279 days after launch — the X3D chip rules the mid-range at its discounted price ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/pc-components/cpus/amds-new-ryzen-7-7700x3d-plummets-to-usd279-days-after-launch-the-x3d-chip-rules-the-mid-range-at-its-discounted-price</link>
                                                                            <description>
                            <![CDATA[ The Ryzen 7 7700X3D has suddenly become a solid value thanks to a $50 promo code, knocking its price down from $329 to just $279 on Newegg. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">YZyrtrm3WVWQM5rrGYV2Q6</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/Xd378i3ZkEmbM7A7Tzt59S-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sat, 18 Jul 2026 17:40:13 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[CPUs]]></category>
                                                    <category><![CDATA[PC Components]]></category>
                                                                                                <author><![CDATA[ editors@tomshardware.com (Hassam Nasir) ]]></author>                    <dc:creator><![CDATA[ Hassam Nasir ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/SxxNFHt95eGK37mKPhJpdZ.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Hassam is a lifelong PC gamer and tech enthusiast with over five years of experience in PC hardware journalism. His passion began in childhood when he rescued a discarded Pentium 4 processor, straightening its pins with a kitchen knife to revive a Dell Dimension 2400 at the age of seven. Since then, he has followed the advancements in technology, witnessing the evolution of hardware from the era of AMD&#039;s Opteron architecture to Intel&#039;s Smithfield (Pentium D), and the rise of Voodoo GPUs alongside Nvidia&#039;s FX GPUs taking the market by storm to the latest innovations today. As a seasoned writer, Hassam loves to get into the nitty-gritty details of hardware, providing insights on everything from CPUs, Motherboards and RAM to GPUs. When he’s not writing, you’ll find him building custom water-cooled PCs for himself and his friends, attending drag racing events, or collecting niche fragrances.&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/Xd378i3ZkEmbM7A7Tzt59S-1280-80.jpg">
                                                            <media:credit><![CDATA[Tom&#039;s Hardware]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[AMD Ryzen 7 7700X3D]]></media:description>                                                            <media:text><![CDATA[AMD Ryzen 7 7700X3D]]></media:text>
                                <media:title type="plain"><![CDATA[AMD Ryzen 7 7700X3D]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/Xd378i3ZkEmbM7A7Tzt59S-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>AMD launched the Ryzen 7 7700X3D a couple of days ago to universal acclaim, with reviews praising its consistently excellent gaming performance while critiquing the price point. It's officially priced at $329, which is just shy of what the Ryzen 7 7800X3D goes for these days, rendering the newest X3D chip a bit pointless. However, thanks to a new promo code on Newegg, you can <a href="https://www.newegg.com/p/N82E16819113941">purchase it for as low as $279</a> right now. </p><ul><li><a href="https://www.newegg.com/p/N82E16819113941" target="_blank">Get the Ryzen 7 7700X3D on Newegg</a></li></ul><p>Just add the CPU to your cart, and at checkout, the promo code "PKC337" will be automatically applied to give you a $49 discount. That should bring the price down to just $279 before tax. At that price, the <a href="https://www.tomshardware.com/pc-components/cpus/amd-ryzen-7-7700x3d-cpu-review">Ryzen 7 7700X3D</a> suddenly becomes much more feasible thanks to its improved value proposition. Now, there's at least $120 separating the Ryzen 7 7700X3D from the <a href="https://www.tomshardware.com/reviews/amd-ryzen-7-7800x3d-cpu-review">Ryzen 7 7800X3D</a>, freeing up money you can put toward other upgrades. </p><p>For context, both chips are essentially the same; you can look at the Ryzen 7 7700X3D as the binned-down version of the Ryzen 7 7800X3D silicon that couldn't be used for the more expensive SKU. Both are 8-core, 16-thread parts with 104MB of combined cache and 120W TDPs. The Ryzen 7 7700X3D can boost up to 4.5 GHz, while the Ryzen 7 7800X3D has a 5 GHz boost clock. That's enough to just barely edge the Ryzen 7 7700X3D in gaming performance.</p><p>On the other hand, if you're looking for an all-rounder that also excels in professional workloads, then Intel's latest Arrow Lake refresh chips are better. Both the Core Ultra 5 250K Plus and the Core Ultra 7 270K Plus are faster at productivity tasks than the Red Team's offerings in the same class. But now that there's a clear price distinction among them, the Ryzen 7 7700X3D makes sense if you're just gaming. </p><p>The Ryzen 7 7700X3D is also a Newegg exclusive in North American markets till Q4 2026 so it makes sense that the retailer can discount it this quickly. The Ryzen 7 7800X3D is also on sale, but it has not received any promo codes on the site as of now. So, if you're looking to finally jump on the X3D train and on the AM5 socket, but don't want to spend over $300, this is your chance to grab the Ryzen 7<strong> </strong>7700X3D <a href="https://www.newegg.com/p/N82E16819113941">for as low as $279</a>. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Strapping 11 fans and a 360mm AIO to an RTX 3080 sounds crazy until you see the 30°C temp drop — modded GPU delivered less than 5 FPS uplift at turbojet noise levels ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/pc-components/cooling/strapping-11-fans-and-a-360mm-aio-to-an-rtx-3080-sounds-crazy-until-you-see-the-30-c-temp-drop-modded-gpu-delivered-less-than-5-fps-uplift</link>
                                                                            <description>
                            <![CDATA[ TrashBench recently decided to test whether adding more and more fans to a powerful GPU would improve its performance. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">2z82r2CR9CMxKeurM5QNug</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/DynHcZZfQG3XYCoT35qQ6-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sat, 18 Jul 2026 17:22:49 +0000</pubDate>                                                                                                                                <updated>Sat, 18 Jul 2026 17:23:50 +0000</updated>
                                                                                                                                            <category><![CDATA[Cooling]]></category>
                                                    <category><![CDATA[PC Components]]></category>
                                                                                                                    <dc:creator><![CDATA[ Mark Tyson ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/56vqMYLDaKRHPhHZgbADFR.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Mark&#039;s enthusiasm for computers dampened at an early age by the rubber-keyed Sinclair Spectrum 48K and feelings of Commodore 64 envy. However, in the mid-80s, hope in a digital future was rekindled by the purchase of an Atari 520 STe. Since that time Mark has used a multitude of computers for fun and professional endeavors. He often owned both Macs and PCs but went cold on the former after OS9 was killed off, and warmed to the latter with the introduction of Windows XP.&lt;br&gt;
&lt;br&gt;
Early work years were spent in artwork and reprographics but in the late noughties, Mark started to blog about computers, Taiwanese food culture, and guitar design. This activity led to a full-time position writing about breaking PC tech news for HEXUS, for the best part of a decade. When HEXUS was abruptly closed, Mark helped with the foundation of Club386, before finding a new home at Tom&#039;s Hardware.&lt;br&gt;
&lt;br&gt;
When not wearing through the keycap legends on his PC keyboards, Mark can be found wandering the computer malls of Taiwan&#039;s neon-lit conurbations and enjoying local and international cuisine.&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/DynHcZZfQG3XYCoT35qQ6-1280-80.jpg">
                                                            <media:credit><![CDATA[Asus ROG]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Asus ROG RTX 3080]]></media:description>                                                            <media:text><![CDATA[Asus ROG RTX 3080]]></media:text>
                                <media:title type="plain"><![CDATA[Asus ROG RTX 3080]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/DynHcZZfQG3XYCoT35qQ6-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>TrashBench recently decided to test whether adding more and more fans to what used to be one of the <a href="https://www.tomshardware.com/reviews/best-gpus,4380.html">best graphics cards</a> would improve its performance. The result wasn’t significantly faster performance, sadly, even when the thermal headroom was used for overclocking (vs. stock OC). Nevertheless, lessons were learned, and the self-described “punk-rock GPU death lab” was still proud of the temperature reductions, plus the GPU contraption's “awesome” looks and sounds.</p><p>The experiment began with an overview of the Asus ROG <a href="https://www.tomshardware.com/reviews/nvidia-geforce-rtx-3080-review">GeForce RTX 3080</a>, a nice example of the breed. But it was a choice that would perhaps end up making the 11-fan wonder look like less of an accomplishment. TrashBench stated the goal was to add more and more fans, plus duct tape and cable ties, then see whether the reduced temperatures from the boosted airflow result in more frames.</p><p>After cleaning and repasting the guinea pig GPU, a baseline was set with the stock cooler. Running 100% fan speed on the Asus ROG resulted in a stable temperature of 63°C (down from 70°C) during stress testing with the <em>Unigine Heaven</em> benchmark.</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/5r-NVGBqgcs" allowfullscreen></iframe></div></div><p>Replacing the Asus ROG cooling shroud with a trio of Arctic case fans dropped the reported <a href="https://www.tomshardware.com/how-to/check-graphics-card-temp-temperature">GPU temperatures</a> to a stable 52 degrees Celsius. That’s a decent result. Next, the trio of case fans was swapped for thicker server fans, shaving another 2 degrees Celsius off the GPU temperature, bringing it to 50 degrees Celsius precisely. Duct tape was added to prevent air venting from the sides of the server fans. Oops, the GPU temperature actually stabilized at a warmer 54 degrees Celsius.</p><p>So, that was the end of fans-at-the-front modifications. TrashBench next looked at adding a quintet of <a href="https://www.tomshardware.com/pc-components/air-cooling/arctics-new-8-000-rpm-case-fans-blow-a-pile-of-boxes-off-a-table-from-about-10-feet-away-arctic-s12038-8k-screams-like-an-air-raid-siren">tiny Arctic server fans</a> that run at up to 15,000 RPM along the top of the card. This jet-engine-soundalike configuration didn’t shift the needle, though. The RTX 3080 still wouldn’t hold below 50 degrees Celsius when tested for any length of time.</p><div ><table><caption>SOTTR 1440p tests</caption><thead><tr><th class="firstcol " ><p>Cooling config</p></th><th  ><p>Performance</p></th></tr></thead><tbody><tr><td class="firstcol " ><p>Stock</p></td><td  ><p>178 FPS</p></td></tr><tr><td class="firstcol " ><p>11 fans</p></td><td  ><p>180 FPS</p></td></tr><tr><td class="firstcol " ><p>Stock OC</p></td><td  ><p>183 FPS</p></td></tr><tr><td class="firstcol " ><p>11 fans OC</p></td><td  ><p>187 FPS</p></td></tr></tbody></table></div><p>Trying backplate fans was the next idea. After another ineffective endeavor, though, TrashBench decided to upgrade the backplate fan to <a href="https://www.tomshardware.com/reviews/best-cpu-coolers,4181.html">an AiO 360mm cooler</a>. Wow - a new best was recorded with this setup, with the GPU reporting a top stable temperature of just 41 degrees Celsius in <em>Heaven</em>.</p><p>Momentarily happy with this low-temperature achievement, the tech tinkerer decided to check whether benchmark runs in <a href="https://www.tomshardware.com/news/shadow-of-the-tomb-raider-xess-tested"><em>Shadow of the Tomb Raider</em></a> showed any benefit. There were some performance uplifts charted, but only very modest, as you can see from our results table, which even includes cases where the newfound overclocking headroom was taken advantage of.</p><p>TrashBench concluded with some positives. “It nearly cut the temperatures in half. It looks awesome. It sounds awesome,” underlined our hardware hacking hero. However, the tech tinkerer kept it real by adding “And it got me 2 FPS. So, not worth it.” In some ways, then, the good quality of the stock triple-fan Asus ROG RTX 3080 graphics card detracted from the 11 extra-fan hijinks.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Jurassic Park packed $4 million of legit 1993 computer hardware — a software engineer detailed every single piece of hardware in the film ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/desktops/jurassic-park-packed-usd4-million-of-legit-1993-computer-hardware-a-software-engineer-detailed-every-single-piece-of-hardware-in-the-film</link>
                                                                            <description>
                            <![CDATA[ Google software engineer Fabien Sanglard meticulously listed the computer hardware and software used in the first Jurassic Park film. He even added details for each device, turning the film into something of a computer museum. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">n4Fbjhr2czNENaTmHMvUjG</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/4nnN9JAxYocoRVKJPPVJ6E-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sat, 18 Jul 2026 17:12:53 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Desktops]]></category>
                                                                                                <author><![CDATA[ editors@tomshardware.com (Jowi Morales) ]]></author>                    <dc:creator><![CDATA[ Jowi Morales ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/gM7E2WSDg2wgCFoaDPz9yK.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Jowi Morales is a writer and journalist covering the tech beat since 2021. However, he’s been interested in technology far earlier than that. He started discovering desktop computers when his father brought home a Windows 95 PC, but his first real experience working under the hood of the PC was when the old computer’s hard drive was filled to the brim in the year 2000. He deleted the Windows folder to attempt to rectify the situation, which led to his dad buying a new desktop PC. Since then, he learned a lot more about computers, and he’s always been the go-to tech expert for his family and friends.&lt;/p&gt;&lt;p&gt;Jowi primarily uses a Windows workstation and an Android phone, but he also bought into the Apple ecosystem with the 6th-gen iPad, iPhone 14 Pro Max, and the M1 MacBook Air. Today, Jowi covers hardware and software from Redmond and Cupertino, while also looking at the tech industry in general.&lt;/p&gt;&lt;p&gt;Aside from covering technology, Jowi is an avid photographer and writes about automobiles, aviation, and tanks. You can find his bylines at &lt;a href=&quot;https://www.makeuseof.com/author/jowi-morales/&quot;&gt;MakeUseOf&lt;/a&gt;, &lt;a href=&quot;https://www.slashgear.com/author/jowimorales/&quot;&gt;SlashGear&lt;/a&gt;, and, of course, &lt;a href=&quot;https://www.tomshardware.com/author/jowi-morales&quot;&gt;Tom’s Hardware&lt;/a&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/4nnN9JAxYocoRVKJPPVJ6E-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Jurassic Park]]></media:description>                                                            <media:text><![CDATA[Jurassic Park]]></media:text>
                                <media:title type="plain"><![CDATA[Jurassic Park]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/4nnN9JAxYocoRVKJPPVJ6E-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Fabien Sanglard, who currently works as a Software Engineer at Google, has meticulously detailed every computer he can find in the original <em>Jurassic Park</em> movie, finally letting interested fans and viewers know what computers they need to get if they want to recreate the park. </p><p>The complete list and corresponding details are available on <a href="https://fabiensanglard.net/jurrasic_park_computers/index.html">Sanglard’s website</a>, which shows a total of six unique working computers, a PDA, two large CRT monitors, and a classic mechanical keyboard. He also covered the software that received screen time, including the meteorology software used in the movie to show the hurricane about to batter the island, which was also used in actual newsrooms at the time.</p><p>Most of the equipment listed can actually be found in the <em>Jurassic Park</em> Control Room, and even though most were only found in this particular set, they were all real, and most actually worked. </p><p>Sanglard also quoted the film’s special effects coordinator, Cory Faucher, from the book <em>The Making of Jurassic Park</em>. According to Faucher, “Everything in the set was real. We couldn't fake any of it, because audiences are so sophisticated now in their knowledge of computers. All told, $875,000 worth of computer hardware loaned by Silicon Graphics, $350,000 worth from Apple and some $500,000 in additional hardware and software went into equipping both the set and off-stage control room.”</p><div ><table><thead><tr><th class="firstcol " ><p>Device</p></th><th  ><p>Type</p></th><th  ><p>Character</p></th><th  ><p>Location</p></th></tr></thead><tbody><tr><td class="firstcol " ><p>Apple PowerBook 100 </p></td><td  ><p>Laptop</p></td><td  ><p>Dr. Alan Grant/Dr. Ellie Sattler</p></td><td  ><p>Mobile trailer</p></td></tr><tr><td class="firstcol " ><p>SRI R4000 Indigo</p></td><td  ><p>Desktop</p></td><td  ><p>John Raymond “Ray” Arnold</p></td><td  ><p>Jurassic Park Control Room</p></td></tr><tr><td class="firstcol " ><p>Macintosh Quadra 700</p></td><td  ><p>Desktop</p></td><td  ><p>John Raymond “Ray” Arnold (1 unit) and Dennis Theodore Nedry (2 units)</p></td><td  ><p>Jurassic Park Control Room</p></td></tr><tr><td class="firstcol " ><p>SGI IRIS Crimson</p></td><td  ><p>Desktop</p></td><td  ><p>Dennis Theodore Nedry</p></td><td  ><p>Jurassic Park Control Room</p></td></tr><tr><td class="firstcol " ><p>PLI Mini Arrays</p></td><td  ><p>External Drives</p></td><td  ><p>John Raymond “Ray” Arnold (2 units) and Dennis Theodore Nedry (5 units)</p></td><td  ><p>Jurassic Park Control Room</p></td></tr><tr><td class="firstcol " ><p>Motorola Envoy</p></td><td  ><p>Personal Digital Assistant</p></td><td  ><p>Dennis Theodore Nedry</p></td><td  ><p>Jurassic Park Control Room</p></td></tr><tr><td class="firstcol " ><p>Thinking Machines CM-5</p></td><td  ><p>Supercomputer (mockup)</p></td><td  ><p>(5 units)</p></td><td  ><p>Jurassic Park Control Room</p></td></tr><tr><td class="firstcol " ><p>SuperMatch 20-T</p></td><td  ><p>20-inch CRT Monitor</p></td><td  ><p>Dennis Theodore Nedry</p></td><td  ><p>Jurassic Park Control Room</p></td></tr><tr><td class="firstcol " ><p>Silicon Graphics workstation monitor (rebranded Mitsubishi HL7965)</p></td><td  ><p>19-inch CRT Monitor</p></td><td  ><p>Dennis Theodore Nedry</p></td><td  ><p>Jurassic Park Control Room</p></td></tr><tr><td class="firstcol " ><p>SGI Granite Keyboard (Indigo Style)</p></td><td  ><p>Mechanical Keyboard</p></td><td  ><p>John Raymond “Ray” Arnold</p></td><td  ><p>Jurassic Park Control Room</p></td></tr></tbody></table></div><p>This meant that all the gear the crew and cast were working with cost $1,725,000 back in 1992 — that’s worth more than $4 million in today’s money. The only non-working unit in the set was the Thinking Machines CM-5, which one commenter said was only the front panels of the supercomputer with red LED lights. Most of the software that we see on screen was actually working, except for the scene where Nedry was supposedly talking to his getaway driver while looking at him from a security feed on his Macintosh. Eagle-eyed viewers have long noticed that this wasn’t an actual video feed but a prerecorded video playing in QuickTime; you can even see the mouse cursor hiding the pause button.</p><p>It’s nice to see all these high-end computers that actually work the way they were meant to, unlike the nonsense that we see in many Hollywood films and TV shows that have a person (or two) typing gibberish to counter a “hacker” and then stopping the attack by just unplugging the terminal from the power source. So, if you want to see all these vintage machines in action, go ahead and watch Jurassic Park again this weekend. You can also check out this <a href="https://www.tomshardware.com/3d-printing/enthusiast-builds-3d-printed-retro-pc-case-and-shares-3d-files-so-you-can-print-it-yourself-design-fits-itx-mobo-and-atx-psu-comes-with-front-3-5-inch-bay-for-usb-ports">3D-printed retro PC</a> that looks like it's from the '80s and '90s or this <a href="https://www.tomshardware.com/maker-stem/intrepid-modder-builds-an-m4-powered-4k-imac-g3-with-3d-printed-parts-guts-90s-all-in-one-and-replaces-internals-with-a-mac-mini-and-an-oled-screen">M4-powered iMac G3</a> if you want to see more classic PCs (but running on modern hardware, this time).</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Grab AMD’s Ryzen 7 5800X3D 10th Anniversary CPU with motherboard and 16GB RAM for just $529 — save over $100 on this epic AMD gaming bundle ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/pc-components/cpus/grab-amds-ryzen-7-5800x3d-10th-anniversary-cpu-with-motherboard-and-16gb-ram-for-just-usd529-save-over-usd100-on-this-epic-amd-gaming-bundle</link>
                                                                            <description>
                            <![CDATA[ Newegg has a great combo bundle on sale with over $100 in savings for the fastest DDR4 gaming system you can build today. It pairs a Ryzen 7 5800X3D with 16GB of CL16 DDR4-3200 RAM and an Asus TUF Gaming B550-Plus WiFi II motherboard. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">TqtjdqMPxBRPEQupQ6Ydjg</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/oKunzKLo3D6PPpT5Jt8ajj-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Sat, 18 Jul 2026 15:19:27 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[CPUs]]></category>
                                                    <category><![CDATA[PC Components]]></category>
                                                                                                <author><![CDATA[ editors@tomshardware.com (Hassam Nasir) ]]></author>                    <dc:creator><![CDATA[ Hassam Nasir ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/SxxNFHt95eGK37mKPhJpdZ.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Hassam is a lifelong PC gamer and tech enthusiast with over five years of experience in PC hardware journalism. His passion began in childhood when he rescued a discarded Pentium 4 processor, straightening its pins with a kitchen knife to revive a Dell Dimension 2400 at the age of seven. Since then, he has followed the advancements in technology, witnessing the evolution of hardware from the era of AMD&#039;s Opteron architecture to Intel&#039;s Smithfield (Pentium D), and the rise of Voodoo GPUs alongside Nvidia&#039;s FX GPUs taking the market by storm to the latest innovations today. As a seasoned writer, Hassam loves to get into the nitty-gritty details of hardware, providing insights on everything from CPUs, Motherboards and RAM to GPUs. When he’s not writing, you’ll find him building custom water-cooled PCs for himself and his friends, attending drag racing events, or collecting niche fragrances.&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/oKunzKLo3D6PPpT5Jt8ajj-1280-80.png">
                                                            <media:credit><![CDATA[AMD, Asus, TeamGroup / Future]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[ASUS TUF GAMING B550-PLUS WIFI II AM4 ATX Motherboard, AMD Ryzen 7 5800X3D 10th Anniversary Edition 8-Core 3.4 GHz CPU, Team T-Force Delta RGB 16GB (2x8GB) DDR4 3200 Desktop Memory on sale at Newegg]]></media:description>                                                            <media:text><![CDATA[ASUS TUF GAMING B550-PLUS WIFI II AM4 ATX Motherboard, AMD Ryzen 7 5800X3D 10th Anniversary Edition 8-Core 3.4 GHz CPU, Team T-Force Delta RGB 16GB (2x8GB) DDR4 3200 Desktop Memory on sale at Newegg]]></media:text>
                                <media:title type="plain"><![CDATA[ASUS TUF GAMING B550-PLUS WIFI II AM4 ATX Motherboard, AMD Ryzen 7 5800X3D 10th Anniversary Edition 8-Core 3.4 GHz CPU, Team T-Force Delta RGB 16GB (2x8GB) DDR4 3200 Desktop Memory on sale at Newegg]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/oKunzKLo3D6PPpT5Jt8ajj-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Thanks to the ongoing component crisis caused by the AI boom, it's a particularly difficult time to build a gaming PC. Despite ample supply, most parts are overpriced, forcing consumers to resort to patience or finding deals. We've done the latter and found an enticing AM4 bundle on Newegg consisting of a Ryzen 7 5800X3D, 16GB of DDR4 RAM, and a feature-rich B550 motherboard — <a href="https://www.newegg.com/Product/ComboDealDetails?ItemList=Combo.4877845">all for just $529.99</a> right now. You'll be saving over $100 in this combo compared to buying these items separately.</p><ul><li><a href="https://www.newegg.com/Product/ComboDealDetails?ItemList=Combo.4877845" target="_blank">Check out this deal on Newegg</a></li></ul><p>The star of the show is the <a href="https://www.tomshardware.com/reviews/amd-ryzen-7-5800x3d-review">Ryzen 7 5800X3D</a>, the CPU that kickstarted AMD's gaming dominance, as it was the first X3D chip the company ever made. Newegg is bundling the <a href="https://www.tomshardware.com/pc-components/cpus/amd-ryzen-7-5800x3d-2026-cpu-review/2">10th Anniversary Edition</a> here with a Carbide Ice Pad that you can use in place of thermal paste. The specs remain unchanged; it's an 8-core processor with 16 threads that can boost up to 4.5 GHz. It has a total cache of 100MB, 64MB of which is the extra L3 cache stacked atop the CCD, and a 105W TDP.</p><p>Then there's the motherboard, which is an Asus TUF Gaming B550-Plus Wi-Fi II. As the name suggests, it's a full-sized (ATX) AM4 motherboard using the B550 chipset. It features a robust 8+2 phase VRM for power delivery. There are four DDR4 RAM slots onboard, along with two M.2 slots, including one PCIe 4.0-capable. The board has Wi-Fi 6, 2.5 Gbps Ethernet, USB 3.2 Type-A and Type-C, and more in terms of connectivity. You also get 2x ARGB headers.</p><div class="product star-deal"><a data-dimension112="d9aca05c-82b6-11f1-a65a-bd3dff3d1716" data-action="Star Deal Block" data-label="The fastest DDR4 CPU on the market that can still hold its ground against DDR5 options, paired with enough RAM and a solid motherboard to get your gaming journey started." data-dimension48="The fastest DDR4 CPU on the market that can still hold its ground against DDR5 options, paired with enough RAM and a solid motherboard to get your gaming journey started." data-dimension25="$529.99" href="https://www.newegg.com/Product/ComboDealDetails?ItemList=Combo.4877845" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1280px;"><p class="vanilla-image-block" style="padding-top:75.00%;"><img id="BGDBHLYYfeoboq29Li4kQE" name="combo4877845" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/BGDBHLYYfeoboq29Li4kQE.jpg" mos="" align="middle" fullscreen="" width="1280" height="960" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p>The fastest DDR4 CPU on the market that can still hold its ground against DDR5 options, paired with enough RAM and a solid motherboard to get your gaming journey started.<a class="view-deal button" href="https://www.newegg.com/Product/ComboDealDetails?ItemList=Combo.4877845" target="_blank" rel="nofollow" data-dimension112="d9aca05c-82b6-11f1-a65a-bd3dff3d1716" data-action="Star Deal Block" data-label="The fastest DDR4 CPU on the market that can still hold its ground against DDR5 options, paired with enough RAM and a solid motherboard to get your gaming journey started." data-dimension48="The fastest DDR4 CPU on the market that can still hold its ground against DDR5 options, paired with enough RAM and a solid motherboard to get your gaming journey started." data-dimension25="$529.99">View Deal</a></p></div><p>Finally, we have the RAM, which is by far the hardest component to source for a reasonable price these days. Thankfully, you're getting a solid kit from TeamGroup here: T-Force Delta RGB 16GB (8x2) DDR4-3200 running at CL16. This combination strikes a great balance for AM4, and since X3D chips <a href="https://www.tomshardware.com/pc-components/cpus/amds-ryzen-7-9850x3d-could-save-you-hundreds-on-your-new-build-during-the-ram-crisis-cpu-tech-nearly-eliminates-the-performance-difference-between-cheap-and-expensive-ram">rely more on their extra 3D V-Cache</a>, even slightly slower RAM doesn't lose performance. Not to mention, this kit has some nice-looking RGB, too.</p><p>Newegg is bunding all of these parts together <a href="https://www.newegg.com/Product/ComboDealDetails?ItemList=Combo.4877845">for just $529.99</a>, but they'll cost you a lot more separately. We put the CPU, RAM, and motherboard on PCPartPicker and got a total of $629 before tax, which means you're saving about $100 by choosing this bundle. And it's not like these are bargain-bin components either, you're getting basically the best that DDR4 and AM4 have to offer, but without breaking the bank.</p><p><em>If you're looking for more savings, check out our </em><a href="https://www.tomshardware.com/news/best-deals-on-tech" target="_blank"><em>Best PC Hardware deals</em></a><em> for a range of products, or dive deeper into our specialized </em><a href="https://www.tomshardware.com/features/best-deals-on-ssds" target="_blank"><em>SSD and Storage Deals,</em></a><em> </em><a href="https://www.tomshardware.com/pc-components/ssds/best-hard-drive-deals" target="_blank"><em>Hard Drive Deals</em></a><em>, </em><a href="https://www.tomshardware.com/news/best-computer-monitor-deals" target="_blank"><em>Gaming Monitor Deals</em></a><em>, </em><a href="https://www.tomshardware.com/news/best-graphics-card-deals-now" target="_blank"><em>Graphics Card Deals</em></a><em>, </em><a href="https://www.tomshardware.com/best-picks/best-gaming-chairs" target="_blank"><em>gaming chair,</em></a><em> or </em><a href="https://www.tomshardware.com/features/best-cpu-deals" target="_blank"><em>CPU Deals</em></a><em> pages.</em></p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Nvidia RTX 50 Super GPUs are reportedly ready, but stuck in limbo due to excessive GDDR7 pricing — 3GB GDDR7 module costs triple the price of 2GB ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/pc-components/gpus/nvidia-rtx-50-super-gpus-are-reportedly-ready-but-stuck-in-limbo-due-to-excessive-gddr7-pricing-3gb-gddr7-module-costs-triple-the-price-of-2gb</link>
                                                                            <description>
                            <![CDATA[ The 3GB GDDR7 chips that the RTX 50 Super GPUs will use reportedly cost twice to thrice as much as the 2GB chips found on vanilla RTX 50-series graphics cards.  This would likely push the retail price of these GPUs way beyond Nvidia's target MSRP. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">FKz3YsPnuVMjqTQphF2bzg</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/CBBS7c4u3Y3LJcY55ryv2W-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sat, 18 Jul 2026 13:45:42 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[GPUs]]></category>
                                                    <category><![CDATA[PC Components]]></category>
                                                                                                <author><![CDATA[ editors@tomshardware.com (Jowi Morales) ]]></author>                    <dc:creator><![CDATA[ Jowi Morales ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/gM7E2WSDg2wgCFoaDPz9yK.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Jowi Morales is a writer and journalist covering the tech beat since 2021. However, he’s been interested in technology far earlier than that. He started discovering desktop computers when his father brought home a Windows 95 PC, but his first real experience working under the hood of the PC was when the old computer’s hard drive was filled to the brim in the year 2000. He deleted the Windows folder to attempt to rectify the situation, which led to his dad buying a new desktop PC. Since then, he learned a lot more about computers, and he’s always been the go-to tech expert for his family and friends.&lt;/p&gt;&lt;p&gt;Jowi primarily uses a Windows workstation and an Android phone, but he also bought into the Apple ecosystem with the 6th-gen iPad, iPhone 14 Pro Max, and the M1 MacBook Air. Today, Jowi covers hardware and software from Redmond and Cupertino, while also looking at the tech industry in general.&lt;/p&gt;&lt;p&gt;Aside from covering technology, Jowi is an avid photographer and writes about automobiles, aviation, and tanks. You can find his bylines at &lt;a href=&quot;https://www.makeuseof.com/author/jowi-morales/&quot;&gt;MakeUseOf&lt;/a&gt;, &lt;a href=&quot;https://www.slashgear.com/author/jowimorales/&quot;&gt;SlashGear&lt;/a&gt;, and, of course, &lt;a href=&quot;https://www.tomshardware.com/author/jowi-morales&quot;&gt;Tom’s Hardware&lt;/a&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/CBBS7c4u3Y3LJcY55ryv2W-1280-80.jpg">
                                                            <media:credit><![CDATA[Future]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A GeForce RTX 5090 graphics card]]></media:description>                                                            <media:text><![CDATA[A GeForce RTX 5090 graphics card]]></media:text>
                                <media:title type="plain"><![CDATA[A GeForce RTX 5090 graphics card]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/CBBS7c4u3Y3LJcY55ryv2W-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The upcoming Super refresh of the Nvidia <a href="https://www.tomshardware.com/pc-components/gpus/nvidia-blackwell-rtx-50-series-gpus-everything-we-know">RTX 50-series</a> GPU is reportedly on hold due to the high cost of 3GB GDDR7 memory chips. A <a href="https://videocardz.com/newz/nvidia-rtx-50-super-cards-already-at-board-partners-but-launch-is-on-hold-over-3gb-gddr7-pricing">VideoCardz</a> source confirmed that one board partner already has <a href="https://www.tomshardware.com/pc-components/gpus/nvidias-rtx-50-super-lineup-leak-hints-at-increased-vram-of-up-to-24gb-and-415w-tgp">RTX 50 Super GPUs</a> on hand, but Nvidia has allegedly told the company that the products are on hold because of the price of 3GB GDDR7 memory chips.</p><p>This means that the AI GPU giant has already set an internal release date but is reportedly pushing it back because of memory pricing. If the cost of GDDR7 chips becomes too high, then the <a href="https://www.tomshardware.com/pc-components/gpus/unannounced-nvidia-rtx-50-super-gpus-appear-in-seasonic-psu-calculator-unreleased-graphics-cards-shown-with-10-17-percent-higher-tgp-over-original-models">RTX 50 Super GPUs</a> would either have a selling price that’s way above Nvidia’s targeted MSRP or, if it forces its partners to stick with or remain close to its set prices, GPU board manufacturers wouldn’t just make any units at all, as they’re going to lose money with every sale.</p><p>The RTX 50 Super GPUs are rumored to have <a href="https://www.tomshardware.com/pc-components/gpus/micron-joins-the-3gb-gddr7-party-introduces-36-gbps-modules-for-gpus-lags-behind-speeds-of-samsung-and-sk-hynix">3GB GDDR7 chips</a>, which offers 50% more capacity than the 2GB found in current-gen RTX 50-series graphics cards. This would allow the upcoming GPUs to have more memory without needing to increase or change their memory bus configurations.</p><p>According to the publication, the cards expected to be released soon include the RTX 5080 Super, RTX 5070 Ti Super, RTX 5070 Super, and RTX 5050 9GB. The first two will each receive 24GB of GDDR7 VRAM with a 256-bit bus width, while the RTX 5070 Super will have 18GB of VRAM with a 192-bit bus width. Unfortunately, these chips cost twice or thrice as much as their 2GB variants, which will likely push the retail price of these cards beyond Nvidia’s envisioned MSRP.</p><p>Nvidia used to supply VRAM chips alongside GPU dies to its board partners, but it <a href="https://www.tomshardware.com/pc-components/gpus/nvidia-reportedly-no-longer-supplying-vram-to-its-gpu-board-partners-in-response-to-memory-crunch-rumor-claims-vendors-will-only-get-the-die-forced-to-source-memory-on-their-own">changed this policy in late 2025</a> as the memory chip crisis unfolded. Because of this, the companies that complete the final assembly of the graphics cards are forced to source their own memory chips in an increasingly competitive market. SK hynix, one of the big three memory chip manufacturers, even says that <a href="https://www.tomshardware.com/pc-components/dram/sk-hynix-says-2027-will-be-the-worst-year-for-memory-shortage-forecasts-crunch-to-last-until-2030-ceo-shares-grim-outlook-on-the-day-sk-hynix-gets-listed-on-nasdaq">2027 is set to be the “worst year” for the memory shortage</a> and said that the crunch will last until 2030.</p><p>Even Nvidia, one of the biggest winners in the AI race, has been affected by the RAMpocalypse, with the <a href="https://www.tomshardware.com/pc-components/gpus/for-the-first-time-in-5-years-nvidia-will-not-announce-any-new-gpus-at-ces-company-quashes-rtx-50-super-rumors-as-ai-expected-to-take-center-stage">company not announcing a new GPU at</a><a href="https://www.tomshardware.com/pc-components/gpus/for-the-first-time-in-5-years-nvidia-will-not-announce-any-new-gpus-at-ces-company-quashes-rtx-50-super-rumors-as-ai-expected-to-take-center-stage"> CES 2026</a>. This is the first time this has happened in five years, with Jensen Huang releasing the 30-series, 40-series, and their respective mid-generation refreshes despite supply chain limitations and several other issues that arose during that period. Its latest AI systems are now more expensive than ever, with memory accounting for 25% of the BOM, as <a href="https://www.tomshardware.com/tech-industry/artificial-intelligence/nvidias-memory-costs-soar-485-percent-latest-ai-systems-now-cost-usd7-8-million-to-build-memory-now-comprises-25-percent-of-the-total-cost-rubin-gpus-a-mere-usd50-000-apiece">costs have </a><a href="https://www.tomshardware.com/tech-industry/artificial-intelligence/nvidias-memory-costs-soar-485-percent-latest-ai-systems-now-cost-usd7-8-million-to-build-memory-now-comprises-25-percent-of-the-total-cost-rubin-gpus-a-mere-usd50-000-apiece">soared by nearly 500%.</a></p><p>It’s still unclear what Nvidia and its board partners plan to do about the memory situation, especially as things don't seem to be improving. While it could delay the launch of the RTX 50 Super, it can only do so for so long, especially if it’s true that its dies are already in the hands of its board partners.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Nvidia CEO Jensen Huang’s trademark leather jacket raises nearly $1 Million at charity auction — bidding makes $60,000 valuation look like pocket change ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/peripherals/wearable-tech/nvidia-ceo-jensen-huangs-trademark-leather-jacket-raises-nearly-usd1-million-at-charity-auction-bidding-makes-usd60-000-valuation-look-like-pocket-change</link>
                                                                            <description>
                            <![CDATA[ ‘The Jensen Jacket’ achieved a hammer price of $960,000 this weekend. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">4c4iXB6bShRoPQFs3breuW</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/uHBK4wNbkvpe2jTzJgKw7-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sat, 18 Jul 2026 13:22:12 +0000</pubDate>                                                                                                                                <updated>Sat, 18 Jul 2026 18:04:01 +0000</updated>
                                                                                                                                            <category><![CDATA[Wearable Tech]]></category>
                                                    <category><![CDATA[Peripherals]]></category>
                                                                                                                    <dc:creator><![CDATA[ Mark Tyson ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/56vqMYLDaKRHPhHZgbADFR.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Mark&#039;s enthusiasm for computers dampened at an early age by the rubber-keyed Sinclair Spectrum 48K and feelings of Commodore 64 envy. However, in the mid-80s, hope in a digital future was rekindled by the purchase of an Atari 520 STe. Since that time Mark has used a multitude of computers for fun and professional endeavors. He often owned both Macs and PCs but went cold on the former after OS9 was killed off, and warmed to the latter with the introduction of Windows XP.&lt;br&gt;
&lt;br&gt;
Early work years were spent in artwork and reprographics but in the late noughties, Mark started to blog about computers, Taiwanese food culture, and guitar design. This activity led to a full-time position writing about breaking PC tech news for HEXUS, for the best part of a decade. When HEXUS was abruptly closed, Mark helped with the foundation of Club386, before finding a new home at Tom&#039;s Hardware.&lt;br&gt;
&lt;br&gt;
When not wearing through the keycap legends on his PC keyboards, Mark can be found wandering the computer malls of Taiwan&#039;s neon-lit conurbations and enjoying local and international cuisine.&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/uHBK4wNbkvpe2jTzJgKw7-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[Don&#039;t touch my jacket]]></media:description>                                                            <media:text><![CDATA[Jensen Huang at  Hon Hai (Foxconn) Tech Day in Taipei on October 18, 2023.]]></media:text>
                                <media:title type="plain"><![CDATA[Jensen Huang at  Hon Hai (Foxconn) Tech Day in Taipei on October 18, 2023.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/uHBK4wNbkvpe2jTzJgKw7-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>‘The Jensen Jacket: Jensen Huang's Tom Ford Leather Jacket’ achieved a <a href="https://www.sothebys.com/en/buy/auction/2026/the-ceos-uniform-jensen-huangs-tom-ford-leather-jacket/the-jensen-jacket-jensen-huangs-tom-ford-leather">hammer price of $960,000</a> this weekend. High-end auctioneer Sotheby’s listed the leather garment, which was claimed to have been worn at least once by the Nvidia CEO, with a far lower price estimate of $40,000 to $60,000. Happily, the bountiful proceeds of the auction are going to charity.</p><p>Bidders could be quite confident that this <a href="https://www.tomshardware.com/tech-industry/nvidia-ceo-jensen-huangs-star-power-made-him-a-celebrity-magnet-at-gtc-2024">Tom Ford jacket</a> was genuinely worn by Jensen Huang at one or more landmark product launches, thanks to the work of the PSA [Professional Sports Authenticator]. Specifically, PSA photomatched this jacket and its unique leather wrinkles to the Hon Hai (<a href="https://www.tomshardware.com/tech-industry/foxconn-to-expand-u-s-operations-at-wisconsin-site-with-usd549-million-investment-taiwanese-company-gets-approval-for-more-ai-data-center-industry-in-racine-county">Foxconn</a>) Tech Day in Taipei on October 18, 2023, where Huang wore it on stage and met with other execs. Various close-up photos in the sales catalog showed telltale signs that this was/is the real deal. Separately, a signature on the garment was authenticated by James Spence Authentication.</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:62.14%;"><img id="3UGCMsh4CxepaZUFNSZt5" name="jensen-catalog" alt="Jacket worn by Jensen Huang at Hon Hai (Foxconn) Tech Day in Taipei on October 18, 2023." src="https://cdn.mos.cms.futurecdn.net/3UGCMsh4CxepaZUFNSZt5.jpg" mos="" align="middle" fullscreen="1" width="1920" height="1193" attribution="" endorsement="" class="inline expandable"><a href='https://cdn.mos.cms.futurecdn.net/3UGCMsh4CxepaZUFNSZt5.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: <a href="https://www.sothebys.com/en/buy/auction/2026/the-ceos-uniform-jensen-huangs-tom-ford-leather-jacket/the-jensen-jacket-jensen-huangs-tom-ford-leather" target="_blank">Sotheby's</a>)</span></figcaption></figure><p>The near $1M hammer price achieved is many multiples of the estimate. In <a href="https://www.tomshardware.com/peripherals/wearable-tech/jensen-huangs-iconic-signed-leather-jacket-expected-to-fetch-up-to-usd60-000-in-charity-auction-sothebys-says-item-was-worn-at-a-foxconn-tech-day-in-2023-and-the-signature-has-been-professionally-authenticated">our earlier reporting on the sale,</a> we guessed this would happen for a number of reasons. Firstly, we thought Sotheby’s ‘low’ estimate was intentional to draw in the crowds and stoke excitement. Secondly, we mustn’t neglect the importance of the not-so-secret ingredient - <a href="https://www.tomshardware.com/tech-industry/korean-fried-chicken-stocks-surge-30-percent-as-nvidia-ceo-jensen-huang-dines-out-on-local-delicacy-entire-industry-buoyed-by-secret-ingredient-jensanity">Jensanity</a>. And, right now, the <a href="https://www.tomshardware.com/pc-components/ssds/kioxia-exec-says-the-ai-boom-means-the-era-of-the-cheap-1tb-ssd-is-over-companys-nand-supply-is-sold-out-for-this-year-and-likely-through-2027">AI boom</a> with Nvidia at its center is still growing apace.</p><p>You can buy a brand new <a href="https://www.tomshardware.com/tech-industry/nvidia-ceo-jensen-huang-debuts-new-lizard-embossed-leather-jacket-also-says-something-about-ai-gpus">Tom Ford SS2023</a> menswear collection jacket, like the one shown, without any infusion of genuine Jensanity, for around $9,000. However, we can’t begrudge the success of this auction as the proceeds are earmarked for charity. The Sotheby’s page says that the auction was organized by Long Journey Ventures to benefit the Edge Institute, a non-profit that convenes people working at the frontiers of tech, science, culture, and society in pop-up villages (Edge Cities) to live together and experiment towards a brighter future. Fellowships, grants, and residencies for the next generation of young builders will be funded by this bumper lump of cash.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Security engineer ports password cracker hashcat to Gameboy Advance — 16.8 MHz chip can perform a meager 727 hashes a second, 30 million times slower than a modern rig ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/video-games/nintendo/security-engineer-ports-password-cracker-hashcat-to-gameboy-advance-16-8-mhz-chip-can-perform-a-meager-727-hashes-a-second-30-million-times-slower-than-a-modern-rig</link>
                                                                            <description>
                            <![CDATA[ Gameboy Advance port of hashcat allows for advanced password cracking in meager hardware — so long as you're willing to wait ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">3FgqhCygpUFWbCtWj9HMBX</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/aiBCowjyWCCrB3e6d6uFFi-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sat, 18 Jul 2026 11:30:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Nintendo]]></category>
                                                    <category><![CDATA[Video Games]]></category>
                                                    <category><![CDATA[Console Gaming]]></category>
                                                                                                <author><![CDATA[ editors@tomshardware.com (Bruno Ferreira) ]]></author>                    <dc:creator><![CDATA[ Bruno Ferreira ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/ZQiPPaXaAuQ4VrVEYnnR7G.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Bruno Ferreira&#039;s journey kicked off with the venerable ZX Spectrum, a cassette player, and his hopes and dreams. He quickly realized he had more fun figuring out how computers work than he did actually using the things. Kicking off a developer career with C and Assembly before moving to scripting languages, he&#039;s worn many hats, including both database architect and systems administration. As a teen, Bruno co-founded a web development outfit where he was for 17 years before moving on to spend nearly a decade at The Tech Report as a writer, editor, and (of course) developer. In this decade, he&#039;s been at Asus, MLCommons, and HotHardware, among others. When not fiddling with computers and games, his love for music and production sends him off to live shows and festivals. Occasionally, he pretends he can play the guitar and bass.&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/aiBCowjyWCCrB3e6d6uFFi-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Gameboy Advance]]></media:description>                                                            <media:text><![CDATA[Gameboy Advance]]></media:text>
                                <media:title type="plain"><![CDATA[Gameboy Advance]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/aiBCowjyWCCrB3e6d6uFFi-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>In the modern age, password cracking is an activity that generally begets quite powerful hardware, usually high-powered GPUs. Hashing algorithms have gotten trickier, and brute-forcing them has become computationally expensive. It's only natural, then, that a new software project has come up to port the common hashcat cracking utility to the mighty... Gameboy Advance (GBA).</p><div class="see-more see-more--clipped"><blockquote class="twitter-tweet hawk-ignore" data-lang="en"><p lang="en" dir="ltr">I "ported" @hashcat to the GBA, the ultimate password cracking rig ever (my dumbest project yet).The monstrously powerful 16.78 MHz ARM7TDMI chip does an astronomical 727 SHA256 hashes per second!! which is about thirty million times slower than a modern cracking rig. 350 days… pic.twitter.com/kWDD2B27KM<a href="https://twitter.com/cantworkitout/status/2077937988219084942">July 17, 2026</a></p></blockquote><div class="see-more__filter"></div></div><p>The <a href="https://github.com/solst-ice/gba-hashcat" target="_blank">gba-hashcat software</a> is the brainchild of security engineer solstICE (Ice), to whom the question of "why" is seemingly answered with "why not." Running on an original GBA, the app can power through SHA256 hashes at 727 h/s. At that rate, the author estimates that one year's worth of gba-hashcat would be equivalent to one second of a modern GPU-accelerated rig.</p><p>The GBA's main processor is an ARM7TDMI chip, a 32-bit RISC affair clocked at all of 16.8 MHz. It connected to most of its data buses and memory on a 16-bit bus, though, and the machine only carried 288 KB of RAM, plus 98 KB of VRAM. Most password-cracking software makes use of <a href="https://en.wikipedia.org/wiki/Rainbow_table" target="_blank">precomputed tables</a> to help speed the repeated attempts along, but given that standard GBA cartridges are limited to 32 MB in size, all that Ice could include was the <a href="https://github.com/ignis-sec/Pwdb-Public/blob/master/wordlists/ignis-1M.txt" target="_blank">ignis-1M</a> (one million) word list that rings in at 8 MB.</p><p>The software itself is quite small, given that Ice made good use of the <a href="https://github.com/gvaliente/butano" target="_blank">Butano engine</a>, a library that allows developers to easily write GBA games using plain C++ code. The gba-hashcat user interface is quite sparse, showing only an intro screen, progress statistics, and the current password attempt. It's not like you need much more for this application, save perhaps for a "please be patient" message.</p><p>In the GitHub commit, Ice calls gba-hashcat "[their] dumbest app of all time." That's quite the statement, but X commenters were quick to request networking support so they could make a cluster of password-cracking Gameboys, an idea that may have merit considering the price of graphics cards these days. At any rate, joke all you want, but for the one really important password retrieval I was once tasked with — recovering access to an Excel payroll sheet — even the original Gameboy would have sufficed. The password was "123".</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ AGI AI828 SSD Review: A near-last resort for those on a budget ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/pc-components/ssds/agi-ai828-ssd-review</link>
                                                                            <description>
                            <![CDATA[ The AGI AI828 is a budget drive with subpar performance and power efficiency. This makes it a last resort, although in the current market, it might be good enough for some. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">2o9TvLcVtuAb9yeZcMHvFV</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/fodkWVpSBKrk5zFeH253HH-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sat, 18 Jul 2026 11:10:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[SSDs]]></category>
                                                    <category><![CDATA[PC Components]]></category>
                                                    <category><![CDATA[Storage]]></category>
                                                                                                                    <dc:creator><![CDATA[ Shane Downing ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/Zosi9VrDytS9FkgJiHvc69.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Shane has a background in computer engineering and has worked as a freelance consultant in multiple industries. He has a strong affection for history and loves to game. He worked his way up from a Commodore 64 and has always been interested in technology and writing. He particularly enjoys breaking down complex concepts into understandable ideas. He’s a lifelong East-coaster and animal-lover.&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;&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/fodkWVpSBKrk5zFeH253HH-1280-80.jpg">
                                                            <media:credit><![CDATA[Tom&#039;s Hardware]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[AGI AI828]]></media:description>                                                            <media:text><![CDATA[AGI AI828]]></media:text>
                                <media:title type="plain"><![CDATA[AGI AI828]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/fodkWVpSBKrk5zFeH253HH-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>AGI is back with another drive, this time with one more oriented at budget shoppers who want different capacity options with a heatsink. The AI828 slots in somewhere between the <a href="https://www.tomshardware.com/pc-components/ssds/agi-ai818-2tb-ssd-review"><u>AI818</u></a> – a drive that didn’t impress us at all – and the <a href="https://www.tomshardware.com/pc-components/ssds/agi-ai858-2tb-ssd-review"><u>AI858</u></a>, a drive that was surprisingly good. The AI828 is a “one size fits all” type of drive that can work in a desktop, the PS5 console, or in a laptop if you don’t use the included heatsink. It’s not the best choice for any of these, but beggars can’t be choosers in this market. After all, we have PCIe 3.0 drives returning and entry-level drives like the <a href="https://www.tomshardware.com/pc-components/ssds/teamgroup-nv5000-2tb-ssd-review"><u>TeamGroup NV5000</u></a> showing up, as well. The AI828 can outdo those and some of our original PCIe 4.0 favorites like the <a href="https://www.tomshardware.com/reviews/team-group-mp44l-ssd-review"><u>TeamGroup MP44L</u></a>. Just don’t expect miracles.</p><h2 id="agi-ai828-specifications">AGI AI828 Specifications</h2><div ><table><tbody><tr><td class="firstcol " ><p>Product</p></td><td  ><p>512GB</p></td><td  ><p>1TB</p></td><td  ><p>2TB</p></td><td  ><p>4TB</p></td><td  ><p>8TB</p></td></tr><tr><td class="firstcol " ><p>Pricing</p></td><td  ><p>N/A</p></td><td  ><p>$239.99   </p></td><td  ><p>$449.99   </p></td><td  ><p>N/A</p></td><td  ><p>N/A</p></td></tr><tr><td class="firstcol " ><p>Form Factor</p></td><td  ><p>M.2 2280</p></td><td  ><p>M.2 2280</p></td><td  ><p>M.2 2280</p></td><td  ><p>M.2 2280</p></td><td  ><p>M.2 2280</p></td></tr><tr><td class="firstcol " ><p>Interface /   Protocol</p></td><td  ><p>PCIe   4.0 x4 / NVMe 1.4</p></td><td  ><p>PCIe   4.0 x4 / NVMe 1.4</p></td><td  ><p>PCIe   4.0 x4 / NVMe 1.4</p></td><td  ><p>PCIe   4.0 x4 / NVMe 1.4</p></td><td  ><p>PCIe   4.0 x4 / NVMe 1.4</p></td></tr><tr><td class="firstcol " ><p>Controller</p></td><td  ><p>Varies</p></td><td  ><p>Varies</p></td><td  ><p>Varies</p></td><td  ><p>Varies</p></td><td  ><p>Varies</p></td></tr><tr><td class="firstcol " ><p>DRAM</p></td><td  ><p>N/A (HMB)</p></td><td  ><p>N/A (HMB)</p></td><td  ><p>N/A (HMB)</p></td><td  ><p>N/A (HMB)</p></td><td  ><p>N/A (HMB)</p></td></tr><tr><td class="firstcol " ><p>Flash Memory</p></td><td  ><p>Varies</p></td><td  ><p>Varies</p></td><td  ><p>Varies</p></td><td  ><p>Varies</p></td><td  ><p>Varies</p></td></tr><tr><td class="firstcol " ><p>Sequential   Read</p></td><td  ><p>6,800 MB/s</p></td><td  ><p>7,400 MB/s</p></td><td  ><p>7,400 MB/s</p></td><td  ><p>7,400 MB/s</p></td><td  ><p>7,400 MB/s</p></td></tr><tr><td class="firstcol " ><p>Sequential   Write</p></td><td  ><p>4,100 MB/s</p></td><td  ><p>5,200 MB/s</p></td><td  ><p>6,700 MB/s</p></td><td  ><p>6,300 MB/s</p></td><td  ><p>6,100 MB/s</p></td></tr><tr><td class="firstcol " ><p>Random Read</p></td><td  ><p>N/A</p></td><td  ><p>N/A</p></td><td  ><p>N/A</p></td><td  ><p>N/A</p></td><td  ><p>N/A</p></td></tr><tr><td class="firstcol " ><p>Random Write</p></td><td  ><p>N/A</p></td><td  ><p>N/A</p></td><td  ><p>N/A</p></td><td  ><p>N/A</p></td><td  ><p>N/A</p></td></tr><tr><td class="firstcol " ><p>Endurance</p></td><td  ><p>350TBW</p></td><td  ><p>750TBW</p></td><td  ><p>1,500TBW</p></td><td  ><p>3,000TBW</p></td><td  ><p>6,000TBW</p></td></tr><tr><td class="firstcol " ><p>Part Number</p></td><td  ><p>AGI512G44AI828-CB</p></td><td  ><p>AGI1T0G44AI828-CB</p></td><td  ><p>AGI2T0G44AI828-CB</p></td><td  ><p>AGI4T0G44AI828-CB</p></td><td  ><p>AGI8T0G44AI828-CB</p></td></tr><tr><td class="firstcol " ><p>Warranty</p></td><td  ><p>5-Year</p></td><td  ><p>5-Year</p></td><td  ><p>5-Year</p></td><td  ><p>5-Year</p></td><td  ><p>5-Year</p></td></tr></tbody></table></div><p>The AGI AI828 covers every capacity you could ever hope for: 512GB, 1TB, 2TB, 4TB, and 8TB. Unfortunately, only 1TB and 2TB units were available at the time of review. These were going for $239.99 and $449.99 which is on the expensive side in both cases. Right now, however, this drive comes in and out of stock and can be priced competitively. It’ll probably be difficult to find the 8TB SKU, though.</p><p>The drive can hit up to 7,400 / 6,700 MB/s for sequential reads and writes, with no specification for IOPS given. IOPS tend not to be important for this segment – that is, a budget drive – and AGI is likely mixing multiple controllers and flash types based on availability and cost, which makes it less straightforward to try and nail down performance numbers. However, we would expect it to match the <a href="https://www.tomshardware.com/pc-components/ssds/seagate-firecuda-x1070-2tb-ssd-review"><u>Seagate FireCuda X1070</u></a>, with more than enough performance for this class.</p><p>AGI’s warranty covers the drive for the standard five years, with a bit extra on the writes front: the drive can absorb up to 750TB of data writes per TB capacity. The industry standard is 600TB. You probably won’t need this amount of writes, but it can be reassuring nonetheless, especially when dealing with less well-known brands and drives. It also suggests, but doesn’t guarantee, that TLC flash is used on the drive.</p><h2 id="agi-ai828-software-and-accessories">AGI AI828 Software and Accessories</h2><p>AGI does not offer any substantial, direct software support. We recommend using <a href="https://crystalmark.info/en/software/crystaldiskinfo/"><u>CrystalDiskInfo</u></a> for monitoring the health status of your drive. For basic benchmarking, <a href="https://crystalmark.info/en/software/crystaldiskmark/"><u>CrystalDiskMark</u></a> is a good choice. If you’re looking to backup data we suggest <a href="https://multidrive.io/download"><u>MultiDrive</u></a> for windows and either <a href="https://clonezilla.org/downloads.php"><u>Clonezilla</u></a> or <a href="https://rescuezilla.com/download"><u>Rescuezilla</u></a> for bootable options.</p><h2 id="agi-ai828-a-closer-look">AGI AI828: A Closer Look</h2><figure role="gallery"><figure><img src="https://cdn.mos.cms.futurecdn.net/L5mmZXYdw7ndz7kq3gp9HH.jpg" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/AyGmkpq8x8JVUMXmthDkZH.jpg" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure></figure><p>This is a single-sided drive that comes with an optional heatsink. This makes it great for the PS5 and many desktops, with the heatsink, and for laptops without. As this is intended to be a budget drive, that’s a bonus, as often there is no heatsink option. It’s best not to have to worry about a drive overheating in any circumstance, and the heatsink is sufficient for the job, but may not always be necessary.</p><figure role="gallery"><figure><img src="https://cdn.mos.cms.futurecdn.net/KPd6o7LDfkpmHiE68edofH.jpg" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/QQt4FT7CmcXfFkA85UjaLH.jpg" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/qoHgC4Dct2eHDFGVWFfJPH.jpg" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure></figure><p>The drive is pretty barebones with a DRAM-less SSD controller, two NAND flash packages, and a power management IC. As there is room for four flash packages, this drive could very well be single-sided at even high capacities. Not having a DRAM package helps. The PMIC is an Active-Semi or Qorvo part similar to what we’ve seen on some <a href="https://www.tomshardware.com/reviews/wd-blue-sn570-review"><u>WD drives</u></a> in the past. Power management can be handled this way, with discrete components, or as an embedded feature of the controller, each method with its own trade-offs.</p><p>The use of the PMIC makes sense when we look at the alignment of the drive: the controller is in the center. Leaving enough space for four NAND flash packages is ideal for a budget drive, and having the controller in the middle can be beneficial in some ways. We remember the <a href="https://www.tomshardware.com/reviews/wd-black-nvme-ssd-review,5530.html"><u>WD Black</u></a> having this configuration to help with cooling and to make even-length traces to the flash packages. Cooling is also aided as the heatsink can spread heat out to either side, with flash usually running cooler than the controller. This gives the center, hottest area of the drive a lot of heatsink surface area to dissipate heat before thermal equilibrium is attained.</p><p>As for traces, SSD controllers generally have to contend with timing issues to make sure all the flash operates in tandem, and even small differences can impact latency and, ultimately, drive efficiency. While we don’t think you should buy a drive based on this arrangement, it shows attention to detail on AGI’s part, even though that’s probably giving them too much credit with this being focused on the lowest possible BOM cost.</p><p>The flash is not directly identifiable through decoding or through utility use. We suspect the flash can vary on this drive, anyway, especially at different capacities. Examples we’ve seen have used TLC flash, and that matches the endurance rating of the drive. On the other hand, the <a href="https://www.tomshardware.com/pc-components/ssds/seagate-firecuda-x1070-2tb-ssd-review"><u>Seagate X1070</u></a> with the same controller and TLC levels of TBW is using Micron’s 232-Layer QLC flash. Looking at the performance characteristics of the drive as a whole, we’re limited by the controller and relatively small capacities on hand. Usually, you will have TLC flash with smaller SKUs as it offers higher baseline performance, as historically, QLC flash dies have been denser, which means fewer dies. However, in this era of 1Tb dies for both TLC and QLC, this is less of a certainty.</p><p>The flash that can be paired with this drive is somewhat limited to newer generations due to the required I/O speed, but there is still enough variance – especially if you take flash quality into consideration – that nothing is guaranteed. This isn’t particular to this drive, especially in the current market where flash supply is limited. Still, we can be reasonably certain that it won’t be using “bad” flash, which puts it a cut above lower-end drives that are once again becoming common.</p><p><strong>MORE: </strong><a href="https://www.tomshardware.com/reviews/best-ssds,3891.html"><strong>Best SSDs</strong></a></p><p><strong>MORE: </strong><a href="https://www.tomshardware.com/reviews/best-external-hard-drive-ssd,5987.html"><strong>Best External SSDs</strong></a></p><p><strong>MORE: </strong><a href="https://www.tomshardware.com/best-picks/best-ssd-for-steam-deck"><strong>Best SSD for the Steam Deck</strong></a></p><h2 id="comparison-products">Comparison Products</h2><p>We’re pulling no punches. The AGI AI828 is going up against drives that can match or outclass it and are generally of a higher capacity. This puts the drive at a disadvantage, but we don’t really think it belongs in a lower class, either. Adjust your expectations accordingly.</p><p>The drive is up against some of the best DRAM-less PCIe 4.0 drives we’ve tested, with both TLC and QLC flash. These include the <a href="https://www.tomshardware.com/pc-components/ssds/crucial-p310-2280-ssd-review"><u>Crucial P310</u></a> with QLC, the <a href="https://www.tomshardware.com/pc-components/ssds/biwin-black-opal-nv7400-2tb-ssd-review"><u>Biwin Black Opal NV7400</u></a>, the <a href="https://www.tomshardware.com/reviews/addlink-a93-ssd-review"><u>Addlink A93</u></a>, the <a href="https://www.tomshardware.com/pc-components/ssds/inland-tn470-1tb-2tb-ssd-review"><u>Inland TN470</u></a>, and the <a href="https://www.tomshardware.com/pc-components/ssds/wd-black-sn7100-ssd-review"><u>WD Black SN7100</u></a> with TLC. The last one is using exceptional BiCS8 TLC, which has very low latency and very high power efficiency.</p><p>Drives that may be considered a step or half step lower include the <a href="https://www.tomshardware.com/pc-components/ssds/klevv-cras-c925-ssd-review"><u>Klevv CRAS C925</u></a> with different TLC flash, the <a href="https://www.tomshardware.com/pc-components/ssds/biwin-nv7200-2tb-ssd-review"><u>Biwin NV7200</u></a> with QLC, and the <a href="https://www.tomshardware.com/pc-components/ssds/kingston-nv3-ssd-review"><u>Kingson NV3</u></a> with variable hardware. The AI828 is more of a match with these drives, but they are all tested at 2TB versus the 512GB and 1TB SKUs of the AI828. With fewer flash dies, the AI828 is at a disadvantage in some sequential workloads.</p><h2 id="trace-testing-3dmark-storage-benchmark">Trace Testing — 3DMark Storage Benchmark</h2><p>Built for gamers, 3DMark’s Storage Benchmark focuses on real-world gaming performance. Each round in this benchmark stresses storage based on gaming activities, including loading games, saving progress, installing game files, and recording gameplay video streams. Future gaming benchmarks will be DirectStorage-inclusive, and an evaluation for future-proofing is included where applicable.</p><figure role="gallery"><figure><img src="https://cdn.mos.cms.futurecdn.net/KyEyp6gmKqbtbHxmFbtqff.png" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/VVXrw2AwVbbikfsGxoc3gf.png" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/txpctVFHxXHtzpJZCGWuff.png" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure></figure><p>The AI828 is at the bottom of the chart, but it's not as bad as it could be. Poor performance at 512GB is to be expected – remember that most of the comparison drives are 2TB or larger. Such a low capacity for the AI828 does not allow for optimal use of newer, denser flash. Even at 1TB, things are stretched a bit. </p><p>We recorded 53µs for latency in 3DMark for the 2TB Seagate X1070, which means the AI828 1TB’s result here is actually not that bad. 50µs is far from a good score, but it's good enough for gaming. 512GB probably isn’t enough space for a gaming drive, but the AI828’s other capacities would work. This is not our first choice for a gaming drive unless it’s the least expensive, but your experience in general will not suffer from using it.</p><h2 id="trace-testing-pcmark-10-storage-benchmark">Trace Testing — PCMark 10 Storage Benchmark</h2><p>PCMark 10 is an industry standard trace-based benchmark that uses a wide-ranging set of real-world traces from popular applications and everyday tasks to measure the performance of storage devices. The results are particularly useful when analyzing drives for their use as primary/boot storage devices and in work environments.</p><figure role="gallery"><figure><img src="https://cdn.mos.cms.futurecdn.net/QmL4mX2SaD8F4Siz3yxjAm.png" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/PiYKoywR3Rv5Pp5HcuwAEm.png" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/U47tQY8sEGpHtSsXjrjBBm.png" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure></figure><p>Things are significantly better in PCMark 10, which is not entirely surprising, as the flash compatible with this controller is likely to be newer. We want to point out that this doesn’t necessarily help us discern the flash in use. QLC flash, for its part, can have surprisingly good read performance because, for one, you can end up reading hot data from the pSLC cache, and two, QLC tends to be optimized for 4KB reads to compensate for the flash’s slower native speed. So the flash type is not always made clear through synthetic tests.</p><p>We consider ~45µs to be an ideal target for drive responsiveness, and both capacities of the drive hit this. We should add that 44µs is the same score we got on the 2TB X1070, so we see nothing unusual here. As always, a drive with BiCS8 TLC or QLC flash – that would be the Black SN7100 here – is optimal for the very lowest 4KB read latency. However, the AI828 is quite fast enough to serve as a primary drive or as the only drive in your system.</p><h2 id="console-testing-playstation-5-transfers">Console Testing — PlayStation 5 Transfers</h2><p>The PlayStation 5 is capable of taking one additional PCIe 4.0 or faster SSD for extra game storage. While any 4.0 drive will technically work, Sony recommends drives that can deliver at least 5,500 MB/s of sequential read bandwidth for optimal performance. Based on our extensive testing, PCIe 5.0 SSDs don’t bring much to the table and generally shouldn’t be used in the PS5, especially as they may require additional cooling. Check our <a href="https://www.tomshardware.com/best-picks/best-ps5-ssds"><u>Best PS5 SSDs</u></a> article for more information.</p><p>Our testing utilizes the PS5’s internal storage test and manual read/write tests with over 192GB of data, both from and to the internal storage. Throttling is prevented where possible to see how each drive operates under ideal conditions. While game load times should not deviate much from drive to drive, our results can indicate which drives may be more responsive in long-term use.</p><figure role="gallery"><figure><img src="https://cdn.mos.cms.futurecdn.net/xE26QyLqcSMNAPLgmBeae7.png" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/Vi5AzRxs4FaEd7E5RLYSj7.png" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/zpPQcJ2uPtQ7QQ8rQvJkf7.png" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure></figure><p>Our main PS5 tests show no problems with the PS5. These would be the read test and the game transfer test from the M.2 SSD. The problem comes with the write test – game transfer test <em>to</em> M.2 SSD – where clearly the 512GB drive is not writing or not writing fully to the pSLC cache. Generally, this is not a problem in our testing because pSLC caches are large enough to handle even larger writes, plus drives have sufficient idle time to free up the cache. However, the cache size varies with capacity, so it is smaller at 512GB, and for drives using denser flash, especially that is going to be an issue.</p><p>This is not likely to be a real-world problem as a drive, and especially a PS5 drive, probably won’t be taxed this hard, and even if it is, the average speed here is still largely sufficient. This just demonstrates why smaller drives have gone away as the move to denser flash makes performance less consistent – even a 512GB drive lacks sufficient dies for optimal parallelization. In fact, it’s just one die per channel with 1Tb dies. On the other hand, SSD prices scale with flash, especially with the price hikes, which means lower-capacity drives are making a return. Unfortunately, that just doesn’t work well at this performance level. So you are left in a situation where you either have to make do with a much slower drive or spend enough money to get 1TB or more to make a faster drive worthwhile.</p><h2 id="transfer-rates-diskbench">Transfer Rates — DiskBench</h2><p>We use the DiskBench storage benchmarking tool to test file transfer performance with a custom 50GB dataset. We write 31,227 files of various types, such as pictures, PDFs, and videos to the test drive, then make a copy of that data to a new folder, and follow up with a reading test of a newly-written 6.5GB zip file. This is a real-world type workload that fits into the cache of most drives.</p><figure role="gallery"><figure><img src="https://cdn.mos.cms.futurecdn.net/JHvtRswtAjQYgn9eXHy4yC.png" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/aLi3u286pY3eDwcGhYVMyC.png" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/RNstPrhAgvgnwtFHv6NfyC.png" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure></figure><p>The AGI reads data fine, but struggles a bit during write workloads. This impacts copy performance, as writes are more limited than reads. Write performance can be impacted by the size of the pSLC cache, but if that is not too small, then it is impacted by the amount of parallelization the drive achieves. Smaller drives have fewer flash dies, and therefore less parallelization, and as a result write more slowly, which in turn reduces copy performance. This means the 512GB AI828 struggles to match the larger drives in this list, although, actually, its performance is not terrible for a drive of its size. </p><p>When you double the number of dies, you can reach up to double the speed, and with half the dies, you might drop to half the speed. The 512GB SKU here manages to maintain 1.1 GB/s, which, for this type of workload, isn’t world-endingly bad.</p><p>The 1TB SKU also struggles against the larger drives. The only other 1TB drive, the TN470, is near the bottom of the list. The budget NV3 is about as fast as the 1TB AI828. So, we can be somewhat happy with the AI828’s result. We’d figure that with at least a slower controller, the AI828 is going to fall behind the TN470. That doesn’t change the fact that this drive should be at a discount as a result. We are merely saying that the performance here is not unexpected, although things should be better at 2TB.</p><h2 id="synthetic-testing-atto-crystaldiskmark">Synthetic Testing — ATTO / CrystalDiskMark</h2><p>ATTO and CrystalDiskMark (CDM) are free and easy-to-use storage benchmarking tools that SSD vendors commonly use to assign performance specifications to their products. Both of these tools give us insight into how each device handles different file sizes and at different queue depths for both sequential and random workloads.</p><figure role="gallery"><figure><img src="https://cdn.mos.cms.futurecdn.net/FJdsE9Kcy2LR7tJAjVi6JJ.png" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/Mj3gNz3DsENQbEb3of2BsH.png" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/YPViz5f9EF6zCJCWzzwZHJ.png" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/35mzvKa84Eui9ijuSaPGsH.png" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/sVo2kfC75cNXTZGqx9HcGJ.png" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/6qQMxmUwzJZZxL4KmZ8cGJ.png" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/tsDQUC9p8FrByvDUUogaGJ.png" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/BWxbXUnResFVvvqiNEvjGJ.png" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/B2FnC6gkC6396YzSDNjgGJ.png" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/gJKNeQ99jEoo3DbVBLfbGJ.png" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/pxeWZrBFJ4y5BmDwjuA4GJ.png" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/TZTXqGuzYvHEaQhod4XLFJ.png" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/g2muH626ZuuVzpUoZmXtEJ.png" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/caUiqzmivWiQ7c5eGCqbxH.png" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure></figure><p>Fundamentally, we don’t see any issues with the AI828 in ATTO. The dips for 1KiB and 2KiB writes, for example, have little to no impact on real-world performance. This is not only because you mostly feel the reads with consumer workloads, but because writes are preferably combined into full 16KiB pages, and typically your logical page will be at 4KiB. Likewise, the dip for larger writes with the smaller 512GB SKU is expected because you lack sufficient dies for parallelization. This could be an issue if you intend to write or store larger files to the drive, but then a 512GB drive is probably not ideal. One exception might be if it’s used externally, in which case picking a heatsinked drive is odd, but even if that weren’t the case, the typical NVMe to USB enclosure is rated for a meager 10Gbps, anyway.</p><p>Read performance is more problematic. The 512GB SKU still has issues with larger I/O for the reason mentioned, although this begins at a smaller size. You will likely have files or blocks at 128 KiB or larger, and your performance may suffer from going with a smaller drive. The 1TB drive is better off except at 2MiB, where we have a dip. We’ve in the past hypothesized this could be a flash alignment issue, which would suggest this drive uses six-plane flash. With the 2,400 MT/s requirement here, that would mean 232-Layer YMTC or Micron TLC.</p><p>In CDM, we can move right over to sequential reads and writes to get a fuller idea of performance. For example, both capacities are fine with sufficient queue depth, but at queue depth 1 – which is a realistic workload for file transfers – the smaller 512GB model struggles. It’s still within striking distance of the 2TB NV3, which means it’s actually pretty good for a drive of its size. The 1TB drive has no issues at all. We see something similar with sequential writes, except that the 512GB SKU sees no performance improvement with queue depth. It simply doesn’t have enough flash to eke out more than ~4.1 GB/s.</p><p>With random 4KB operations, though, the amount of dies won’t matter at QD1. This is because you’re only hitting one die at any given time. As a result, both capacities have the same latency for both reads and writes. This isn’t always the case, as sometimes a large-capacity model might have more overhead, or you may see different hardware combinations at some capacities. However, in this case, both drives are dead even. While the 4KB write latency is fine, the 4KB read latency is not great. However, this is actually better than the X1070’s 55.44µs we got at 2TB and is better than any of the 5 GB/s budget, PCIe 4.0 SSDs we’ve tested.</p><p>Again, we consider ~45µs to be excellent, with ~50µs being a second dividing point. The AI828 is close enough to put it above last-generation drives, but it’s slow enough to be relegated to game duty. The exception would be if you really only need 512GB and have to save money any way you can. In that case, this drive is passable, as you might otherwise be looking at older PCIe 4.0 or even PCIe 3.0 drives. This one still feels more snappy than those. At higher capacities and on a tight budget, if you can find the drive at the right price, it could also work, but would not be our first choice.</p><h2 id="sustained-write-performance-and-cache-recovery">Sustained Write Performance and Cache Recovery</h2><p>Official write specifications are only part of the performance picture. Most SSDs implement a write cache, which is a fast area of pseudo-SLC (single-bit) programmed flash that absorbs incoming data. Sustained write speeds can suffer tremendously once the workload spills outside of the cache and into the "native" TLC (three-bit) or QLC (four-bit) flash. Performance can suffer even more if the drive is forced to fold, the process of migrating data out of the cache in order to free up space for further incoming data.</p><p>We use Iometer to hammer the SSD with sequential writes for 15 minutes to measure both the size of the write cache and performance after the cache is saturated. We also monitor cache recovery via multiple idle rounds. This process shows the performance of the drive in various states including the steady state write performance.</p><figure role="gallery"><figure><img src="https://cdn.mos.cms.futurecdn.net/CLEGqkmqwYX82eqqquEz9V.png" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/ssWzHFccZcJgiE63nFRx7V.png" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/5D9pG9hVRpvgRRWqaE7oyU.png" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure></figure><p>The AI828’s first, fastest mode in pSLC writes at ~6.4 GB/s for 51 seconds with a 328GB cache on the 1TB SKU. Given that this is almost one-third of the full capacity, we’re dealing with TLC flash. This is a large cache, which means the drive will struggle once it’s depleted. That is the case with the 1TB drive, averaging below 200 MB/s in the post-cache mode. This is very slow, HDD slow, and even QLC flash slow, but that is not completely unexpected. A modern 1TB drive does not have enough dies to hit a higher speed, and if the cache is very large, as is the case here, the trade-off is slow performance outside the cache. The good news is that the large cache hides this very well in 99% of real-world cases.</p><p>The 512GB SKU has even fewer dies, too few to really manage sustained writes very well. It’s better in a read-heavy role, but it's too small for large media. In many cases, you’re better off with an HDD in that case. If, however, you need a smaller option for a primary drive in, say, an older machine, this could do the trick. Older machines benefit greatly from going to an SSD – especially an NVMe SSD – and will usually be read-heavy or even read-exclusive. If you are intending to get a small, 512GB caching drive, this is certainly not the way to go.</p><p>We must admit that, in our testing, the smaller SKUs’ cache size is tiny. This is highly unusual and points to AGI using a static cache in that circumstance. Such a small cache means the drive can rebound better, even with half the interleaving or parallelization of the 1TB drive, so it scores higher in steady state write performance testing. The use of static pSLC makes sense here to improve post-cache performance and potentially also to improve flash endurance. Static pSLC can lead to lower effective write amplification if you’re not doing big writes, and it is still ample enough to cache potentially damaging random writes. So, it’s possible AGI is making the best of a bad situation.</p><h2 id="power-consumption-and-temperature">Power Consumption and Temperature</h2><p>We use the Quarch HD Programmable Power Module to gain a deeper understanding of power characteristics. Idle power consumption is an important aspect to consider, especially if you're looking for a laptop upgrade, as even the <a href="https://www.tomshardware.com/best-picks/best-ultrabooks-premium-laptops"><u>best ultrabooks</u></a> can have mediocre stock storage in terms of capacity and performance. Desktops are often more performance-oriented with less support for power-saving features, so we show the worst-case scenario for idle.</p><p>Some SSDs can consume watts of power at idle while better-suited ones sip just milliwatts. Average workload power consumption and max consumption are two other aspects of power consumption, but performance-per-watt, or efficiency, is more important. A drive might consume more power during any given workload, but accomplishing a task faster allows the drive to drop into an idle state more quickly, ultimately saving energy.</p><p>For temperature recording, we currently poll the drive’s primary composite sensor during testing with a ~22°C ambient. Our testing is rigorous enough to heat the drive to a realistic ceiling temperature, but real-world temperatures will vary due to the environment and workload factors.</p><figure role="gallery"><figure><img src="https://cdn.mos.cms.futurecdn.net/VGrwT5CNtYnYVEcjDQmafe.png" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/JHt8PURvmvSbSZ24AmzNfe.png" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/8SgxyFvX8p2JikMcdgAode.png" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/sAQkPiCJHoebvtp4Yer8he.png" alt="AGI AI828" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure></figure><p>Power efficiency is rough on the AI828. We also saw this with the X1070, so it must be chalked up to the controller. We suspect it’s because our workload is hard on the drive, and this controller is not as strong. You will likely not have issues with everyday, read-heavy activities. Also, our idle testing is for desktops, and a laptop with proper power-saving states will not be in as bad a shape. That’s all to say that we don’t think these results preclude the drive’s use in a laptop because, frankly, this drive isn’t fast enough to be an issue in most cases. We might recommend a different drive like the Black SN7100 if you're aiming at power efficiency or want/need a cool-running option, though.</p><p>Speaking of the heatsink, it kept both drives at a maximum temperature of 54°C. This means plenty of headroom, and the drive should be suitable for any machine that can take it. It won’t overheat. That’s a bonus for PS5 usage because the thermal envelope can be tighter.</p><h2 id="test-bench-and-testing-notes">Test Bench and Testing Notes</h2><div ><table><tbody><tr><td class="firstcol " ><p><strong>CPU</strong></p></td><td  ><p><a href="https://www.amazon.com/dp/B09FXDLX95">Intel Core i9-12900K</a></p></td></tr><tr><td class="firstcol " ><p><strong>Motherboard</strong></p></td><td  ><p><a href="https://www.amazon.com/dp/B0BG6M53DG/">Asus ROG Maximus Z790 Hero</a></p></td></tr><tr><td class="firstcol " ><p><strong>Memory</strong></p></td><td  ><p><a href="https://www.amazon.com/dp/B0BJ1892HJ">2x16GB G.Skill DDR5-5600 CL28</a></p></td></tr><tr><td class="firstcol " ><p><strong>Graphics</strong></p></td><td  ><p>Intel Iris Xe UHD Graphics 770</p></td></tr><tr><td class="firstcol " ><p><strong>CPU Cooling</strong></p></td><td  ><p><a href="https://www.amazon.com/dp/B07PB24DN2">Enermax Aquafusion 240</a></p></td></tr><tr><td class="firstcol " ><p><strong>Case</strong></p></td><td  ><p><a href="https://www.amazon.com/dp/B08412JPCH">Cooler Master TD500 Mesh V2</a></p></td></tr><tr><td class="firstcol " ><p><strong>Power Supply</strong></p></td><td  ><p><a href="https://www.amazon.com/dp/B0BXFQ6XPB">Cooler Master V850 i Gold</a></p></td></tr><tr><td class="firstcol " ><p><strong>OS Storage</strong></p></td><td  ><p><a href="https://www.amazon.com/dp/B0BJ116VV2">Sabrent Rocket 4 Plus-G 2TB</a></p></td></tr><tr><td class="firstcol " ><p><strong>Operating System</strong></p></td><td  ><p><a href="https://www.amazon.com/dp/B09V71FYGS">Windows 11 Pro</a></p></td></tr></tbody></table></div><p>We use an Alder Lake platform with most background applications, such as indexing, Windows updates, and anti-virus, disabled in the OS to reduce run-to-run variability. Each SSD is prefilled to 50% capacity and tested as a secondary device. Unless noted, we use active cooling for all SSDs.</p><h2 id="agi-ai828-bottom-line">AGI AI828 Bottom Line</h2><p>The AGI AI828, like the <a href="https://www.tomshardware.com/pc-components/ssds/seagate-firecuda-x1070-2tb-ssd-review"><u>Seagate X1070</u></a>, is not a great drive, but it’s also not one to dismiss. Memory prices have risen greatly within the last year, which impacts SSD prices through NAND flash costs and, sometimes, DRAM costs as well. An SSD’s cost is derived almost entirely from the flash, in fact. We’ve seen budget drives return in force, and we’re seeing low-end PCIe 4.0 and even PCIe 3.0 drives coming back. </p><p>This is also a reality for volatile memory markets – <a href="https://www.tomshardware.com/pc-components/cpus/intel-reportedly-preparing-surprise-return-to-ddr4-systems-with-raptor-lake-next-ddr4-platform-slated-for-the-first-half-of-2027-on-the-lga-1700-socket-takes-a-page-from-amds-book-by-extending-budget-platform-longevity"><u>DDR4 is coming back</u></a>, there was a threat that included <a href="https://www.tomshardware.com/pc-components/dram/leading-dram-makers-may-stop-producing-ddr4-and-ddr3-by-late-2025"><u>even DDR3</u></a>, and, believe it or not, <a href="https://www.tomshardware.com/pc-components/dram/ddr2-memory-prices-jump-up-to-60-percent"><u>DDR2 prices are increasing</u></a> as well – with no end in sight. To put it simply, the AI828 would not have gotten far a year or so ago, but in the current climate, it’s not too bad. We feel that Seagate did a better job of presenting and supporting its drive, and, simultaneously, we feel like AGI has made improvements in its SSDs, so our score falls somewhere in between.</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:2560px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="QQt4FT7CmcXfFkA85UjaLH" name="05" alt="AGI AI828" src="https://cdn.mos.cms.futurecdn.net/QQt4FT7CmcXfFkA85UjaLH.jpg" mos="" align="middle" fullscreen="" width="2560" height="1440" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Tom's Hardware)</span></figcaption></figure><p>Let’s start with the good. AGI offers a wide capacity range for the drive, which is good for people who need 512GB or, theoretically, 8TB at a lower price. We think 8TB luxury buyers might opt for a faster drive like the <a href="https://www.tomshardware.com/pc-components/ssds/sandisk-optimus-gx-pro-8100-8tb-ssd-review"><u>Sandisk Optimus GX Pro 8100</u></a>, <a href="https://www.tomshardware.com/pc-components/ssds/sandisk-wd-black-sn8100-2tb-ssd-review"><u>WD Black SN8100</u></a>, or <a href="https://www.tomshardware.com/pc-components/ssds/samsung-9100-pro-ssd-review"><u>Samsung 9100 Pro</u></a>, or frankly, the less-expensive <a href="https://www.tomshardware.com/pc-components/ssds/wd-black-sn850x-8tb-ssd-review-the-no-compromise-8tb-champion"><u>WD Black SN850X</u></a>. The lower-end 512GB version of the AI828 perhaps makes more sense, but that’s one area where older technology might make sense. Newer flash is more dense and so really prefers higher capacities. On the other hand, the AI828 is more responsive than older drives, which is probably more important from a user experience perspective. So, despite some of the bad results, the fact that it’s using newer hardware is a bonus.</p><p>The drive also comes with a heatsink and runs pretty cool. It should be great for a normal desktop or in a PS5. It’s not very efficient, but that generally doesn’t matter in these two scenarios. Certainly not in most desktops, although there are exceptions. If you do have proper power-saving, it should be fine, though. The drive is designed to pull 5.5W or less at peak, which frankly isn’t concerning. So, we’re willing to give it a pass on the power side, although there are better options for laptops. One thing we have to mention again is that smaller SKUs don’t perform as well, and, since we’re testing at 512GB and 1TB today, the AI828 looks worse than it is. Most of the competition is sitting at 2TB because that was the sweet spot back when prices were sane.</p><p>It’s still hard to love the performance on this one. Like the X1070, which uses QLC flash, things are inconsistent across our benchmarks with relatively poor results on the whole. We opted not to put this one up against older or slower drives, even though some of those are making a comeback. The fact is, this drive will beat PCIe 3.0 and many lower-end PCIe 4.0 options and really shouldn’t be compared to those. You’re probably better off going with its newer tech unless budget is your only priority. Against other PCIe 4.0  drives in this range, however, even adjusting for capacity, it’s going to struggle. This drive has to be priced inexpensively to make sense, and if it is, we can recommend it for lighter duty.</p><p><strong>MORE: </strong><a href="https://www.tomshardware.com/reviews/best-ssds,3891.html"><strong>Best SSDs</strong></a></p><p><strong>MORE: </strong><a href="https://www.tomshardware.com/reviews/best-external-hard-drive-ssd,5987.html"><strong>Best External SSDs</strong></a></p><p><strong>MORE: </strong><a href="https://www.tomshardware.com/best-picks/best-ssd-for-steam-deck"><strong>Best SSD for the Steam Deck</strong></a></p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Korean outfit hosting 1.44MB game development contest to honor the floppy disk — entrants must confine entire fileset, including resources, engine, and library, to miniscule storage format ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/software/korean-outfit-hosting-1-44mb-game-development-contest-to-honor-the-floppy-disk-entrants-must-confine-entire-fileset-including-resources-engine-and-library-to-miniscule-storage-format</link>
                                                                            <description>
                            <![CDATA[ There’s a new 'open to everyone' floppy disk-size game development competition with cash prizes for the best three submissions. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">7Y2WeVCnn4sTK5QFKNWkeC</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/3EE4YbUY3zdpsQL5Vm7snc-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sat, 18 Jul 2026 11:00:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Software]]></category>
                                                                                                                    <dc:creator><![CDATA[ Mark Tyson ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/56vqMYLDaKRHPhHZgbADFR.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Mark&#039;s enthusiasm for computers dampened at an early age by the rubber-keyed Sinclair Spectrum 48K and feelings of Commodore 64 envy. However, in the mid-80s, hope in a digital future was rekindled by the purchase of an Atari 520 STe. Since that time Mark has used a multitude of computers for fun and professional endeavors. He often owned both Macs and PCs but went cold on the former after OS9 was killed off, and warmed to the latter with the introduction of Windows XP.&lt;br&gt;
&lt;br&gt;
Early work years were spent in artwork and reprographics but in the late noughties, Mark started to blog about computers, Taiwanese food culture, and guitar design. This activity led to a full-time position writing about breaking PC tech news for HEXUS, for the best part of a decade. When HEXUS was abruptly closed, Mark helped with the foundation of Club386, before finding a new home at Tom&#039;s Hardware.&lt;br&gt;
&lt;br&gt;
When not wearing through the keycap legends on his PC keyboards, Mark can be found wandering the computer malls of Taiwan&#039;s neon-lit conurbations and enjoying local and international cuisine.&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/3EE4YbUY3zdpsQL5Vm7snc-1280-80.jpg">
                                                            <media:credit><![CDATA[2P_Game_Arcade]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Floppy disk-size game competition ]]></media:description>                                                            <media:text><![CDATA[Floppy disk-size game competition ]]></media:text>
                                <media:title type="plain"><![CDATA[Floppy disk-size game competition ]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/3EE4YbUY3zdpsQL5Vm7snc-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>There’s a new “open to everyone” floppy disk-size game development competition with cash prizes for the best three submissions. You’ve read that right: the freshly prepared game must be able to squeeze onto a single HD <a href="https://www.tomshardware.com/pc-components/storage/the-floppy-disk-patent-was-granted-today-in-1972-when-80kb-took-up-8-inches-and-were-really-floppy" target="_blank">floppy disk</a>- that’s just 1.44MB. Cash prizes look massive, but as the competition is hosted by the Korean games culture site<em> </em><a href="https://2pgarcade.com/" target="_blank"><em>2P_Game_Arcade</em></a>, the currency you see is Korean Won, meaning the ₩1.14 million prize pool is only about $750. Remember, it’s the taking part that counts.</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="TGuvAHbZijFxito6bFgvkc" name="2p-game-2" alt="Floppy disk-size game competition" src="https://cdn.mos.cms.futurecdn.net/TGuvAHbZijFxito6bFgvkc.jpg" mos="" align="middle" fullscreen="1" width="1920" height="1080" attribution="" endorsement="" class="inline expandable"><a href='https://cdn.mos.cms.futurecdn.net/TGuvAHbZijFxito6bFgvkc.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: <a href="https://2pgarcade.com/">2P_Game_Arcade</a>)</span></figcaption></figure><p>There are few restrictions on the new, original game that you submit as an entry beyond the defining floppy disk capacity. All participants must ensure that the games and any resource files, such as game engines and libraries, fit within these severe (for 2026) confines. Also, games that rely on a browser or stream any data aren’t eligible. The whole purpose of the contest is for devs to stretch their skills and ideas within the <a href="https://www.tomshardware.com/software/operating-systems/super-lightweight-operating-system-boots-off-a-1-44mb-floppy-disk-kolibrios-lets-you-do-simple-tasks-and-even-play-games-on-your-legacy-pc" target="_blank">1.44MB</a> shackles.</p><p>However, your choice of technology such as <a href="https://www.tomshardware.com/news/amd-fsr-updated-to-support-more-titles-game-engines" target="_blank">game engines</a>, development tools, programming languages, and so on, is completely open. Of course, all entrants must also be the legal owners or licensors of the images, audio, and other IP resources used in the game.</p><p>2P_Game_Arcade reckons its competition is a good chance for participants to rethink the essence of enjoyment in gaming. It is looking forward to a broad range of entrants from pros, indie creators, and students alike. Entries are submitted via the website, and the competition closes on September 4 at 23:39 Korean time.</p><p>In 2018, itch.io ran a similar developer competition dubbed the FloppyJam.</p><h2 id="demoscene-developer-traditions-live-on">Demoscene developer traditions live on</h2><p>Older readers who cut their teeth on 8- and 16-bit home computers before PCs stole the show will probably be familiar with the long history of “size competitions” at demoscene coder meetings. The 2P_Game_Arcade is just an extension of this kind of coding philosophy with a fun 1.44MB limit and a complete self-contained game as the goal.</p><p>In the tradition of these demoscene competitions, with size limits imposed all the way down to a minuscule few bytes, non-interactive demos were usually the most popular entrants. However, in the long history of such competitions, games have sometimes been the fruits of the skilled coders’ labors. </p><p>In terms of more traditional demo releases, my mind was recently boggled by “16 bytes of x86 real-mode DOS assembly” <a href="https://hellmood.111mb.de/wake_up_16b_writeup.html" target="_blank">released</a> at the Outline Demoparty in May 2026. Then there was the <a href="https://www.tomshardware.com/video-games/pc-gaming/snake-game-port-is-only-56-bytes-big-and-and-fits-in-a-qr-code" target="_blank">port of Snake</a> that was only 56 bytes and fit in a QR code. For some more practical size-skillz strutting, take a look at Dave W. Plummer’s <a href="https://www.tomshardware.com/software/windows/retropad-is-a-full-feature-parity-version-of-notepad-from-xp-in-just-2-749-bytes-x86-assembly-coded-apps-comes-from-windows-legend-dave-w-plummer" target="_blank">RetroPad</a>, a “full-feature-parity version of Notepad from XP” in just 2,749 bytes.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Autonomous micro-drone achieves first air-to-air insect kill on the way 'towards completely eradicating mosquitoes' — 40-gram unit uses car parking sensors, can eliminate insects at up to 26 feet ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/drones/autonomous-micro-drone-achieves-first-air-to-air-insect-kill-on-the-way-towards-completely-eradicating-mosquitoes-40-gram-unit-uses-car-parking-sensors-can-eliminate-insects-at-up-to-26-feet</link>
                                                                            <description>
                            <![CDATA[ A micro-drone designed to locate and eradicate mosquitoes has passed an important milestone with its first recorded air-to-air kill. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">as2THGbq73DkeebuAisdU5</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/ruhRBRJDyz9ZZD5EL4cDXY-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sat, 18 Jul 2026 09:00:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Drones]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                                    <dc:creator><![CDATA[ Mark Tyson ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/56vqMYLDaKRHPhHZgbADFR.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Mark&#039;s enthusiasm for computers dampened at an early age by the rubber-keyed Sinclair Spectrum 48K and feelings of Commodore 64 envy. However, in the mid-80s, hope in a digital future was rekindled by the purchase of an Atari 520 STe. Since that time Mark has used a multitude of computers for fun and professional endeavors. He often owned both Macs and PCs but went cold on the former after OS9 was killed off, and warmed to the latter with the introduction of Windows XP.&lt;br&gt;
&lt;br&gt;
Early work years were spent in artwork and reprographics but in the late noughties, Mark started to blog about computers, Taiwanese food culture, and guitar design. This activity led to a full-time position writing about breaking PC tech news for HEXUS, for the best part of a decade. When HEXUS was abruptly closed, Mark helped with the foundation of Club386, before finding a new home at Tom&#039;s Hardware.&lt;br&gt;
&lt;br&gt;
When not wearing through the keycap legends on his PC keyboards, Mark can be found wandering the computer malls of Taiwan&#039;s neon-lit conurbations and enjoying local and international cuisine.&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/ruhRBRJDyz9ZZD5EL4cDXY-1280-80.jpg">
                                                            <media:credit><![CDATA[Tornyol Systems]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Autonomous micro-drone achieves air-to-air insect kill ]]></media:description>                                                            <media:text><![CDATA[Autonomous micro-drone achieves air-to-air insect kill ]]></media:text>
                                <media:title type="plain"><![CDATA[Autonomous micro-drone achieves air-to-air insect kill ]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/ruhRBRJDyz9ZZD5EL4cDXY-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>A micro-drone designed to locate and eradicate mosquitoes has passed an important milestone. <a href="https://tornyol.com/" target="_blank">Tornyol Systems</a> shared a video where the eponymous autonomous drone chalked up its first live air-to-air kill. For some reason (perhaps demonstration visibility), the 40g (1.4 ounce) drone’s first confirmed kill on video features a moth. Tornyol boldly claims that the demo shows a significant stride has been made “towards completely eradicating mosquitoes.”</p><div class="see-more see-more--clipped"><blockquote class="twitter-tweet hawk-ignore" data-lang="en"><p lang="en" dir="ltr">Extremely excited to announce our first air-to-air kill of a flying moth by an autonomous micro-drone. This is a big step towards completely eradicating mosquitoes. pic.twitter.com/UhtNqwXCQI<a href="https://twitter.com/cantworkitout/status/2077086243632873540">July 14, 2026</a></p></blockquote><div class="see-more__filter"></div></div><p>Tornyol Systems co-founder Alex Toussaint shared the above Tweet, congratulating the engineering team that has worked alongside him on the project. On the company website, there is a mosquito-hostile manifesto laid out, which provides insight into the company’s primary <a href="https://www.tomshardware.com/3d-printing/us-marine-corps-develops-first-ndaa-compliant-3d-printed-drone-dubbed-hanx-modular-design-makes-it-quick-to-adapt-from-reconnaissance-to-one-way-attack-and-other-duties" target="_blank">drone development</a> goal. </p><p>“Mosquitoes are one of humanity's oldest and worst enemies. They kill more than 700,000 people each year — more than all current wars,” according to the firm’s mission statement. “More than 700 million people contract a mosquito-borne disease each year. They impact many countries, including the West, with thousands of cases of West Nile Virus in the US alone.” It aims to use technology, including this “small, inexpensive, and yet very fast” micro-drone, to “completely eradicate mosquitoes from areas where humans live.”</p><p>The underlying motivation of Tornyol Systems first became apparent back at Hackaday Supercon 2024 when Toussaint shared a presentation about <a href="https://www.youtube.com/watch?v=6ScCG3qTOuc">How to Detect (and Kill) Mosquitoes With Off-the-Shelf Electronics</a>. </p><figure role="gallery"><figure><img src="https://cdn.mos.cms.futurecdn.net/aRHrhUeAyEjuqZqgtGxMXY.jpg" alt="Autonomous micro-drone achieves air-to-air insect kill " /><figcaption><small role="credit">Tornyol Systems</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/sMxUfmWbDEiFNLEQXMrXie.jpg" alt="Autonomous micro-drone achieves air-to-air insect kill " /><figcaption><small role="credit">Tornyol Systems</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/ruhRBRJDyz9ZZD5EL4cDXY.jpg" alt="Autonomous micro-drone achieves air-to-air insect kill " /><figcaption><small role="credit">Tornyol Systems</small></figcaption></figure></figure><h2 id="tornyol-s-technology">Tornyol's technology</h2><p>Since those initial presentations, it looks like the tech has been significantly refined and miniaturized. Currently, the platform is dependent on the LeSonar2 phased array sonar base station with 380 smartphone microphones and an Artix-7 <a href="https://www.tomshardware.com/reviews/fpga-definition-explained-vs-asic,6068.html" target="_blank">FPGA</a> to map the world in 3D. </p><p>This feeds the drone enough information to measure 0.1 mm movements and identify mosquitoes through their unique wingbeat signature. The micro-drone is sent commands by <a href="https://www.tomshardware.com/pc-components/cpus/the-secret-to-building-a-pc-during-the-rampocalypse-are-bundles-here-are-some-of-the-best-ones-and-why-theyre-so-popular" target="_blank">a PC,</a> which also leverages “car park assist sensors, and some clever DSP” to seek and kill mozzies up to 8m (~26 feet) away. </p><p>We’ve previously reported on ground-based AI-enhanced <a href="https://www.tomshardware.com/maker-stem/robot-kits/the-ultimate-mosquito-killer-uses-lasers-and-ai-custom-model-trained-to-detect-and-lock-lasers-on-these-pests" target="_blank">mosquito zappers</a>, but this is the first time we’ve seen an air-to-air solution. Tornyol says that it is rolling out deployment on embedded hardware “in the next few weeks.” I guess that's removing the need for a PC.</p><p>U.S. residents interested in purchasing an autonomous Tornyol drone and base station are being asked to stump up a refundable $100 deposit. Then, there are two payment plans available. Choose a $50-a-month subscription or an “own it forever” $1,100 one-time fee. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ ASML's planned Low-NA EUV machine price hikes reportedly frustrate TSMC — lithography machine maker comes knocking to make bank on TSMC's profitable fabs, potentially costing the Taiwanese chipmaker billions ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/semiconductors/asmls-planned-low-na-euv-machine-price-hikes-reportedly-frustrate-tsmc-lithography-machine-maker-comes-knocking-to-make-bank-on-tsmcs-profitable-fabs-potentially-costing-the-taiwanese-chipmaker-billions</link>
                                                                            <description>
                            <![CDATA[ ASML says that the increased productivity of its Low-NA EUV tools gives it an option to increase the prices of these scanners in the future. The move may have a drastic effect on TSMC's future expansion plans, as the foundry made a big bet on existing lithography systems. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">9zWFHMk6mYvBMESAZYxBFd</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/MonXfTxS6dUdakg6EQGPcQ-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 17 Jul 2026 15:57:16 +0000</pubDate>                                                                                                                                <updated>Fri, 17 Jul 2026 16:44:05 +0000</updated>
                                                                                                                                            <category><![CDATA[Semiconductors]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                    <category><![CDATA[Manufacturing]]></category>
                                                                                                <author><![CDATA[ ashilov@gmail.com (Anton Shilov) ]]></author>                    <dc:creator><![CDATA[ Anton Shilov ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/uMZ5kNphxA2Ut6whdLaSQV.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Anton Shilov has been in the PC industry since 1990s playing games, building PCs, and writing stories about pretty much everything that relates to PCs, Macs, smartphones, tablets, and even fab equipment. Over his career, he has worked at a variety of high-ranking websites, including AnandTech, EE Times, TechRadar, X-bit Labs, and now Tom&#039;s Hardware. He is also a regular features contributor to Tom&#039;s Hardware Premium, writing about the latest developments in the semiconductor industry and related tech news and roadmaps. When Anton is not reading or writing about something high-tech, he is probably watching a good movie, playing a video game, or spending time with his family.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>true</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/MonXfTxS6dUdakg6EQGPcQ-1280-80.jpg">
                                                            <media:credit><![CDATA[ASML]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[ASML]]></media:description>                                                            <media:text><![CDATA[ASML]]></media:text>
                                <media:title type="plain"><![CDATA[ASML]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/MonXfTxS6dUdakg6EQGPcQ-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>ASML is reportedly considering increasing prices of its existing Low-NA EUV lithography tools. The potential price hikes have already upset TSMC, ASML's largest client, reports<em> </em><a href="https://www.theinformation.com/articles/asml-plans-price-increases-chipmaking-equipment-despite-tsmc-resistance"><em>The Information</em></a>. But can ASML rapidly raise the prices of the tools it sells to chipmakers? Price adjustments are not going to happen overnight, said Roger Dassen, CFO of ASML, said during the company's quarterly earnings call. But there is one thing to remember about ASML's price hikes: They are going to affect the entire semiconductor industry.</p><p>"When it comes to Low-NA [EUV tools] pricing, of course, you know that we keep on increasing the productivity of the Low-NA tool, [which] gives us a pretty strong runway for potential price improvements going forward," said Roger Dassen, chief financial officer of ASML, during the company's quarterly earnings call. […] Given the long order lead times that we have, that does not translate into pricing effects tomorrow."</p><p>ASML just reported record results for its second quarter of 2026, with total net sales of €9.326 billion ($10.67 billion) and net income of €2.918 billion ($3.338 billion). The company now expects net sales between €43 billion ($49.2 billion) and €45 billion ($51.5 billion) in 2026, a range that comfortably exceeds its own guidance and the expectations of industry analysts.</p><h2 id="more-complex-more-expensive">More complex, more expensive</h2><p>ASML has generally increased the average selling price of <a href="https://www.tomshardware.com/tech-industry/semiconductors/asml-lithograpy-roadmap-examined-from-duv-to-hyper-na">EUV scanners </a>over successive generations as they increase in complexity and productivity, so the idea of higher pricing of EUV tools is not particularly new. The company calls the concept of 'value-based pricing' and gradually increases its average selling price (ASP) based on the value that its tools provide to its operators.</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:3854px;"><p class="vanilla-image-block" style="padding-top:41.26%;"><img id="vMmjvFviWRNVCRt3QxJysJ" name="Screenshot 2026-07-16 at 19.30.17" alt="ASML" src="https://cdn.mos.cms.futurecdn.net/vMmjvFviWRNVCRt3QxJysJ.png" mos="" align="middle" fullscreen="" width="3854" height="1590" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: ASML)</span></figcaption></figure><p>Early ASML Twinscan NXE systems were commonly discussed in the roughly €100 million–€120 million ($115 million-$137 million) range, while later production models such as the NXE:3400C and NXE:3600D moved toward roughly €140 million–€170 million ($160 million-$195 million). The latest <a href="https://www.tomshardware.com/tech-industry/manufacturing/asml-delivers-3rd-generation-euv-chipmaking-tool-for-2nm-and-beyond">NXE:3800E</a> is climbing even further. High-NA EXE systems represent another major step up, at more than €350 million ($400 million) per machine according to industry reports.</p><p>Meanwhile, both productivity and performance of ASML's Twinscan NXE systems have been steadily increasing: While the NXE:3400C and NXE:3600D can process 160 – 170 wafers per hour (WPH) and feature a matched machine overlay (MMO) of ≤ 1.1nm, the NXE:3800E and NXE:3800F increase productivity to 220 WPH and 260 WPH, respectively, while increasing MMO to 0.9nm. With the NXE:4200G and NXE:4200H (which will <a href="https://www.tomshardware.com/tech-industry/semiconductors/asml-makes-breakthrough-in-euv-chipmaking-tech-plans-to-increase-speed-by-50-percent-by-2030-new-1-000-watt-light-source-fires-three-lasers-at-100-000-tin-droplets-every-second">likely feature an all-new light source</a>), we are looking at productivity beyond 300 WPH and MMO of ≤0.8nm - ≤0.7nm. </p><p>ASML makes no secret that more advanced EUV lithography tools carry a higher average selling price than their predecessors.</p><p>"You should also recognize that the tool mix that we are going to ship next year is a different tool mix from the tool mix that we shipped this year," Dassen said. "When it comes to EUV in particular, the tool mix that we are going to ship next year will be EXE: 3800E and EXE:3800F [tools], while this year it is a combination of EXE:3600D and EXE:3800E [systems]."</p><p>ASML's value-based pricing logic is essentially: if an upgraded Low-NA machine processes more wafers and therefore generates more economic value for a fab, ASML can capture part of that additional value through a higher system price. This is what ASML has been doing for some time. That said, the important nuance in Dassen's statement is that he appears to be discussing further price increases for Low-NA EUV tools. </p><h2 id="asml-s-euv-dominance">ASML's EUV dominance </h2><p>ASML is the only supplier of EUV lithography systems on the planet; every single chipmaker must comeq to the company to get one of these scanners, so the company sells these machines years in advance. This year, the company expects to have the capacity to build 65 EUV tools and intends to increase capacity by 30% next year to around 84 – 85 EUV systems. In 2028, ASML plans to produce 110 EUV scanners.</p><p>"For 2027, we are now close to being fully covered with orders for Low-NA EUV, and we are planning to increase our Low-NA EUV capacity by around 30%," Dassen said. "Looking ahead to 2028, we have already received a significant number of Low-NA EUV orders. Strong demand forecasts from our customers have led us to investigate a further 30% capacity increase for that year."</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:1280px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="8NPZWfb6kiGvxJkaKLtiX9" name="asml-twinscan-hero.jpg" alt="ASML" src="https://cdn.mos.cms.futurecdn.net/8NPZWfb6kiGvxJkaKLtiX9.jpg" mos="" align="middle" fullscreen="" width="1280" height="720" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: ASML)</span></figcaption></figure><p>Given the strong demand for ASML's tools, the company is in a position to increase prices, at least according to the rules of the free market. As always, comments on pricing are made in opaque corporate language, so one can make a lot out of it, or nothing at all.</p><p>"Clearly, the environment that we live in today, with the [substantial] value that our products bring to customer, of course, gives us flexibility on pricing, more so than what you would have seen in the past," Dassen said. "Of course, we are executing on that as well."</p><p>However, it is not that easy for ASML to just hike prices overnight, and there are important things to note. When ASML gets an order, and that order enters the reported backlog (which totaled €38.8 billion as of late Q4 2025), it already carries a sales value (with a possibility of inflation adjustments), so there is necessarily an agreed or otherwise contractually determined price basis attached to it. </p><p>This makes Dassen's comments particularly interesting. If ASML is already close to fully booked for 2027 Low-NA EUV capacity and has received a significant number of Low-NA orders for 2028, then much of that capacity is already represented by customer orders with associated sales values. As a result, unless ASML can subsequently renegotiate the fixed price before delivery, it cannot hike prices on tools that it intends to ship in 2027 and part of 2028. This essentially means that ASML could only book new orders that it intends to ship in 2028 (presumably for the second half of the year) and onwards at higher prices. However, ASML has not confirmed this directly. </p><p>ASML's next-generation NXE:4200G is on track to arrive in 2029. That scanner is poised to be more expensive than the NXE:3800E/NXE:3800F anyway, so the company's Low-NA EUV ASPs will inevitably get a bump that year. Of course, ASML is set to continue shipping its EXE:3800-series after 2029. The big question is whether the company will adjust the prices of these units that will ship starting in 2028 or not.  </p><p>We do not know the answer to this question, unfortunately. But during the conference call, ASML's financial chief implied that the company would like to get 'rewards' from its customers not only for improved productivity, but also for other improvements of its tools, which means that ASML will stick to its value-based pricing model, but may adjust the pricing for the EXE:3800 model. </p><p>"We have always been able to show customers not just productivity upgrades, but also the value from better imaging, the value of better overlay, etc.," Dassen said. [But] you got this very strong correlation between throughput improvements and ASP. That is just the way things panned out, which, put in another way, customers were paying for the productivity upgrade, and the value that we gave them for free was the value associated with, let us say, overlay improvement, imaging quality […]. In the current environment, with the value that we bring, we are also having conversations with customers on how we get rewarded for that additional value." </p><h2 id="tsmc-s-backlash-against-the-price-hikes">TSMC's backlash against the price hikes</h2><p>As ASML will likely not be able to hike prices on EUV tools that have already been pre-ordered and which are set to be delivered in the course of the next two years, existing chipmakers like TSMC will not feel the effects of the price increase at least over the next 24 months. Of course, if ASML adjusts prices of its EXE:3800-series scanners due to ship in 2028 – 2028, nobody is going to be happy. And yet, TSMC seems to be so upset that the sentiment has made it to the press. There are several reasons behind the reported backlash, but the major one seems to be strategic. </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:1996px;"><p class="vanilla-image-block" style="padding-top:57.52%;"><img id="tvEFJUkxNwhsd2kEmFNCkY" name="tsmc_semiconductor_fab14.jpg" alt="TSMC" src="https://cdn.mos.cms.futurecdn.net/tvEFJUkxNwhsd2kEmFNCkY.jpg" mos="" align="middle" fullscreen="" width="1996" height="1148" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: TSMC)</span></figcaption></figure><p>For years, TSMC has said that ASML's <a href="https://www.tomshardware.com/tech-industry/semiconductors/intel-installs-industrys-first-commercial-high-na-euv-lithography-tool-asml-twinscan-exe-5200b-sets-the-stage-for-14a">High-NA EUV lithography tools</a> were too expensive, and that the company's <a href="https://www.tomshardware.com/tech-industry/semiconductors/tsmc-reiterates-it-doesnt-need-high-na-euv-for-1-4nm-class-process-technology">engineers can continue innovating using Low-NA EUV systems</a>. Also, adopting all-new High-NA EUV scanners will not be an easy undertaking in general, as the transition also requires new photoresists, photomasks, pellicles, metrology equipment, design rules, computational lithography flows, and numerous other supporting technologies and process innovations. </p><p>TSMC's mid-term expansion strategy, as well as a <a href="https://www.tomshardware.com/tech-industry/semiconductors/leading-edge-foundry-roadmaps-for-tsmc-intel-and-samsung-outlining-the-path-to-1-4nm-nodes-and-beyond">leading-edge roadmap</a> through 2030, has been built around extracting more performance and resolution from conventional Low-NA EUV scanners using techniques such as improved masks, computational lithography, and multi-patterning where necessary. If ASML proceeds with its price hikes for Low-NA EUV tools, this can seriously hit one of the key economic foundations of TSMC's strategy. </p><p>TSMC's intention to avoid the usage of High-NA EUV scanners until at least 10A-class (1nm) process technology has an important economic advantage. A High-NA EUV system costs more than €350 million, whereas Low-NA systems are substantially cheaper. As a result, TSMC can choose its own trade-off between additional process steps and buying much more expensive lithography equipment. In contrast, Intel, which is set to adopt <a href="https://www.tomshardware.com/tech-industry/semiconductors/intel-becomes-the-first-company-to-ship-high-volume-logic-chips-made-with-asmls-high-na-euv-select-panther-lake-layers-on-18a-are-now-dual-qualified-for-0-55-na-scanners">High-NA EUV lithography for its 14A fabrication process</a>, has much less flexibility: If a particular process technology is designed around High-NA EUV layers, these extremely expensive scanners, along with other ingredients, become part of the manufacturing flow <a href="https://www.tomshardware.com/tech-industry/semiconductors/intel-cfo-confirms-that-14a-will-be-more-expensive-to-use-than-18a-intel-expects-14a-fabrication-process-to-offer-15-20-percent-better-performance-per-watt-or-25-35-percent-lower-power-consumption-compared-to-18a">and affect wafer pricing</a>. </p><p>One of the reasons TSMC would like to extend usage of Low-NA EUV systems is that it already has the world's largest install base of these tools, as well as mature processes, established flows, and plenty of innovations that enable it to stay ahead of the competition. However, if ASML systematically ties productivity improvements of each new Low-NA EUV generation to higher prices, the cost advantage of staying with Low-NA EUV gradually narrows, which greatly undermines TSMC's strategy. </p><p>There are several other reasons for TSMC to be particularly unhappy with ASML. Firstly, TSMC needs an enormous number of tools for its upcoming fabs in Taiwan, the U.S., and Japan. <a href="https://www.tomshardware.com/tech-industry/semiconductors/tsmc-unveils-process-technology-roadmap-through-2029-a12-a13-n2u-announced-a16-slips-to-2027">All of the company's leading-edge process technologies through 2029</a> rely on Low-NA EUV production tools. Even a relatively modest percentage increase applied to dozens of Low-NA EUV scanners can add billions of dollars to the company's capital expenditure (CapEx).  </p><p>Secondly, ASML is essentially arguing that it deserves a share of its customers' improved economics. From TSMC's perspective, potential price adjustments are very different from charging more because a new scanner is materially more expensive to manufacture. ASML is effectively saying: 'Your fabs are more profitable, and our tools are more productive, therefore we want a piece of that.' </p><p>Thirdly, pricing negotiated today determines pricing and TSMC's economy for years to come. Now that ASML is sold out for 2027 and a significant part of 2028, it is negotiating terms for the second half of 2028 and onwards. Accepting a substantial increase now will inevitably carry through to dozens or hundreds of future Low-NA EUV systems, which directly affects TSMC's economics.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ TSMC confirms significant yield and performance improvements in A14 update — strong interest from AI/HPC and smartphone customers ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/semiconductors/tsmc-confirms-significant-yield-and-performance-improvements-in-a14-update-strong-interest-from-ai-hpc-and-smartphone-customers</link>
                                                                            <description>
                            <![CDATA[ TSMC's A14 process technology progresses faster than N2 at this stage of development as developers of both client and AI/HPC plan to use it. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">GTB9pKziBsLokbUfhA4k8g</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/p2QqhVFP7dTRWfeVBCYBYV-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 17 Jul 2026 15:30:26 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Semiconductors]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                    <category><![CDATA[Manufacturing]]></category>
                                                                                                <author><![CDATA[ ashilov@gmail.com (Anton Shilov) ]]></author>                    <dc:creator><![CDATA[ Anton Shilov ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/uMZ5kNphxA2Ut6whdLaSQV.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Anton Shilov has been in the PC industry since 1990s playing games, building PCs, and writing stories about pretty much everything that relates to PCs, Macs, smartphones, tablets, and even fab equipment. Over his career, he has worked at a variety of high-ranking websites, including AnandTech, EE Times, TechRadar, X-bit Labs, and now Tom&#039;s Hardware. He is also a regular features contributor to Tom&#039;s Hardware Premium, writing about the latest developments in the semiconductor industry and related tech news and roadmaps. When Anton is not reading or writing about something high-tech, he is probably watching a good movie, playing a video game, or spending time with his family.&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/p2QqhVFP7dTRWfeVBCYBYV-1280-80.jpg">
                                                            <media:credit><![CDATA[tsmc]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[tsmc]]></media:description>                                                            <media:text><![CDATA[tsmc]]></media:text>
                                <media:title type="plain"><![CDATA[tsmc]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/p2QqhVFP7dTRWfeVBCYBYV-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>TSMC's A14 (1.4nm-class) fabrication process has made rapid progress in the last three months and is well ahead of N2 at the same stage of development, according to the company's update provided at its earnings call this week. The technology also faces strong customer interest and engagement across both smartphone and AI/HPC applications.</p><div  class="fancy-box"><div class="fancy_box-title">Go deeper with TH Premium: Chipmaking</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="p2QqhVFP7dTRWfeVBCYBYV" name="tsmc-semiconductor-fab-hero" caption="" alt="tsmc" src="https://cdn.mos.cms.futurecdn.net/p2QqhVFP7dTRWfeVBCYBYV.jpg" 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: tsmc)</span></figcaption></figure><p class="fancy-box__body-text"><ul><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/tech-industry/a-deeper-look-at-the-tightened-chipmaking-supply-chain-and-where-it-may-be-headed-in-2026-nobodys-scaling-up-says-analyst-as-industry-remains-conservative-on-capacity?utm_source=edit-links&utm_medium=boxout&utm_term=chipmaking" target="_blank">A deeper look at the chipmaking supply chain</a></li><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/tech-industry/tsmc-expands-investments-in-the-u-s-to-usd165-billion-with-new-fabs-and-r-and-d-center-a-closer-look?utm_source=edit-links&utm_medium=boxout&utm_term=chipmaking" target="_blank">TSMC's $165 billion U.S. investments examined</a></li><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/tech-industry/semiconductors/china-may-have-reverse-engineered-euv-lithography-tool-in-covert-lab-report-claims-employees-given-fake-ids-to-avoid-secret-project-being-detected-prototypes-expected-in-2028" target="_blank">China reportedly reverse-engineers EUV tool</a></li><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/tech-industry/semiconductors/china-bets-on-duv-as-euv-blockade-reshapes-chipmaking" target="_blank">China bets on DUV, as EUV blockade reshapes chipmaking</a></li></ul></p></div></div><p>"A14 technology development is on track and progressing well. Internal product-like vehicle demonstrated close to 90% device performance and close to 90% 256Mb SRAM yield," said C.C. Wei, chief executive of TSMC, during the earnings call with analysts and investors.</p><p>A14 — which is expected to enter mass production in 2H 2028 — is making rapid progress in terms of performance and yield improvements. This April, the company disclosed that the production node achieved >85% target transistor performance and >80% 256Mb SRAM yield. Roughly three months later, both figures are approaching 90%, which suggests a gain of around 5% in device performance and nearly 10% in SRAM yield.</p><p>For comparison, TSMC's N2 demonstrated more than 80% of its target device performance and over 50% yield on a 256Mb SRAM test chip in April 2023. By April 2024, the process had advanced to more than 90% of its target device performance and over 80% SRAM yield. While development trajectories are not directly comparable, the figures suggest that A14 is maturing considerably faster than N2 did at a similar stage of development.</p><p>The very rapid progress of A14 compared to the relatively slow maturation of N2 at similar stages of development can probably be attributed, at least in part, to TSMC's growing experience with gate-all-around (GAA) nanosheet transistors. Back in 2023, the company barely had enough experience with the production of gate-all-around (GAA) nanosheet transistors, as N2 is its first process technology to adopt such a structure. By contrast, A14 relies on TSMC's 2nd Generation of GAA devices, so it can probably benefit from the transistor-design improvements, process refinements, and manufacturing expertise accumulated during the development and ramp of N2. </p><p>It appears TSMC has likely eliminated many of the yield limiters with A14 and N2, though keep in mind that a high 256Mb SRAM yield merely indicates low enough defect density and good process uniformity across a highly repetitive test structure, but it is not directly representative of functional or parametric yield of a commercial processor.</p><p>Nonetheless, the close to 90% device performance and close to 90% 256Mb SRAM yield about 2.5 years away from expected mass production start put TSMC's A14 progress well ahead of N2. Such progress can potentially enable TSMC to start high-volume manufacturing (HVM) using A14 ahead of schedule, provided that customer designs are ready, or initiate HVM with better-than-usual functional and parametric yields.</p><p>Speaking of customer design readiness, Wei indicated that clients strive to tape-out their A14 designs ahead of schedule, which is a good sign. It is also interesting to note that despite the fact that A14 lacks Super Power Rail backside power delivery (A12 will gain SPR in 2H 2019), it is set to be adopted not only by client processors, but also by AI/HPC applications.</p><p>"We are observing a strong level of customer interest and engagement on both smartphone and HPC/AI applications, and customer new tap-out activity is ongoing and ahead of schedule," Wei said.</p><p>A14 is TSMC's next-generation process technology that combines the company's 2nd Generation GAA nanosheet transistors with a new standard-cell architecture to improve performance, power efficiency, and transistor density. Compared with N2, TSMC expects A14 to deliver a 10% – 15% performance uplift at the same power and transistor count, or reduce power consumption by 25%–30% at the same frequency and complexity. The node is also projected to increase transistor density by around 20% for mixed designs and by 23% for logic.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Florida man arrested after allegedly stealing $220,000 in crypto using malware hidden in Steam Games — 8,000 devices infected ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/cyber-security/fbi-arrests-florida-man-in-steam-malware-investigaton-after-tracing-stolen-bitcoin-to-uber-eats-gift-cards</link>
                                                                            <description>
                            <![CDATA[ Federal agents arrested 21-year-old Zyaire Dontaevious Zamarion Wilkins of North Lauderdale, Florida, on Tuesday. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">qfU5bh4FUZCMgWtHLd8gh9</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/Ms4YMrWXLEmbcwo6qATZtd-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 17 Jul 2026 14:43:21 +0000</pubDate>                                                                                                                                <updated>Fri, 17 Jul 2026 15:46:48 +0000</updated>
                                                                                                                                            <category><![CDATA[Cybersecurity]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                                    <dc:creator><![CDATA[ Luke James ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/C4FAi2KzwaGLUrBqzX5aBM.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Luke is a freelance technology journalist who has been covering hardware and semiconductors since 2020. He began his career at All About Circuits and has since contributed to EE Power and Laptop Mag. Luke has a particular interest in semiconductors, microelectronics, and the industry shifts that shape the devices we use every day. Above all, he loves making complex technology accessible to experts and enthusiasts alike. Luke&#039;s interest in hardcore computing can be traced back to his university studies, when he responsibly spent his very first student loan payment on a custom-built gaming rig equipped with a GTX 780 Ti. &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/Ms4YMrWXLEmbcwo6qATZtd-1280-80.jpg">
                                                            <media:credit><![CDATA[Future]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Steam Library shot]]></media:description>                                                            <media:text><![CDATA[Steam Library shot]]></media:text>
                                <media:title type="plain"><![CDATA[Steam Library shot]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/Ms4YMrWXLEmbcwo6qATZtd-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Federal agents arrested 21-year-old Zyaire Dontaevious Zamarion Wilkins of North Lauderdale, Florida, on Tuesday and charged him with conspiracy to obtain information by computer for private financial gain, according to a 15-page criminal complaint first reported by <a href="https://www.local10.com/news/local/2026/07/15/feds-accuse-broward-man-in-video-game-malware-conspiracy-victims-lost-220k-in-crypto/" target="_blank"><em>WPLG Local 10</em></a>. The FBI alleges Wilkins helped run an operation that embedded malware in eight video games, infected around 8,000 devices, and stole at least $220,000 from roughly 80 cryptocurrency wallets between May 2024 and February 2026. Investigators put a name to the scheme by following stolen Bitcoin to more than 150 gift cards, most of them spent on Uber Eats.</p><p>The complaint identifies the distribution channel only as a "popular digital distribution software company," but the games it lists, including <em>BlockBlasters, Dashverse, Lunara</em>, and <em>PirateFi</em>, match the titles named when the <a href="https://www.tomshardware.com/video-games/pc-gaming/the-fbi-is-looking-for-victimized-steam-users-who-downloaded-games-with-hidden-malware-investigation-underway-into-multiple-infected-titles-from-2024-to-2026">FBI began seeking victims of infected Steam games</a> in March. The case is being prosecuted in Seattle federal court, near Valve's headquarters in Bellevue, Washington, and Wilkins' arrest is the first publicly reported in the investigation. </p><p>Wilkins allegedly financed and marketed the malware rather than writing it, with <em>Local 10</em> reporting that agents had already searched the home of the unidentified developer who built the programs, and that Signal chats seized there tied Wilkins, operating under the handle Sibel.eth, to a $10,000 purchase of a remote access trojan and to discussions about tricking victims into approving transactions that emptied their wallets. That developer isn't named in the complaint and doesn't appear to have been charged.</p><p>The conspirators promoted the games on Discord, Telegram, X, and LinkedIn, and used bots to find users with large cryptocurrency holdings and message them directly, according to the complaint. Roughly 80 wallets were drained from 8,000 infections, a hit rate of about 1% consistent with that targeted approach. ZachXBT and vx-underground estimated<a href="https://www.tomshardware.com/tech-industry/cyber-security/twitch-streamer-raising-money-for-cancer-treatment-has-funds-stolen-by-malware-ridden-steam-game-blockblasters-title-stole-usd150-000-from-hundreds-of-players"> BlockBlasters alone took more than $150,000</a> from between 261 and 478 victims, including $32,000 in donated cancer treatment funds taken from a Twitch streamer in September 2025.</p><p>Payments from the scheme's Bitcoin wallet went to Bitrefill, a gift card service, where the 150-plus cards were purchased, agents said. A subpoena to Uber matched the cards to an account with deliveries at Wilkins' family home and his addresses at the University of West Florida. When agents searched the North Lauderdale house a week before the arrest, they seized several devices and three cryptocurrency wallet seed phrases, one belonging to a Monero wallet. Wilkins' transaction history showed $382,000 in cryptocurrency sent or received, per the complaint.</p><p>Wilkins faces up to 10 years in prison if convicted and was scheduled to appear in Fort Lauderdale federal court on July 15. Valve, whose storefront has seen a steady run of malware incidents over the past two years, including the <a href="https://www.tomshardware.com/tech-industry/cyber-security/hacker-plants-three-strains-of-malware-in-a-steam-early-access-game-called-chemia-security-company-found-crypto-jacking-infostealers-and-a-backdoor-to-install-yet-more-malware-in-the-future">Chemia Early Access game that shipped with three malware strains</a>, hadn't responded to Local 10's request for comment as of publication.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Best Back to School tech deals on laptops and essential tech — save on new semester essentials now ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/gift-guides-seasonal-sales/best-back-to-school-tech-deals-on-laptops-and-essential-tech-save-on-new-semester-essentials-now</link>
                                                                            <description>
                            <![CDATA[ Grab savings on the best back-to-school tech deals. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">iMQU8WDUiPSsEZNUK7sJaR</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/EQhis5hQS8FD3zx3X5a8GS-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 17 Jul 2026 14:29:45 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Gift Guides and Seasonal Sales]]></category>
                                                                                                                    <dc:creator><![CDATA[ Stewart Bendle ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/w3kayUSywmEpu3tyDE6M8W.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Stewart has loved PCs since he was a child dabbling with BASIC on a ZX Spectrum 48K and still gets far too excited about building and playing on PCs now. He loves to tune and overclock his computers to smooth and stable clocks and run his favorite games and applications on the best settings without compromising quality and framerates. &lt;/p&gt;&lt;p&gt;A firm believer in “Bang for the buck,” Stewart likes to research the best prices and locate the best coupon codes for computers, components and peripherals. Stewart also needs a spare room to house all his old PC parts and peripherals and maybe needs an intervention to stop him from buying more headphones, mice, and keyboards.&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/EQhis5hQS8FD3zx3X5a8GS-1280-80.jpg">
                                                            <media:credit><![CDATA[Future, Logitech, Dell, Apple]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Tech Deals]]></media:description>                                                            <media:text><![CDATA[Tech Deals]]></media:text>
                                <media:title type="plain"><![CDATA[Tech Deals]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/EQhis5hQS8FD3zx3X5a8GS-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>It may be the peak of summer right now, but it's never too early to start thinking about the new school year or setting off for college. Grab your essentials now before the rush, and don't risk losing out on the best back-to-school deals. This time of year is great for finding deals on laptops, monitors, power banks, and more. Also, if you are already registered with a student ID, you can often grab the best deals at retailers that offer student discounts. Companies like Dell and Samsung often have some amazing student offers to take advantage of. </p><ul><li><a href="https://www.bestbuy.com/site/searchpage.jsp?browsedCategory=pcmcat247400050001&id=pcat17071&qp=currentoffers_facet%3DCurrent+Deals~Plus+%26+Total+Member+Deals%5Ecurrentoffers_facet%3DCurrent+Deals~On+Sale&st=categoryid%24pcmcat247400050001">$400 off MacBooks at Best Buy</a></li><li><a href="https://www.dell.com/en-us/shop/dell-laptops/new-xps-13-laptop/spd/xps13dx13260laptop/usedx13260hbtsjcst">$599 Dell XPS 13 Laptop for students</a></li><li><a href="https://www.amazon.com/deals?ref_=nav_cs_gb&discounts-widget=%2522%257B%255C%2522state%255C%2522%253A%257B%255C%2522refinementFilters%255C%2522%253A%257B%255C%2522departments%255C%2522%253A%255B%255C%2522493964%252F541966%255C%2522%255D%257D%257D%252C%255C%2522version%255C%2522%253A1%257D%2522">Back to School tech deals at Amazon</a></li></ul><div class="product"><a data-dimension112="84723cba-8134-11f1-b27b-5b28e0834f3d" data-action="Deal Block" data-label="Apple's 2025 MacBook Pro with M5 includes a 10-core CPU and 10-core GPU. This configuration has 16GB of RAM and a 1TB SSD." data-dimension48="Apple's 2025 MacBook Pro with M5 includes a 10-core CPU and 10-core GPU. This configuration has 16GB of RAM and a 1TB SSD." data-dimension25="$1849" href="https://www.bestbuy.com/product/apple-macbook-pro-14-inch-laptop-m5-chip-with-10-core-cpu-and-10-core-gpu-16gb-memory-1tb-ssd-silver/JJGCQL8PPX" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:500px;"><p class="vanilla-image-block" style="padding-top:100.00%;"><img id="qMiPsLwYE4aSmdm7xP2TsN" name="apple-2026-macbook-pro-laptop-with-apple-745748e6-c22a-4317-8fba-f8eaf103f010.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/qMiPsLwYE4aSmdm7xP2TsN.jpg" mos="" align="middle" fullscreen="" width="500" height="500" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p>Apple's 2025 MacBook Pro with M5 includes a 10-core CPU and 10-core GPU. This configuration has 16GB of RAM and a 1TB SSD.<a class="view-deal button" href="https://www.bestbuy.com/product/apple-macbook-pro-14-inch-laptop-m5-chip-with-10-core-cpu-and-10-core-gpu-16gb-memory-1tb-ssd-silver/JJGCQL8PPX" target="_blank" rel="nofollow" data-dimension112="84723cba-8134-11f1-b27b-5b28e0834f3d" data-action="Deal Block" data-label="Apple's 2025 MacBook Pro with M5 includes a 10-core CPU and 10-core GPU. This configuration has 16GB of RAM and a 1TB SSD." data-dimension48="Apple's 2025 MacBook Pro with M5 includes a 10-core CPU and 10-core GPU. This configuration has 16GB of RAM and a 1TB SSD." data-dimension25="$1849">View Deal</a></p></div><div class="product"><a data-dimension112="84723d28-8134-11f1-93e1-bd7d84347917" data-action="Deal Block" data-label="Sign up for a student discount on the latest Dell XPS 13 laptop. Inside is a Series 3 Intel Core 5 320 processor and 8GB of RAM, with a small 512GB SSD for storage." data-dimension48="Sign up for a student discount on the latest Dell XPS 13 laptop. Inside is a Series 3 Intel Core 5 320 processor and 8GB of RAM, with a small 512GB SSD for storage." data-dimension25="$599.99" href="https://www.dell.com/en-us/shop/dell-laptops/new-xps-13-laptop/spd/xps13dx13260laptop/usedx13260hbtsjcst" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:570px;"><p class="vanilla-image-block" style="padding-top:70.18%;"><img id="eT3vWzJRsFkr65QFjh73ia" name="new-xps-13-laptop-3bb56631-cc0f-480e-9345-aa6273d11324.png" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/eT3vWzJRsFkr65QFjh73ia.png" mos="" align="middle" fullscreen="" width="570" height="400" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p>Sign up for a student discount on the latest Dell XPS 13 laptop. Inside is a Series 3 Intel Core 5 320 processor and 8GB of RAM, with a small 512GB SSD for storage. <a class="view-deal button" href="https://www.dell.com/en-us/shop/dell-laptops/new-xps-13-laptop/spd/xps13dx13260laptop/usedx13260hbtsjcst" target="_blank" rel="nofollow" data-dimension112="84723d28-8134-11f1-93e1-bd7d84347917" data-action="Deal Block" data-label="Sign up for a student discount on the latest Dell XPS 13 laptop. Inside is a Series 3 Intel Core 5 320 processor and 8GB of RAM, with a small 512GB SSD for storage." data-dimension48="Sign up for a student discount on the latest Dell XPS 13 laptop. Inside is a Series 3 Intel Core 5 320 processor and 8GB of RAM, with a small 512GB SSD for storage." data-dimension25="$599.99">View Deal</a></p></div><div class="product"><a data-dimension112="84723ddc-8134-11f1-9f6d-697adadb356b" data-action="Deal Block" data-label="This very powerful gaming laptop sports an ample 32GB of RAM plus an Nvidia GeForce RTX 5070 Ti laptop graphics processor. You will be able to play the latest games and run hardware-intensive software applications." data-dimension48="This very powerful gaming laptop sports an ample 32GB of RAM plus an Nvidia GeForce RTX 5070 Ti laptop graphics processor. You will be able to play the latest games and run hardware-intensive software applications." data-dimension25="$2799.99" href="https://www.bestbuy.com/product/hyperx-omen-max-16-2k-oled-gaming-laptop-intel-core-ultra-9-290hx-2026-32gb-memory-nvidia-geforce-rtx-5070-ti-1tb-ssd-shadow-black/JJGWKSJTT5" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1098px;"><p class="vanilla-image-block" style="padding-top:88.16%;"><img id="RQT53VZY9nrPRLfMQa9MZB" name="HP Omen Max 16" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/RQT53VZY9nrPRLfMQa9MZB.jpg" mos="" align="middle" fullscreen="" width="1098" height="968" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p>This very powerful gaming laptop sports an ample 32GB of RAM plus an Nvidia GeForce RTX 5070 Ti laptop graphics processor. You will be able to play the latest games and run hardware-intensive software applications. <a class="view-deal button" href="https://www.bestbuy.com/product/hyperx-omen-max-16-2k-oled-gaming-laptop-intel-core-ultra-9-290hx-2026-32gb-memory-nvidia-geforce-rtx-5070-ti-1tb-ssd-shadow-black/JJGWKSJTT5" target="_blank" rel="nofollow" data-dimension112="84723ddc-8134-11f1-9f6d-697adadb356b" data-action="Deal Block" data-label="This very powerful gaming laptop sports an ample 32GB of RAM plus an Nvidia GeForce RTX 5070 Ti laptop graphics processor. You will be able to play the latest games and run hardware-intensive software applications." data-dimension48="This very powerful gaming laptop sports an ample 32GB of RAM plus an Nvidia GeForce RTX 5070 Ti laptop graphics processor. You will be able to play the latest games and run hardware-intensive software applications." data-dimension25="$2799.99">View Deal</a></p></div><div class="product"><a data-dimension112="84723ea4-8134-11f1-a80e-45d44ba1e396" data-action="Deal Block" data-label="This Alienware laptop contains Intel's Core Ultra 9 275HX CPU with a 36MB cache, 24 cores, and speeds of 2.1 to 5.4 GHz on the P-Cores. Graphics are powered by an RTX 5070 with 8GB of GDDR7 VRAM. Save 10% with your student discount." data-dimension48="This Alienware laptop contains Intel's Core Ultra 9 275HX CPU with a 36MB cache, 24 cores, and speeds of 2.1 to 5.4 GHz on the P-Cores. Graphics are powered by an RTX 5070 with 8GB of GDDR7 VRAM. Save 10% with your student discount." data-dimension25="$1619.99" href="https://www.dell.com/en-us/shop/dell-laptops/alienware-16x-aurora-gaming-laptop/spd/alienware-aurora-ac16251-gaming-laptop/useac16251hbtshqmv" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:570px;"><p class="vanilla-image-block" style="padding-top:70.18%;"><img id="LLm4LB4qiZJ99JrGXxy8Ub" name="alienware-16x-aurora-gaming-laptop-525f2023-71c2-4c98-85dd-b0ce8953b17c.png" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/LLm4LB4qiZJ99JrGXxy8Ub.png" mos="" align="middle" fullscreen="" width="570" height="400" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p>This Alienware laptop contains Intel's Core Ultra 9 275HX CPU with a 36MB cache, 24 cores, and speeds of 2.1 to 5.4 GHz on the P-Cores. Graphics are powered by an RTX 5070 with 8GB of GDDR7 VRAM. Save 10% with your student discount. <a class="view-deal button" href="https://www.dell.com/en-us/shop/dell-laptops/alienware-16x-aurora-gaming-laptop/spd/alienware-aurora-ac16251-gaming-laptop/useac16251hbtshqmv" target="_blank" rel="nofollow" data-dimension112="84723ea4-8134-11f1-a80e-45d44ba1e396" data-action="Deal Block" data-label="This Alienware laptop contains Intel's Core Ultra 9 275HX CPU with a 36MB cache, 24 cores, and speeds of 2.1 to 5.4 GHz on the P-Cores. Graphics are powered by an RTX 5070 with 8GB of GDDR7 VRAM. Save 10% with your student discount." data-dimension48="This Alienware laptop contains Intel's Core Ultra 9 275HX CPU with a 36MB cache, 24 cores, and speeds of 2.1 to 5.4 GHz on the P-Cores. Graphics are powered by an RTX 5070 with 8GB of GDDR7 VRAM. Save 10% with your student discount." data-dimension25="$1619.99">View Deal</a></p></div><div class="product"><a data-dimension112="84723f08-8134-11f1-976a-9de5c5536db7" data-action="Deal Block" data-label="A powerful and portable battery pack that you can use to charge or power your phone or laptop. With a 145W output, it can easily power most laptops, even gaming laptops." data-dimension48="A powerful and portable battery pack that you can use to charge or power your phone or laptop. With a 145W output, it can easily power most laptops, even gaming laptops." data-dimension25="$59.98" href="https://www.amazon.com/UGREEN-25000mAh-Portable-Charging-Compatible/dp/B0BJQ7F16T" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:375px;"><p class="vanilla-image-block" style="padding-top:133.33%;"><img id="JXnTdVZQniK6PaiwoF9vRa" name="ugreen-power-bank-25000mah-145w-laptop-p-e7d2b500-2901-47da-a2e7-8ed71e95021d.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/JXnTdVZQniK6PaiwoF9vRa.jpg" mos="" align="middle" fullscreen="" width="375" height="500" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p>A powerful and portable battery pack that you can use to charge or power your phone or laptop. With a 145W output, it can easily power most laptops, even gaming laptops. <a class="view-deal button" href="https://www.amazon.com/UGREEN-25000mAh-Portable-Charging-Compatible/dp/B0BJQ7F16T" target="_blank" rel="nofollow" data-dimension112="84723f08-8134-11f1-976a-9de5c5536db7" data-action="Deal Block" data-label="A powerful and portable battery pack that you can use to charge or power your phone or laptop. With a 145W output, it can easily power most laptops, even gaming laptops." data-dimension48="A powerful and portable battery pack that you can use to charge or power your phone or laptop. With a 145W output, it can easily power most laptops, even gaming laptops." data-dimension25="$59.98">View Deal</a></p></div><div class="product"><a data-dimension112="84723f6c-8134-11f1-b7fb-6b796e2cfef5" data-action="Deal Block" data-label="Featuring the Hero sensor with a 12,000 DPI, this lightweight mouse with 6 programmable buttons is perfect for a budget gaming and productivity mouse for school or college. The G305 sports a large 250-hour battery, and onboard memory for saving your profiles." data-dimension48="Featuring the Hero sensor with a 12,000 DPI, this lightweight mouse with 6 programmable buttons is perfect for a budget gaming and productivity mouse for school or college. The G305 sports a large 250-hour battery, and onboard memory for saving your profiles." data-dimension25="$29.99" href="https://www.amazon.com/Logitech-LIGHTSPEED-Wireless-Gaming-Mouse/dp/B07CMS5Q6P" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:500px;"><p class="vanilla-image-block" style="padding-top:100.00%;"><img id="wyGhKopkDKRd6xX4efK3Va" name="logitech-g305-lightspeed-wireless-gaming-c248248d-e12b-43e3-a1da-bc7681b5942d.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/wyGhKopkDKRd6xX4efK3Va.jpg" mos="" align="middle" fullscreen="" width="500" height="500" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p>Featuring the Hero sensor with a 12,000 DPI, this lightweight mouse with 6 programmable buttons is perfect for a budget gaming and productivity mouse for school or college. The G305 sports a large 250-hour battery, and onboard memory for saving your profiles. <a class="view-deal button" href="https://www.amazon.com/Logitech-LIGHTSPEED-Wireless-Gaming-Mouse/dp/B07CMS5Q6P" target="_blank" rel="nofollow" data-dimension112="84723f6c-8134-11f1-b7fb-6b796e2cfef5" data-action="Deal Block" data-label="Featuring the Hero sensor with a 12,000 DPI, this lightweight mouse with 6 programmable buttons is perfect for a budget gaming and productivity mouse for school or college. The G305 sports a large 250-hour battery, and onboard memory for saving your profiles." data-dimension48="Featuring the Hero sensor with a 12,000 DPI, this lightweight mouse with 6 programmable buttons is perfect for a budget gaming and productivity mouse for school or college. The G305 sports a large 250-hour battery, and onboard memory for saving your profiles." data-dimension25="$29.99">View Deal</a></p></div><div class="product"><a data-dimension112="84723fd0-8134-11f1-a88c-d3ff7c9e1473" data-action="Deal Block" data-label="This model of the Omen 16 features an AMD CPU with the Ryzen AI 7 350 processor taking center stage. Accompanying the CPU is 16GB of RAM, a 1TB SSD, and Nvidia's GeForce RTX 5060 laptop graphics processor." data-dimension48="This model of the Omen 16 features an AMD CPU with the Ryzen AI 7 350 processor taking center stage. Accompanying the CPU is 16GB of RAM, a 1TB SSD, and Nvidia's GeForce RTX 5060 laptop graphics processor." data-dimension25="$1249.99" href="https://www.hp.com/us-en/shop/pdp/omen-gaming-laptop-16-ap0047nr?jumpid=ma_weekly-deals_product-tile_top-deals_25_b96rjua_omen-gaming-laptop-1" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1146px;"><p class="vanilla-image-block" style="padding-top:81.85%;"><img id="cFSCCKk235BNwsC3RqixEQ" name="HP Omen 16 (2023).png" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/cFSCCKk235BNwsC3RqixEQ.png" mos="" align="middle" fullscreen="" width="1146" height="938" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p>This model of the Omen 16 features an AMD CPU with the Ryzen AI 7 350 processor taking center stage. Accompanying the CPU is 16GB of RAM, a 1TB SSD, and Nvidia's GeForce RTX 5060 laptop graphics processor.<a class="view-deal button" href="https://www.hp.com/us-en/shop/pdp/omen-gaming-laptop-16-ap0047nr?jumpid=ma_weekly-deals_product-tile_top-deals_25_b96rjua_omen-gaming-laptop-1" target="_blank" rel="nofollow" data-dimension112="84723fd0-8134-11f1-a88c-d3ff7c9e1473" data-action="Deal Block" data-label="This model of the Omen 16 features an AMD CPU with the Ryzen AI 7 350 processor taking center stage. Accompanying the CPU is 16GB of RAM, a 1TB SSD, and Nvidia's GeForce RTX 5060 laptop graphics processor." data-dimension48="This model of the Omen 16 features an AMD CPU with the Ryzen AI 7 350 processor taking center stage. Accompanying the CPU is 16GB of RAM, a 1TB SSD, and Nvidia's GeForce RTX 5060 laptop graphics processor." data-dimension25="$1249.99">View Deal</a></p></div><div class="product"><a data-dimension112="8472403e-8134-11f1-b286-cd6bdb424aef" data-action="Deal Block" data-label="One of the best productivity mice available, the MX Master 3S, has five customizable buttons, and a ratcheted side scroll wheel. The scroll wheel can be tight or smooth and the mouse sensor has up to an 8,000 DPI resolution for accurate use." data-dimension48="One of the best productivity mice available, the MX Master 3S, has five customizable buttons, and a ratcheted side scroll wheel. The scroll wheel can be tight or smooth and the mouse sensor has up to an 8,000 DPI resolution for accurate use." data-dimension25="$85.49" href="https://www.amazon.com/Logitech-Master-Bluetooth-Wireless-Receiver/dp/B0FB21526X" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:500px;"><p class="vanilla-image-block" style="padding-top:100.00%;"><img id="hNVnNFxXXTybvFvw8GP9Ta" name="logitech-mx-master-3s-bluetooth-edition--17376b93-c54b-4655-aeff-2ac3325c2b1d.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/hNVnNFxXXTybvFvw8GP9Ta.jpg" mos="" align="middle" fullscreen="" width="500" height="500" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p>One of the best productivity mice available, the MX Master 3S, has five customizable buttons, and a ratcheted side scroll wheel. The scroll wheel can be tight or smooth and the mouse sensor has up to an 8,000 DPI resolution for accurate use.<a class="view-deal button" href="https://www.amazon.com/Logitech-Master-Bluetooth-Wireless-Receiver/dp/B0FB21526X" target="_blank" rel="nofollow" data-dimension112="8472403e-8134-11f1-b286-cd6bdb424aef" data-action="Deal Block" data-label="One of the best productivity mice available, the MX Master 3S, has five customizable buttons, and a ratcheted side scroll wheel. The scroll wheel can be tight or smooth and the mouse sensor has up to an 8,000 DPI resolution for accurate use." data-dimension48="One of the best productivity mice available, the MX Master 3S, has five customizable buttons, and a ratcheted side scroll wheel. The scroll wheel can be tight or smooth and the mouse sensor has up to an 8,000 DPI resolution for accurate use." data-dimension25="$85.49">View Deal</a></p></div><div class="product"><a data-dimension112="847240a2-8134-11f1-ad3a-a5e43c4f732d" data-action="Deal Block" data-label="A stunning price for a 16-inch productivity laptop with a sharp 2k IPS display with touchscreen functionality. Inside the silver chassis is AMD's Ryzen AI 7 445 processor, 16GB of RAM, and a 1TB SSD." data-dimension48="A stunning price for a 16-inch productivity laptop with a sharp 2k IPS display with touchscreen functionality. Inside the silver chassis is AMD's Ryzen AI 7 445 processor, 16GB of RAM, and a 1TB SSD." data-dimension25="$749" href="https://www.walmart.com/ip/HP-OmniBook-5-16-inch-2K-Touch-Windows-Laptop-AMD-Ryzen-AI-7-445-16GB-RAM-1TB-SSD-MeteorSilver/18103522734" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:450px;"><p class="vanilla-image-block" style="padding-top:100.00%;"><img id="bo38x2SHa8yUytEpqNrJPh" name="hp-omnibook-5-16-inch-laptop-next-gen-ai-fd00d463-26d1-4caf-a1b0-ca1acd135150.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/bo38x2SHa8yUytEpqNrJPh.jpg" mos="" align="middle" fullscreen="" width="450" height="450" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p>A stunning price for a 16-inch productivity laptop with a sharp 2k IPS display with touchscreen functionality. Inside the silver chassis is AMD's Ryzen AI 7 445 processor, 16GB of RAM, and a 1TB SSD.<a class="view-deal button" href="https://www.walmart.com/ip/HP-OmniBook-5-16-inch-2K-Touch-Windows-Laptop-AMD-Ryzen-AI-7-445-16GB-RAM-1TB-SSD-MeteorSilver/18103522734" target="_blank" rel="nofollow" data-dimension112="847240a2-8134-11f1-ad3a-a5e43c4f732d" data-action="Deal Block" data-label="A stunning price for a 16-inch productivity laptop with a sharp 2k IPS display with touchscreen functionality. Inside the silver chassis is AMD's Ryzen AI 7 445 processor, 16GB of RAM, and a 1TB SSD." data-dimension48="A stunning price for a 16-inch productivity laptop with a sharp 2k IPS display with touchscreen functionality. Inside the silver chassis is AMD's Ryzen AI 7 445 processor, 16GB of RAM, and a 1TB SSD." data-dimension25="$749">View Deal</a></p></div><div class="product"><a data-dimension112="8472419c-8134-11f1-86b5-2388cbb71f1a" data-action="Deal Block" data-label="This crisp QHD QD-OLED gaming monitor chomps through frame rates with its fast 180hz refresh rate. QD-OLED allows a blisteringly fast 0.03ms (gtg) response time that in turn makes gameplay feel super smooth and eliminates ghosting. This display is compatible with Nvidia G-Sync and AMD FreeSync technologies." data-dimension48="This crisp QHD QD-OLED gaming monitor chomps through frame rates with its fast 180hz refresh rate. QD-OLED allows a blisteringly fast 0.03ms (gtg) response time that in turn makes gameplay feel super smooth and eliminates ghosting. This display is compatible with Nvidia G-Sync and AMD FreeSync technologies." data-dimension25="$329.99" href="https://www.bhphotovideo.com/c/product/1910667-REG/samsung_ls27fg500snxza_27_qhd_qd_oled_180hz.html" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:500px;"><p class="vanilla-image-block" style="padding-top:66.60%;"><img id="AGkQFvKXcePr9Y5qGfHLzk" name="samsung-27-odyssey-oled-g5-g50sf-qhd--qd-8fbf2387-0f72-4d09-a253-db4ab400f19a.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/AGkQFvKXcePr9Y5qGfHLzk.jpg" mos="" align="middle" fullscreen="" width="500" height="333" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p>This crisp QHD QD-OLED gaming monitor chomps through frame rates with its fast 180hz refresh rate. QD-OLED allows a blisteringly fast 0.03ms (gtg) response time that in turn makes gameplay feel super smooth and eliminates ghosting. This display is compatible with Nvidia G-Sync and AMD FreeSync technologies. <a class="view-deal button" href="https://www.bhphotovideo.com/c/product/1910667-REG/samsung_ls27fg500snxza_27_qhd_qd_oled_180hz.html" target="_blank" rel="nofollow" data-dimension112="8472419c-8134-11f1-86b5-2388cbb71f1a" data-action="Deal Block" data-label="This crisp QHD QD-OLED gaming monitor chomps through frame rates with its fast 180hz refresh rate. QD-OLED allows a blisteringly fast 0.03ms (gtg) response time that in turn makes gameplay feel super smooth and eliminates ghosting. This display is compatible with Nvidia G-Sync and AMD FreeSync technologies." data-dimension48="This crisp QHD QD-OLED gaming monitor chomps through frame rates with its fast 180hz refresh rate. QD-OLED allows a blisteringly fast 0.03ms (gtg) response time that in turn makes gameplay feel super smooth and eliminates ghosting. This display is compatible with Nvidia G-Sync and AMD FreeSync technologies." data-dimension25="$329.99">View Deal</a></p></div><p><em>If you're looking for more savings, check out our </em><a href="https://www.tomshardware.com/news/best-deals-on-tech"><em>Best PC Hardware deals</em></a><em> for a range of products, or dive deeper into our specialized </em><a href="https://www.tomshardware.com/features/best-deals-on-ssds"><em>SSD and Storage Deals,</em></a><em> </em><a href="https://www.tomshardware.com/pc-components/ssds/best-hard-drive-deals"><em>Hard Drive Deals</em></a><em>, </em><a href="https://www.tomshardware.com/news/best-computer-monitor-deals"><em>Gaming Monitor Deals</em></a><em>, </em><a href="https://www.tomshardware.com/news/best-graphics-card-deals-now"><em>Graphics Card Deals</em></a><em>, </em><a href="https://www.tomshardware.com/best-picks/best-gaming-chairs"><em>Gaming Chair</em></a><em>, </em><a href="https://www.tomshardware.com/networking/routers/best-wi-fi-routers"><em>Best Wi-Fi Routers</em></a><em>, </em><a href="https://www.tomshardware.com/pc-components/motherboards/best-motherboard-deals-2025-deals-on-intel-and-amd-motherboards"><em>Best Motherboard,</em></a><em> or </em><a href="https://www.tomshardware.com/features/best-cpu-deals"><em>CPU Deals</em></a><em> pages.</em></p><p><em>Also, you can</em> <em>join the</em><a href="https://discord.gg/jB8nAtbB" target="_blank"><em> Tom's Hardware deals Discord for up-to-the-minute hardware deals.</em></a></p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ GameStop CEO says Sony's decision to go disc-less is 'totally irrelevant' — claims software, including physical discs, accounts for only 12% of the company's business ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/video-games/console-gaming/gamestop-ceo-says-sonys-decision-to-go-disc-less-is-totally-irrelevant-claims-software-including-physical-discs-accounts-for-only-12-percent-of-the-companys-business</link>
                                                                            <description>
                            <![CDATA[ GameStop CEO Ryan Cohen says Sony’s physical game exit is irrelevant to the company's business, amid a $56 billion eBay takeover, as collectibles now drive growth. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">7mrhhNZMNvHDvwAn6iakse</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/SqrEttsyXzihpMydJhuxc-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 17 Jul 2026 13:51:39 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Console Gaming]]></category>
                                                    <category><![CDATA[Video Games]]></category>
                                                                                                                    <dc:creator><![CDATA[ Etiido Uko ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/BBrMt7jWtSo2Dc3iKoroyD.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Etiido Uko is a mechanical engineer and senior technical writer with over nine years of experience in documentation and reporting. He is deeply passionate about all things engineering and technology, and is an expert in gadgets, manufacturing, robotics, automotive, and aerospace. His work spans content creation for industry leaders across multiple sectors, including Autodesk, Siemens, Xometry, Telus, and Coca-Cola. When he is not writing or keeping up with the latest innovations, you can find him exploring lands unknown. Check out more of his work at etiidowrites.com.&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/SqrEttsyXzihpMydJhuxc-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty / Brandon Bell]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Gamestop]]></media:description>                                                            <media:text><![CDATA[Gamestop]]></media:text>
                                <media:title type="plain"><![CDATA[Gamestop]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/SqrEttsyXzihpMydJhuxc-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The CEO of GameStop — one of the world's largest video game retailers — has said that <a href="https://www.tomshardware.com/video-games/playstation/sony-officially-kills-the-playstation-disc-ending-physical-game-production-in-2028-shutting-down-the-playstation-store-on-the-playstation-3-and-ps-vita-systems" target="_blank">Sony’s decision to halt the production of physical game discs</a> in 2028 is “totally irrelevant” to the company's business. Speaking to <em>BloombergTech</em> in an <a href="https://youtu.be/0lbMSxSJN8c?t=1550" target="_blank">interview</a> on Thursday, July 16, Ryan Cohen made the comments while responding to questions on how console makers’ going disc-less might affect GameStop amid the company's controversial bid to buy eBay.</p><p>When asked, “If the hardware makers are reportedly moving to disc-less on the console side, future game launches are digital only, where does that fit in for the business plan?” Cohen responded, “It doesn’t matter at all. Software, it mattered in the past. Software today makes up less than 12% of the business, and collectables makes up over half the business. So, it’s totally, totally irrelevant.”</p><p>Cohen's characterization doesn't exactly match GameStop's own filings, but the underlying trend does. In fiscal year 2025, the company reported total net sales of $3.63 billion. At $729.3 million, Software — which includes physical game discs, game cartridges, and digital download codes by <a href="https://www.tomshardware.com/video-games/retro-gaming/end-of-an-era-for-decades-old-playstation-3-xbox-360-and-nintendo-wii-u-as-gamestop-officially-declares-them-retro-change-means-faulty-or-aesthetically-unfortunate-consoles-that-can-still-power-on-are-now-accepted-for-trade-in" target="_blank">GameStop’s classification</a> — accounted for 20.1% of the total, the lowest among the company's product categories. Collectibles brought in $1.06 billion at 29.2 percent, while hardware and accessories — including new and pre-owned hardware, accessories, hardware bundles, interactive figures, strategy guides, and mobile/consumer electronics — remained the largest single line at $1.84 billion, or 50.7 percent.</p><p>The year-on-year growth figures also appear to support Cohen's stance, with software revenue dropping 27% in FY24 and hardware revenue dropping 12%. Meanwhile, revenue from collectibles — covering apparel, toys, trading cards, gadgets, other pop-culture products, and submission services for authentication and grading of trading cards — grew by 47%.</p><div ><table><caption>GameStop FY2025 net sales by product category</caption><tbody><tr><td class="firstcol " ><p><strong>Category</strong></p></td><td  ><p><strong>FY2025 net sales</strong></p></td><td  ><p><strong>Share of total</strong></p></td><td  ><p><strong>FY2024 net sales</strong></p></td><td  ><p><strong>Change</strong></p></td></tr><tr><td class="firstcol " ><p>Hardware & accessories</p></td><td  ><p>$1.84 billion</p></td><td  ><p>50.7%</p></td><td  ><p>$2.09 billion</p></td><td  ><p>−12.3%</p></td></tr><tr><td class="firstcol " ><p>Collectibles</p></td><td  ><p>$1.06 billion</p></td><td  ><p>29.2%</p></td><td  ><p>$717.9 million</p></td><td  ><p>+47.7%</p></td></tr><tr><td class="firstcol " ><p>Software</p></td><td  ><p>$729.3 million</p></td><td  ><p>20.1%</p></td><td  ><p>$1 billion</p></td><td  ><p>−27.5%</p></td></tr></tbody></table></div><p>Much of the Bloomberg interview was focused on Cohen's somewhat controversial bid for <a href="https://www.tomshardware.com/tag/ebay" target="_blank">eBay</a>. GameStop began accumulating eBay stock on February 4 and delivered an unsolicited, non-binding proposal on May 3 to acquire all outstanding shares at $125 apiece, split evenly between cash and GameStop stock — an offer valuing eBay at roughly $56 billion, against GameStop's own market capitalization of around $10 billion. eBay's board rejected it on May 12, with chairman Paul Pressler writing that the board had determined the proposal was "neither credible nor attractive." Cohen has said he intends to take the offer directly to eBay shareholders.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Lawmakers want US government to ban memory chips from China, even in allied supply chains — citing 'unacceptable risk' to national, economic, and supply chain security ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/pc-components/dram/lawmakers-want-us-government-to-ban-memory-chips-from-china-even-in-allied-supply-chains-citing-unacceptable-risk-to-national-economic-and-supply-chain-security</link>
                                                                            <description>
                            <![CDATA[ U.S. lawmakers demand Commerce Secretary Howard Lutnick to ban imports of memory chips from China to the U.S., ask allies to do the same. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">K9iyFKFVSTLgvgEJVHuWAZ</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/5Zdzacn9Cewvh99QktigLR-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 17 Jul 2026 13:05:44 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[DRAM]]></category>
                                                    <category><![CDATA[PC Components]]></category>
                                                    <category><![CDATA[RAM]]></category>
                                                                                                <author><![CDATA[ ashilov@gmail.com (Anton Shilov) ]]></author>                    <dc:creator><![CDATA[ Anton Shilov ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/uMZ5kNphxA2Ut6whdLaSQV.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Anton Shilov has been in the PC industry since 1990s playing games, building PCs, and writing stories about pretty much everything that relates to PCs, Macs, smartphones, tablets, and even fab equipment. Over his career, he has worked at a variety of high-ranking websites, including AnandTech, EE Times, TechRadar, X-bit Labs, and now Tom&#039;s Hardware. He is also a regular features contributor to Tom&#039;s Hardware Premium, writing about the latest developments in the semiconductor industry and related tech news and roadmaps. When Anton is not reading or writing about something high-tech, he is probably watching a good movie, playing a video game, or spending time with his family.&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/5Zdzacn9Cewvh99QktigLR-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty / Bloomberg]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Howard Lutnick]]></media:description>                                                            <media:text><![CDATA[Howard Lutnick]]></media:text>
                                <media:title type="plain"><![CDATA[Howard Lutnick]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/5Zdzacn9Cewvh99QktigLR-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>As Apple and other American companies seek to use memory chips from China-based CXMT and YMTC amid massive supply constraints, U.S. lawmakers want to ban exports of Chinese memory chips to the U.S., citing concerns of weakening domestic and allied suppliers and indirectly supporting the development of 3D NAND and DRAM by Chinese companies, reports the <a href="https://www.ft.com/content/9e7cdf3c-2e52-492f-afeb-b63d86a53ce6?syn-25a6b1a6=1" target="_blank"><em>Financial Times</em></a>.</p><div  class="fancy-box"><div class="fancy_box-title">Go deeper with TH Premium: Memory</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="xi79WuWDZXzix4Fc7sXNMn" name="hbm-vs" caption="" alt="HBM3E vs HBM4" src="https://cdn.mos.cms.futurecdn.net/xi79WuWDZXzix4Fc7sXNMn.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: SK Hynix)</span></figcaption></figure><p class="fancy-box__body-text"><ul><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/pc-components/storage/perfect-storm-of-demand-and-supply-driving-up-storage-costs?utm_source=edit-links&utm_medium=boxout&utm_term=memory" target="_blank">AI data centers are swallowing the world's memory and storage supply</a></li><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/pc-components/ram/the-future-of-dram-from-ddr5-advancements-to-future-ics?utm_source=edit-links&utm_medium=boxout&utm_term=memory" target="_blank">The future of DRAM: From DDR5 to future ICs</a></li><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/tech-industry/semiconductors/hbm-roadmaps-for-micron-samsung-and-sk-hynix-to-hbm4-and-beyond?utm_source=edit-links&utm_medium=boxout&utm_term=memory" target="_blank">High-bandwidth memory roadmap</a></li><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/pc-components/ram/hbm-is-eating-your-ram?utm_source=edit-links&utm_medium=boxout&utm_term=memory" target="_blank">Here's why HBM is coming for your PC's RAM</a></li></ul></p></div></div><p>John Moolenaar, Republican chair of the U.S. House China Committee, and Democratic Congressman George Whitesides asked Commerce Secretary Howard Lutnick to prevent U.S. companies from purchasing semiconductors from businesses included either on the Pentagon's Chinese Military Companies blacklist or the Commerce Department's Entity List. They also called on the administration to add CXMT to the Entity List and impose additional restrictions on YMTC. </p><p>"Dependence on Chinese memory manufacturers creates an unacceptable risk for U.S. national security, economic security, and supply chain security," the <a href="https://d1e00ek4ebabms.cloudfront.net/production/uploaded-files/Moolenaar%20Letter%20on%20DRAM%20Shortage-09b4a86b-9ff5-486e-aff0-f0cf41eb3b91.pdf">letter</a> by Moolenaar and Whitesides reads.</p><p><a href="https://www.tomshardware.com/tech-industry/apple-reportedly-lobbies-uncle-sam-for-access-to-chinese-memory-chips-tech-giant-allegedly-wants-to-buy-from-blacklisted-cxmt">Apple has been seeking approval from the Trump administration to source memory from CXMT</a> amid a severe global DRAM supply crisis caused by the rapid expansion of AI infrastructure. Corsair, Patriot Memory, and some other suppliers of branded memory modules and SSDs have been using DRAM from CXMT and 3D NAND from Yangtze Memory for some time now.</p><p>"We are alarmed that Apple and other U.S. tech companies seek to purchase memory from Chinese semiconductor manufacturers, including those with ties to the Chinese military," the U.S. lawmakers wrote.</p><p>DRAM maker CXMT is already on the Pentagon's Chinese Military Companies list, whereas 3D NAND producer YMTC is already in the DoC's Entity List. Their presence in the lists does not outright prevent American companies like Apple from buying their products, but at a significant political risk. </p><p>Technically, American companies could buy chips from CXMT and YMTC to use inside products bound for China or other countries and continue to use memory from traditional suppliers in products aimed at the U.S. market. To prevent this, Moolenaar and Whitesides also urge the American government to coordinate with Japan, South Korea, and the EU to prevent CXMT and YMTC from taking advantage of the current supply shortage to establish themselves in allied supply chains, which they believe could ultimately leave the West strategically dependent on Chinese memory.</p><p>Moolenaar and Whitesides argue that purchases from Chinese memory manufacturers could indirectly support technologies applicable to China's military.</p><p>"Leading Chinese memory manufacturers are all closely intertwined with the Chinese military; thus, every memory purchase by a U.S. company will directly subsidize the People’s Liberation Army's development of this critical dual-use technology," the letter stresses.</p><p>The lawmakers argue that CXMT and YMTC could repeat China’s playbook in solar, steel, telecom, and EV markets: use state subsidies to undercut foreign rivals, weaken their investments, and ultimately exploit the resulting dependence for strategic leverage. That said, using Chinese memory now could permanently weaken Western production capacity and leave the West strategically dependent on China for a critical component of AI infrastructure, Moolenaar and Whitesides believe.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ AI data centers must produce as much power as they use, Australia PM says — new national AI framework will also ensure water efficiency and protect intellectual property rights ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/policy/ai-data-centers-must-produce-as-much-power-as-they-use-australia-pm-says-new-national-ai-framework-will-also-ensure-water-efficiency-and-protect-intellectual-property-rights</link>
                                                                            <description>
                            <![CDATA[ Australian Prime Minister Anthony Albanese announced the "Australian Standards for A.I.," which will serve as a national framework for data center developments related to AI. The government plans to set this legislative agenda as more AI hyperscalers are setting their sights on the country for its vast land and abundant renewable energy sources. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">n7dqshwWux4cf9Gricyuqn</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/iY9zM7ykPLsWjKZjsArTQm-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Fri, 17 Jul 2026 12:16:03 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Policy]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                <author><![CDATA[ editors@tomshardware.com (Jowi Morales) ]]></author>                    <dc:creator><![CDATA[ Jowi Morales ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/gM7E2WSDg2wgCFoaDPz9yK.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Jowi Morales is a writer and journalist covering the tech beat since 2021. However, he’s been interested in technology far earlier than that. He started discovering desktop computers when his father brought home a Windows 95 PC, but his first real experience working under the hood of the PC was when the old computer’s hard drive was filled to the brim in the year 2000. He deleted the Windows folder to attempt to rectify the situation, which led to his dad buying a new desktop PC. Since then, he learned a lot more about computers, and he’s always been the go-to tech expert for his family and friends.&lt;/p&gt;&lt;p&gt;Jowi primarily uses a Windows workstation and an Android phone, but he also bought into the Apple ecosystem with the 6th-gen iPad, iPhone 14 Pro Max, and the M1 MacBook Air. Today, Jowi covers hardware and software from Redmond and Cupertino, while also looking at the tech industry in general.&lt;/p&gt;&lt;p&gt;Aside from covering technology, Jowi is an avid photographer and writes about automobiles, aviation, and tanks. You can find his bylines at &lt;a href=&quot;https://www.makeuseof.com/author/jowi-morales/&quot;&gt;MakeUseOf&lt;/a&gt;, &lt;a href=&quot;https://www.slashgear.com/author/jowimorales/&quot;&gt;SlashGear&lt;/a&gt;, and, of course, &lt;a href=&quot;https://www.tomshardware.com/author/jowi-morales&quot;&gt;Tom’s Hardware&lt;/a&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/png" url="https://cdn.mos.cms.futurecdn.net/iY9zM7ykPLsWjKZjsArTQm-1280-80.png">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Australian PM Anthony Albanese]]></media:description>                                                            <media:text><![CDATA[Australian PM Anthony Albanese]]></media:text>
                                <media:title type="plain"><![CDATA[Australian PM Anthony Albanese]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/iY9zM7ykPLsWjKZjsArTQm-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Australian Prime Minister Anthony Albanese said that the government is working to establish the “Australian Standards for A.I.,” which would stand as a national framework that AI companies must follow if they want to operate in the country. As backlash against the negative effects of data centers is making it harder for AI hyperscalers to build and expand infrastructure in the U.S. and Europe, the <a href="https://www.nytimes.com/2026/07/15/world/australia/albanese-artificial-intelligence-guardrails.html" target="_blank"><em>New York Times</em></a> reports that many of these firms are now eyeing the Land Down Under for its vast lands and abundant renewable energy sources. But even before they start setting up shop in the country, Canberra wants to get ahead and ensure that these developments do not cause any problems for the general public.</p><p>“Every country on earth is grappling with these challenges right now. Australia will be the first country in the world to bring these issues into a single, national framework,” the prime minister said in his speech. One part of this policy will enforce a “legal obligation” for data centers to produce the same amount of power that they consume, ensuring that their presence does not put an unnecessary burden on the power grid that would <a href="https://www.tomshardware.com/tech-industry/ai-data-centers-trigger-massive-irreversible-76-percent-electricity-price-spike-in-largest-us-region-federal-watchdog-demands-tech-giants-pay-for-their-own-power-infrastructure">result in increased utility prices</a> for the average citizen. It also wants to ensure that these projects be as water efficient as possible, especially given that Australia is the driest populated continent on Earth, according to the <a href="https://un-igrac.org/data/country-profiles/australia/">International Groundwater Resources Assessment Center</a> (IGRAC).</p><p>Aside from concern for data centers’ use of natural resources, the Australian government also wants to ensure that the intellectual property rights of its people are protected. Albanese said that Australian creators, including writers, musicians, artists, and news reporters, should “retain control of the price and value of their work” when used for AI training. “Anything less is theft. No country has got this right yet,” says the prime minister.</p><p>While some business industry groups expressed their support for the government’s goal, they were also a bit cautious, saying that overregulation could mean that Australia will miss out on the opportunities the AI data centers will bring for the company. University of New South Wales in Sydney professor Toby Walsh, who specializes in Artificial Intelligence, also told <em>The Times</em> that the PM is on the right track, as it addresses the concerns that most Australians have regarding AI and the infrastructure behind it. However, these are just planned policies, and the regulation behind them must still be worked out. “The devil will be in the details exactly what they do,” says Prof. Walsh. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Intel Nova Lake leak points to Core Ultra Series 400 branding, staggered release next year — hotly anticipated flagship 52-core desktop CPU might not arrive until late 2027 ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/pc-components/cpus/intel-nova-lake-leak-points-to-core-ultra-series-400-branding-staggered-release-next-year-hotly-anticipated-flagship-52-core-desktop-cpu-might-not-arrive-until-late-2027</link>
                                                                            <description>
                            <![CDATA[ Intel's upcoming Nova Lake desktop processors continue to gather momentum, with fresh reports hinting at Core Ultra Series 400 branding and a phased launch timeline. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">HQ2tMkjTeB4gzWDsaR5pXf</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/wUsSLzuor4dtkrjsTZUnB3-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 17 Jul 2026 12:08:13 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[CPUs]]></category>
                                                    <category><![CDATA[PC Components]]></category>
                                                                                                <author><![CDATA[ editors@tomshardware.com (Kunal Khullar) ]]></author>                    <dc:creator><![CDATA[ Kunal Khullar ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/NDK3ae3zDxAx2BJnMXxBJV.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Kunal Khullar is a contributor at Tom’s Hardware with extensive writing experience in computing. With a deep-seated passion for technology, Kunal has dedicated years to mastering the intricacies of computer hardware components and staying at the forefront of the latest software developments. His journey in the tech world began with hands-on experience in assembling and troubleshooting PCs and laptops as a kid in the 90s, a skill he has meticulously honed over the years. He has worked for various publications covering a range of topics including smartphones, laptops, audio devices, and PC hardware. Currently, he is engrossed with everything happening in the world of computing with a growing obsession for unique PC cases and RGB cooling fans. Through his articles Kunal strives to demystify complex concepts for a broad audience. Kunal is also a casual gamer as he loves to squad up with his friends in &lt;em&gt;Apex Legends&lt;/em&gt;, and claims to have a fairly good taste in music especially when it comes to heavy metal.&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/wUsSLzuor4dtkrjsTZUnB3-1280-80.jpg">
                                                            <media:credit><![CDATA[Intel]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Core Ultra 200K Plus]]></media:description>                                                            <media:text><![CDATA[Core Ultra 200K Plus]]></media:text>
                                <media:title type="plain"><![CDATA[Core Ultra 200K Plus]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/wUsSLzuor4dtkrjsTZUnB3-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Intel was expected to unveil its next-generation desktop processors later this year. The upcoming Nova Lake lineup has been making the rounds online, and a new report from <a href="https://videocardz.com/newz/exclusive-intel-core-ultra-400-nova-lake-to-feature-new-branding"><em>VideoCardz</em></a> suggests that Intel could introduce it under the Core Ultra Series 400 branding. For context, the current Arrow Lake and Arrow Lake Refresh desktop CPUs follow the Core Ultra Series 200 naming scheme, while Intel's latest Panther Lake mobile processors carry the Core Ultra Series 300 branding.</p><div  class="fancy-box"><div class="fancy_box-title">Go deeper with TH Premium: CPU</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="Xh2MupWrRjJPiLLuopmKRB" name="W1103180" caption="" alt="A hand holding the Ryzen 7 9850X3D." src="https://cdn.mos.cms.futurecdn.net/Xh2MupWrRjJPiLLuopmKRB.jpg" 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: Tom's Hardware)</span></figcaption></figure><p class="fancy-box__body-text"><ul><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/tech-industry/cpu-scaling-with-dlss-investigating-cpu-performance-in-the-age-of-upscaling?utm_source=edit-links&utm_medium=boxout&utm_term=cpu" target="_blank">CPU scaling with DLSS</a></li><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/pc-components/cpus/ryzen-to-the-top-how-amd-innovated-in-the-gaming-cpu-market?utm_source=edit-links&utm_medium=boxout&utm_term=cpu" target="_blank">Ryzen to the top: How AMD innovated in the gaming CPU market</a></li><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/tech-industry/semiconductors/how-arm-is-working-its-way-into-pcs-and-data-centers-inside-the-products-and-trends-behind-the-hype?utm_source=edit-links&utm_medium=boxout&utm_term=cpu" target="_blank">How ARM is working its way into PCs</a></li><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/tech-industry/amd-ces-2026-gaming-trends-press-q-and-a-roundtable-transcript-we-see-a-little-bit-of-an-uptick-in-the-percentage-of-am4-versus-am5-platforms?utm_source=edit-links&utm_medium=boxout&utm_term=cpu" target="_blank">AMD CES 2026 gaming trends press Q&A roundtable transcript</a></li></ul></p></div></div><p>The report also claims to reveal the review embargo windows and launch timeline for several Nova Lake models. According to the report, Intel will initially introduce a 28-core DS package, which is expected to launch between January and March 2027. The new DS suffix is said to be an internal package designation for processors featuring dual-compute tiles. This will reportedly be followed by 28-core K-series (unlocked) models between March and April 2027, while 16-core and 8-core variants are expected to arrive between late March and May 2027. The flagship 52-core DS model is reportedly scheduled for a much later launch, potentially between late May and September 2027.</p><div ><table><caption>Rumored Nova Lake launch timeline</caption><thead><tr><th class="firstcol " ><p>Processor</p></th><th  ><p>P-cores</p></th><th  ><p>E-cores</p></th><th  ><p>LPE-cores</p></th><th  ><p>Expected launch</p></th></tr></thead><tbody><tr><td class="firstcol " ><p><strong>52-core DS</strong></p></td><td  ><p>16</p></td><td  ><p>32</p></td><td  ><p>4</p></td><td  ><p>Late May to September 2027</p></td></tr><tr><td class="firstcol " ><p><strong>28-core DS</strong></p></td><td  ><p>8</p></td><td  ><p>16</p></td><td  ><p>4</p></td><td  ><p>January to March 2027</p></td></tr><tr><td class="firstcol " ><p><strong>28-core K-series</strong></p></td><td  ><p>8</p></td><td  ><p>16</p></td><td  ><p>4</p></td><td  ><p>March to April 2027</p></td></tr><tr><td class="firstcol " ><p><strong>16-core</strong></p></td><td  ><p>4</p></td><td  ><p>8</p></td><td  ><p>4</p></td><td  ><p>Late March to May 2027</p></td></tr><tr><td class="firstcol " ><p><strong>8-core</strong></p></td><td  ><p>4</p></td><td  ><p>4</p></td><td  ><p>0</p></td><td  ><p>Late March to May 2027</p></td></tr></tbody></table></div><p>While Intel is yet to officially confirm a launch date for Nova Lake, various leaks have suggested that the lineup could be one of the company's biggest generational leaps in recent years. The flagship desktop SKU, featuring a 52-core configuration,<a href="https://www.tomshardware.com/pc-components/cpus/intels-nova-lake-cpu-reportedly-has-up-to-52-cores-coyote-cove-p-cores-and-arctic-wolf-e-cores-onboard"> is expected to combine</a> 16 Coyote Cove Performance (P) cores, 32 Arctic Wolf Efficiency (E) cores, and four Low Power Efficiency (LPE) cores. This would be a notable jump over the current Core Ultra 9 285K, which features a total of 24-cores. The introduction of Coyote Cove and Arctic Wolf also points to an entirely new CPU architecture, replacing the Lion Cove and Skymont cores found in Arrow Lake.</p><p>Nova Lake is also rumored to bring <a href="https://www.tomshardware.com/pc-components/cpus/intel-nova-lake-specs-leaked-up-to-52-cores-and-150w-of-tdp-for-intels-amd-zen-6-rival">new platform upgrades</a> including support for <a href="https://www.tomshardware.com/pc-components/cpus/intel-nova-lake-cpu-teaser-lists-official-support-for-speedy-ddr5-8000-ram-b960-mini-pcs-upgraded-power-system-signals-nova-lakes-higher-power-demands">DDR5-8000 memory</a>, up to 24 PCIe 5.0 lanes for expansion, Thunderbolt 5, and Intel's next-generation Xe3 Celestial integrated graphics. The processors are also expected to feature an upgraded NPU5 for AI workloads along with a 150W Processor Base Power (PBP) and 253W Maximum Turbo Power (MTP) on the flagship model, despite the substantial increase in core count. Earlier reports have also indicated that Nova Lake will transition to a new LGA1954 socket, meaning users will likely need a new motherboard to upgrade from the existing Arrow Lake platform. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ China's 2.8-trillion-parameter Kimi K3 beats Claude Fable 5 in Frontend Code Arena benchmark— Moonshot AI delivers largest open-weight AI model ever, as China works around U.S. compute limits ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/artificial-intelligence/moonshot-releases-2-8-trillion-parameter-kimi-k3</link>
                                                                            <description>
                            <![CDATA[ Beijing-based Moonshot AI has released Kimi K3, a 2.8 trillion parameter model that the company describes in its technical blog as the world's first open 3T-class system. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">KVQAGwBiQ2yYvyf8LCNrwd</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/Bf3cosvjPduc22JVWXLHJE-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Fri, 17 Jul 2026 11:32:01 +0000</pubDate>                                                                                                                                <updated>Fri, 17 Jul 2026 11:36:35 +0000</updated>
                                                                                                                                            <category><![CDATA[Artificial Intelligence]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                                    <dc:creator><![CDATA[ Luke James ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/C4FAi2KzwaGLUrBqzX5aBM.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Luke is a freelance technology journalist who has been covering hardware and semiconductors since 2020. He began his career at All About Circuits and has since contributed to EE Power and Laptop Mag. Luke has a particular interest in semiconductors, microelectronics, and the industry shifts that shape the devices we use every day. Above all, he loves making complex technology accessible to experts and enthusiasts alike. Luke&#039;s interest in hardcore computing can be traced back to his university studies, when he responsibly spent his very first student loan payment on a custom-built gaming rig equipped with a GTX 780 Ti. &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/Bf3cosvjPduc22JVWXLHJE-1280-80.png">
                                                            <media:credit><![CDATA[Moonshot AI]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Moonshot releases 2.8 trillion parameter Kimi K3]]></media:description>                                                            <media:text><![CDATA[Moonshot releases 2.8 trillion parameter Kimi K3]]></media:text>
                                <media:title type="plain"><![CDATA[Moonshot releases 2.8 trillion parameter Kimi K3]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/Bf3cosvjPduc22JVWXLHJE-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Beijing-based Moonshot AI has released Kimi K3, a 2.8 trillion parameter model that the company describes in its <a href="https://www.kimi.com/blog/kimi-k3" target="_blank">technical blog</a> as the world's first open 3T-class system and the largest open-weight AI model to date. Moonshot said K3 still sits behind Anthropic's Claude Fable 5 and OpenAI's GPT 5.6 Sol on overall performance, but it outperformed every other model in the company's evaluation suite, including Claude Opus 4.8 and GPT 5.5, across coding and agentic benchmarks. The model has a 1 million token context window, native vision, and activates just 16 of its 896 experts per token, roughly 1.8% of the pool. Full weights are due by July 27.</p><div  class="fancy-box"><div class="fancy_box-title">Go deeper with TH Premium: AI and data centers</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="Vh4nY3pMCcmra2ymXah9S7" name="Microsoft data center in Mount Pleasant, Wisconsin" caption="" alt="Microsoft data center in Mount Pleasant, Wisconsin" src="https://cdn.mos.cms.futurecdn.net/Vh4nY3pMCcmra2ymXah9S7.jpg" 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: Microsoft)</span></figcaption></figure><p class="fancy-box__body-text"><ul><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/tech-industry/photonics-and-high-speed-data-movement-is-the-next-big-ai-bottleneck-following-copper-power-dram-and-nand?utm_source=edit-links&utm_medium=boxout&utm_term=datacenter" target="_blank">Photonics and high-speed data movement is the next big AI bottleneck</a></li><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/pc-components/cooling/the-data-center-cooling-state-of-play-2025-liquid-cooling-is-on-the-rise-thermal-density-demands-skyrocket-in-ai-data-centers-and-tsmc-leads-with-direct-to-silicon-solutions?utm_source=edit-links&utm_medium=boxout&utm_term=datacenter" target="_blank">The data center cooling state of play</a></li><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/tech-industry/artificial-intelligence/massive-ai-data-center-buildouts-are-squeezing-energy-supplies-new-energy-methods-are-being-explored-as-power-demands-are-set-to-skyrocket?utm_source=edit-links&utm_medium=boxout&utm_term=datacenter" target="_blank">Massive AI data center buildouts are squeezing energy supplies</a></li><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/networking/ultra-ethernet-the-data-center-interconnection-of-tomorrow-detailed?utm_source=edit-links&utm_medium=boxout&utm_term=datacenter" target="_blank">Ultra Ethernet: The data center interconnection of tomorrow</a></li></ul></p></div></div><p>Arena ranked K3 first in its Frontend Code evaluation at 1,679 points, ahead of Fable 5, in blind developer testing. API pricing is $0.30 per million cache-hit input tokens, $3 per million on cache misses, and $15 per million output tokens. Kimi K2 launched a year ago at $0.60 per million input tokens, so uncached K3 input costs five times as much.</p><div class="see-more see-more--clipped"><blockquote class="twitter-tweet hawk-ignore" data-lang="en"><p lang="en" dir="ltr">Big news: Kimi-K3 by @Kimi_Moonshot is now #1 in the Frontend Code Arena with 1679 pts, surpassing Claude Fable 5.This is a 17-place jump from Kimi-k2.6 (#18 -> #1).In Frontend, Kimi-K3 ranked #1 in 6 of 7 domains: Brand & Marketing, Reference-Based Design, Data & Analytics,… https://t.co/YDN3BufGkC pic.twitter.com/Oa6teaQnWp<a href="https://twitter.com/cantworkitout/status/2077824029126504525">July 16, 2026</a></p></blockquote><div class="see-more__filter"></div></div><p>Moonshot claims roughly a 2.5x improvement in scaling efficiency over Kimi K2, attributed to two architectural changes: Kimi Delta Attention, a hybrid linear attention scheme, and Attention Residuals, which change how information moves between layers. Quantization-aware training starts at the supervised fine-tuning stage, using MXFP4 weights and MXFP8 activations, a combination Moonshot says it chose for broad hardware compatibility. Bank of America analysts led by Alex Liu said in a note cited by <a href="https://www.cnbc.com/2026/07/17/moonshot-ai-kimi-k3-model-openai-anthropic-china.html" target="_blank"><em>CNBC</em></a><em> </em>that K3 shows large-scale pre-training plus architectural work can still deliver step-change gains for flagship Chinese models despite compute constraints.</p><p>Moonshot's kernel optimization benchmark ran on Nvidia's H200, and what the blog identifies only as a "GPGPU from an alternative vendor," which the company didn't name. MiniTriton, a Triton-like compiler K3 built from scratch, is charted against Triton on an Nvidia L20, the cut-down Ada-based card sold into China under U.S. export rules. Moonshot recommends serving K3 on supernodes of 64 or more accelerators, keeping expert-parallel traffic inside one high-bandwidth domain. The blog doesn't say where the H200 hardware is; Congress passed a bill in January to <a href="https://www.tomshardware.com/tech-industry/artificial-intelligence/u-s-house-passes-bill-to-stop-chinese-companies-from-accessing-export-controlled-american-ai-chips-using-offshore-rental-loophole-remote-access-security-access-act-effectively-extends-export-controls-to-the-cloud">close the offshore cloud rental loophole</a> that gave Chinese firms remote access to restricted accelerators.</p><p>In one case study, K3 spent a single 48-hour autonomous run designing a simulated inference chip for a nano model built on its own architecture, using open-source EDA tools and the Nangate 45nm library. The design closed timing at 100 MHz within 4mm squared, packed 1.46 million standard cells and an INT4 MAC array, and sustained more than 8,700 tokens per second of simulated decode.</p><p>At the moment, every published K3 number is a claim made by Moonshot-reported or drawn from API access and can’t be verified until the weights are made public on July 27. Anthropic<a href="https://www.tomshardware.com/tech-industry/artificial-intelligence/anthropic-accuses-deepseek-other-chinese-ai-developers-of-industrial-scale-copying-claims-distillation-included-24-000-fraudulent-accounts-and-16-million-exchanges-to-train-smaller-models"> accused Moonshot in February</a> of using 3.4 million Claude exchanges to train its models through distillation, and K3 now benchmarks within a few points of the models named in that complaint.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Score $1,100 off this OLED gaming laptop with RTX 5070 Ti, the ultimate Back to School powerhouse — also features a 24-core Ultra 9 290HX, 32GB of RAM, and a 1TB SSD ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/laptops/gaming-laptops/score-usd1-100-off-this-oled-gaming-laptop-with-rtx-5070-ti-the-ultimate-back-to-school-powerhouse-also-features-a-24-core-ultra-9-290hx-32gb-of-ram-and-a-1tb-ssd</link>
                                                                            <description>
                            <![CDATA[ Get $1,100 off this HP Omen Max laptop with OLED display, Ultra 9 290HX, 32GB of RAM, and RTX 5070 Ti. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">Qv6CdrXtkUYVfLULtCSLd</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/3vt9n7GaGnju8qdD8RgES7-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 17 Jul 2026 11:24:25 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Gaming Laptops]]></category>
                                                    <category><![CDATA[Laptops]]></category>
                                                                                                <author><![CDATA[ stephen.warwick@futurenet.com (Stephen Warwick) ]]></author>                    <dc:creator><![CDATA[ Stephen Warwick ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/uWwzwaway8BM4BERLmtuNE.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Stephen is Tom&#039;s Hardware&#039;s News Editor with almost a decade of industry experience covering technology, having worked at TechRadar, iMore, and even Apple over the years. He has covered the world of consumer tech from nearly every angle, including supply chain rumors, patents and litigation, and more. When he&#039;s not at work, he loves reading about history and playing video games.&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/3vt9n7GaGnju8qdD8RgES7-1280-80.jpg">
                                                            <media:credit><![CDATA[HP]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[HP Omen Max]]></media:description>                                                            <media:text><![CDATA[HP Omen Max]]></media:text>
                                <media:title type="plain"><![CDATA[HP Omen Max]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/3vt9n7GaGnju8qdD8RgES7-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>If you're headed back to school or college later this summer, or you're embarking on new study endeavours for the first time, then you might well be in the market for a powerhouse laptop that can tackle work and play with ease. This excellent <a href="https://www.bestbuy.com/product/hyperx-omen-max-16-2k-oled-gaming-laptop-intel-core-ultra-9-290hx-2026-32gb-memory-nvidia-geforce-rtx-5070-ti-1tb-ssd-shadow-black/JJGWKSJTT5">HP Omen Max laptop is currently $1,100 off at Best Buy, netting you an RTX 5070 Ti GPU, 24-core Intel Core Ultra 9 290HX CPU, 32GB of RAM, and a 1TB SSD, all housed under a slick OLED display. </a></p><p><a href="https://www.bestbuy.com/product/hyperx-omen-max-16-2k-oled-gaming-laptop-intel-core-ultra-9-290hx-2026-32gb-memory-nvidia-geforce-rtx-5070-ti-1tb-ssd-shadow-black/JJGWKSJTT5">● Check out this deal at Best Buy</a></p><p>This laptop is not only fantastic for gaming, but the powerhouse Core Ultra 9 290HX is Intel's flagship laptop processor, with a massive 24 cores, including eight performance cores and 16 efficiency cores. That makes it great for all manner of productivity tasks, no matter what you're studying. </p><div class="product star-deal"><a data-dimension112="03796a4c-81cb-11f1-85dd-6b31def4aa6c" data-action="Star Deal Block" data-label="Get a 16-inch laptop with a 2K OLED display, Intel Core Ultra 9 290HX, 32GB of RAM, RTX 5070 Ti, and 1TB SSD." data-dimension48="Get a 16-inch laptop with a 2K OLED display, Intel Core Ultra 9 290HX, 32GB of RAM, RTX 5070 Ti, and 1TB SSD." data-dimension25="$2799.99" href="https://www.bestbuy.com/product/hyperx-omen-max-16-2k-oled-gaming-laptop-intel-core-ultra-9-290hx-2026-32gb-memory-nvidia-geforce-rtx-5070-ti-1tb-ssd-shadow-black/JJGWKSJTT5" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1098px;"><p class="vanilla-image-block" style="padding-top:88.16%;"><img id="RQT53VZY9nrPRLfMQa9MZB" name="HP Omen Max 16" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/RQT53VZY9nrPRLfMQa9MZB.jpg" mos="" align="middle" fullscreen="" width="1098" height="968" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p>Get a 16-inch laptop with a 2K OLED display, Intel Core Ultra 9 290HX, 32GB of RAM, RTX 5070 Ti, and 1TB SSD. <a class="view-deal button" href="https://www.bestbuy.com/product/hyperx-omen-max-16-2k-oled-gaming-laptop-intel-core-ultra-9-290hx-2026-32gb-memory-nvidia-geforce-rtx-5070-ti-1tb-ssd-shadow-black/JJGWKSJTT5" target="_blank" rel="nofollow" data-dimension112="03796a4c-81cb-11f1-85dd-6b31def4aa6c" data-action="Star Deal Block" data-label="Get a 16-inch laptop with a 2K OLED display, Intel Core Ultra 9 290HX, 32GB of RAM, RTX 5070 Ti, and 1TB SSD." data-dimension48="Get a 16-inch laptop with a 2K OLED display, Intel Core Ultra 9 290HX, 32GB of RAM, RTX 5070 Ti, and 1TB SSD." data-dimension25="$2799.99">View Deal</a></p></div><p>The HP Omen Max 16 laptop is a model we've reviewed, and we like its general premium feel thanks to its aluminum enclosure, good audio, and decent webcam. The headline here is that Intel Core Ultra 9 290HX CPU. This flagship Arrow Lake Refresh CPU features boost clocks of up to 5.5 GHz. Below is a selection of laptops we've tested running this CPU, and as you can see, it delivers very impressive Geekbench 6 scores.</p><figure role="gallery"><figure><img src="https://cdn.mos.cms.futurecdn.net/U73dF6gY6TkqhY8UtK4bK5.png" alt="Asus ROG Strix Scar 18 (2026)" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/UGf3Hef3gVeBxHkHKCFAL5.png" alt="Asus ROG Strix Scar 18 (2026)" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/mKJpnpHQeFjo2EQ6VN4uL5.png" alt="Asus ROG Strix Scar 18 (2026)" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure></figure><p>That CPU is backed up by the punchy RTX 5070 Ti GPU. While it doesn't have the coveted 16GB of VRAM of the desktop variant, it does have 12GB, getting you more than the 8GB configurations you'll mind on the lower end of Nvidia's scale. This Blackwell GPU has 5,888 CUDA cores and should provide ample power at the laptop's native resolution of 2560 x 1600 at 240 Hz. That display is also really notable because it's an OLED panel, rather than IPS, offering much better contrast and response times for gaming and watching content. </p><p>Alongside the potent CPU and GPU combo, you get 32GB of DDR5 RAM and a 1TB SSD. The former is crucial for multitasking and gaming, while the latter should be fine to get you started with a few Steam games and your studies. </p><p>As always with the Omen Max, you get two USB-A ports, two Thunderbolt 4 with USB-C, a 3.5mm headphone jack, an Ethernet port, and HDMI 2.1.</p><p>If you'd like to compromise a little, you could get a 5080 version of this laptop for a little more. Priced at $2,949 ($1,070 off), this model comes with a slightly less potent Core Ultra 9 275HX (still 24 cores), a 2TB SSD, and the aforementioned 5080. That gives you more storage and a better GPU for $150 more. </p><p><em>If you're looking for more savings, check out our </em><a href="https://www.tomshardware.com/news/best-deals-on-tech"><em>Best PC Hardware deals</em></a><em> for a range of products, or dive deeper into our specialized </em><a href="https://www.tomshardware.com/pc-components/ssds/best-ssd-deals-discounts"><em>SSD and Storage Deals,</em></a><em> </em><a href="https://www.tomshardware.com/pc-components/hdds/best-hard-drive-hdd-deals-amazon"><em>Hard Drive Deals</em></a><em>, </em><a href="https://www.tomshardware.com/monitors/best-gaming-monitor-deals"><em>Gaming Monitor Deals</em></a><em>, </em><a href="https://www.tomshardware.com/pc-components/gpus/best-gaming-graphics-card-gpu-deals"><em>Graphics Card Deals</em></a><em>, </em><a href="https://www.tomshardware.com/best-picks/best-gaming-chairs"><em>Gaming Chair</em></a><em>, </em><a href="https://www.tomshardware.com/networking/routers/best-wi-fi-routers"><em>Best Wi-Fi Routers</em></a><em>, </em><a href="https://www.tomshardware.com/pc-components/motherboards/best-motherboard-deals-intel-and-amd"><em>Best Motherboard,</em></a><em> or </em><a href="https://www.tomshardware.com/features/best-cpu-deals"><em>CPU Deals</em></a><em> pages.</em></p><p><em>You can also join the</em><a href="https://discord.gg/jB8nAtbB" target="_blank"><em> Tom's Hardware deals Discord for up-to-the-minute hardware deals.</em></a></p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Get AMD’s new Ryzen 7 7700X3D with 16GB of RAM and a motherboard for just $450 — save 31% on a B650M Micro ATX and G.Skill DDR5 for an epic small build ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/laptops/get-amds-new-ryzen-7-7700x3d-with-16gb-of-ram-and-a-motherboard-for-just-usd450-save-31-percent-on-a-b650m-micro-atx-and-g-skill-ddr5-for-an-epic-small-build</link>
                                                                            <description>
                            <![CDATA[ Save over 31% on the price of this Newegg 7700X3D bundle. CPU, motherboard, and RAM combo is just $450 after discounts. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">ozuEbxNhcXHMw9bnu82Zve</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/tsYAsagoUnEXtTC6qZ5eXc-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 17 Jul 2026 11:22:31 +0000</pubDate>                                                                                                                                <updated>Fri, 17 Jul 2026 12:13:00 +0000</updated>
                                                                                                                                            <category><![CDATA[Laptops]]></category>
                                                                                                                    <dc:creator><![CDATA[ Stewart Bendle ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/w3kayUSywmEpu3tyDE6M8W.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Stewart has loved PCs since he was a child dabbling with BASIC on a ZX Spectrum 48K and still gets far too excited about building and playing on PCs now. He loves to tune and overclock his computers to smooth and stable clocks and run his favorite games and applications on the best settings without compromising quality and framerates. &lt;/p&gt;&lt;p&gt;A firm believer in “Bang for the buck,” Stewart likes to research the best prices and locate the best coupon codes for computers, components and peripherals. Stewart also needs a spare room to house all his old PC parts and peripherals and maybe needs an intervention to stop him from buying more headphones, mice, and keyboards.&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/tsYAsagoUnEXtTC6qZ5eXc-1280-80.jpg">
                                                            <media:credit><![CDATA[Future]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Tech Deals Cover]]></media:description>                                                            <media:text><![CDATA[Tech Deals Cover]]></media:text>
                                <media:title type="plain"><![CDATA[Tech Deals Cover]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/tsYAsagoUnEXtTC6qZ5eXc-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>AMD's latest CPU release is out in the wild and currently has exclusivity with Newegg. So if you want to get your hands on one, it's going to be from the Egg for now, at least.  The AMD Ryzen 7 7700X3D was only recently announced at Computex 2026, slotting in between the 7600X3D and the 7800X3D in the product stack. But with a suggested retail price of $329, it's turning out not to be a great value for money compared with the prices of the existing 7600X3D and 7800X3D processors, that is, until the 7700X3D started appearing in Newegg's combo bundles. Today, you can pick up the <a href="https://www.newegg.com/Product/ComboDealDetails?ItemList=Combo.4877790">AMD Ryzen 7 7700X3D along with the ASRock B650M Pro RS WiFi Micro ATX motherboard and 16GB of G.SKILL Flare X5 DDR5-6000 RAM for just $450</a> in this Newegg combo bundle.</p><p>● <a href="https://www.newegg.com/Product/ComboDealDetails?ItemList=Combo.4877790">Check out this deal at Newegg</a></p><p>The 7700X3D has slightly lower boost clocks than its big brother, the 7800X3D, but it gives you the same eight Zen 4 cores and 104 MB of combined L2 and L3 cache. In this bundle, it works out as a much cheaper 7800X3D alternative, with only a slight drop in overall performance. When paired with the Micro ATX motherboard, this is a great start for a budget-oriented small-form-factor gaming PC. </p><p>You're saving a tidy $202.99 (31%) on the price of this combo bundle, thanks firstly to the $153.99 combo discount and then a further $49 when you use promo code <strong>PKC337 </strong>at checkout. </p><div class="product"><a data-dimension112="cf8339c0-81cf-11f1-8c89-252865b5e05c" data-action="Deal Block" data-label="Pick up a brand-new Newegg combo bundle that features the AMD Ryzen 7 7700X3D CPU with eight Zen 4 cores and 104 MB of combined L2 and L3 cache, plus ASRock's B650M Pro RS WiFi Micro ATX motherboard and 16GB of G.SKILL Flare X5 DDR5-6000 RAM." data-dimension48="Pick up a brand-new Newegg combo bundle that features the AMD Ryzen 7 7700X3D CPU with eight Zen 4 cores and 104 MB of combined L2 and L3 cache, plus ASRock's B650M Pro RS WiFi Micro ATX motherboard and 16GB of G.SKILL Flare X5 DDR5-6000 RAM." data-dimension25="$450.98" href="https://www.newegg.com/Product/ComboDealDetails?ItemList=Combo.4877790" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1429px;"><p class="vanilla-image-block" style="padding-top:72.99%;"><img id="6E4p9VLBhPQeXCb6KDXcZc" name="Combo" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/6E4p9VLBhPQeXCb6KDXcZc.png" mos="" align="middle" fullscreen="" width="1429" height="1043" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p>Pick up a brand-new Newegg combo bundle that features the AMD Ryzen 7 7700X3D CPU with eight Zen 4 cores and 104 MB of combined L2 and L3 cache, plus ASRock's B650M Pro RS WiFi Micro ATX motherboard and 16GB of G.SKILL Flare X5 DDR5-6000 RAM.<a class="view-deal button" href="https://www.newegg.com/Product/ComboDealDetails?ItemList=Combo.4877790" target="_blank" rel="nofollow" data-dimension112="cf8339c0-81cf-11f1-8c89-252865b5e05c" data-action="Deal Block" data-label="Pick up a brand-new Newegg combo bundle that features the AMD Ryzen 7 7700X3D CPU with eight Zen 4 cores and 104 MB of combined L2 and L3 cache, plus ASRock's B650M Pro RS WiFi Micro ATX motherboard and 16GB of G.SKILL Flare X5 DDR5-6000 RAM." data-dimension48="Pick up a brand-new Newegg combo bundle that features the AMD Ryzen 7 7700X3D CPU with eight Zen 4 cores and 104 MB of combined L2 and L3 cache, plus ASRock's B650M Pro RS WiFi Micro ATX motherboard and 16GB of G.SKILL Flare X5 DDR5-6000 RAM." data-dimension25="$450.98">View Deal</a></p></div><p>You can also pick up the new <a href="https://www.newegg.com/ryzen-7-7700x3d-ryzen-7000-series-raphael-zen-4-socket-am5-amd-cpu/p/N82E16819113941">AMD Ryzen 7 7700X3D separately for just $279.99</a>, as Newegg has slapped the same $49 discount on the individual CPU. Use promo code <strong>PKC337 </strong>at checkout to apply the discount. </p><div class="product"><a data-dimension112="b874a260-81d8-11f1-b312-6b0396351b99" data-action="Deal Block" data-label="The AMD Ryzen 7 7700X3D CPU sports eight Zen 4 cores and 104 MB of combined L2 and L3 cache with a 120W TDP on the AM5 platform." data-dimension48="The AMD Ryzen 7 7700X3D CPU sports eight Zen 4 cores and 104 MB of combined L2 and L3 cache with a 120W TDP on the AM5 platform." data-dimension25="$279.99" href="https://www.newegg.com/ryzen-7-7700x3d-ryzen-7000-series-raphael-zen-4-socket-am5-amd-cpu/p/N82E16819113941" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1280px;"><p class="vanilla-image-block" style="padding-top:99.38%;"><img id="Tr8ZcttKH2iUgA7uz8bAdj" name="amd-ryzen-7-7700x3d--ryzen-7000-series-r-1d62d4b0-8381-436e-8e58-00867dc092ee.webp" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/Tr8ZcttKH2iUgA7uz8bAdj.webp" mos="" align="middle" fullscreen="" width="1280" height="1272" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p>The AMD Ryzen 7 7700X3D CPU sports eight Zen 4 cores and 104 MB of combined L2 and L3 cache with a 120W TDP on the AM5 platform.<a class="view-deal button" href="https://www.newegg.com/ryzen-7-7700x3d-ryzen-7000-series-raphael-zen-4-socket-am5-amd-cpu/p/N82E16819113941" target="_blank" rel="nofollow" data-dimension112="b874a260-81d8-11f1-b312-6b0396351b99" data-action="Deal Block" data-label="The AMD Ryzen 7 7700X3D CPU sports eight Zen 4 cores and 104 MB of combined L2 and L3 cache with a 120W TDP on the AM5 platform." data-dimension48="The AMD Ryzen 7 7700X3D CPU sports eight Zen 4 cores and 104 MB of combined L2 and L3 cache with a 120W TDP on the AM5 platform." data-dimension25="$279.99">View Deal</a></p></div><p>In our <a href="https://www.tomshardware.com/pc-components/cpus/amd-ryzen-7-7700x3d-cpu-review">review of the AMD Ryzen 7 7700X3D</a>, we found the CPU to fit between the 7800X3D and 7600X3D, as expected. The 7700X3D shaves 200 MHz off the base clock and 500 MHz off the boost clock, but surprisingly performs closer to the 7600X3D, with only a 2% difference in average performance. </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:1681px;"><p class="vanilla-image-block" style="padding-top:75.85%;"><img id="nNRcdCS5bBBpCYobxFnyCS" name="image3" alt="AMD Ryzen 7 7700X3D" src="https://cdn.mos.cms.futurecdn.net/nNRcdCS5bBBpCYobxFnyCS.png" mos="" align="middle" fullscreen="" width="1681" height="1275" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Tom's Hardware)</span></figcaption></figure><p>Just <a href="https://www.newegg.com/Product/ComboDealDetails?ItemList=Combo.4877790">$450 for an AM5 7700X3D PC bundle</a> that includes a competent gaming CPU, motherboard, and memory is good enough value, and the Micro ATX board means you could construct a small form factor build, or your own Steam Machine-type setup with superior parts. The big downside to this bundle is the single stick of RAM. It will, of course, still work, but you do take a slight performance hit from not using dual channels. However, you can always upgrade with an extra 16GB stick in future. </p><p><em>If you're looking for more savings, check out our </em><a href="https://www.tomshardware.com/news/best-deals-on-tech"><em>Best PC Hardware deals</em></a><em> for a range of products, or dive deeper into our specialized </em><a href="https://www.tomshardware.com/pc-components/ssds/best-ssd-deals-discounts"><em>SSD and Storage Deals,</em></a><em> </em><a href="https://www.tomshardware.com/pc-components/hdds/best-hard-drive-hdd-deals-amazon"><em>Hard Drive Deals</em></a><em>, </em><a href="https://www.tomshardware.com/monitors/best-gaming-monitor-deals"><em>Gaming Monitor Deals</em></a><em>, </em><a href="https://www.tomshardware.com/pc-components/gpus/best-gaming-graphics-card-gpu-deals"><em>Graphics Card Deals</em></a><em>, </em><a href="https://www.tomshardware.com/best-picks/best-gaming-chairs"><em>Gaming Chair</em></a><em>, </em><a href="https://www.tomshardware.com/networking/routers/best-wi-fi-routers"><em>Best Wi-Fi Routers</em></a><em>, </em><a href="https://www.tomshardware.com/pc-components/motherboards/best-motherboard-deals-intel-and-amd"><em>Best Motherboard,</em></a><em> or </em><a href="https://www.tomshardware.com/features/best-cpu-deals"><em>CPU Deals</em></a><em> pages.</em></p><p><em>You can also join the</em><a href="https://discord.gg/jB8nAtbB" target="_blank"><em> Tom's Hardware deals Discord for up-to-the-minute hardware deals.</em></a></p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ MSI MAG Z890 Tomahawk Wifi II motherboard review: Loses features from the original, but shaves a few dollars off the price ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/pc-components/motherboards/msi-mag-z890-tomahawk-wifi-ii-motherboard-review</link>
                                                                            <description>
                            <![CDATA[ SI’s Z890 Tomahawk Wifi II trims a couple of connectivity features, but at its sub-$200 price, it’s still a reasonably equipped budget Z890 board. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">zcGGMGnysk8nq9tvBk3e36</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/KcXXgFJYE83MTLwNZUt4Qe-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Fri, 17 Jul 2026 11:10:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Motherboards]]></category>
                                                    <category><![CDATA[PC Components]]></category>
                                                                                                                    <dc:creator><![CDATA[ Joe Shields ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/tYLbbfsfgGWs5XBFcu3Dng.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Joe has been playing with computers since the early 1980s with a Radio Shack Tandy TRS-80. After college in the late 90s/early 2000s, he built his first custom PC and got into modding, overclocking, and eventually extreme overclocking, competing at Hwbot.org. Joe started writing around 2010 for Overclockers.com, covering the latest news and reviews that include video cards, motherboards, storage, and processors. In 2018, he went ‘pro’ writing for Anandtech.com, covering news and motherboards. Eventually, he landed here at Tom’s Hardware, where he writes news, covers graphics card reviews, and currently writes motherboard reviews. If you can’t find him benchmarking and gathering data, Joe can be found working on his website (Overclockers.com), supporting his two kids in athletics, hanging out with his wife, catching up on Game of Thrones, watching sports (Go Browns/Guardians/Cavs/Buckeyes!), or playing PUBG on PC.&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/KcXXgFJYE83MTLwNZUt4Qe-1280-80.png">
                                                            <media:credit><![CDATA[Tom&#039;s Hardware]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Z890 Tomahawk Wifi II]]></media:description>                                                            <media:text><![CDATA[Z890 Tomahawk Wifi II]]></media:text>
                                <media:title type="plain"><![CDATA[Z890 Tomahawk Wifi II]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/KcXXgFJYE83MTLwNZUt4Qe-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The latest board from the budget side of the Z890 lineup to land on our test bench is the MSI MAG Z890 Tomahawk Wi-Fi II. This updated Intel board is a streamlined revision of the original, optimized for Intel’s Core Ultra 200S Plus processors. It retains the same aesthetic, core power delivery, and DIY-friendly features, but has two connectivity downgrades: a single TB4 port (down from two) and reduced Wi-Fi 7 speeds. It’s a decent budget motherboard; it’s just that the feature-reduction refresh is a bit curious to me.</p><p>Currently listed at <a href="https://www.newegg.com/msi-arsenal-gaming-atx-280-motherboards-intel-intel-z890-lga-1851/p/N82E16813144757"><u>$229.99</u></a>, the Tomahawk Wi-Fi II costs roughly the same as the original <a href="https://www.newegg.com/msi-mag-z890-tomahawk-wifi-atx-motherboard-intel-z890-lga-1851/p/N82E16813144669"><u>Z890 Tomahawk</u></a>. Aside from the two downgrades, it also tweaks some header locations and, minimally, the aesthetics. Hardware-wise, you still get nearly everything from the original, including capable power delivery (19 phases, 90A MOSFETs), two Type-C ports (one TB4/40 Gbps) and seven Type-A USB ports on the rear IO. There's also Wi-Fi 7 and 5 GbE networking, a last-gen audio solution, along with MSI’s EZ DIY and EZ Overclock features.</p><p>Performance on the Tomahawk II was good overall with the MSI Performance setting, landing somewhere in the middle among the boards tested. In short, it’s competent across a wide variety of PC activities, including gaming, rendering, encoding, and office-type work. There’s nothing to worry about on the performance front.<br><br>Below, we’ll examine the board's performance and other features to determine whether it deserves a spot on our list of the <a href="https://www.tomshardware.com/best-picks/best-motherboards"><u>best motherboards</u></a>. But before we share test results and discuss details, here are the specifications from MSI.</p><h2 id="specifications-of-the-msi-mag-z890-tomahawk-wifi-ii">Specifications of the MSI MAG Z890 Tomahawk Wifi II</h2><div ><table><tbody><tr><td class="firstcol " ><p><strong>Socket</strong></p></td><td  ><p>LGA 1851</p></td></tr><tr><td class="firstcol " ><p><strong>Chipset</strong></p></td><td  ><p>Z890</p></td></tr><tr><td class="firstcol " ><p><strong>Form Factor</strong></p></td><td  ><p>ATX</p></td></tr><tr><td class="firstcol " ><p><strong>Voltage Regulator</strong></p></td><td  ><p>19 Phase (16x 90A SPS MOSFETs for Vcore)</p></td></tr><tr><td class="firstcol " ><p><strong>Video Ports</strong></p></td><td  ><p>(1) HDMI (v2.1)<br>(1) Thunderbolt 4 Type-C (DP 2.1)</p></td></tr><tr><td class="firstcol " ><p><strong>USB Ports</strong></p></td><td  ><p>(1) TB4 Type-C (40 Gbps)<br>(1) USB 3.2 Gen 2 Type-C (10 Gbps)<br>(3) USB 3.2 Gen 2 (10 Gbps)<br>(4) USB 3.2 Gen 1 (5 Gbps)</p></td></tr><tr><td class="firstcol " ><p><strong>Network Jacks</strong></p></td><td  ><p>(1) 5 GbE</p></td></tr><tr><td class="firstcol " ><p><strong>Audio Jacks</strong></p></td><td  ><p>(2) Analog + SPDIF</p></td></tr><tr><td class="firstcol " ><p><strong>Legacy Ports/Jacks</strong></p></td><td  ><p>✗</p></td></tr><tr><td class="firstcol " ><p><strong>Other Ports/Jack</strong></p></td><td  ><p>✗</p></td></tr><tr><td class="firstcol " ><p><strong>PCIe x16</strong></p></td><td  ><p>(1) v5.0 (x16)<br>(2) v4.0 (x4)</p></td></tr><tr><td class="firstcol " ><p><strong>PCIe x8</strong></p></td><td  ><p>✗</p></td></tr><tr><td class="firstcol " ><p><strong>PCIe x4</strong></p></td><td  ><p>✗</p></td></tr><tr><td class="firstcol " ><p><strong>PCIe x1</strong></p></td><td  ><p>✗</p></td></tr><tr><td class="firstcol " ><p><strong>DIMM Slots</strong></p></td><td  ><p>(2) DDR5-9200+ MT/s (OC), 256GB Capacity</p></td></tr><tr><td class="firstcol " ><p><strong>M.2 Sockets</strong></p></td><td  ><p>(1) PCIe 5.0 x4 (128 Gbps) / PCIe (up to 80mm)<br>(1) PCIe 4.0 x4 (64 Gbps) / PCIe (up to 110mm)<br>(1) PCIe 4.0 x4 (64 Gbps) / PCIe (up to 80mm)<br>(1) PCIe 4.0 x4 (64 Gbps) / PCIe/SATA (up to 80mm)<br>Supports RAID 0/1/5</p></td></tr><tr><td class="firstcol " ><p><strong>SATA Ports</strong></p></td><td  ><p>(4) SATA3 6 Gbps<br>Supports RAID 0/1/5/10</p></td></tr><tr><td class="firstcol " ><p><strong>USB Headers</strong></p></td><td  ><p>(1) USB v3.2 Gen 2x2 (20 Gbps) Type-C (USB PD 27W)<br>(1) USB v3.2 Gen 1 (5 Gbps)<br>(2) USB v2.0 (480 Mbps)</p></td></tr><tr><td class="firstcol " ><p><strong>Fan/Pump Headers</strong></p></td><td  ><p>(8) 4-Pin (Accepts PWM and DC)<br>(1) ARGB+Fan+USB2.0 header</p></td></tr><tr><td class="firstcol " ><p><strong>RGB Headers</strong></p></td><td  ><p>(3) 3-pin ARGB headers<br>(1) 4-pin RGB LED strip header</p></td></tr><tr><td class="firstcol " ><p><strong>Diagnostics Panel</strong></p></td><td  ><p>(1) EZ Debug LED<br>(1) EZ Digi-Debug LED</p></td></tr><tr><td class="firstcol " ><p><strong>Internal Button/Switch</strong></p></td><td  ><p>✗</p></td></tr><tr><td class="firstcol " ><p><strong>SATA Controllers</strong></p></td><td  ><p>✗</p></td></tr><tr><td class="firstcol " ><p><strong>Ethernet Controller(s)</strong></p></td><td  ><p>(1) Killer E5000 Realtek RTL8125 (2.5 GbE)</p></td></tr><tr><td class="firstcol " ><p><strong>Wi-Fi / Bluetooth</strong></p></td><td  ><p>Intel MediaTek Wi-Fi 7  - Up to 2.9 Gbps, 160 MHz, 6 GHz, 5.8 GHz, BT 5.4</p></td></tr><tr><td class="firstcol " ><p><strong>USB Controllers</strong></p></td><td  ><p>Genesys Logic GLG3253</p></td></tr><tr><td class="firstcol " ><p><strong>HD Audio Codec</strong></p></td><td  ><p>Realtek ALC1200P</p></td></tr><tr><td class="firstcol " ><p><strong>DDL/DTS</strong></p></td><td  ><p>✗ / ✗</p></td></tr><tr><td class="firstcol " ><p><strong>Warranty</strong></p></td><td  ><p>3 Years</p></td></tr></tbody></table></div><h2 id="inside-the-box">Inside the Box</h2><p>Inside the box, MSI includes a few accessories to help get your system running, hopefully, without a trip to the store. You get the typical array of guides and EU notices, a 1 to 3 EZ Conn-Cable (V2), Wi-Fi antenna, EZ M.2 clip remover, (2) EZ M.2 Clips II, and two SATA cables. There isn’t much here, but it is similar to other budget boards.</p><h2 id="design-and-features-of-the-tomahawk-wifi-ii">Design and Features of the Tomahawk Wifi II</h2><figure role="gallery"><figure><img src="https://cdn.mos.cms.futurecdn.net/Q6XTJrwpjwfGn5jprcQrvB.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/ELq6uRCuS62NupM4rx8Q4C.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/8mfkVb7dopGiwHsyJWKw5C.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/eRdSxGYngYJaSj7sn8Ng5C.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/4WecLSH43oU5yNVcurxp4C.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/A7Pd8icBNnKPtWeFyZvy5C.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/YoAGKfUPipFDkkmpCdaTxB.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure></figure><p>Looking at the Z890 Tomahawk II, it’s tough to discern any aesthetic changes versus the original. It sports an all-black 6-layer, server-grade PCB design with black heatsinks all around. There are bright yellow/green branding accents on the chipset heatsink, the primary M.2 heatsink (for which I wish to see a larger one for the PCIe 5.0 M.2 socket underneath), and the top VRM heatsink. As for RGB lighting, the Tomahawk II, like the original, doesn’t include RGB lighting, though it does have multiple headers to connect your own. It’s not begging to be the showpiece of the build, but it surely looks good with a black build theme.</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="CqEDBPPH4vsjsxUM8EGSSH" name="board4 - tophlf" alt="MSI MAG Z890 Tomahawk Wifi II" src="https://cdn.mos.cms.futurecdn.net/CqEDBPPH4vsjsxUM8EGSSH.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: Future)</span></figcaption></figure><p>Focusing on the top half of the board, we get a better look at the capable VRM heatsinks and socket area. What is different on this board compared to many others is that the two 8-pin EPS connectors (one required) are above the DRAM slots instead of above and to the left of the VRM heatsinks. In its place is the first (of seven) 4-pin fan headers. Each header supports PWM and DC devices, with current/power ratings ranging from 1A/12W (SYS_FAN1-6) to 2A/24W for the CPU_FAN1 and 3A/36W for the PUMP_SYS1 header. There’s plenty of power to go around. Header control is managed via the BIOS or MSI's Control Center software.<br><br>Below the EPS connectors are the four DRAM slots, each with a single locking mechanism at the bottom. With the CPU power leads so close above, it makes sense to have them on the bottom, where there is more room to access them. The board supports up to DDR5-9200 MT/s, which is plenty fast for the platform. Our own testing showed the board worked fine at DDR5-8800 MT/s with a 2x24GB kit, so there’s some headroom left with 2x16GB sticks to reach the listed peak.</p><p>In the upper-right corner and along the edge, we spy three more 4-pin fan headers, along with the EZ debug (4 LEDs, basic troubleshooting) and the 2-character EZ Digi-Debug LED, which offers more details on POST issues and doubles as a temperature display once booted.<br><br>Below that is the JAF_2 EZ-Conn-header V2, which allows you to connect ARGB LED strips, fans, and USB 2.0 devices (with the included adapter cable), saving space on the motherboard. Last but not least, on the top half is a front-panel USB 3.2 Gen 1 (5 Gbps) connector.</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.30%;"><img id="tcE88YcaQ24uqGErnPsD5R" name="board5 - vrms" alt="MSI MAG Z890 Tomahawk Wifi II" src="https://cdn.mos.cms.futurecdn.net/tcE88YcaQ24uqGErnPsD5R.jpg" mos="" align="middle" fullscreen="" width="1920" height="1081" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p>Power delivery on the Tomahawk II is capable and appropriate for this class of motherboard. It has 19 phases, 16 of which are dedicated to Vcore. Power is supplied to the Monolithic Power Systems (MPS) MPS2477 controller. From there, it heads to 16 MPS 90A SPS MOSFETs. The 1,440A available can handle the <a href="https://www.tomshardware.com/pc-components/cpus/intel-core-ultra-7-270k-plus-review"><u>Core Ultra 7 270K Plus</u></a>, <a href="https://www.tomshardware.com/pc-components/cpus/intel-core-ultra-5-250k-plus-review"><u>the Core Ultra 5 250K Plus</u></a>, and even the Core Ultra 9 285K, even with overclocking. Just be sure to keep air flowing in your chassis, as the components here will get warm with sustained heavy use.</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="RFhEHJjqBZhDZSARsZD2vU" name="board6 - botmhlf" alt="MSI MAG Z890 Tomahawk Wifi II" src="https://cdn.mos.cms.futurecdn.net/RFhEHJjqBZhDZSARsZD2vU.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: Future)</span></figcaption></figure><p>On the bottom half of the board, we’ll start on the left with the audio section. There, we see a couple of dedicated audio capacitors and the last-gen flagship codec, the Realtek ALC1220P. While this isn’t the latest/best audio codec available, it’s a good one and makes sense for most budget-class motherboards. You should still be happy with it, as it’s difficult to tell them apart without seeing the actual specifications anyway.</p><p>In the middle of the board are three full-length PCIe slots and four M.2 sockets. Starting with PCIe, the topmost slot has reinforcement, which MSI calls Steel Armor II. It is your sole PCIe 5.0 x16 slot and connects through the CPU. The bottom two slots connect via the chipset and support PCIe 4.0 x4. The top slot does not bifurcate, if you’re wondering.</p><p>Among and around the PCIe slots are four M.2 sockets. The top socket, M.2_1 (above the top PCIe slot and under the heatsink that, again, I wish were larger), is your CPU-connected PCIe 5.0 x4 (128 Gbps) socket. The other three M.2s all connect through the chipset and run at PCIe 4.0 x4 (64 Gbps), with M.2_4, the bottom-right socket, also supporting SATA-based M.2 devices. All sockets support up to 80mm modules and can run RAID 0/1/5 modes for redundancy and/or increased speed (RAID is not a backup). Between the PCIe slots, M.2, USB, and SATA ports, there is no lane sharing. You can fill all the slots and sockets and still receive the full bandwidth from each.<br><br>Finally, moving past the chipset heatsink to the right edge, are two of the four SATA ports (supporting RAID 0/1/5/10). The other two are mounted vertically along the bottom edge.<br><br>We've also captured several images of the IC's used to make this motherboard work consisting of a mix of Genesys Logic for a USB hub, Killer/Intel Ethernet, Realtek audio, and Monolithic Power Systems MOSFETs. </p><figure role="gallery"><figure><img src="https://cdn.mos.cms.futurecdn.net/n3erYNxJDYYBHATA3LCife.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/pweKAz2iXta8p5ivKxAose.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/LNvXvYANnRFfTfqycFWVye.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/VoSjZdghTw2Xibv768xXve.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/CVPmt9TtowDKEvhXR6S8ze.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/gJCkQ9bKqZLaZzWsWKdCze.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure></figure><p>At the bottom of the board is a slew of headers. It offers your typical set of connectivity in this area, with nothing missing or worth a specific mention. Below we’ve listed all the connections across the bottom of the board.</p><ul><li>Front panel audio</li><li>4-pin RGB header</li><li>3-pin ARGB header</li><li>2-pin chassis intrusion header</li><li>TB5 AIC header</li><li>8-pin PCIe connector</li><li>(2) USB 2.0 (380 Mbps) headers</li><li>(3) 4-pin system fan headers</li><li>(2) 3-pin ARGB headers</li><li>TPM header</li><li>2-pin Clear CMOS header</li><li>Front panel headers</li></ul><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="hCbwD4RsxM5tsV6MHqygo3" name="board7 - rearIO" alt="MSI MAG Z890 Tomahawk Wifi II - Rear IO" src="https://cdn.mos.cms.futurecdn.net/hCbwD4RsxM5tsV6MHqygo3.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: Future)</span></figcaption></figure><p>Flipping the board around to the rear IO, the Tomahawk II provides basic connectivity for the platform. You get everything, but compared to the original Tomahawk, you get one less Thunderbolt (40 Gbps) Type-C port. On the left, there's the HDMI (v2.1) output and the TB4/DisplayPort Type-C port, both of which work with integrated video.  Next to that is a 10 Gbps Type-C port, while above that are the seven Type-A ports (3x 10 Gbps, 4x 5 Gbps). Below the USB ports are two buttons (BIOS Flashback and Clear CMOS). Next is the Killer 5GbE, the EZ antenna quick-connect for the slower (2.9 Gbps) Wi-Fi 7 connections, and the 3-plug (2x 3.5mm and SPDIF) audio stack. The next stack holds the 40 Gbps Thunderbolt Type-C port and the only USB 3.2 Gen 2 (10 Gbps) port. Next to that are four USB 2.0 ports, and the Realtek-based 2.5 GbE port stacked on top. Rounding out the USB ports back here are two USB 3.2 Gen 1 (5 Gbps) ports.<br><br>There’s nothing particularly notable here, just a difference in TB4/40 Gbps port count (now one).</p><p><strong>MORE: </strong><a href="https://www.tomshardware.com/reviews/best-motherboards,3984.html"><u><strong>Best Motherboards</strong></u></a><br><br><strong>MORE: </strong><a href="https://www.tomshardware.com/reviews/motherboard-selection-guide,3900.html"><u><strong>How To Choose A Motherboard</strong></u><br><br></a><strong>MORE: </strong><a href="https://www.tomshardware.com/reviews/motherboard-selection-guide,3900.html"><u><strong>Best Motherboard Deals</strong></u><br><br></a><strong>MORE: </strong><a href="https://www.tomshardware.com/reviews/motherboard-selection-guide,3900.html"><u><strong>Best Motherboard Combo Deals</strong></u></a><br><br><strong>MORE: </strong><a href="https://www.tomshardware.com/t/motherboards/"><u><strong>All Motherboard Content</strong></u></a></p><h2 id="firmware">Firmware</h2><p>MSI has updated its BIOS and renamed it “Click BIOS X.” It arrives with improved aesthetics and functionality. The company changed the format to left-aligned headings, middle-aligned details, and right-aligned system status information, and it’s all logically laid out. Like most other board partners, it features an informational EZ Mode that offers high-level functionality, including access to Game Boost, PBO, XMP profiles, and more. The Tomahawk uses a black background with a yellow highlighting theme and is easy to read.</p><p>Overall, we like the layout (it's one of my favorites), and maneuvering around is intuitive after a short time, though it does take some getting used to. </p><figure role="gallery"><figure><img src="https://cdn.mos.cms.futurecdn.net/uS2wwRuK3LPNu7MwVzSE8K.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/tLUqFy2BWrqUxhRoBMYFbK.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/YrFfb8GSCa7sQTniDL9aCL.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/YDVbqyN9EE8gAFRcchBTqK.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/TXCXrkZ5pSPtUWH3tZcK6L.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/HPn9knN4zvGERRJWwHA79L.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/GprqT26bdb9YHSYjEiU39L.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/vEk57ameKkZdWAY5FcQD9L.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/fjDYjQcFdXS7VP7iRaboAL.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/Fd35G8AsHy7CFu6Lr4hrAL.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/fCi6xNUaznuPUKJE9y8iAL.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/aCe48X695U9r2oAwQyNmAL.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/fL2jvjiNHvdFTtS4geWjAL.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/QF7nFVxzgoiRDCvo4J8mAL.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/PFVxiBuSNAERyC4j5DZrAL.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/XEu67jFBqK6WSukUwYNZCL.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/9UpzYvb4iUDSGcMDZCTv9L.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/oVvJhqUmpfW4jD5gowwvFK.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/juft5cn9tQPyeyCUD27JBL.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/wAGJe5RQiY9d7bqfUS9DBL.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/ULz8URwPDfk2NcjXVsbtBL.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/rRFZdGh6t8XdUrPCD9DDAL.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/T4NzLGUgdLbMJNbTS2FHAL.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/8JPqRVLHrnSfbsQBUNETAL.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/n3SXy2BTbJqPmtntpB2YAL.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/EaWqxXeeKe5hzDKPtDHWAL.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/fdSUCacGaiQxeAkd6tHUCL.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/RGmuwRejfHU5RdpZmaXvBL.jpg" alt="MSI MAG Z890 Tomahawk Wifi II" /><figcaption><small role="credit">Future</small></figcaption></figure></figure><h2 id="software">Software</h2><p>MSI Center is a single utility that offers a wide range of functionality. From hardware monitoring to RGB control with Mystic Light, the software has many applets and is a one-stop shop for downloading other utilities, including overclocking and fan control. Those looking to use the Gamebar feature, Super Charger, or any other utilities MSI offers will find them all in MSI Center. This is the latest version from early 2026.</p><figure role="gallery"><figure><img src="https://cdn.mos.cms.futurecdn.net/8JjLXkq3qS7xfQUD9vrHrV.png" alt="MSI MAG Z890 Tomahawk Wifi II - MSI Center" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/9umaUskreCHMzS92Bab9HV.png" alt="MSI MAG Z890 Tomahawk Wifi II - MSI Center" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/c6qnf63beAMcjaTP7iHQyU.png" alt="MSI MAG Z890 Tomahawk Wifi II - MSI Center" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/7EpLiHq8dGcWtDXpdNUJHV.png" alt="MSI MAG Z890 Tomahawk Wifi II - MSI Center" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/JNpVFSCwtqzPxfyV9Gi5yU.png" alt="MSI MAG Z890 Tomahawk Wifi II - MSI Center" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/VWiFsPWKP4phDbyoqxb24V.png" alt="MSI MAG Z890 Tomahawk Wifi II - MSI Center" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/SaZDkZka8Bgy2e2hegEg5V.png" alt="MSI MAG Z890 Tomahawk Wifi II - MSI Center" /><figcaption><small role="credit">Future</small></figcaption></figure></figure><h2 id="test-system-comparison-products">Test System / Comparison Products</h2><p>We’ve updated our test system to Windows 11 (25H2) 64-bit OS with all updates applied as of late April 2026. On the hardware front, we’ve updated the RAM kits to ones appropriate for the platform. Peripherals, including cooling, storage, power supply, and graphics cards, remain unchanged. We also use the latest publicly available BIOS unless otherwise noted. The hardware we used is as follows:</p><p><strong>TEST SYSTEM COMPONENTS:</strong></p><ul><li>CPU - <a href="https://www.newegg.com/intel-core-ultra-7-270k-plus-core-ultra-7-series-2-arrow-lake-refresh-lga-1851-desktop-cpu-processor/p/N82E16819118628"><u>Intel Core Ultra 7 270K Plus</u></a></li><li>Cooling - <a href="https://www.newegg.com/arctic-liquid-cooling-system/p/13C-000P-000R3"><u>Arctic Liquid Freezer II 420</u></a></li><li>Storage - <a href="https://www.amazon.com/Crucial-2024-T705-PCIe-Gen5/dp/B0CTRVZKG7"><u>Crucial 2TB T705 M.2 PCIe 5.0 NVMe SSD</u></a></li><li>RAM - <a href="https://www.newegg.com/kingston-technology-corp-32gb-ddr5-7600-cas-latency-cl32-memory-white-gray/p/0RN-001J-015A0"><u>Kingston Fury Renegade - 32GB DDR5-7600 CL38</u></a> (KF576C38RWAK2-32)</li><li>RAM - <a href="https://www.amazon.com/G-SKILL-Trident-CL40-52-52-131-Desktop-Computer/dp/B0DL21XXWP?th=1"><u>G.Skill Trident Z5 CK - 32GB DDR5-8200 CL40</u></a> (F5-8200C4052G24GX2-TZZ5CK)</li><li>RAM - V-Color 256GB (2x128GB) DDR5-8000 CL64 (TECQ5128G80Q864K)</li><li>GPU - <a href="https://www.newegg.com/asus-geforce-rtx-4080-tuf-rtx4080-16g-gaming/p/N82E16814126599"><u>Asus TUF RTX 4080 16G</u></a></li><li>PSU - <a href="https://www.newegg.com/evga-supernova-p6-220-p6-0850-x1-850w/p/N82E16817438219?Item=N82E16817438219&Description=supernova%20p6%20850w&cm_re=supernova_p6%20850w-_-17-438-219-_-Product&quicklink=true"><u>EVGA Supernova 850W P6</u></a></li><li>Windows 11 64-bit (25H2 - 26200.8037)</li><li>NVIDIA Driver 595.97</li></ul><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="LEd9GxXE2tMEL5JtFNFJhc" name="z890 tmhwk II testbed" alt="MSI MAG Z890 Tomahawk Wifi II - Test bed" src="https://cdn.mos.cms.futurecdn.net/LEd9GxXE2tMEL5JtFNFJhc.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: Future)</span></figcaption></figure><div ><table><tbody><tr><td class="firstcol " ><p><strong>Sound</strong></p></td><td  ><p>Integrated HD audio</p></td></tr><tr><td class="firstcol " ><p><strong>Network</strong></p></td><td  ><p>Integrated Networking (GbE to 10 GbE)</p></td></tr><tr><td class="firstcol " ><p><strong>Graphics Driver</strong></p></td><td  ><p>GeForce 595.97</p></td></tr></tbody></table></div><h2 id="benchmark-settings">Benchmark Settings</h2><div ><table><tbody><tr><td class="firstcol " ><p><strong>Synthetic Benchmarks and Settings</strong></p></td></tr><tr><td class="firstcol " ><p><strong>Procyon</strong></p></td><td  ><p>Version 2.8.1352 64</p><p>Office 365</p></td></tr><tr><td class="firstcol " ><p><strong>Pugetbench</strong></p></td><td  ><p>v1.4.20<br>Adobe Suite - Photoshop (v27.5), Premiere (v26.2), AfterEffects (v26.2), Media Encoder (v26.2), Lightroom Classic (v15.3)</p></td></tr><tr><td class="firstcol " ><p><strong>3DMark</strong></p></td><td  ><p>Version 2.29.8294.0 64</p><p>Speed Way and Steel Nomad (Default)</p></td></tr><tr><td class="firstcol " ><p><strong>Cinebench R26</strong></p></td><td  ><p>Version 2026.1.0<br>Open GL Rendering Benchmark - Single and Multi-threaded</p></td></tr><tr><td class="firstcol " ><p><strong>Blender</strong></p></td><td  ><p>Version 5.0.0<br>Full benchmark (all 3 tests)</p></td></tr><tr><td class="firstcol " ><p><strong>Application Tests and Settings</strong></p></td></tr><tr><td class="firstcol " ><p><strong>LAME MP3</strong></p></td><td  ><p>Version SSE2_2019</p><p>Mixed 271MB WAV to mp3: Command: -b 160 --nores (160Kb/s)</p></td></tr><tr><td class="firstcol " ><p><strong>HandBrake CLI</strong></p></td><td  ><p>Version: 1.11.0</p><p>Sintel Open Movie Project: 4.19GB 4K mkv to x264 (light AVX) and x265 (heavy AVX) </p></td></tr><tr><td class="firstcol " ><p><strong>Corona 10</strong></p></td><td  ><p>Version 10</p><p>Default benchmark</p></td></tr><tr><td class="firstcol " ><p><strong>7-Zip</strong></p></td><td  ><p>Version 26.00</p><p>Integrated benchmark (Command Line)</p></td></tr><tr><td class="firstcol " ><p><strong>Game Tests and Settings</strong></p></td></tr><tr><td class="firstcol " ><p><em><strong>Cyberpunk 2077</strong></em></p></td><td  ><p>Ultra RT: - 1920 x 1080,  DLSS - Balanced.</p></td></tr><tr><td class="firstcol " ><p><em><strong>F1 2025</strong></em></p></td><td  ><p>Ultra High Preset - 1920 x 1080, 16xAF/TAA, Texas (Clear/Dry), FPS Counter ON</p></td></tr></tbody></table></div><p><strong>MORE: </strong><a href="https://www.tomshardware.com/reviews/best-motherboards,3984.html"><u><strong>Best Motherboards</strong></u></a><br><br><strong>MORE: </strong><a href="https://www.tomshardware.com/reviews/motherboard-selection-guide,3900.html"><u><strong>How To Choose A Motherboard</strong></u><br><br></a><strong>MORE: </strong><a href="https://www.tomshardware.com/reviews/motherboard-selection-guide,3900.html"><u><strong>Best Motherboard Deals</strong></u><br><br></a><strong>MORE: </strong><a href="https://www.tomshardware.com/reviews/motherboard-selection-guide,3900.html"><u><strong>Best Motherboard Combo Deals</strong></u></a><br><br><strong>MORE: </strong><a href="https://www.tomshardware.com/t/motherboards/"><u><strong>All Motherboard Content</strong></u></a></p><h2 id="benchmark-results">Benchmark Results</h2><p>Our standard benchmarks and power tests are performed using the CPU’s stock frequencies (including any default boost/turbo) with all power-saving features at default. We set optimized defaults in the BIOS, then set the memory by enabling the XMP profile. If there are boosts enabled by the BIOS by default, it runs like that. The Windows power scheme is set to Balanced (default) for this baseline testing, so the PC idles appropriately.</p><h2 id="synthetic-benchmarks-and-real-world-applications">Synthetic Benchmarks and Real World Applications</h2><p>Synthetics offer a valuable method for evaluating a board's performance, as identical settings are expected to yield similar results. Turbo boost wattage and advanced memory timings are areas where motherboard manufacturers can still optimize for stability or performance, though, and these settings can impact specific testing scenarios. We’ve also combined our previous ‘timed’ benchmark applications into this section.</p><figure role="gallery"><figure><img src="https://cdn.mos.cms.futurecdn.net/vkcjzUFtCYGJjPfLVTnSLJ.png" alt="MSI MAG Z890 Tomahawk Wifi II - Benchmarks" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/FDLjfmnDCxGNaWktNNWCNJ.png" alt="MSI MAG Z890 Tomahawk Wifi II - Benchmarks" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/yJo836ro425oKfhN67B9NJ.png" alt="MSI MAG Z890 Tomahawk Wifi II - Benchmarks" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/fhSZRfWQPXFooFy2oazGNJ.png" alt="MSI MAG Z890 Tomahawk Wifi II - Benchmarks" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/vPV7iot8rxuRhGmTVZqAPJ.png" alt="MSI MAG Z890 Tomahawk Wifi II - Benchmarks" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/zpeXLyJ8dj6eW67ALvKxPJ.png" alt="MSI MAG Z890 Tomahawk Wifi II - Benchmarks" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/kZD2atnsoXgVRAuxpcPNQJ.png" alt="MSI MAG Z890 Tomahawk Wifi II - Benchmarks" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/VXfYL77p5kXxzdM5wnSxYJ.png" alt="MSI MAG Z890 Tomahawk Wifi II - Benchmarks" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/MxGDmPBXnHb6AnmjtntBTJ.png" alt="MSI MAG Z890 Tomahawk Wifi II - Benchmarks" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/PbucnAfPVGXinjwRJ6NrTJ.png" alt="MSI MAG Z890 Tomahawk Wifi II - Benchmarks" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/YpbcjSvTDEdCH8Gz6vqTVJ.png" alt="MSI MAG Z890 Tomahawk Wifi II - Benchmarks" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/XpaDtgTAuKx8MiaF4Bd3YJ.png" alt="MSI MAG Z890 Tomahawk Wifi II - Benchmarks" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/5Ept6hwYYk9X7ZWocX3tYJ.png" alt="MSI MAG Z890 Tomahawk Wifi II - Benchmarks" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/v7zqDWnVjUQhwwBkLHPXXJ.png" alt="MSI MAG Z890 Tomahawk Wifi II - Benchmarks" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/PsKfu5QEaYtYYX7T2BxQZJ.png" alt="MSI MAG Z890 Tomahawk Wifi II - Benchmarks" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/DgYNXf4q8sSQhsnhSHQrYJ.png" alt="MSI MAG Z890 Tomahawk Wifi II - Benchmarks" /><figcaption><small role="credit">Future</small></figcaption></figure></figure><p>Performance on the Tomahawk Wifi II was average among the tested boards. Nothing really stood out either way in this set of benchmarks.</p><h2 id="3d-games-and-3dmark">3D Games and 3DMark</h2><figure role="gallery"><figure><img src="https://cdn.mos.cms.futurecdn.net/e2DffdkjiCBTRDBaFcctZM.png" alt="MSI MAG Z890 Tomahawk Wifi II - Game benchmarks" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/9kyMnACjA4CSV5H6QBQxZM.png" alt="MSI MAG Z890 Tomahawk Wifi II - Game benchmarks" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/JMKEf78x4bX9Cj9DtvTvZM.png" alt="MSI MAG Z890 Tomahawk Wifi II - Game benchmarks" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/8uDjgttMFkzLpMxeaBMaaM.png" alt="MSI MAG Z890 Tomahawk Wifi II - Game benchmarks" /><figcaption><small role="credit">Future</small></figcaption></figure></figure><p>Starting with the launch of the Arrow Lake refresh chips, we’ve updated our game tests. We’re keeping the <em>F1</em> racing game but have upgraded to <em>F1 25</em>. We’ll continue with the ever-popular and aesthetically pleasing <em>Cyberpunk 2077</em>. We run both games at 1920x1080 resolution using the Ultra preset (details listed in the table above). Both games are set to use DLSS.<br><br>The goal with these settings is to determine if there are differences in performance at the most commonly used (and CPU/system-bound) resolution with settings most people use or strive for (Ultra). We expect the difference between boards in these tests to be minor, with most falling within the margin of error. We’ve also added a minimum FPS metric, which can affect your gameplay and immersion.</p><p>As has been the case with previous motherboards and CPUs, the 3DMark tests don’t show much separation from worst to first, and we see that again across our varied datasets. 3DMark scores were fine, and gaming results were also comparable, although F1 25 was a bit slower and matched the previous-gen 285K for some reason. Still, it’s a performant board, just like the others. Whether you’re using the machine for office productivity, rendering, encoding, or gaming, the results are on par with others.</p><h2 id="overclocking">Overclocking</h2><p>Over the past few CPU generations, overclocking headroom has been shrinking on both sides of the fence, while out-of-the-box performance has increased. For overclockers, this means there’s less fun to have. For the average consumer, you’re getting the most out of the processor without manual tweaking. Today’s motherboards are more robust than ever, and an overwhelming majority support power-hungry flagship-class processors, so we know the hardware can handle them. <br><br>There are multiple ways to extract even more performance from these processors: manually adjust the settings or use some of the fancy AI overclocking board partners have been touting. Results will vary and depend on the CPU's cooling and quality. In other words, your mileage may vary. Considering the above, we’re not overclocking the CPU for these review articles. However, we will try out our different memory kits to ensure they meet the specifications.</p><figure role="gallery"><figure><img src="https://cdn.mos.cms.futurecdn.net/Jy4uUKC8zGt8SNJBmJjeiV.png" alt="MSI MAG Z890 Tomahawk Wifi II - Overclocking RAM" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/CyWZtz8Rt6bro2WHnqYwjV.png" alt="MSI MAG Z890 Tomahawk Wifi II - Overclocking RAM" /><figcaption><small role="credit">Future</small></figcaption></figure></figure><p>Memory testing went without issue. The board was stable with the DDR5-7600 kit, and we went all the way up to our (new) fastest kit, Kingston Fury Beast 48GB DDR5-8800, without issue during our 30-minute stress test.</p><h2 id="power-consumption-vrm-temperatures">Power Consumption / VRM Temperatures</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:1148px;"><p class="vanilla-image-block" style="padding-top:72.56%;"><img id="wYaNB3Wh3jGzAZhqqzu2Kc" name="image038" alt="MSI MAG Z890 Tomahawk Wifi II - Power Use" src="https://cdn.mos.cms.futurecdn.net/wYaNB3Wh3jGzAZhqqzu2Kc.png" mos="" align="middle" fullscreen="" width="1148" height="833" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p>We used AIDA64’s System Stability Test with Stress CPU, FPU, cache, and Memory enabled for power testing, using the processor's peak power consumption value. The wattage reading is obtained from the wall via a Kill-A-Watt meter, capturing the entire PC (excluding the monitor). The only variable that changes is the motherboard; all other parts remain the same. We have moved to using only the stock power use/VRM temperature charts, as this section aims to ensure the power delivery can handle flagship-class processors. </p><p>Stress testing with our flagship-class 270K Plus and the Team Group DDR5-7600 kit at stock yielded a peak of 345W at the wall, which aligns with other boards. The Tomahawk II used 61W at idle. There’s nothing noteworthy, otherwise.</p><figure role="gallery"><figure><img src="https://cdn.mos.cms.futurecdn.net/3AHHkbQpzKSxJomz3y8U3h.png" alt=" MSI MAG Z890 Tomahawk Wifi II - VRM temps" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/LyiFXFrsj6D9f6ZHpWda3h.png" alt=" MSI MAG Z890 Tomahawk Wifi II - VRM temps" /><figcaption><small role="credit">Future</small></figcaption></figure></figure><p>VRM temperatures ran warm, but are not a concern on this board. Throughout the 30-minute test, the system (excluding the monitor) averaged 233W, and our sensors on the back of the board, directly under the MOSFETs, recorded temperatures peaking at 58 degrees Celsius, while Hwinfo and the internal sensor showed temperatures peaking a couple of degrees lower at 56 degrees Celsius. That value is well within specification for the MOSFETs doing all the work below. We’re confident that the power delivery can handle anything you throw at it. Chances are, the CPU temperature will limit you before the board does, but always maintain good airflow to keep temperatures down.</p><h2 id="bottom-line">Bottom Line </h2><p>The Z890 Tomahawk II is an interesting new iteration compared to the original. For all intents and purposes, it’s the same board with native Core Ultra 200S Plus support. However, the II moves away from the Killer-based 320MHz Wi-Fi 7 to the slower (less expensive?) Intel/Mediatek Wi-Fi 7 solution and moves to a single TB4/40 Gbps Type-C port. The Wi-Fi speed is something most can overlook, as few have a Wi-Fi 7 ecosystem in the first place. And, again, for the overwhelming majority, it’s fast enough and supports plenty of concurrent connections. I still would like to see the second Thunderbolt port, though. Most users don’t have two devices that can each utilize 40 Gbps bandwidth, either. So while this likely doesn’t affect many, it’s still a small step back from the original – only a problem if you’re one of the few who need it.</p><p>Currently (at the time we published the article) priced at <a href="https://www.newegg.com/msi-arsenal-gaming-atx-280-motherboards-intel-intel-z890-lga-1851/p/N82E16813144757"><u>$229.99</u></a> (was just on sale for $199.99, so keep an eye out!) on Newegg, it’s on shelves alongside the Asus Prime Z890-P (<a href="https://www.newegg.com/asus-prime-z890-p-wifi-atx-motherboard-intel-z890-lga-1851/p/N82E16813119696"><u>$229.99</u></a> and <a href="https://www.tomshardware.com/pc-components/motherboards/asus-prime-z890-p-wifi-motherboard-review"><u>recently reviewed</u></a>), Gigabyte’s Z890 Gaming X Wifi7 (<a href="https://www.newegg.com/gigabyte-z890-gaming-x-wifi7-atx-motherboard-intel-z890-lga-1851/p/N82E16813145529"><u>$219.00</u></a>), and the ASRock Z890 Lighting Wifi at <a href="https://www.newegg.com/asrock-z890-lightning-wifi-atx-motherboard-intel-z890-lga-1851/p/N82E16813162173"><u>$211.99</u></a>. If we look at the specs of competitors at a similar price point, we see that the Tomahawk II is similarly equipped, if not better. It’s the only one with 5 GbE, and all of these have one Thunderbolt 4/40 Gbps port. The Wi-Fi, you ask? These boards have a mix of Wi-Fi 6E and the even faster Wi-Fi 7.</p><p>So while we’re disappointed the Z890 Tomahawk II took a step back in some areas (one of the only reasons it didn’t make our <a href="https://www.tomshardware.com/best-picks/best-motherboards"><u>best motherboards</u></a> list), it isn't effectively any different than the more expensive competition. At the current sub-$230 price point, it doesn’t stand out from most others, and the original is still available for $229.99. If you need faster Wi-Fi 7 and an additional Thunderbolt/40 Gbps port, stick with the original Tomahawk. If you don’t need those features, the Tomahawk II is the preferred option if you can find it cheaper than the original Z890 Tomahawk.</p><p><strong>MORE: </strong><a href="https://www.tomshardware.com/reviews/best-motherboards,3984.html"><u><strong>Best Motherboards</strong></u></a><br><br><strong>MORE: </strong><a href="https://www.tomshardware.com/reviews/motherboard-selection-guide,3900.html"><u><strong>How To Choose A Motherboard</strong></u><br><br></a><strong>MORE: </strong><a href="https://www.tomshardware.com/reviews/motherboard-selection-guide,3900.html"><u><strong>Best Motherboard Deals</strong></u><br><br></a><strong>MORE: </strong><a href="https://www.tomshardware.com/reviews/motherboard-selection-guide,3900.html"><u><strong>Best Motherboard Combo Deals</strong></u></a><br><br><strong>MORE: </strong><a href="https://www.tomshardware.com/t/motherboards/"><u><strong>All Motherboard Content</strong></u></a></p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ ASML looks to increase prices of its Low-NA EUV tools beyond existing productivity-based model — company wants to capture the value of all the advantages its tools offer, not just wafer throughput improvements ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/semiconductors/asml-looks-to-increase-prices-of-its-low-na-euv-tools-beyond-existing-productivity-based-model-company-wants-to-capture-the-value-of-all-the-advantages-its-tools-offer-not-just-wafer-throughput-improvements</link>
                                                                            <description>
                            <![CDATA[ ASML's comments point to intentions to increase prices, though the company is expected to maintain its value-based approach to price setting. Yet, TSMC is reportedly unhappy about the potential plan. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">zPfKrkbdH2Kd3hPbAnbxjK</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/EGXamcWxVuFiTc6pCbeE25-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 17 Jul 2026 10:30:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Semiconductors]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                    <category><![CDATA[Manufacturing]]></category>
                                                                                                <author><![CDATA[ ashilov@gmail.com (Anton Shilov) ]]></author>                    <dc:creator><![CDATA[ Anton Shilov ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/uMZ5kNphxA2Ut6whdLaSQV.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Anton Shilov has been in the PC industry since 1990s playing games, building PCs, and writing stories about pretty much everything that relates to PCs, Macs, smartphones, tablets, and even fab equipment. Over his career, he has worked at a variety of high-ranking websites, including AnandTech, EE Times, TechRadar, X-bit Labs, and now Tom&#039;s Hardware. He is also a regular features contributor to Tom&#039;s Hardware Premium, writing about the latest developments in the semiconductor industry and related tech news and roadmaps. When Anton is not reading or writing about something high-tech, he is probably watching a good movie, playing a video game, or spending time with his family.&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/EGXamcWxVuFiTc6pCbeE25-1280-80.jpg">
                                                            <media:credit><![CDATA[ASML]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[ASML]]></media:description>                                                            <media:text><![CDATA[ASML]]></media:text>
                                <media:title type="plain"><![CDATA[ASML]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/EGXamcWxVuFiTc6pCbeE25-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>As the semiconductor industry increasingly relies on ASML's EUV lithography tools both for logic and memory production, ASML is considering increasing prices of these systems as they deliver greater productivity and better value for its customers. However, with 2027 production nearly sold out and substantial 2028 orders already booked, meaningful increases may primarily affect systems delivered from late 2028 onward. Nonetheless, the idea has already angered TSMC, ASML's largest client, reports <a href="https://www.theinformation.com/articles/asml-plans-price-increases-chipmaking-equipment-despite-tsmc-resistance"><em>The Information</em></a>.</p><div  class="fancy-box"><div class="fancy_box-title">Tom's Hardware Premium Roadmaps</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="JY32VXJVXoHUR8NRV2Kveb" name="HBM graphic 1" caption="" alt="a snippet from the HBM roadmap article" src="https://cdn.mos.cms.futurecdn.net/JY32VXJVXoHUR8NRV2Kveb.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"><ul><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/tech-industry/semiconductors/hbm-roadmaps-for-micron-samsung-and-sk-hynix-to-hbm4-and-beyond?utm_source=edit-links&utm_medium=boxout&utm_term=roadmap">High-Bandwidth Memory (HBM) Roadmap </a></li><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/tech-industry/semiconductors/nvidia-enterprise-roadmap-rubin-rubin-ultra-feynman-and-silicon-photonics?utm_source=edit-links&utm_medium=boxout&utm_term=roadmap">Nvidia Enterprise GPU and CPU Roadmap</a></li><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/tech-industry/artificial-intelligence/inside-the-ai-accelerator-arms-race-amd-nvidia-and-hyperscalers-commit-to-annual-releases-through-the-decade?utm_source=edit-links&utm_medium=boxout&utm_term=roadmap">AI accelerator Roadmap</a></li><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/pc-components/gpus/desktop-gpu-roadmap-nvidia-rubin-amd-udna-and-intel-xe3-celestial?utm_source=edit-links&utm_medium=boxout&utm_term=roadmap">Desktop GPU Roadmap</a></li><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/pc-components/storage/inside-the-future-of-3d-nand-the-roadmap-to-500-layers?utm_source=edit-links&utm_medium=boxout&utm_term=roadmap">3D NAND Roadmap</a></li></ul></p></div></div><p>"When it comes to Low-NA [EUV tools] pricing, of course, you know that we keep on increasing the productivity of the Low-NA tool, [which] gives us a pretty strong runway for potential price improvements going forward," said Roger Dassen, chief financial officer of ASML, during the company's quarterly earnings call. "Given the long order lead times that we have, that... doesn't translate into pricing effects tomorrow."</p><h2 id="value-based-pricing-set-to-persist-in-a-new-way">Value-based pricing set to persist… in a new way</h2><p>ASML has long followed what it calls value-based pricing and gradually increased its quotes based on output, patterning costs, power consumption, and other benefits its new tools offer to clients. </p><p>Usually, this involved increasing prices once in a while. For example, if early Twinscan NXE Low-NA EUV systems cost roughly €100 million – €120 million ($115 million–$137 million), the more advanced are priced starting at €170 million ($195 million. It is still well below rumored quotes for High-NA EXE scanners that exceed €350 million ($400 million). At the same time, Low-NA productivity has risen from 160–170 wafers per hour (WPH) and ≤1.1nm matched-machine overlay to 220 WPH/260 WPH with NXE:3800E/NXE:3800F at 0.9nm. Future NXE:4200G/NXE:4200H systems are expected to exceed 300 WPH and improve overlay to ≤0.8nm–≤0.7nm. </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:3854px;"><p class="vanilla-image-block" style="padding-top:41.26%;"><img id="vMmjvFviWRNVCRt3QxJysJ" name="Screenshot 2026-07-16 at 19.30.17" alt="ASML" src="https://cdn.mos.cms.futurecdn.net/vMmjvFviWRNVCRt3QxJysJ.png" mos="" align="middle" fullscreen="" width="3854" height="1590" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: ASML)</span></figcaption></figure><p>"Clearly, the environment that we live in today, with the value that our products bring to customer — it's substantial—  of course, gives us flexibility on pricing, more so than what you would have seen in the past," Dassen said. "Of course, we are executing on that as well."</p><p>However, later during the call, Dassen emphasized that ASML intends to maintain its value-based approach even in the current environment of high demand and limited supply in the semiconductor world. Yet, he stressed that from now on, ASML might want to charge for things beyond just productivity.</p><p>"We have always been able to show customers not just productivity upgrades, but also the value from better imaging, the value of better overlay, etc.," Dassen said. "[But] you got this very strong correlation between throughput improvements and ASP. That is just the way things panned out," he said, suggesting that ASML shares value with its clients.</p><h2 id="no-price-hikes-in-the-short-term">No price hikes in the short term</h2><p>ASML will be unable to hike prices of Low-NA EUV systems for another couple of years. Since orders that are in ASML's backlog already carry a sales value, subject to inflation adjustments, prices for much of the 2027 and early 2028 output may already be contractually determined. Unless existing contracts can be renegotiated, higher pricing could therefore primarily apply to 2028 shipments and beyond, or for new orders that somehow get squeezed in in 2027. The NXE:4200G, due in 2029, should naturally lift average selling prices anyway as it gets major performance improvements.</p><h2 id="tsmc-is-upset">TSMC is upset</h2><p>For TSMC, however, the issue is strategic. The foundry's leading-edge roadmap through 2030 relies on extending Low-NA EUV with better masks, computational lithography, and multipatterning. Until then, TSMC's strategy has always been avoiding High-NA EUV until at least its 10A-class (1 nm-class) technology. If ASML hikes prices of its future Low-NA EUV lithography systems, it will likely affect all of TSMC's plans for the next several years.</p><p>TSMC already operates the world's largest Low-NA EUV fleet and needs many more scanners for fabs in Taiwan, the U.S., and Japan as it executes its global expansion strategy. Consequently, even modest increases beyond TSMC's projections could add billions to capital spending, reduce the economic advantage of postponing High-NA, and ultimately raise its manufacturing costs. Moreover, accepting higher prices now could establish the baseline for dozens or hundreds of future systems, which will allow ASML to capture a larger share of the economic value created by increasingly productive lithography equipment.</p><p>Can this force TSMC to transition to High-NA EUV tools earlier than planned? Moving to High-NA EUV requires not only €350-million-plus scanners but also new resists, masks, pellicles, metrology, design rules, and computational lithography flows, which are likely not ready at TSMC.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Mario Kart Wii recompiled for PC using AI, with 4K potential and uncapped frame rates — 'first static recompilation of a Wii game' supports over 200 tracks thanks to Retro Rewind compatibility ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/video-games/retro-gaming/mario-kart-wii-recompiled-for-pc-using-ai-with-4k-potential-and-uncapped-frame-rates-first-static-recompilation-of-a-wii-game-supports-over-200-tracks-thanks-to-retro-rewind-compatibility</link>
                                                                            <description>
                            <![CDATA[ Mario Kart Wiicompiled, a claimed 'first static recompilation of a Wii game,' is scheduled to be released in August. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">qB59WZHv3AbmxdDQ2UzPNM</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/WnR7TF2f9dHBNkeD7w3kNc-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 17 Jul 2026 10:00:33 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Retro Gaming]]></category>
                                                    <category><![CDATA[Video Games]]></category>
                                                                                                                    <dc:creator><![CDATA[ Mark Tyson ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/56vqMYLDaKRHPhHZgbADFR.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Mark&#039;s enthusiasm for computers dampened at an early age by the rubber-keyed Sinclair Spectrum 48K and feelings of Commodore 64 envy. However, in the mid-80s, hope in a digital future was rekindled by the purchase of an Atari 520 STe. Since that time Mark has used a multitude of computers for fun and professional endeavors. He often owned both Macs and PCs but went cold on the former after OS9 was killed off, and warmed to the latter with the introduction of Windows XP.&lt;br&gt;
&lt;br&gt;
Early work years were spent in artwork and reprographics but in the late noughties, Mark started to blog about computers, Taiwanese food culture, and guitar design. This activity led to a full-time position writing about breaking PC tech news for HEXUS, for the best part of a decade. When HEXUS was abruptly closed, Mark helped with the foundation of Club386, before finding a new home at Tom&#039;s Hardware.&lt;br&gt;
&lt;br&gt;
When not wearing through the keycap legends on his PC keyboards, Mark can be found wandering the computer malls of Taiwan&#039;s neon-lit conurbations and enjoying local and international cuisine.&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/WnR7TF2f9dHBNkeD7w3kNc-1280-80.jpg">
                                                            <media:credit><![CDATA[Patchzyy, Nintendo]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Mario Kart Wiicompiled]]></media:description>                                                            <media:text><![CDATA[Mario Kart Wiicompiled]]></media:text>
                                <media:title type="plain"><![CDATA[Mario Kart Wiicompiled]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/WnR7TF2f9dHBNkeD7w3kNc-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The static recompilation craze has just hit a milestone with developer @patchzyy sharing a slick and smooth-looking version of “<em>Mario Kart Wii,</em> rebuilt for PC.” <em>Mario Kart Wiicompiled, </em>created using the help of AI coding, is being teased now, with a video embedded below, but isn’t expected to become available as a beta until next month. That is, if it doesn’t get whack-a-moled somehow by the notoriously litigious Nintendo.</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/3ndObfBmqGc" allowfullscreen></iframe></div></div><p>For context, several developers have been busy with <a href="https://www.tomshardware.com/video-games/nearly-all-nintendo-64-games-can-now-be-recompiled-into-native-pc-ports-to-add-proper-ray-tracing-ultrawide-high-fps-and-more">static recompilation</a> projects over recent years. Successes in recompiling games from platforms like the Nintendo N64 (and <a href="https://www.tomshardware.com/video-games/retro-gaming/cancelled-xbox-360-version-of-goldeneye-007-gets-recompiled-for-pc-no-emulator-the-game-runs-as-a-real-native-executable-insists-dev">Xbox 360</a>) have clearly inspired a generational jump, with patchzyy’s claimed “first static recompilation of a Wii game.” From the brief video, it looks pretty good.</p><p>Static recompilation transforms the binary <a href="https://www.tomshardware.com/software/original-apollo-11-code-open-sourced-by-nasa-original-command-module-and-lunar-module-code-repos-are-now-public-domain-resources" target="_blank">machine code</a> into equivalent native code for the target platform, like PC. Digital archivists and retrogaming fans like static recompilation as it can offer higher performance and stability, removing emulation quirks and overheads. It can also make use of the best features of the modern platform, so <em>Mario Kart Wiicompiled </em>is going to run at up to 4K, with an unlocked frame rate. Moreover, in this case, Retro Rewind community mod compatibility is confirmed, which means that recompiled players will be able to access 200+ race tracks.</p><p>At this time, the static recompilation doesn’t use 4K or HD textures or character models. However, these are options open to the community/modders, going forward, just like we see with <a href="https://www.tomshardware.com/video-games/the-n64-is-still-being-pushed-past-its-limits-28-years-later-homebrew-devs-wont-give-up-on-the-nintendo-64-compare-2024-mario-to-his-1996-ancestor" target="_blank">N64 </a>and other console recompilations.</p><p>It will be interesting to see if the Wii’s big gimmick of motion controls, which could be used for Kart steering, will work on <em>Mario Kart Wiicompiled</em>. Perhaps it could even work with original Wii Remotes you might have lying around.</p><p>So, are Wii static recompilation title floodgates about to open? There is certainly a nice selection of games folks with Wii disk collections might enjoy playing on their modern PCs connected to their 4K TVs. So, <a href="https://www.tomshardware.com/video-games/nintendo/nintendo-switch-2-hands-on-bigger-faster-and-with-mouse-controls" target="_blank">Nintendo </a>might not like seeing this kind of project getting popular, but the devs studiously separate the static recompilation code from the game ‘ROM’ files, which retro gamers may or may not actually own.</p><p>Many social media commenters point out that AI was used in the development of <em>Mario Kart Wiicompiled</em>, but that was already made clear in the project FAQ. That document clearly states that AI was used to assist with code only, not for the generation of art or other assets.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Robot vacuum flaw lets one stolen certificate run root commands on other Shark robovacs in the same AWS region — unpatched flaw exposes live camera feeds, stored home maps, and Wi-Fi credentials ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/cyber-security/shark-robot-vacuum-flaw-lets-one-stolen-certificate-run-root-commands-on-others-in-the-same-aws-region</link>
                                                                            <description>
                            <![CDATA[ The problem is an over-permissive AWS IoT policy. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">TzQZhNBMg7hqH2n8oLMTR7</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/xHYaeGUrtwRYLr4vErMHoG-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 17 Jul 2026 10:00:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Cybersecurity]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                                    <dc:creator><![CDATA[ Luke James ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/C4FAi2KzwaGLUrBqzX5aBM.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Luke is a freelance technology journalist who has been covering hardware and semiconductors since 2020. He began his career at All About Circuits and has since contributed to EE Power and Laptop Mag. Luke has a particular interest in semiconductors, microelectronics, and the industry shifts that shape the devices we use every day. Above all, he loves making complex technology accessible to experts and enthusiasts alike. Luke&#039;s interest in hardcore computing can be traced back to his university studies, when he responsibly spent his very first student loan payment on a custom-built gaming rig equipped with a GTX 780 Ti. &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/xHYaeGUrtwRYLr4vErMHoG-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[a smart vacuum being set up with a smart phone]]></media:description>                                                            <media:text><![CDATA[a smart vacuum being set up with a smart phone]]></media:text>
                                <media:title type="plain"><![CDATA[a smart vacuum being set up with a smart phone]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/xHYaeGUrtwRYLr4vErMHoG-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>A security researcher has published a method for lifting the client certificate off a Shark robot vacuum and using it to run root commands on other Shark vacuums across the same Amazon Web Services region, exposing live camera feeds, stored home maps, and Wi-Fi credentials held in plaintext. The researcher, who publishes under the handle tokay0, <a href="https://tokay0.com/posts/millions-of-shark-vacuums-vulnerable-to-rce.html" target="_blank">published the technique</a> on Monday and says he first reported it to SharkNinja on March 1. As of the time of writing, the flaw is still unpatched, requiring a fix that sits entirely on SharkNinja's side of the cloud rather than on the robot.</p><div  class="fancy-box"><div class="fancy_box-title">Go deeper with TH Premium: AI and data centers</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="Vh4nY3pMCcmra2ymXah9S7" name="Microsoft data center in Mount Pleasant, Wisconsin" caption="" alt="Microsoft data center in Mount Pleasant, Wisconsin" src="https://cdn.mos.cms.futurecdn.net/Vh4nY3pMCcmra2ymXah9S7.jpg" 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: Microsoft)</span></figcaption></figure><p class="fancy-box__body-text"><ul><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/tech-industry/photonics-and-high-speed-data-movement-is-the-next-big-ai-bottleneck-following-copper-power-dram-and-nand?utm_source=edit-links&utm_medium=boxout&utm_term=datacenter" target="_blank">Photonics and high-speed data movement is the next big AI bottleneck</a></li><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/pc-components/cooling/the-data-center-cooling-state-of-play-2025-liquid-cooling-is-on-the-rise-thermal-density-demands-skyrocket-in-ai-data-centers-and-tsmc-leads-with-direct-to-silicon-solutions?utm_source=edit-links&utm_medium=boxout&utm_term=datacenter" target="_blank">The data center cooling state of play</a></li><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/tech-industry/artificial-intelligence/massive-ai-data-center-buildouts-are-squeezing-energy-supplies-new-energy-methods-are-being-explored-as-power-demands-are-set-to-skyrocket?utm_source=edit-links&utm_medium=boxout&utm_term=datacenter" target="_blank">Massive AI data center buildouts are squeezing energy supplies</a></li><li><a data-analytics-id="inline-link" href="https://www.tomshardware.com/networking/ultra-ethernet-the-data-center-interconnection-of-tomorrow-detailed?utm_source=edit-links&utm_medium=boxout&utm_term=datacenter" target="_blank">Ultra Ethernet: The data center interconnection of tomorrow</a></li></ul></p></div></div><p>The problem is an over-permissive AWS IoT policy. The certificate that a Shark vacuum uses to authenticate to Amazon's cloud broker was never restricted to the device carrying it, so a certificate pulled from one unit can subscribe to fleet-wide traffic and publish commands addressed to any device the broker serves. Those commands travel in an ordinary field called Exec_Command inside the per-device state document AWS keeps in the cloud, and a management daemon on the vacuum passes anything under 1,000 bytes from it to a shell. </p><p>The researcher tested the technique only on units he bought himself, including a cross-model reverse shell on an AV1102ARUS Shark IQ Robot Vacuum XL, which he then used to pull a live feed off that robot's onboard camera. Watching a single AWS region for 24 hours, he counted 1,517,605 unique Shark serial numbers, of which 673,816, or 44%, replied to a command probe. Those are devices observed responding, not devices he tested or compromised. Certificates are pinned to their AWS region, so a key lifted in one region only reaches devices in that region.</p><p>tokay0 says SharkNinja acknowledged his report on March 12, told him on April 27 that it was under review, and on July 3 promised a completion date by July 10 that never arrived. He also says the company downplayed the severity and questioned whether a CVE was warranted, despite a published disclosure policy that commits SharkNinja to "provide regular updates until the reported vulnerability is resolved." The company had posted nothing on the flaw as of July 16.</p><p>Remediation in this scenario doesn’t require a firmware update. Per Amazon, a non-compliant IoT policy is fixed by pushing a scoped version inside the operator's own AWS account until SharkNinja rescopes the policy or reissues the certificates. </p><p>SharkNinja's timeline is pretty similar to a vulnerability we saw with DJI Romo vacuums back in February, whereby an authorization flaw <a href="https://www.tomshardware.com/tech-industry/cyber-security/user-accidentally-gains-control-of-over-6-700-robot-vacuums-while-tinkering-with-their-own-device-to-enable-control-with-a-playstation-controller-security-flaw-reveals-floor-plans-and-live-video-feeds">exposed roughly 6,700 vacuums</a>, handing out camera feeds, audio, and floor plans; DJI patched it within weeks, and the researcher who found it later collected a <a href="https://www.tomshardware.com/tech-industry/cyber-security/engineer-receives-usd30-000-for-exposing-a-vulnerability-affecting-7-000-robot-vacuum-cleaners-tinkerer-just-wanted-to-drive-his-robot-vacuum-with-a-ps5-controller">$30,000 bounty</a>. Cloud-side failures, where a backend fails to scope device access, have driven a run of robot-vacuum breaches and fueled interest in <a href="https://www.tomshardware.com/3d-printing/maker-kicks-off-oomwoo-an-open-source-robot-vacuum-you-can-3d-print-and-build-yourself">fully offline designs</a> that keep mapping and camera data off any vendor cloud.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Linus Torvalds rebukes anti-AI stances in the Linux kernel code review process, says 'Linux is not one of those anti-AI projects' — creator embraces AI as just a tool and 'clearly a useful one' ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/software/linux/linus-torvalds-rebukes-anti-ai-stances-in-the-linux-kernel-code-review-process-says-linux-is-not-one-of-those-anti-ai-projects-creator-embraces-ai-as-just-a-tool-and-clearly-a-useful-one</link>
                                                                            <description>
                            <![CDATA[ Linus Torvalds, Linux's creator and kernel manager, has seemingly taken an accepting stance of AI-assisted tooling. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">BjBRDMftMwEChnyojrsRLM</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/2X4Y7yST9zumKE45j4EDM8-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 16 Jul 2026 16:59:13 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                    <category><![CDATA[Operating Systems]]></category>
                                                                                                <author><![CDATA[ editors@tomshardware.com (Bruno Ferreira) ]]></author>                    <dc:creator><![CDATA[ Bruno Ferreira ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/ZQiPPaXaAuQ4VrVEYnnR7G.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Bruno Ferreira&#039;s journey kicked off with the venerable ZX Spectrum, a cassette player, and his hopes and dreams. He quickly realized he had more fun figuring out how computers work than he did actually using the things. Kicking off a developer career with C and Assembly before moving to scripting languages, he&#039;s worn many hats, including both database architect and systems administration. As a teen, Bruno co-founded a web development outfit where he was for 17 years before moving on to spend nearly a decade at The Tech Report as a writer, editor, and (of course) developer. In this decade, he&#039;s been at Asus, MLCommons, and HotHardware, among others. When not fiddling with computers and games, his love for music and production sends him off to live shows and festivals. Occasionally, he pretends he can play the guitar and bass.&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/2X4Y7yST9zumKE45j4EDM8-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Linus Torvalds]]></media:description>                                                            <media:text><![CDATA[Linus Torvalds]]></media:text>
                                <media:title type="plain"><![CDATA[Linus Torvalds]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/2X4Y7yST9zumKE45j4EDM8-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>AI-generated slop code has been a plague for some open-source projects, namely but not only Gentoo Linux, Curl, and Ghostty, limiting or outright banning LLM-created contributions. And yet, just like both the models themselves get better and the people using them become more considerate, the landscape may be changing. Linus Torvalds, Linux's creator and kernel manager, has seemingly taken an accepting stance of AI-assisted tooling.</p><p>In a long comment on the Linux kernel mailing list, Torvalds spelled it out fairly clearly: "I realize that some people really dislike AI, but this is an area where I'm willing to absolutely put my foot down [...] Linux is not one of those anti-AI projects, and if somebody has issues with that, they can do the open-source thing and fork it. Or just walk away."</p><p>This discussion came regarding the usage of <a href="https://github.com/sashiko-dev/sashiko">Sashiko</a>, an opt-in (per-mailing-list) and apparently quite effective multi-stage code review tool that analyzes kernel patches. The project page says the tool can find 53.6% of bugs on proposed patches, and argues that that metric already puts it above human level, as the patches in question already supposedly went through human review. The false positive rate "is harder to measure," being pinned "within 20%." Crucially, Sashiko only comments on patches, and does not take action by itself.</p><p>Developer Laurent Pinchart suggested that Sashiko's output be triaged before comments were sent out to patch authors, basing the notion on the Software Freedom Conservancy's <a href="https://sfconservancy.org/llm-gen-ai/llm-backed-generative-ai-recommendations.html">guidelines on AI-generated code</a>. Google's Roman Gushchin, one of Sashiko's creators, pointed out that doing that would undermine the utility of the tool, and that Pinchart's position was quite anti-LLM — a sentiment echoed by Linus Torvalds in his reply.</p><p>Torvalds put it clearly: "AI is a tool, just like other tools we use. And it's clearly a useful one. It may not have been that 'clearly' even just a year ago, but it's no longer in question today," a statement that reflects his changing stance on the matter since he initially <a href="https://www.theregister.com/software/2024/10/29/linus-torvalds-90-of-ai-marketing-is-hype-so-i-ignore-it/390369">dismissed AI tools</a> as overhyped back in 2024. He also noted that Linux is not a "social warrior" project, and that it's always been about improving technology.</p><p>To drive the point home, he remarked that the tool "keeps finding embarrassing bugs," adding that he "will very loudly ignore people who try to argue against other people from using it," while highlighting the software's rapid evolution.</p><p>Perhaps quite poignantly, Torvalds remarked that resistant developers could use some self-awareness, as "it's not like natural intelligence is always all that great either," underscoring the fact that while AI tools may not be perfect, they generally only need to be good enough for their respective use cases. The fact that Sashiko seemingly finds errors in code that underwent human review is quite illustrative.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Neural atom quantum computing roadmap — how laser-cooled trapped atoms could pave the path beyond physical qubit counts ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/quantum-computing/neural-atom-quantum-computing-roadmap-how-laser-cooled-trapped-atoms-could-pave-the-path-beyond-physical-qubit-counts</link>
                                                                            <description>
                            <![CDATA[ Neural Atom Quantum Computing is a rapidly accelerating part of the Quantum puzzle. Featuring software-defined configurable arrays, qubits can be physically moved mid-computation, and this roadmap highlights three leading companies, QuEra, Atom Computing, and Pasqal, who operate within the space. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">3wYYsKP8NSFwo8Efx6L4mJ</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/VYJcTWsyf58RBjkiyKMAbF-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 16 Jul 2026 16:52:54 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Quantum Computing]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                <author><![CDATA[ francisco.alexandre.pires@proton.me (Francisco Pires) ]]></author>                    <dc:creator><![CDATA[ Francisco Pires ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/vVpPSVV4UyiTaveBZujqif.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Francisco&#039;s first interaction with a computer saw him diligently copying children&#039;s books into Word on a Windows 95-based PC. He built his first tower PC following magazine assembly guides, and the upgrade bug stuck - leading him to cover the latest in tech industry news since 2016. He believes curiosity is one of humanity&#039;s greatest drivers; when he isn&#039;t devoting himself to the written word, he&#039;s either photographing, gaming, or attempting to make sense of the world - something he still often fails at.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>true</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/VYJcTWsyf58RBjkiyKMAbF-1280-80.jpg">
                                                            <media:credit><![CDATA[QuEra]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[QuEra Cleanroom]]></media:description>                                                            <media:text><![CDATA[QuEra Cleanroom]]></media:text>
                                <media:title type="plain"><![CDATA[QuEra Cleanroom]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/VYJcTWsyf58RBjkiyKMAbF-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>In this installment of our ongoing quantum computing roadmaps, we turn to the area that has arguably made the most significant technical strides in 2025 and early 2026: neutral atom quantum computing. Be sure to familiarize yourself with <a href="https://www.tomshardware.com/tech-industry/quantum-computing/the-future-of-quantum-computing-the-tech-companies-and-roadmaps-that-map-out-a-coherent-quantum-future">part one</a>, which covered superconducting qubits – through IBM and Google – and trapped-ion qubits, through IonQ and Quantinuum. <a href="https://www.tomshardware.com/tech-industry/quantum-computing/quantum-photonics-roadmap-how-xanadu-and-psiquantum-are-looking-to-transfer-qubits-through-beams-of-light">Part two</a> examined quantum photonics through Xanadu's continuous-variable approach and PsiQuantum's silicon-photonic architecture. </p><p>Like its predecessors, this is a technology and roadmap analysis rather than a technical deep-dive. We'll give you enough context to understand why neutral atoms have recently captured the attention of both the scientific community and major industry players, then look at what three of its key companies – QuEra, Atom Computing, and Pasqal – are building and planning.</p><h2 id="what-is-neutral-atom-quantum-computing">What is Neutral Atom Quantum Computing? </h2><p>Where superconducting qubits build their quantum systems from engineered Josephson junctions on chips, and trapped ions use electromagnetic fields to suspend individual atoms in vacuum, neutral atom quantum computing uses tightly focused laser beams – called optical tweezers – to trap individual neutral atoms in precisely controlled spatial arrangements.</p><p>Each trapped atom acts as a qubit: information is encoded in the atom's internal electronic states, and operations between qubits are performed by briefly exciting atoms into what are known as Rydberg states (the neutral atom mechanism for two-qubit logic gates). These are high-energy orbitals where electrons sit far from the nucleus, enabling long-range interactions between neighboring atoms when triggered. Switching a Rydberg excitation on and off is, in functional terms, the quantum analog of a logic gate – laser on, interaction happens; laser off, atoms return to isolated, quiet stability.</p><p>The atoms are laser-cooled to microkelvin temperatures during operation, but unlike superconducting systems – which require the entire chip and most surrounding hardware to be cooled to around 10-20 millikelvin – the surrounding hardware operates near room temperature. The cooling infrastructure is limited to a vacuum chamber and optical components, rather than a laboratory-filling dilution refrigerator.</p><p>The core quantum hardware is a vacuum cell that, in isolation, is about the size of a science experiment: a small glass chamber housing the atom array, surrounded by the optical tweezers. Pasqal has specifically cited total system power consumption of 4 kilowatts – a figure that would fit comfortably inside a standard server rack allocation. </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="UNMXY2DnZYWMdjjVdVRA9F" name="Quantum Neural Atoms (1)" alt="QuEra Logo on a computer" src="https://cdn.mos.cms.futurecdn.net/UNMXY2DnZYWMdjjVdVRA9F.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: QuEra)</span></figcaption></figure><p>Neutral atom systems require extremely stable laser sources across multiple wavelengths, precise spatial light modulators or acousto-optic deflectors to steer individual tweezer beams, high-resolution cameras for atom readout, and classical control electronics fast enough to execute real-time feedback loops during computation. The laser stack for a modern neutral atom system is substantial – a different beast from <a href="https://www.tomshardware.com/news/google-cryogenic-chip-quantum-computer,38811.html">cryogenic engineering</a>, but no less demanding of specialist expertise.</p><p>The majority of neutral atom companies – QuEra, Pasqal, and Infleqtion (a fourth player not covered here) - use rubidium-87 as their qubit atom. <strong>Rubidium is the well-trodden path</strong>: Its laser-cooling requirements are well understood; the required laser wavelengths fall in mature commercial product ranges, and decades of atomic physics research have produced a deep ecosystem of techniques and tooling around it. </p><p>Qubits are encoded in rubidium's hyperfine states – two specific energy levels in the ground state separated by a 6.8 GHz microwave transition – which are the same transitions used in atomic clocks, hence their extraordinary stability and coherence in the second-scale range.</p><p><strong>Atom Computing elected a harder path</strong>: strontium atoms. Strontium's qubit transitions are more weakly coupled to environmental magnetic field fluctuations than rubidium's electron-based hyperfine states – which is technically significant because magnetic field noise is one of the dominant coherence killers in the rubidium qubit. This advantage comes at a cost: Alkaline earth atoms require more complex multi-wavelength laser systems, including ultraviolet laser sources, and the control techniques needed to isolate specific qubit transitions are more technically demanding. Coherence times up to tens of seconds have been demonstrated on strontium-based platforms, compared to the seconds-scale coherence of rubidium – a tangible advantage for deep circuits.</p><p>Why only Atom Computing? Part of the answer is expertise: CEO and founder Dr. Ben Bloom came from the NIST and JILA optical atomic clock community, where strontium is a well-developed tool. The research foundations were already in place. For most teams building neutral atom computers, rubidium is the faster, lower-overhead choice; the marginal coherence improvement from strontium doesn't justify the additional laser complexity unless you already have that expertise. It's a choice that illustrates a broader pattern in quantum computing: The optimal qubit technology isn't universal; it's relative to what your team knows how to build and maintain.</p><h2 id="advantages-challenges-and-the-mechanics-of-neutral-atom-quantum-computing">Advantages, challenges, and the mechanics of neutral atom quantum computing</h2><p>Neutral atom systems carry two structural advantages that are difficult to replicate in other modalities.</p><p>The first is atomic identity: Every rubidium-87 atom is, by the laws of physics, identical to every other rubidium-87 atom. Superconducting qubits are manufactured devices with individual fabrication imperfections, requiring per-qubit calibration to achieve consistent performance. Neutral atoms need no such process – uniformity is a physics guarantee rather than an engineering achievement.</p><p>The second is reconfigurability. Unlike <a href="https://www.tomshardware.com/tech-industry/quantum-computing/google-claims-its-new-willow-quantum-chip-can-swiftly-solve-a-problem-that-would-take-a-standard-supercomputer-10-septillion-years">superconducting chips</a>, where qubit connectivity is determined by physical wiring at fabrication time and cannot be changed, neutral atom arrays can be dynamically reprogrammed mid-computation. Atoms can be physically shuttled from one region of the array to another, placing them in proximity for gate operations and returning them to isolated storage afterwards. The processor's connectivity is software-defined rather than hardware-fixed: Any qubit can interact with any other. Readers of part one of this Quantum Roadmaps series will recognize the framing – this is the structural answer to the interconnectivity constraints we noted in superconducting architectures, where routing a gate between non-adjacent qubits requires threading through intermediate qubits (each step adding potential for error). Here, the qubit comes to the operation.</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:2284px;"><p class="vanilla-image-block" style="padding-top:75.00%;"><img id="22SNGmTTWsPq3frQrgvRWe" name="IBM Quantum Loon wafer" alt="An IBM researcher holding a 300mm IBM Quantum Loon wafer" src="https://cdn.mos.cms.futurecdn.net/22SNGmTTWsPq3frQrgvRWe.jpg" mos="" align="middle" fullscreen="" width="2284" height="1713" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: IBM)</span></figcaption></figure><p>The reconfigurability described above is a result of modern, gate-based neutral atom processors implementing what is known as a zoned architecture, which partitions the atom array into three distinctly functional regions.</p><p><strong>Storage zones</strong> hold atoms that are not currently being operated on. Because neutral atoms don't interact with each other unless deliberately brought close together, atoms sitting in storage zones remain isolated. </p><p><strong>Entangling zones</strong> are regions where selected atoms are moved into close proximity, the Rydberg excitation is activated, and two-qubit gates are performed. Multiple entangling operations can proceed simultaneously in different parts of the array, as long as they don't spatially interfere – an equivalent to parallel gate execution in different lanes.</p><p><strong>Readout zones</strong> are isolated areas where ancilla qubits – the backbone of error correction – are measured using optical fluorescence, without disturbing atoms in the storage and entangling zones. </p><p>This spatial separation is what makes mid-circuit measurement practical: You illuminate one region of the array while the rest of the computation continues undisturbed. This measurement occurs repeatedly throughout a computation to offset errors in real time, helping preserve the stability of the quantum state you're trying to compute – an architecturally non-trivial achievement.</p><p>One of the main challenges in neutral atom quantum computing relates to atom loss - neutral atoms are held in their tweezer traps by the focused laser beam. If a stray gas molecule drifts into the vacuum and collides with the trapped atom (or if thermal energy fluctuations become large enough), the atom can absorb enough kinetic energy to drift away into the vacuum chamber. Gone, simply – along with whatever quantum state was encoded in it. </p><p>This is called an erasure error, and while a whole-atom loss may sound dramatically impactful for any quantum computation you are trying to perform, it is actually easier to handle than most other types of quantum errors: You know exactly where it happened. A detection system continuously images the array, so a missing atom at a specific position is immediately flagged. Knowing the error location is roughly equivalent to knowing which memory address failed in a chip, rather than discovering that a subtly wrong value in the middle of your calculation chain threw the entire result out the proverbial window. </p><p>When this happens, a fresh atom is loaded in from a reservoir - a magneto-optical trap that continuously captures and cools background atoms adjacent to the main array. When it replaces the lost atom, it naturally has no memory of its predecessor's quantum state and is essentially a blank slate (called its electronic ground state). What preserves the logical computation is the error-correcting code: By distributing a single logical qubit's information across many physical qubits simultaneously, the code can tolerate the known loss of one physical qubit and reconstruct the logical state from the remaining ones.</p><p>The classical computing analogy is perhaps an ASIC versus an <a href="https://www.tomshardware.com/reviews/fpga-definition-explained-vs-asic,6068.html">FPGA</a>: a superconducting chip's fixed wiring is like an application-specific integrated circuit – high performance in the tasks it was designed for, but its capabilities are determined at manufacture. A neutral atom array's software-defined connectivity is more like a field-programmable gate array – somewhat slower per individual operation, but reconfigurable to whatever a task demands, including tasks the ASIC's architecture simply wasn't built to handle efficiently. </p><p>Where classical processors are measured partly by clock speed, quantum’s analogue to processing capability lives and dies by two metrics: coherence times (the window where calculations can be performed, which run to seconds in neutral atom quantum computing), and gate speed (how quickly individual operations execute). This places neutral atom solutions between trapped ions (seconds to minutes) and superconducting qubits (hundreds of microseconds).</p><p>Two open engineering questions balance the advantages described above. Rydberg gate operations run at approximately one to ten microseconds – slower than superconducting gates (tens of nanoseconds) and comparable to trapped ions. For very deep circuits requiring millions of gate operations, this matters. And while atom loss is now manageable via replenishment, maintaining the fidelity of the replenished qubit's reintegration into an ongoing error-correcting computation remains an active area of refinement.</p><h2 id="quera">QuEra</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="UNMXY2DnZYWMdjjVdVRA9F" name="Quantum Neural Atoms (1)" alt="QuEra Logo on a computer" src="https://cdn.mos.cms.futurecdn.net/UNMXY2DnZYWMdjjVdVRA9F.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: QuEra)</span></figcaption></figure><p>QuEra was spun out of Harvard and MIT in 2021, built on foundational research from Professor Mikhail Lukin's group and the MIT-Harvard Center for Ultracold Atoms. The company has raised over $507 million in total funding – including a $230 million Series B in December 2025, backed by Google Quantum AI, SoftBank Vision Fund, and NVIDIA NVentures – and operates from Boston, Tokyo, and the United Kingdom.</p><p>Its first commercial system, Aquila – a 256-qubit analog processor – launched on Amazon Braket in 2022 and remains the most-accessed neutral atom system by external user hours. From there, QuEra has consistently executed on its commitments. A 2023 Harvard-MIT-QuEra-NIST collaboration <a href="https://www.nature.com/articles/s41586-023-06927-3">published a demonstration</a> of 48 logical qubits in Nature, a result that remains the field's most-cited paper, and it established neutral atoms as the quantum error correction leader. <a href="https://www.nature.com/articles/s41586-025-09848-5">A January 2026 follow-up</a> pushed that to 96 logical qubits from just 448 physical atoms – the current verified world record, doubling the prior best - and the clearest demonstration yet of the gate-based, zoned architecture described above.</p><p>In June 2026, QuEra and AWS announced an expanded partnership to bring Libra – QuEra's first named fault-tolerant system – to Amazon Braket in 2028. Libra targets 256 error-corrected logical qubits at "megaquop scale," or one million reliable logical quantum operations at a 10⁻⁶ logical error rate. A follow-on generation – loosely termed "gigaquop-scale" (one billion reliable logical operations) – is described as the threshold for first commercial applications, suggesting a post-2028 system already in architectural planning.</p><p>It's worth noting Google's decision to both <a href="https://www.quera.com/press-releases/quera-computing-announces-investment-from-key-strategic-partner-to-accelerate-development-of-large-scale-fault-tolerant-quantum-computers0">invest in QuEra’s $230M Series B</a> and simultaneously launch its own <a href="https://www.hpcwire.com/2026/04/03/google-expands-quantum-efforts-to-include-neutral-atom-systems/">neutral atom program</a> in Boulder, Colorado, in early 2026 – while its superconducting Willow chip remains its production system – constitutes one of the strongest external validation signals that the modality has received. Google placing a parallel bet on its superconducting qubits doesn’t necessarily mean higher faith in one over the other, but it does mean something.</p><h2 id="atom-computing">Atom Computing</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:1280px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="dsugewvknmvvBCqEnbXyHM" name="atom_computing_hero.png" alt="Atom Computing" src="https://cdn.mos.cms.futurecdn.net/dsugewvknmvvBCqEnbXyHM.png" mos="" align="middle" fullscreen="" width="1280" height="720" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Atom Computing)</span></figcaption></figure><p><a href="https://www.tomshardware.com/news/atom-computing-unveils-100-qubit-quantum-computing-system">Atom Computing</a> was founded in 2018 in Berkeley, California by Dr. Ben Bloom, and has raised over $300 million in total funding, including $100 million in Series C and a $100-million Letter of Intent from the U.S. Department of Commerce, contingent on development milestones – both announced in June 2026.</p><p>The company's commercial strategy is tightly coupled to a strategic partnership with Microsoft, whose Azure Quantum platform provides the error-correction software stack that sits between the Atom's physical hardware and the application layer. The significance of this co-design arrangement is visible in the results: In October 2023, the company set a world record with a 1,225-site, 1,180-qubit array – <a href="https://www.eenewseurope.com/en/atom-computing-first-to-exceed-1000-qubit-quantum-computer/">the first</a> gate-based quantum platform of any modality to exceed 1,000 qubits. A November 2024 joint demonstration with Microsoft produced 24 entangled logical qubits at 99.6% two-qubit gate fidelity, and 28 logical qubits running a benchmark algorithm with real-time error correction.</p><p>The company's most commercially significant development is Magne – currently being installed at QuNorth, a Nordic quantum initiative funded by Denmark's EIFO and the Novo Nordisk Foundation, expected to be operational in early 2027. Magne targets approximately 50 logical qubits from 1,225 physical qubits. It is, per Atom Computing's description, the world's first commercial quantum computer delivered with logical qubits as its primary specification – not a physical qubit headline count, but error-corrected logical qubits as the unit of sale. That shift in the commercial framing – from physical to logical – matters as a signal of where the industry is moving.</p><p>Atom Computing has not published a formal public roadmap. From available statements and a <a href="https://atom-computing.com/wp-content/uploads/2025/01/Atom-Computing-Whitepaper-2025.pdf">2025 whitepaper</a>, the company plans roughly a 10x qubit count increase per generation (a seemingly Moore’s Law-coded roadmap), placing next-generation systems in 2028 at approximately 10,000 physical and 100+ logical qubits. A June 2026 collaboration with UK company Nu Quantum will explore photonic networking between separate atom array modules – the interconnect approach that would allow scaling beyond single-array limits. Microsoft's own benchmarking framework anchors the targets: 50 logical qubits represents "general simulation advantage"; 100, "scientific advantage for classically intractable problems"; 1,000, "industrial advantage in catalysis and chemistry."</p><h2 id="pasqal">Pasqal</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="5trMVc8pByQSJGG2zoiCB9" name="Pasqal Orion" alt="Pasqal Orion Quantum Computer" src="https://cdn.mos.cms.futurecdn.net/5trMVc8pByQSJGG2zoiCB9.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: Pasqal)</span></figcaption></figure><p>Pasqal was founded in 2019 in Paris, emerging from the Institut d'Optique Graduate School and co-founded by Professor Alain Aspect – awarded the <a href="https://www.nobelprize.org/prizes/physics/2022/aspect/facts/">2022 Nobel Prize in Physics</a> for foundational work on quantum entanglement. The company has raised over $300 million in funding, employs 275+ people, and serves more than 25 clients. A SPAC business combination with Bleichroeder Acquisition Corp. II signed in March 2026 at approximately $2 billion pre-money equity value, would bring Pasqal to public markets with roughly $649 million in cash, post-merger.</p><p>If QuEra is the scientific pace-setter and Atom Computing's distinguishing move is its Microsoft co-development model, Pasqal's differentiator is commercial and infrastructural: The company has deployed neutral atom processors directly inside high-performance computing centers as co-processors. Systems are installed at GENCI in France, Forschungszentrum Jülich in Germany, and CINECA in Italy. Revenue in 2025 reached 16.5M€ in commercial bookings, with clients that include Crédit Agricole CIB (portfolio optimization and derivatives pricing), Thales (satellite constellation planning), EDF (energy systems optimization), and CMA-CGM (maritime logistics routing). In early 2026, the company announced a demonstrated quantum advantage over classical methods in a materials science simulation of magnetic materials – a result being watched for peer-reviewed publication.</p><p>Pasqal maintains one of the most transparent <a href="https://www.pasqal.com/technology/roadmap/">public roadmaps</a> in the space. Named hardware generations progress from Vela (2026, 256+ qubits) through Centaurus (2028, ~10,000 physical qubits, early fault-tolerant operation) to Lyra (2029, 100 high-fidelity logical qubits), with a 2030 target of 200+ logical qubits. The company also <a href="https://www.pasqal.com/newsroom/pasqal-acquires-photonics-innovator-aeponyx/">recently acquired</a> Aeponyx – a Canadian photonic integrated circuit developer – to replace bulk laser optics with chip-scale photonic components, addressing both control precision and the manufacturing scalability of its control systems.</p><p>The difference in Pasqal's approach compared to that of Atom Computing and QuEra is that the company isn't yet deploying a digital, gate-based quantum architecture, but an analog one. Rather than executing discrete sequences of qubit operations, Pasqal's deployed systems evolve the entire atom array as a continuous quantum system — programming the physics directly, rather than translating a problem into circuit instructions. <br><br>If the earlier ASIC-versus-FPGA analogy held for the configurability question, this is the deeper version of it: Pasqal is currently selling the quantum equivalent of a dedicated hardware accelerator, purpose-matched to specific problem classes like materials simulation and combinatorial optimization, rather than a general-purpose quantum processor. That distinction helps explain both the commercial traction — analog quantum systems excel at exactly the optimization and simulation problems enterprises are already paying to solve — and the roadmap logic: Vela, the 256-qubit system launching in 2026, is where Pasqal begins the transition toward full gate-based digital operation.</p><h2 id="beyond-qubit-counts">Beyond Qubit counts </h2><p>Raw physical qubit counts have dominated quantum computing headlines for years. But as we've touched on in parts one and two of this series, the metric that increasingly defines the fault-tolerance race is the ratio of physical qubits required to produce one logical qubit – the reliably error-corrected unit of computation that can actually be chained together to solve real problems.</p><p>The ratio depends on two things: the physical error rate of individual gates, and the connectivity of the hardware (which determines which error-correcting codes can be efficiently implemented). The ratios between the technologies we’ve already explored in part one (superconducting qubits and trapped ions) stand at around 1,000:1 physical to logical qubits and approximately 2:1 in terms of Quantinuum’s ion trap. Photonics quantum approaches, as explored in part two, are a different beast: Photon loss rates push physical-to-logical toward the 100:1 range or beyond – depending on where in the photon-to-qubit hierarchy you start counting. <br><br>For neutral atom quantum computing, QuEra’s approach currently sits at around 5:1. The numbers are more akin to apples-to-oranges than we’d like, but that’s the name of the game across these approaches. Improvements in error correction algorithms can and will change these ratios, but it’s a good approximation of where the technologies currently stand.</p><p>The neutral atom field has moved with unusual speed. The modality went from a 256-physical-qubit research system on AWS in 2022 to a 96-verified-logical-qubit world record in early 2026, a first commercial logical-qubit sale being installed in Denmark, and a named 256-logical-qubit fault-tolerant cloud system announced for 2028. That pace was not widely anticipated even two years ago.</p><p>As with the previous articles in this series, the convergence point is the same: fault-tolerant, error-corrected systems around the late 2020s to early 2030s, as the horizon for computers that genuinely outperform classical ones on commercially meaningful problems. What distinguishes the neutral atom path is the combination of software-defined connectivity enabling efficient error-correcting codes, coherence times in the seconds, and hardware that – for the first time across the three modalities we've examined – begins to look like something deployable in a conventional data center environment rather than requiring a specialized facility built around it.</p><p>DARPA's Quantum Benchmarking Initiative – our recurring external validation metric across this series – has selected QuEra for <a href="https://www.quera.com/press-releases/darpa-selects-quera-for-stage-b-of-quantum-benchmarking-initiative-qbi">both Stage A and Stage B</a>, and Atom Computing <a href="https://thequantuminsider.com/2026/06/17/atom-computing-raises-more-than-300-million-to-accelerate-deployment-of-fault-tolerant-neutral-atom-quantum-computers/">for its Stage B</a>. That puts the neutral atom field in the same validated bracket as IBM, IonQ, and Quantinuum from part one, and Xanadu from part two. Whether neutral atom eventually takes the lead or the actual answer lies in a multi-modal quantum computing system is a question that the next few years will answer.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
            </channel>
</rss>