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

$2 Trillion: Countdown to AI's Largest IPO in History

The countdown for the largest IPO in AI history, a potential $2 trillion listing for Anthropic, is underway for October. The staggering valuation, reportedly projected by several investors, contrasts with the company's own internal restraint on setting a public target. Founded five years ago by former OpenAI core members, Anthropic's growth has been meteoric. Annual recurring revenue (ARR) surged from ~$9B in late 2025 to $47B by May 2026, with Q2 2026 revenue of $11.5B marking a 14x year-over-year increase. Bank valuations are even based on internal 2028 revenue forecasts of $190-200B. A key growth driver is Claude Code, its AI coding assistant. Its ARR quintupled in five months to $2.5B by February 2026, now constituting nearly 20% of total revenue. Surveys indicate Anthropic commands roughly 40% of enterprise LLM spending, doubling OpenAI's share in programming-specific use. However, alongside this explosive growth, reports detail significant internal cultural strife. Critics describe a divisive "priesthood" of PhD executives, led by CEO Dario Amodei, who promote a "save humanity" narrative that some employees find cult-like and alienating. This has reportedly created a demoralized workforce and a covert "underground network" of dissent among engineers torn between lucrative pre-IPO equity and a toxic work environment. Anthropic now faces a pivotal paradox: pursuing its mission of "safe" AI requires immense capital for compute, yet that capital demands relentless commercial growth. As it approaches its historic IPO, the company must navigate intense regulatory scrutiny, soaring operational costs, and internal tensions—any of which could destabilize its post-listing trajectory, much like SpaceX's significant post-IPO stock drop. The stage is set for a defining moment in tech history.

marsbit50m ago

$2 Trillion: Countdown to AI's Largest IPO in History

marsbit50m ago

AI Boosting Efficiency and Cutting Costs Makes VC Increasingly Expensive

"AI for Cost Reduction Makes VC Funding More Expensive" Despite the "cost-reduction and efficiency" narrative of AI, venture capital (VC) investment in the AI sector is becoming increasingly costly. While AI tools lower the initial costs for many startups—with team sizes shrinking across funding stages—the market is polarizing. For top-tier AI teams, especially those from leading companies like Google and OpenAI, funding rounds are now larger and valuations are higher than ever at the seed and early stages. For example, new ventures by prominent researchers are securing billions in funding with valuations reaching tens of billions before having a mature product. This creates a "barbell" market: lightweight startups need less capital, while elite AI firms attract massive investments early on. This dynamic raises the cost for VCs to acquire and maintain meaningful ownership stakes. As valuations soar early, securing the same equity percentage requires significantly larger capital commitments. VCs must now invest more upfront and reserve substantial funds for follow-on rounds to avoid dilution, prompting large firms like Accel and a16z to raise massive new funds. Consequently, capital is concentrating intensely in a few perceived winners like OpenAI and Anthropic, widening the gap between large and small VC funds. While high valuations bake in future growth expectations, they also compress potential returns, demanding that portfolio companies achieve unprecedented scale. For major VCs, the core strategy is clear: secure early positions in potential winners and maintain the capital to keep investing as valuations rapidly escalate.

marsbit1h ago

AI Boosting Efficiency and Cutting Costs Makes VC Increasingly Expensive

marsbit1h ago

An Eight-Year Investment Takes a Sharp Turn: Why Did Ethereum Suddenly Abandon Poseidon?

On August 13, Ethereum researcher Justin Drake announced a significant shift in Ethereum's Layer-1 cryptographic roadmap: abandoning the SNARK-friendly hash function Poseidon in favor of traditional functions like SHA2 or BLAKE2. This decision ends eight years of research and investment, marking a major revision to the post-quantum security strategy. Poseidon, introduced in 2019, was highly efficient for zkRollups and zkVMs within SNARK circuits. However, its need for prolonged cryptanalysis and the pressing timeline for quantum resistance revealed limitations. Recent breakthroughs in SNARK design, specifically using binary fields, now enable traditional, battle-tested hash functions to perform as efficiently as Poseidon within SNARKs. Benchmarks show modern laptops can now verify over a million traditional hash calls per second. This change is partly driven by accelerated concerns over quantum computing threats. Reports warn that "Cryptographically Relevant Quantum Computers" could break current blockchain signatures like ECDSA by the early 2030s, risking trillions in assets. Ethereum's response focuses on hash-based post-quantum signature schemes, deemed more quantum-resistant than some lattice-based alternatives under pressure from AI cryptanalysis. Ethereum's updated post-quantum roadmap targets a production-ready "leanVM" for signature aggregation by 2027, with full deployment across consensus, execution, and data layers by 2028. The shift to mature hash functions like SHA2 reduces reliance on newer algorithms and aligns with the goal of using widely analyzed cryptographic primitives. Other major blockchains are also preparing. Solana's core teams have independently chosen the NIST-standardized Falcon signature scheme for its compact size. Starknet plans a phased migration, starting with replacing its Pedersen hash with BLAKE2. Ethereum's move signifies a strategic pivot towards proven security foundations for the quantum era.

