ma2tic

9 March 2026 · Matthieu MALVACHE · 9

Taalas HC1: What Happens When You Print an LLM Onto a Chip

On February 19, a Toronto startup called Taalas showed something the AI hardware industry hasn't seen before: a chip with an entire language model baked into its transistors. Not loaded from memory at inference time, not cached in HBM. Permanently etched into the silicon, the way a calculator's arithmetic logic is etched into its circuitry.

The model is Meta's Llama 3.1 8B. The chip is the HC1. And the numbers, if they hold up under independent scrutiny, rewrite the economics of running AI on your own hardware.

What they actually built

The HC1 is a structured ASIC manufactured on TSMC's 6nm process: 815mm² of silicon and 53 billion transistors, roughly the physical size of NVIDIA's H100. The similarity ends there. Where the H100 is a general-purpose GPU that shuttles model weights back and forth from high-bandwidth memory, the HC1 stores those weights directly in its transistors using mask-ROM, what Taalas calls a "recall fabric." No HBM stacks, no 3D packaging, no liquid cooling required.

The result is a PCIe card that draws around 250W and generates roughly 17,000 tokens per second per user at 1k/1k context. For comparison: Cerebras manages about 2,000 tokens per second on the same model, Groq hits 609, and an NVIDIA H200 sits around 230. You can try it yourself at chatjimmy.ai. The response feels like reading a pre-loaded page, not waiting for generation.

The chip uses aggressive quantization: a proprietary 3-bit format combined with 6-bit parameters. A small on-chip SRAM handles the KV cache and LoRA adapter weights, so you can fine-tune behavior without manufacturing a new chip. Context window size is configurable.

Behind the project: Ljubisa Bajic, who founded Tenstorrent and spent years at AMD and NVIDIA designing hybrid CPU-GPU architectures, and his co-founder Drago Ignjatovic, who ran AMD's ASIC design division. The team is 24 engineers, mostly from AMD, Apple, Google, NVIDIA, and Tenstorrent. They've spent 30 million of over 200 million dollars raised to get HC1 to working silicon.

When inference costs approach the power bill

Taalas claims the HC1 delivers Llama 3.1 8B inference at roughly 0.75 cents per million tokens. Cerebras charges about 10 cents for the same model, 13x more. Cloud inference on NVIDIA GPUs runs somewhere between 20 and 50 cents depending on provider and configuration.

At 0.75 cents, the inference cost approaches the electricity bill. The gap between self-hosting and cloud isn't narrowing anymore - it's collapsing.

Ten HC1 cards fit in a standard 2.5kW air-cooled server, drawing 250W each. No liquid cooling loops, no specialized datacenter infrastructure. A single 42U rack could serve thousands of concurrent users on a model that still needs a dedicated GPU to run at any reasonable throughput on conventional hardware.

For anyone running inference at scale (customer service bots, document processing, internal coding assistants) the math changes from "cloud API or nothing" to "maybe we just buy the cards."

The factory fits in a PCIe slot

There's a line from a French tech YouTuber, Le SamourAI, that keeps coming back to me: "il n'y a pas de nuage, il n'y a que des usines" - there is no cloud, only factories. Every API call you make to OpenAI, Anthropic, or Google runs on physical hardware in a physical building that someone else owns and controls. Your data transits their network, processes on their silicon, and you pay per token for the privilege.

The HC1 makes that factory fit in a card slot.

A company running a customer support chatbot on Llama 3.1 8B via API today pays per-token and sends every customer interaction to a third party. The same company could slot an HC1 into an existing server, keep all data on-premises, and cut inference costs by roughly 20x. The cloud contract disappears, the data processing agreement becomes irrelevant, and latency drops to whatever your PCIe bus delivers.

At the national level, the implications are sharper. Governments building sovereign AI capabilities are stuck between massive GPU procurement (expensive, export-controlled, power-hungry) and dependence on American cloud providers. A PCIe card that runs a useful model at 250W in standard server hardware changes that equation. Not for frontier research, because training still requires H100 clusters. But for inference and deployment, which is where most of the actual budget goes.

What could go wrong

The HC1 is impressive as a technology demonstrator. As a product, it has constraints that deserve honest scrutiny.

The most obvious: model lock-in. The chip runs Llama 3.1 8B and nothing else. When Meta releases Llama 4, you can't reflash the HC1. You need a new chip. Taalas claims a two-month turnaround from model weights to working PCIe cards via their TSMC partnership, which is fast for silicon but still means you're perpetually two months behind the latest release. LoRA fine-tuning offers some flexibility on top, but the base model is frozen in literal silicon.

Then there's quantization quality. Aggressive 3-bit quantization visibly degrades output compared to running the same model at higher precision on a GPU. Taalas says improving quantization is "the easy part" and HC2 will move to standardized 4-bit floating point. That remains to be proven.

And it's still an 8B model. Llama 3.1 8B is useful for many production tasks, but it runs on a Raspberry Pi 5. The real question is whether this approach scales to frontier-class models. Taalas says HC2 will target larger models by winter 2026, with a mid-size reasoning model expected on HC1 by spring. Until that ships, the 8B constraint limits where HC1 genuinely outcompetes a well-configured GPU setup.

No independent benchmarks exist yet, either. All performance numbers come from Taalas themselves. One of the few detailed public analyses was written by a paid Taalas contractor (disclosed, to his credit). The chatjimmy.ai demo is real and noticeably fast, but controlled demos aren't production workloads.

Meanwhile, NVIDIA licensed Groq's LPU technology in December 2025 and absorbed much of their design team. When NVIDIA decides to compete on inference efficiency rather than just training throughput, a 24-person startup in Toronto faces a different kind of fight.

What happens when inference gets cheap

Assume the bull case plays out. HC2 ships on schedule. Frontier models get hardwired into affordable PCIe cards. Inference costs drop 20x across the board.

What happens next is predictable, because we've seen this pattern before. William Stanley Jevons observed in 1865 that more efficient steam engines didn't reduce coal consumption. They made steam power cheap enough to deploy everywhere, and total consumption increased.

Cheaper inference means more inference. More inference means more agents, running more tasks, processing more data, on more devices. Every company that couldn't justify the cost of running a local model suddenly can. Every edge device that couldn't fit useful inference suddenly runs one at 17,000 tokens per second.

That's progress. But progress at this speed creates a governance gap. When you can spin up inference capacity by plugging in a card, the bottleneck shifts from "can we afford to run models?" to "do we know what our models are doing?" The organizations that built agent governance before inference became cheap will be ready. The rest will scramble to audit systems that multiplied overnight.

I build self-hosted AI infrastructure for a living. Taalas is the kind of development I watch closely because it confirms what I've been betting on: inference belongs on your hardware, with your data staying exactly where you put it. The HC1 is version one of a very young approach. It might not be Taalas that delivers the final product. But inference is moving from the cloud to the rack, and eventually to the edge. Whether your governance is ready for that shift matters more than which chip gets you there.