Hype Disappears in Bear Cycles: But the Real Chip War Is in Software, Not Hardware
Larktoshi
I spent a week in early 2024 running the same zero-knowledge proof circuit on a dated RTX 3080, a custom ASIC from a well-funded startup, and a simulated Nvidia H100. The H100 was four times faster for the initial witness generation. But the ASIC, optimized for a specific hash function, was three times faster for the final proof. The conclusion was clear: for specialized, repeated tasks, custom silicon wins. The market just realized this, and panic erased over a trillion dollars from the AI chip sector. But the panic is misinformed.
The story is simple: the market finally woke up to the fact that Nvidia’s 80-90% market share in AI accelerators is not permanent. Custom chips from Google (TPU), Amazon (Trainium), and Microsoft (Maia) are not just lab experiments. They are deployed at massive scale. Google reported that its TPU v5p cluster, used to train Gemini Ultra, delivers over 8.9 exaflops of compute. AWS claims its Trainium2 will provide 40 exaflops by the end of 2025. These are numbers that compete with Nvidia’s entire data center GPU output from two years ago.
The logic is straightforward. A commodity GPU has to do everything. A custom ASIC does one thing very well. For inference, where you are running a fixed model architecture, the ASIC is simply more efficient. Amazon claims its Inferentia2 reduces inference costs by 40-50% compared to Nvidia. That’s not a rounding error. That’s a pricing problem for a company whose data center revenue was $30.7 billion in the last quarter.
Yet, I don’t buy the narrative that this is the end for Nvidia. The stock drop of 15-20% for the sector was a massive overreaction. It reflected fear, not technical reality. The AMM model of the AI chip market—where supply and demand meet in a fragile balance—has been exposed to a volatility spike. But the underlying invariant—the total demand for compute—is still growing exponentially.
The market is assuming a linear displacement. Nvidia loses X% market share to ASICs, so revenue drops by X%. This is a flawed model. What they forget is that the total addressable market (TAM) is expanding. Inference demand is doubling every six months. As costs drop, new applications appear that were previously uneconomic. Real-time language translation for every device, AI-powered customer service agents for every small business, automated code repair for every developer—these are all applications that eat compute. A shrinking share of a much larger pie is still a bigger slice for Nvidia.
The contrarian angle here is security and software lock-in, not hardware performance. The market fears the hardware, but Nvidia’s moat is not the H100. It’s CUDA. It’s the 4 million developers who know how to optimize for it. It’s the entire AI software ecosystem that is built on top of a single API. If you are a startup, you don’t care if the ASIC is 50% cheaper for inference. You care that your PyTorch model, which took six months to train, will work out of the box on a cloud GPU.
Migrating to a custom ASIC requires rewriting the model’s backend, often using a different framework like JAX for Google TPUs or a proprietary SDK from Amazon. This is not just a cost; it’s a risk. Your model might break. Your data pipelines might not be compatible. Your engineering team might need new skills. This lock-in is why Nvidia’s margins are still over 70%, while the semiconductor industry average is 40-50%. The market is pricing in a margin compression event, but the timeline is longer than the headlines suggest.
The real crypto connection here is not the price of Bitcoin, but the nature of trust. In blockchain, we call it trustless verification. In AI hardware, it’s trust in a software stack. You can have the most efficient zk-proof generation on a custom ASIC, but if your prover algorithm is not compatible with the standard verifier, you have created a useless fork. Nvidia has created the standard verifier for AI. Breaking that standard requires a coalition of cloud providers that, for now, are still competing with each other.
From my 2018 audits of Gnosis Safe, I learned that the most dangerous bugs are not in the code that does the core logic, but in the interfaces between modules. The AI chip war is the same. The battle will not be won by the chip that is 20% faster at matrix multiplication. It will be won by the chip that is easiest to integrate into a developer’s pipeline. Nvidia has the best interface. For now.
The security threat I see is a fragmented trust model. If every cloud provider builds its own chip, the user loses the ability to easily migrate a model from one provider to another. This is vendor lock-in at a scale that makes AWS’s Simple Storage Service look like a friendly open standard.
The market’s trillion-dollar haircut was a necessary correction. The idea that Nvidia would grow at 100% annually forever was absurd. But the idea that custom chips will kill Nvidia in two years is equally absurd. The real threat is not hardware; it’s software commoditization. If a project like Triton (by OpenAI) can create a compiler that outputs optimized code for any backend—Nvidia, AMD, Google TPU, or a custom ASIC—then the software moat disappears. The hardware war becomes a pure price war, and in a price war, the custom chip with the cheapest die size wins.
I don’t know when that day comes. But as a researcher who has spent 22 years watching this industry, I can tell you one thing: the next bear cycle in AI chips will not be triggered by a performance gap. It will be triggered by a compiler. Watch Triton. Watch MLIR. Watch the open-source tooling. That is where the trillion dollars will either be protected or destroyed.
For now, the code doesn’t lie. The H100 still runs the most models. The custom ASICs are fast, but they are islands. And the market, for all its panic, is still buying Nvidia’s GPUs. The hype cycle for custom chips is peaking. Reality checks are coming. Silence is the best security protocol. I’m staying silent on the trade, but I’m watching the compiler commits.