<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="https://www.jain.com/assets/img/6adafce5-1.1"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Fractile &#8211; Jain.com</title>
	<atom:link href="/tag/fractile/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Data centers, connectivity, and security — news and analysis</description>
	<lastBuildDate>Sun, 03 May 2026 16:00:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>/wp-content/uploads/2026/08/jain-com-icon-512-150x150.png</url>
	<title>Fractile &#8211; Jain.com</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Anthropic Eyes Fractile&#8217;s DRAM-Less Inference Chips</title>
		<link>/anthropic-fractile-dram-less-sram-inference-chips/</link>
		
		<dc:creator><![CDATA[Deepak Jain]]></dc:creator>
		<pubDate>Sun, 03 May 2026 16:00:00 +0000</pubDate>
				<category><![CDATA[AI Infrastructure]]></category>
		<category><![CDATA[AI infrastructure]]></category>
		<category><![CDATA[Anthropic]]></category>
		<category><![CDATA[data center hardware]]></category>
		<category><![CDATA[Fractile]]></category>
		<category><![CDATA[HBM]]></category>
		<category><![CDATA[inference]]></category>
		<category><![CDATA[Memory Supply Chain]]></category>
		<category><![CDATA[semiconductors]]></category>
		<guid isPermaLink="false">/anthropic-fractile-dram-less-sram-inference-chips/</guid>

					<description><![CDATA[Anthropic is reportedly in early talks to buy DRAM-less inference chips from UK startup Fractile, whose SRAM-based design cuts reliance on scarce HBM memory. We examine what the report substantiates, what it leaves open, and why the memory crunch is pushing AI buyers toward new inference architectures.]]></description>
										<content:encoded><![CDATA[<div class="jain-post-grid">
<div class="jain-post-main">
<p>Anthropic is in early talks to buy AI inference chips from Fractile, a UK semiconductor startup whose architecture stores model weights in on-chip SRAM rather than external DRAM, according to a report published on 3 May 2026 by Tom&#8217;s Hardware. The stated appeal is that a DRAM-less design reduces dependence on high-bandwidth memory (HBM) at a moment of extreme memory pricing and constrained supply.</p>
<p>The report describes talks at an early stage. No purchase volumes, prices, delivery dates, or contractual commitments were disclosed, and neither company is described as having confirmed a deal.</p>
<h2>Executive Summary</h2>
<p>The substance of the report is narrow but pointed: one of the largest buyers of AI inference capacity is looking at hardware that removes the single most expensive and supply-constrained component in a modern accelerator. HBM — the stacked DRAM that sits beside a GPU and feeds it data — has become both a cost centre and a scheduling risk. Fractile&#8217;s pitch, as characterised in the report, is an architecture that keeps model weights in static RAM on the compute die itself, eliminating the trip to external memory that dominates inference latency and power.</p>
<p>Why this matters beyond one startup: inference at scale is not a compute-bound workload in the way training is. Generating tokens one at a time means repeatedly reading a model&#8217;s weights out of memory, so throughput tracks memory bandwidth far more closely than it tracks raw arithmetic. Anyone who can supply bandwidth without buying HBM is selling into a genuine bottleneck, not a marketing one.</p>
<p>What the report does not establish is equally important. &#8220;Early talks&#8221; is the lowest rung of commercial engagement, the account appears to rest on a single publication, and the hardest engineering question for any SRAM-based design — whether on-die memory capacity can hold a frontier-scale model economically — is not addressed. The signal here is about buyer intent and market pressure, not about a validated product.</p>
<h2>Inference Is a Memory Problem Wearing a Compute Costume</h2>
<p>When a large language model answers a question, it produces one token at a time, and each token requires reading a large fraction of the model&#8217;s parameters. That makes the decode phase bandwidth-bound: the arithmetic units on a modern accelerator spend much of their time waiting for data to arrive. High-bandwidth memory exists to narrow that gap, stacking DRAM dies vertically and placing them next to the processor on the same package. It works, and it is expensive — HBM is one of the costliest components in an AI accelerator and among the hardest to secure, because it depends on advanced packaging capacity as well as DRAM fabrication.</p>
<p>Static RAM changes the physics of that trade. SRAM sits on the logic die itself, delivers bandwidth measured in the hundreds of gigabytes to terabytes per second per chip, and consumes far less energy per bit moved than an off-package DRAM access. If a model&#8217;s weights fit in SRAM, the memory wall largely disappears for that model. This is not a novel insight — it is the same reasoning behind the wafer-scale and deterministic-dataflow approaches other inference specialists have pursued — but the memory market of 2026 has raised the value of the idea considerably.</p>
<p>For infrastructure buyers, the second-order effect matters as much as the first. Moving data off-package is a meaningful share of accelerator power draw. An architecture that eliminates those transfers changes the energy-per-token calculation, and energy per token is the metric that ultimately determines how much inference a given megawatt of data centre capacity can serve.</p>
<h2>The Capacity Tax Nobody Escapes</h2>
<p>The counter-argument to SRAM is capacity, and it is a serious one. On-die SRAM is typically measured in tens to hundreds of megabytes per chip, while an HBM-equipped accelerator carries tens of gigabytes. Holding a large model entirely in SRAM therefore means distributing it across many chips and connecting them with an interconnect fast enough that the network does not become the new bottleneck. Silicon area is expensive, SRAM has scaled poorly relative to logic at recent process nodes, and a design that needs many dies to hold one model trades a memory bill for a wafer bill.</p>
<p>Whether that trade is favourable is an empirical question about total cost of ownership, not a matter of architectural principle. It depends on how many chips a target model requires, what each chip costs to fabricate and package, how much power the resulting cluster draws, and how well utilised it stays across real request patterns. It also depends on the key-value cache — the growing scratchpad of intermediate state that long-context conversations generate at run time. KV cache scales with context length and concurrent users rather than with model size, and where it lives in a DRAM-less system is the question that separates a demonstration from a deployable product. The report does not address it.</p>
<p>The honest framing is that SRAM-first designs are strongest where models are compact, batch behaviour is predictable, and latency is the product. They are weakest where a customer wants to run whatever model it likes at whatever context length users demand. Which of those descriptions fits Anthropic&#8217;s inference fleet is not something the report tells us.</p>
<h2>What a Frontier Lab Gains From Being Seen Shopping</h2>
<p>Anthropic already runs inference across multiple silicon platforms, including Google&#8217;s TPUs, Amazon&#8217;s Trainium, and Nvidia hardware. Adding an early-stage evaluation of a startup&#8217;s accelerator is consistent with that pattern rather than a departure from it. Frontier labs have strong incentives to hold options across suppliers: it hedges against shortage, it constrains pricing power, and it gives engineering teams early visibility into architectures that may matter in two or three years.</p>
<p>That same logic should temper how much any single report is read to mean. Early-stage supplier talks are cheap for a buyer and valuable publicity for a young vendor, and the asymmetry in who benefits from disclosure is worth naming plainly. This is not a reason to doubt the reporting — it is a reason to treat &#8220;in talks&#8221; as evidence of interest in a category, which is well supported by the memory market, rather than evidence about a specific product&#8217;s readiness, which is not addressed. Neither party is described as confirming the discussions, and the account appears to originate from one publication.</p>
<p>The category signal is nonetheless real. When the buyers with the deepest inference workloads start evaluating architectures whose main selling point is the absence of HBM, it tells you that the memory crunch has moved from a procurement irritation to an architectural forcing function.</p>
<h2>Winners, Losers, and the Data Centre Floor</h2>
<p>If DRAM-less inference gains commercial traction, the pressure lands first on HBM suppliers and on the packaging capacity that HBM consumes — though the near-term risk to them is modest, since training and the installed inference base remain firmly HBM-dependent. Nvidia&#8217;s position is likewise not threatened by an early-stage evaluation; the more plausible medium-term effect is on price discipline, as credible alternatives give large buyers a bargaining position they currently lack. The clearest beneficiaries of the trend, whether or not Fractile is the vehicle, are inference specialists of any architecture that can offer bandwidth without a DRAM bill of materials.</p>
<p>For data centre operators, the interesting variable is density and power profile rather than chip count. SRAM-heavy, many-die inference systems concentrate compute differently from HBM-equipped GPU racks, and any shift in the mix changes assumptions about rack power, cooling approach, and interconnect topology. Operators planning capacity for 2027 and beyond should treat inference hardware as less settled than the current GPU-centric build-out implies.</p>
<p>For enterprise buyers of inference capacity, the practical near-term takeaway is modest and worth stating without overclaiming: memory scarcity is now shaping the roadmaps of the companies you buy tokens from. That does not change procurement today. It does mean that assumptions about which silicon will serve your workload in three years deserve more scrutiny than they did a year ago.</p>
<h2>Background</h2>
<p>AI accelerators pair processing logic with memory, and for the current generation of large models that memory is usually HBM — DRAM stacked in vertical layers beside the processor. HBM solved a real problem, because model weights are far too large to fit on a processor die, but it introduced a cost and supply dependency that now shapes the entire AI hardware market. A parallel line of engineering has argued for the opposite trade: keep everything in fast on-chip SRAM and accept that a model must be spread across many chips. Wafer-scale and deterministic-dataflow inference startups have pursued versions of this idea for several years.</p>
<p>Anthropic, the AI company behind the Claude models, is among the largest consumers of inference compute and has deliberately spread its workloads across multiple silicon platforms rather than standardising on one. Fractile is a UK semiconductor startup working on inference hardware that keeps weights in on-chip memory. The reported talks sit at the intersection of those two positions: a buyer with strong incentives to diversify supply, and an architecture whose central claim is that it does not need the component the market is short of.</p>
<p>Source: <a href="https://news.google.com/rss/articles/CBMi1gFBVV95cUxNaVd3cDB0dFhnd2VES3hTOUJHWDVSTDRTY185Y1p0NHREQXYtYVVqWTBxc3ZJZzZZb1JxbU1RazZYUzhHTWlSaFhoSDQtU2xfcTFxLTF4akhROUd6RVotZ05fZlY5OExKN3YzZkNyN05wMDZpcTJodnd4YmVwQ0F5V1hIaWhHM0Q0RjVkTlMtS094RExfRjcwRUhwUmFVVUFCd2IzUW5UQV9nVWM3c1ZYaVl2aGZ2Zm5RYzlRaWJYVUFRWnlpYkZJazlaQlAxLU1lNkpBNWFB?oc=5">Anthropic in early talks to buy DRAM-less AI inference chips from UK startup — Fractile&#8217;s SRAM architecture reduces need for pricey memory during extreme pricing and shortage crunch</a> — Tom&#8217;s Hardware report, published 3 May 2026, describing early-stage discussions between Anthropic and UK chip startup Fractile.</p>
</div>
<aside class="jain-rail">
<section class="jain-gaps" aria-label="What the release does not say">
<p class="jain-gaps-kicker">⚠ What They Aren’t Saying</p>
<h2>What the Release Doesn&#8217;t Say</h2>
<p>The report leaves the commercially decisive questions open. There is no disclosed volume, price, delivery schedule, or contract structure, and no indication of whether the discussions cover evaluation silicon, a pilot deployment, or production supply. Neither company is described as confirming the talks, and the account appears to rest on a single publication rather than corroborated sourcing.</p>
<p>On the technology, the material unknowns are: how much on-chip SRAM each Fractile part carries and how many parts a frontier-scale model requires; how the design handles the key-value cache generated by long-context inference, which grows with users and conversation length rather than with model size; what the interconnect between chips delivers; what precision and model families are supported; and what the software stack looks like for a lab that would need to port existing serving infrastructure. Measured performance and energy-per-token figures against shipping HBM accelerators are not provided.</p>
<p>On the business, the unanswered items are foundry and packaging capacity, whether silicon has been fabricated and at what maturity, funding sufficient to scale manufacturing, and the delivered cost per chip that determines whether trading HBM for silicon area is actually cheaper. Also unaddressed: whether any purchase would supplement or displace Anthropic&#8217;s existing TPU, Trainium, and GPU capacity, and how UK-based development interacts with export-control and supply-chain requirements for AI accelerators.</p>
</section>
<section class="jain-faq">
<h2>Frequently Asked Questions</h2>
<h3>What was reported about Anthropic and Fractile?</h3>
<p>A 3 May 2026 Tom&#8217;s Hardware report said Anthropic is in early talks to buy AI inference chips from Fractile, a UK startup whose architecture avoids external DRAM by keeping model weights in on-chip SRAM.</p>
<h3>Has a deal been confirmed?</h3>
<p>No. The report describes early-stage talks only. No purchase volumes, prices, timelines, or commitments were disclosed, and neither company is described as having confirmed a transaction.</p>
<h3>What is HBM and why is it expensive?</h3>
<p>High-bandwidth memory is DRAM stacked in vertical layers and placed next to a processor to feed it data quickly. It is costly because it requires both advanced DRAM fabrication and scarce advanced packaging capacity.</p>
<h3>What does DRAM-less mean in this context?</h3>
<p>It means the accelerator does not rely on external dynamic RAM to hold model weights during inference. Instead the weights sit in SRAM built directly onto the compute die, removing the off-chip memory trip.</p>
<h3>How is SRAM different from DRAM?</h3>
<p>SRAM is faster, sits on the processor die, and uses less energy per bit accessed, but stores far less data per unit of silicon area. DRAM is denser and cheaper per gigabyte but slower and further away.</p>
<h3>Why is memory the bottleneck for AI inference?</h3>
<p>Generating each token requires reading a large share of a model&#8217;s parameters from memory. That makes token generation bandwidth-bound, so throughput tracks memory speed more closely than raw compute power.</p>
<h3>What is the main weakness of SRAM-based designs?</h3>
<p>Capacity. On-die SRAM is typically measured in tens to hundreds of megabytes per chip versus tens of gigabytes of HBM, so large models must be spread across many chips, trading a memory bill for silicon and interconnect cost.</p>
<h3>What is the KV cache and why does it matter here?</h3>
<p>The key-value cache is intermediate state a model keeps for the current conversation. It grows with context length and concurrent users, so where a DRAM-less system stores it is a critical unanswered design question.</p>
<h3>Who is Fractile?</h3>
<p>Fractile is a UK-based semiconductor startup developing accelerators for AI inference built around in-chip memory rather than external DRAM. The report does not detail its funding, manufacturing partners, or silicon maturity.</p>
<h3>Why would Anthropic evaluate a startup&#x27;s chip?</h3>
<p>Anthropic already runs inference across several platforms including TPUs, Trainium, and Nvidia hardware. Evaluating additional suppliers hedges against shortages, limits any one vendor&#8217;s pricing power, and gives early visibility into new architectures.</p>
<h3>Does this threaten Nvidia or the HBM makers?</h3>
<p>Not in the near term. Training and the installed inference base remain HBM-dependent, and early talks are not a deployment. The more plausible medium-term effect is added price competition rather than displacement.</p>
<h3>What does this mean for data center operators?</h3>
<p>Inference hardware is less settled than the current GPU-centric build-out suggests. Different accelerator architectures imply different rack power, cooling, and interconnect assumptions, which is worth factoring into 2027 capacity planning.</p>
<h3>Should enterprise buyers change procurement decisions now?</h3>
<p>No. Nothing in the report affects hardware or inference capacity available today. It is a signal that memory scarcity is shaping supplier roadmaps, which is worth tracking when making multi-year commitments.</p>
<h3>What would make this story more credible?</h3>
<p>Confirmation from either company, corroborating sources, disclosure of silicon maturity and measured performance, and independently verified energy-per-token and cost figures against shipping HBM-based accelerators.</p>
<h3>Why is the memory market tight in 2026?</h3>
<p>The report characterizes conditions as extreme pricing and shortage. Demand from AI infrastructure build-outs has concentrated on advanced memory and packaging capacity, which cannot be expanded quickly. The report does not provide specific price data.</p>
</section>
</aside>
</div>
<p><script type="application/ld+json">{"@context": "https://schema.org", "@graph": [{"@type": "NewsArticle", "headline": "Anthropic Eyes Fractile's DRAM-Less Inference Chips", "description": "Anthropic is reportedly in early talks to buy DRAM-less inference chips from UK startup Fractile, whose SRAM-based design cuts reliance on scarce HBM memory. We examine what the report substantiates, what it leaves open, and why the memory crunch is pushing AI buyers toward new inference architectures.", "image": ["/wp-content/uploads/2026/08/anthropic-fractile-dram-less-sram-inference-chip.png"], "author": {"@type": "Organization", "name": "jain.com Editorial"}, "datePublished": "2026-08-29T23:11:34.859517+00:00"}, {"@type": "FAQPage", "mainEntity": [{"@type": "Question", "name": "What was reported about Anthropic and Fractile?", "acceptedAnswer": {"@type": "Answer", "text": "A 3 May 2026 Tom's Hardware report said Anthropic is in early talks to buy AI inference chips from Fractile, a UK startup whose architecture avoids external DRAM by keeping model weights in on-chip SRAM."}}, {"@type": "Question", "name": "Has a deal been confirmed?", "acceptedAnswer": {"@type": "Answer", "text": "No. The report describes early-stage talks only. No purchase volumes, prices, timelines, or commitments were disclosed, and neither company is described as having confirmed a transaction."}}, {"@type": "Question", "name": "What is HBM and why is it expensive?", "acceptedAnswer": {"@type": "Answer", "text": "High-bandwidth memory is DRAM stacked in vertical layers and placed next to a processor to feed it data quickly. It is costly because it requires both advanced DRAM fabrication and scarce advanced packaging capacity."}}, {"@type": "Question", "name": "What does DRAM-less mean in this context?", "acceptedAnswer": {"@type": "Answer", "text": "It means the accelerator does not rely on external dynamic RAM to hold model weights during inference. Instead the weights sit in SRAM built directly onto the compute die, removing the off-chip memory trip."}}, {"@type": "Question", "name": "How is SRAM different from DRAM?", "acceptedAnswer": {"@type": "Answer", "text": "SRAM is faster, sits on the processor die, and uses less energy per bit accessed, but stores far less data per unit of silicon area. DRAM is denser and cheaper per gigabyte but slower and further away."}}, {"@type": "Question", "name": "Why is memory the bottleneck for AI inference?", "acceptedAnswer": {"@type": "Answer", "text": "Generating each token requires reading a large share of a model's parameters from memory. That makes token generation bandwidth-bound, so throughput tracks memory speed more closely than raw compute power."}}, {"@type": "Question", "name": "What is the main weakness of SRAM-based designs?", "acceptedAnswer": {"@type": "Answer", "text": "Capacity. On-die SRAM is typically measured in tens to hundreds of megabytes per chip versus tens of gigabytes of HBM, so large models must be spread across many chips, trading a memory bill for silicon and interconnect cost."}}, {"@type": "Question", "name": "What is the KV cache and why does it matter here?", "acceptedAnswer": {"@type": "Answer", "text": "The key-value cache is intermediate state a model keeps for the current conversation. It grows with context length and concurrent users, so where a DRAM-less system stores it is a critical unanswered design question."}}, {"@type": "Question", "name": "Who is Fractile?", "acceptedAnswer": {"@type": "Answer", "text": "Fractile is a UK-based semiconductor startup developing accelerators for AI inference built around in-chip memory rather than external DRAM. The report does not detail its funding, manufacturing partners, or silicon maturity."}}, {"@type": "Question", "name": "Why would Anthropic evaluate a startup's chip?", "acceptedAnswer": {"@type": "Answer", "text": "Anthropic already runs inference across several platforms including TPUs, Trainium, and Nvidia hardware. Evaluating additional suppliers hedges against shortages, limits any one vendor's pricing power, and gives early visibility into new architectures."}}, {"@type": "Question", "name": "Does this threaten Nvidia or the HBM makers?", "acceptedAnswer": {"@type": "Answer", "text": "Not in the near term. Training and the installed inference base remain HBM-dependent, and early talks are not a deployment. The more plausible medium-term effect is added price competition rather than displacement."}}, {"@type": "Question", "name": "What does this mean for data center operators?", "acceptedAnswer": {"@type": "Answer", "text": "Inference hardware is less settled than the current GPU-centric build-out suggests. Different accelerator architectures imply different rack power, cooling, and interconnect assumptions, which is worth factoring into 2027 capacity planning."}}, {"@type": "Question", "name": "Should enterprise buyers change procurement decisions now?", "acceptedAnswer": {"@type": "Answer", "text": "No. Nothing in the report affects hardware or inference capacity available today. It is a signal that memory scarcity is shaping supplier roadmaps, which is worth tracking when making multi-year commitments."}}, {"@type": "Question", "name": "What would make this story more credible?", "acceptedAnswer": {"@type": "Answer", "text": "Confirmation from either company, corroborating sources, disclosure of silicon maturity and measured performance, and independently verified energy-per-token and cost figures against shipping HBM-based accelerators."}}, {"@type": "Question", "name": "Why is the memory market tight in 2026?", "acceptedAnswer": {"@type": "Answer", "text": "The report characterizes conditions as extreme pricing and shortage. Demand from AI infrastructure build-outs has concentrated on advanced memory and packaging capacity, which cannot be expanded quickly. The report does not provide specific price data."}}]}]}</script></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
