AMD acquires Taalas: hardware AI manages without scarce HBM memory

cryptonews.ruPublished on 2026-08-09Last updated on 2026-08-09

Abstract

AMD has agreed to acquire Toronto-based startup Taalas, which tackles a key bottleneck in AI inference: the constant need to transfer model weights from memory to the processor for each generated token. Taalas's chips eliminate this operation by permanently embedding the model weights into the transistors themselves. This data transfer is what currently limits inference speed and has made high-bandwidth memory (HBM) a scarce commodity. Taalas's first test chip, fabricated on TSMC's 6nm process, reportedly generated tokens for Meta's Llama 3.1 8B model at speeds 48 times faster than comparable Nvidia GPUs. Its architecture features a mask ROM section for fixed weights and SRAM for adaptable components. However, this design comes with a significant trade-off: each chip is permanently dedicated to a single model. Switching models requires a partial redesign and fabrication, a process taking about two months. While the acquisition is seen as part of AMD's rivalry with Nvidia in inference, its broader implication lies in challenging the assumption of a permanent HBM memory shortage. The AI memory market is currently booming, with HBM supply sold out through 2026. Yet, Taalas's technology demonstrates that the memory bottleneck is an engineering challenge, not an absolute physical constraint. This aligns with industry-wide efforts from companies like Nvidia (through model compression) and memory makers like Samsung and SK hynix (developing new packaging and storage technologies) ...

AMD has agreed to acquire Toronto-based startup Taalas, which addresses the main problem of neural network inference - the need to constantly transfer model weights from memory to the processor for generating each token. Taalas chips do away with this operation: the model weights are literally etched into the transistors. This data transfer is what limits the speed of modern inference and has turned high-bandwidth memory (HBM) into the most scarce commodity in the semiconductor industry.

The deal will be perceived as another round of competition between AMD and Nvidia in the inference sphere, but it changes little on that front. Much more interesting is what the acquisition says about the state of the memory market - the most overheated segment in semiconductors right now.

What Taalas created

Taalas was founded in 2023 by Ljubisa Bajic, who previously founded chip company Tenstorrent, and his wife Lejla Bajic, a veteran of ATI and AMD engineering divisions, who took the COO role. The company raised $219 million from Fidelity, Quiet Capital, and semiconductor investor Pierre Lamond - the funds went towards developing so-called model-specific integrated circuits.

The first test chip, manufactured using TSMC's 6nm process, served Meta's Llama 3.1 8B model at a speed of 16,960 tokens per second. According to the company, this is 48 times faster than Nvidia GPUs and 8.5 times faster than Cerebras accelerators at the time of comparison. A second-generation chip, designed for models with 20 billion parameters, is set to be released this year.

The architecture is divided into two zones: an area where model weights are hardwired as mask ROM, and regular SRAM for caches and fine-tuning adapters, which can still be changed. "It's this hard programming that partly gives us our speed," Bajic told The Next Platform in February.

AMD plans to integrate Taalas chips into Helios racks using a split scheme: Instinct accelerators will handle the prompt, while Taalas silicon will generate tokens, all managed by the ROCm software stack. The company emphasized that this is an acquisition, not just a team hire - the deal closure is expected in the fourth quarter. AMD's Senior Vice President of AI, Vamsi Boppana, described the purchase as a platform expansion.

The compromise Taalas makes

Etching weights into silicon has an obvious cost: each chip serves exactly one model - forever. Switching models requires partially recalculating the topology, and even with Taalas's shortened cycle - where only two metal layers on an almost-ready wafer are changed - it takes about two months using TSMC's capacity. Top models are updated faster. The bet only pays off where a model is stable, widely used, and valuable enough to be frozen.

This same compromise explains why the deal doesn't change the balance of power in the inference market. Nvidia paid $20 billion for Groq in December - its largest acquisition ever - to integrate specialized token-generation hardware precisely into the platform around which the entire industry is already built. The fight for inference is happening at the ecosystem and installed software level, and a chip tied to one model participates in neither. What Taalas's approach truly proves is a narrower but more interesting thesis: the memory bottleneck plaguing inference is an engineering problem, not a physical given, and it can be bypassed.

The memory question

