The data shows a valuation doubling from $10.5B to $21B in a single round. The lead investor is Jane Street, a quant trading firm, not a traditional VC. The company is Etched, a hardware startup building a chip called Sohu that is custom-designed for the Transformer architecture. The narrative is seductive: a specialized chip that crushes NVIDIA in inference, a proven financier betting on the future, a market that craves cheaper token generation.

But I have seen this pattern before. In 2017, I spent weeks auditing the 0x Protocol v1 contract, finding three reentrancy bugs. The code did not lie, but it left traces—traces of overconfidence in immutability, of hidden assumptions about execution order. Etched’s $21B valuation is a similar trace: a number that marks not just a company’s worth, but the market’s structural belief in the inevitability of specialized silicon. The question is not whether the chip works. The question is whether the underlying assumption—that Transformer architecture will dominate AI for the next decade—is itself a bug that will be exploited.
Context: The Inference Arms Race and the ASIC Gambit
The AI industry has reached a fork. Training is now a commodity, dominated by clusters of NVIDIA H100s and B200s. Inference, however, is where the cost battle rages. Every millisecond of latency, every watt of power, every dollar per token is a margin that determines whether a startup lives or dies. General-purpose GPUs are excellent at flexibility, but they carry overhead: tensor cores designed for training, memory bandwidth shared with graphics, software stacks that must handle anything from rendering to LLMs.
Etched’s Sohu is the opposite extreme. It is an Application-Specific Integrated Circuit (ASIC) that does one thing: run Transformer-based models. By eliminating the flexibility, the chip can theoretically achieve 5-10x better performance per watt than a GPU on inference workloads. The company’s public pitch—supporting models with hundreds of billions of parameters on a single chip—is a direct attack on NVIDIA’s inference dominance.
Jane Street’s involvement is the most telling signal. Quant trading firms are the ultimate pragmatists: they care about speed, reliability, and cost. They do not invest for hype. They invest because they need the hardware. This suggests that Etched already has a prototype that meets Jane Street’s latency requirements, likely in a private test environment. The $21B valuation is therefore not a speculative bet on a dream; it is a premium on a highly probable, but still unproven, product.
Core: The Technical Verification of ASIC Superiority
Let me show you the math. A typical GPU like the H100 has a peak INT8 throughput of around 3,958 TOPS. But for inference, the bottleneck is often memory bandwidth—the GPU must fetch model weights from HBM3 memory, which runs at 3.35 TB/s. For a 70B parameter model, each token requires loading 70GB of weights. The H100 can do this in about 21 milliseconds, assuming perfect memory utilization. In practice, geometry and attention overhead add another 10-20ms.
An ASIC designed for Transformer inference can hardwire the attention mechanism directly into the silicon. Instead of using general-purpose tensor cores, it can optimize the exact matrix multiplications and softmax needed for multi-head attention. This reduces the number of memory accesses, the number of compute cycles, and the power draw. The theoretical advantage is clear: if you can achieve 10x reduction in memory bandwidth requirements through specialized caching and dataflow, you can run the same 70B model at 2ms per token, not 21ms.
But here is the structural truth. The code does not lie, but it does leave traces. In this case, the trace is the software stack. An ASIC requires a compiler, a runtime, and a set of optimized kernels that map any Transformer variant to the hardware. If the model uses a non-standard attention mechanism—like sparse attention or flash attention with different block sizes—the chip may fail to achieve its theoretical peak. Worse, if the industry shifts from Transformers to State Space Models (SSMs) like Mamba, the entire ASIC becomes a liability.
Etched must prove that its chip can handle the evolving Transformer family: Mixture-of-Experts, multi-query attention, sliding window attention, and future variants. The company’s valuation implies that the market believes the software stack is already mature enough to handle these variations. I have seen too many hardware projects die because they underestimated the software complexity. The root cause was never the silicon; it was the compiler.
Contrarian: The False Dichotomy of General vs. Specialized
The prevailing narrative paints NVIDIA as the generalist and Etched as the specialist. But this is a false dichotomy. NVIDIA’s GPUs are themselves specialized—they are tensor core processors optimized for matrix multiplication. The difference is that NVIDIA’s specialization is broad enough to cover both training and inference, while Etched’s is narrow enough to potentially offer a 5x advantage in inference.
Yet the real threat comes not from NVIDIA, but from the ecosystem. Amazon’s Trainium, Google’s TPU, and even startups like Groq and Cerebras all have their own custom silicon. The AI chip market is not a winner-takes-all battle; it is a landscape of overlapping niches. Etched’s greatest risk is not that it fails to outperform NVIDIA, but that it becomes the best chip for a market that does not exist at scale.
Consider the customer base. Jane Street is a quant firm, but quant firms represent a tiny fraction of total AI inference demand. The real money is in cloud providers serving millions of users. Will AWS deploy Etched chips in its data centers? Only if Etched can demonstrate a clear cost advantage per token, and only if the software integrates seamlessly with existing frameworks like PyTorch and TensorRT. The integration cost of a new hardware platform is enormous—it requires rewriting model serving infrastructure, monitoring, and scaling logic.
We build frameworks, not just tokens. The $21B valuation is a bet on the chip, but the real value lies in the ecosystem. If Etched does not attract a major cloud provider, its revenue will be capped by the niche of on-premise, low-latency inference. That niche is real, but it is not a $21B market.
Takeaway: The Forward-Looking Signal
The Etched story is not about one chip. It is about the market’s growing belief that the AI inference stack will become fragmented. In the long run, every model will have a dedicated hardware backend optimized for its architecture. This is the endgame of commoditization: the hardware becomes an afterthought, fully abstracted by the software.
But the path to that endgame is fraught with technical and economic risks. The yield is a symptom, not the cure. The cure is the ability to iterate hardware and software together, to adapt to architectural shifts, and to survive the next bear market of AI investment.
I will watch the signals. In six months, we will see the first independent benchmarks. In twelve months, we will know if the chip is in production. In eighteen months, we will see if the betting on specialization was a structural truth or a costly mistake.
Code does not lie, but it does leave traces. The $21B valuation is a trace of hope. The real test is whether the hardware can deliver on that hope without breaking the ecosystem that surrounds it.