marsbit2h ago

An Eight-Year Investment Takes a Sharp Turn: Why Did Ethereum Suddenly Abandon Poseidon?

marsbit2h ago

Programmers Worldwide Are Wasting Money on Anthropic! The Company Can't Stand It Anymore

Anthropic recently published guidelines to help developers using Claude Code reduce unnecessary token costs. The key recommendations include: 1) Clear (/clear) conversations after completing a task to avoid carrying irrelevant file reads and command outputs into the next task. 2) Set the model and reasoning effort level at the start of a session, as switching mid-session invalidates the prompt cache, requiring a full-price recalculation of the entire dialog history. 3) Attach files using @ references instead of typing paths manually to avoid extra tool calls and searches that bloat the context. 4) Add quiet flags to verbose commands (e.g., in CLAUDE.md) to minimize lengthy output in the dialog history. 5) Use /compact while the session cache is still warm (before breaks) to compress the dialog at one-tenth the cost. 6) Offload large-output tasks to a sub-agent, which runs in an isolated context and only returns conclusions, preventing intermediate outputs from polluting the main dialog. The article explains token pricing: input tokens (prefill) are processed in parallel, while output tokens (decode) are generated serially, making output tokens five times more expensive. Caching is crucial for savings—if a request's prefix (system prompt, CLAUDE.md, dialog history) matches the previous one byte-for-byte, reading it costs only 10% of the standard input price. However, cache invalidation occurs when changing models, effort levels, fast mode, compressing dialogs, after cache expiration, or when resuming old sessions. Dialog history also grows quadratically (O(n²)) as file contents and command outputs accumulate, increasing costs per round. Proactive context management—like isolating noisy tasks, using /rewind to trim unproductive turns, and task-based session clearing—is becoming an essential skill for cost-effective AI-assisted development.

marsbit4h ago

Programmers Worldwide Are Wasting Money on Anthropic! The Company Can't Stand It Anymore

marsbit4h ago

Pax Silica vs. WAICO: The US Wants to Prohibit Europe from Using Chinese Artificial Intelligence

The United States is preparing to demand that European and other partners abandon Chinese artificial intelligence initiatives, threatening exclusion from the American-led "Pax Silica" coalition, according to a leaked U.S. State Department document. This ultimatum forces signatories of the "AI Opportunity Statement" to choose between the Western technological ecosystem and alternative frameworks, with China not explicitly named but clearly targeted. Pax Silica is a U.S. strategy for AI and semiconductor hegemony, launched in late 2025. Its European presence expanded significantly in mid-2026. Concurrently, China, Russia, and 27 other nations established the World AI Cooperation Organization (WAICO) in July 2026 as an independent intergovernmental platform promoting AI governance based on UN principles. This situation creates a difficult choice, especially for European nations balancing strategic autonomy with dependence on U.S. tech and security. It also pressures Global South countries with pragmatic ties to both Washington and Beijing. The formation of competing blocks risks fragmenting the global tech landscape, forcing companies to split supply chains, increasing costs, and potentially leading to incompatible standards and protocols. The era of open globalization in AI may be ending, replaced by geopolitical confrontation where technological sovereignty trumps economic efficiency. The decisions made will shape the global digital economy for decades.

cryptonews.ru6h ago

Pax Silica vs. WAICO: The US Wants to Prohibit Europe from Using Chinese Artificial Intelligence

cryptonews.ru6h 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.

活动图片