The market is currently pricing in the assumption that this memory shortage is permanent. Prices for ordinary DRAM rose nearly 90% in the first quarter. High-bandwidth memory (HBM) is essentially sold out for all of 2026, with the HBM market volume this year expected to reach $54.6 billion. SK hynix, which controls more than half of HBM supply, surpassed a $1 trillion market cap and announced new factory construction worth $38.1 billion. For the average investor, the entire bet on memory hinges on one assumption: AI demand will keep memory scarce for years to come.

This assumption is already under attack from several sides. Taalas completely removes memory for weights from the model-serving process, and Nvidia engineers are compressing and quantizing models precisely to reduce the memory footprint of a deployed model.

Memory manufacturers themselves are working in the same direction. Samsung's zHBM technology, showcased at the FMS conference last week, stacks memory directly on the accelerator, multiplying effective bandwidth. SK hynix and Sandisk just published the first standard for high-speed flash memory aimed at replacing cheap NAND for the work HBM does today. Virtually every major industry player is funding its own way to reduce the need for the very resource the market believes will be permanently scarce.

AMD bought proof that inference can work without accessing the component whose scarcity defines the entire current AI demand cycle - and will sell this proof inside racks that still contain GPUs and HBM. Investors who consider today's memory prices a permanent feature of the entire AI infrastructure build cycle are betting against a large and growing engineering movement aimed at the opposite result.

Memory has always been a cyclical business. Those paying today's prices for it have just financed another reason why it will remain so.

AI Opinion

From the perspective of machine data analysis, the key precedent for Taalas chips can be found not in the world of AI, but in the crypto industry. Specialized integrated circuits for Bitcoin mining solve a similar problem - etching an algorithm into silicon for speed - and get the same side effect: complete inflexibility. Hash Telegraph has already described how hardware specialization, taken to the extreme, creates the risk of obsolescence when the underlying algorithm changes or a new computational paradigm emerges.

Technical aspects the article doesn't detail concern the economics of downtime: while a Taalas chip serves one model, competing labs release new versions every few months, and the topology re-programming cycle takes about two months on TSMC's capacity. ASIC history shows that specialization pays off only on a stable algorithm - the question is whether the architecture of large language models will be stable enough for this bet.

end-content

Trending Cryptos

Related Questions

QWhat is the key innovation of Taalas's AI chips mentioned in the article?

ATaalas's chips are 'model-locked' or 'application-specific integrated circuits' (ASICs). They eliminate the need for high-bandwidth memory (HBM) by permanently etching the weights of a specific AI model directly into the transistor fabric of the chip. This removes the primary bottleneck of constantly moving weights from memory to the processor for each token generated during inference.

QWhat is the main trade-off or limitation of the Taalas chip architecture?

AThe main trade-off is a complete lack of flexibility. Each Taalas chip is permanently hardwired for a single, specific AI model. Changing the model requires a partial re-fabrication of the chip's metal layers, a process that reportedly takes about two months at TSMC. This architecture is only economically viable for stable, high-value, and widely used models.

QAccording to the article, why does AMD's acquisition of Taalas not significantly change the competitive landscape against Nvidia in AI inference?

AThe deal doesn't change the competitive landscape because the battle for AI inference is fought at the level of ecosystems and established software platforms (like CUDA). Nvidia's recent acquisition of Groq aims to integrate specialized inference hardware into its dominant platform. In contrast, a chip that is permanently locked to a single model cannot participate in or influence the broader software ecosystem competition.

QWhat is the article's main argument regarding the current high prices and perceived long-term shortage of HBM memory?

AThe article argues that the current high prices and perceived long-term shortage of HBM are not a permanent, physical constraint but an engineering challenge that is actively being solved. It points to multiple efforts across the industry—including Taalas's memory-free design, Nvidia's model compression, and new memory technologies from Samsung and SK hynix—that aim to reduce or eliminate the dependency on HBM. Therefore, the market's assumption of a perpetual memory shortage is being challenged by significant engineering momentum.

QWhat historical industry does the article's 'AI Opinion' section compare Taalas's approach to, and what is the key risk highlighted by this comparison?

