AMD Is Buying a Startup That Burns AI Models Into Silicon

iEXExchanger
AMD Is Buying a Startup That Burns AI Models Into Silicon

AMD has agreed to acquire Toronto-based Taalas, whose chips etch a model's weights directly into silicon instead of pulling them from memory. The price wasn't disclosed.

AMD has struck a deal to buy Taalas, a Toronto startup whose engineers etch a neural network's weights straight into a silicon chip. The acquisition was announced on August 6; neither side disclosed a price, citing only “customary closing conditions” and pending regulatory approval.

A standard GPU spends every inference cycle hauling billions of parameters from memory to its compute cores, and that shuttle is the real bottleneck when running large language models. Taalas skips it entirely: the weights aren't stored separately, they're burned into the transistors themselves. Its demo chip, the HC1, is an 815-square-millimeter die packing 53 billion transistors on TSMC's 6-nanometer process. By the company's own benchmarks it hits up to 17,000 tokens per second per user running Llama 3.1 8B, beating Nvidia's H200 and B200 plus chips from Groq, SambaNova and Cerebras in that test.

The tradeoff is flexibility. A rack built around one model can't simply be repointed at another — the chip effectively is the model. Taalas says updating the weights only requires swapping two photomask layers rather than redesigning the whole chip, which cuts iteration costs, but every change still means a new fabrication run. That math only pencils out for models that run at massive, stable volume rather than ones that get replaced every couple of months.

AMD frames the purchase as filling out its inference lineup. “We're building a full-stack AI platform that gives customers the flexibility to deploy the right compute for every workload,” said Vamsi Boppana, AMD's senior vice president for its AI group. The company plans to fold Taalas' technology into its accelerator roadmap alongside Instinct GPUs, EPYC processors, the Helios rack platform and ROCm software — the same lineup AMD used in July to challenge Nvidia head-on. Taalas co-founder and CEO Ljubisa Bajic, whose Toronto-based company was founded in 2023, called the deal a way to speed up development while keeping the team's Canadian roots.

For now this is a demo chip, not a shipping product, and the price tag stays private. But betting on model-specific silicon runs against the market's own rhythm, where new LLM versions land every few weeks — AMD is wagering that cheap, dedicated inference makes sense precisely where models have already stopped changing so fast.

Questions and answers

Frequently asked questions about this article

What exactly did AMD buy?

AMD signed a deal to acquire Taalas, a Toronto startup that builds chips which physically etch a neural network's weights into silicon. The deal was announced on August 6, 2026; neither side disclosed the price.

How do Taalas chips work compared with regular GPUs?

A standard GPU loads model parameters from memory on every inference step, which creates a delay. Taalas chips store the weights directly in the transistors, skipping that step — the demo chip HC1 reportedly hits up to 17,000 tokens per second per user on Llama 3.1 8B.

What's the main downside of this approach?

A chip built for one model can't be quickly repointed at another — changing the weights requires a new manufacturing run. That makes the approach worthwhile only for models running at large, stable volume.

Why does this deal matter given AMD's rivalry with Nvidia?

AMD is rounding out its AI inference lineup, adding Taalas' technology to its Instinct GPUs, EPYC processors and Helios platform — the same combination it used to challenge Nvidia back in July 2026.