AThe 'AI Opinion' section compares Taalas's approach to specialized Bitcoin mining ASICs. The key risk highlighted is the danger of architectural obsolescence. Just as a Bitcoin ASIC becomes useless if the mining algorithm changes, a Taalas chip becomes obsolete if the underlying large language model architecture shifts significantly or a new computational paradigm emerges. The economic viability hinges on the long-term stability of the AI model architecture it is designed for.

Related Reads

Vance says US-Iran conflict remains in 'midgame', US military 'seeks exit', Iran sets 'six conditions for reopening the strait'

U.S. Vice President Vance described the U.S.-Iran conflict as being in the "mid-game," stating the U.S. is utilizing diplomatic, economic, and military tools, with a focus on increasing oil and gas shipments through the Strait of Hormuz. Meanwhile, U.S. Chairman of the Joint Chiefs of Staff Gen. Dan Caine is reportedly seeking an "exit" privately, expressing concerns that airstrikes alone are insufficient to achieve objectives and that further escalation carries significant risks. He highlighted critical ammunition shortages for key missile defense systems. In response, Iran’s Supreme National Security Council Secretary, Zolgadr, presented six conditions for reopening the Strait of Hormuz: a U.S. pledge never to threaten Iran, an end to aggression against Iran and its allies, withdrawal of forces from the region, war reparations, lifting of all sanctions, and the unconditional unfreezing of Iranian assets. These demands, seen as a high bar set by hardliners, contrast with more pragmatic requests made in backchannel talks, which focus on lifting the blockade, restoring oil sanctions waivers, and accessing frozen funds. While Iran and Oman are close to a technical agreement on a temporary shipping lane, Iran clarified this does not equate to a full reopening of the strait, which remains contingent on U.S. meeting its conditions. Attacks on commercial vessels in the area continue, with recent incidents attributed to Iran. Despite pauses in military action and expressions of openness to talks from both sides, negotiations are currently stalled over Iran's economic demands and U.S. insistence on freedom of navigation.

marsbit1h ago

Vance says US-Iran conflict remains in 'midgame', US military 'seeks exit', Iran sets 'six conditions for reopening the strait'

marsbit1h ago

$20k Signing Fee + $30k Monthly Salary: The Story Behind Pump.fun Poaching FOMO's Corner

The meme market has become increasingly fragmented, with a significant divide between overseas and Chinese users in terms of ecosystem and trading tools. Recently, a piece of gossip spread within overseas meme communities: Pump.fun, the largest token launch platform, is allegedly offering lucrative incentives to poach users from its competitor FOMO. According to a leaked agreement, eligible users are reportedly offered a one-time $20,000 signing bonus plus a $30,000 monthly salary to migrate their funds and trading activity exclusively to Pump.fun, close their FOMO accounts, and meet specific trading volume requirements. This aggressive move highlights FOMO's rapid rise. Launched just over a year ago, FOMO has secured $94 million in funding and, crucially, its revenue over the past 30 days has surpassed that of Uniswap and Phantom. Its market share in trading bots has even overtaken GMGN to become the leader. FOMO's success is attributed to its "social-first" product design, featuring a profit leaderboard and a feed tracking top traders' activities—effectively creating "trading celebrities" that users follow. In response, Pump.fun has recently upgraded its app to replicate these social features, shifting its homepage focus to trader activity feeds. The platform's founder has actively welcomed prominent meme traders. This competition underscores a major shift in the overseas meme market: the battleground has moved from launch tools and liquidity to a fight for attention and influence. The market is now dominated by a "网红带货模式" (influencer-driven model), where platforms compete to sign the most influential trading Key Opinion Leaders (KOLs), who have become the new carriers of market consensus. While this mirrors early competition in livestreaming platforms, it signals a potential risk for the meme space: losing the organic, community-driven vitality that originally fueled its growth, as competition centers increasingly on a concentrated group of trading influencers.

marsbit3h ago

$20k Signing Fee + $30k Monthly Salary: The Story Behind Pump.fun Poaching FOMO's Corner

marsbit3h ago

Trading

Spot

Hot Articles

Discussions

Welcome to the HTX Community. Here, you can stay informed about the latest platform developments and gain access to professional market insights. Users' opinions on the price of AI (AI) are presented below.

活动图片