The Semiconductor Landscape That AI Built
Two years ago, the AI chip conversation was essentially NVIDIA versus everyone else, with everyone else a distant second. The landscape looks meaningfully different now. Not because NVIDIA lost its dominance — it has not — but because the competitive pressure and supply constraints produced genuine alternatives that are actually deployed at scale, and the custom silicon programs at the major cloud providers have matured to the point where they're a real factor in how frontier AI is being built.
The stakes are worth understanding clearly: the ability to train and run frontier AI models is currently constrained primarily by chip availability and cost. Whoever controls those chips controls, to a significant degree, the pace of AI development. this is why every major tech company and several governments are treating chip independence as a strategic priority.
NVIDIA: Dominant But Facing Real Pressure
The Blackwell architecture — the B100 and B200 series — cemented NVIDIA's position at the top of the AI training market through 2025. The NVLink interconnect, the CUDA software ecosystem that took fifteen years to build, and the sheer volume of deployed hardware that makes compatibility a switching cost — these advantages are not easily replicated. Any competitor's chip has to be not just as capable but capable enough to justify migrating existing workloads away from a well-understood stack.
The pressure is real though. Export restrictions on H100s and subsequent generations to China created a massive market gap that both domestic Chinese chipmakers and US competitors are trying to fill. The extraordinary gross margins on NVIDIA chips are drawing competition in the way high margins always do. NVIDIA remains the safest choice for training workloads where software compatibility and ecosystem breadth matter most.
NVIDIA's H200 and Blackwell GB200 NVL72 remain the gold standard for large-scale AI training in 2026, but the moat is narrowing. The GB200 NVL72 rack delivers 1.4 exaFLOPS of FP8 compute in a 120kW form factor — approximately 30× the throughput of an H100 cluster of equivalent physical size. At $3M+ per rack, it remains inaccessible to all but the largest training runs, but NVIDIA's ability to keep pushing the frontier means hyperscalers are locked in a sustained capital expenditure race to stay competitive.
The real NVIDIA advantage in 2026 isn't hardware — it's CUDA. The software ecosystem built around CUDA over 15 years represents a switching cost that no hardware competitor has successfully overcome. AMD's ROCm has improved substantially, but the library coverage, debugging tooling, and community expertise remain meaningfully behind. New entrants are betting that the shift to transformer-specific workloads (where custom hardware can match or beat GPU performance) will eventually erode the CUDA advantage.
AMD: Closing the Gap in Specific Workloads
AMD's MI300X has found genuine traction in inference workloads, especially for large models where its 192GB of HBM3 unified memory allows running models that would otherwise require complex model parallelism setups. For inference at scale, several major cloud providers have added MI300X capacity and reported competitive economics versus NVIDIA equivalents.
Where AMD still trails: the ROCm software ecosystem, AMD's CUDA equivalent, has improved significantly but remains a source of friction. Code written for CUDA doesn't run on ROCm without porting work. Teams with significant CUDA investment face real switching costs that offset hardware economics. The strategic bet AMD is making — that as workloads shift from training to inference at scale, hardware economics will matter more than software ecosystem lock-in — might be right, but the timeline is uncertain.
Custom Silicon at the Cloud Giants
Google's TPU v5, Amazon's Trainium 2, and Microsoft's Maia 100 are all deployed at meaningful scale internally at their respective companies. These chips are not general-purpose AI accelerators — they're optimised for specific workloads and used internally rather than sold commercially. Their significance is strategic: the major cloud providers are reducing their dependence on external chip supply chains for their own model development. Google's TPU investment is the most mature and reportedly achieves better performance-per-dollar than NVIDIA equivalents for Google's specific workloads. [Google TPU overview]
The Geopolitics of AI Hardware
Export controls on advanced semiconductors have become one of the most significant factors shaping competitive dynamics in AI. The restrictions on exporting NVIDIA H100-class chips to China created both a supply shock for Chinese AI companies and a commercial incentive for Huawei and other domestic manufacturers to accelerate their own programs.
Huawei's Ascend 910B has seen significant deployment inside China. Its performance relative to NVIDIA's current generation is genuinely uncertain — independent benchmarks are hard to come by — but it's functional at scale, which was not true of earlier generations. The domestic Chinese AI chip ecosystem is further along than most Western analysts expected, given the restrictions.
What This Means for Practitioners
If you're building AI applications rather than training frontier models, the chip wars are somewhat abstracted away from you by cloud providers. You pay for GPU-hours and the provider figures out which chips to use. The practical implication is that pricing and availability for inference compute have become more variable and, in some instance types, more competitive than they were two years ago.
If you're running your own training infrastructure, NVIDIA remains the lowest-risk choice, AMD is worth evaluating seriously for inference if you've the engineering bandwidth to navigate ROCm, and custom silicon options make sense only at scales where the customisation is economically justifiable. The obvious best choice of 2023 has become a more nuanced decision in 2026, which is probably healthy for the ecosystem overall.
The Inference vs Training Divide
A distinction that matters increasingly: the chip market for training and the chip market for inference are diverging. Training chips need maximum memory bandwidth, large on-chip memory for large batch sizes, and fast interconnects for multi-node jobs. Inference chips need low latency, high throughput at smaller batch sizes, and often run at lower precision. The best chip for training a frontier model is not necessarily the best chip for running it in production at scale.
This distinction is why we're seeing specialised inference hardware — chips from companies like Groq and Cerebras that sacrifice training flexibility for extreme inference speed — find real deployment at companies running popular models at high query volumes. As inference at scale becomes a larger fraction of total AI compute spend, this market segment will attract more investment and competition.
Training and inference are increasingly served by different hardware architectures. Training favours GPUs with massive HBM memory bandwidth and high NVLink interconnect for gradient synchronisation across thousands of cards. Inference favours high memory capacity (to fit large models) combined with low latency and high throughput per dollar — a different optimisation target.
This split has opened the door for inference-optimised chips: Groq's LPU architecture delivers sub-millisecond time-to-first-token on 70B parameter models by eliminating the memory bandwidth bottleneck that constrains GPUs. SambaNova and Cerebras target large model inference with their wafer-scale architectures. For organisations running high-volume inference workloads, evaluating inference-specific hardware is now a legitimate alternative to GPU-based deployment — potential cost savings of 3-5× are achievable on the right workload profiles.
The Software Moat Is Real
NVIDIA's most durable competitive advantage is not the hardware — it's the fifteen years of CUDA ecosystem development that makes their hardware the default choice for anyone who wants maximum software compatibility. FlashAttention, cuBLAS, cuDNN, Triton, all the distributed training libraries — they all target CUDA first. Competitors have to either port to their own SDK (AMD ROCm, Intel OneAPI) or build compatibility layers, and neither approach fully closes the gap.
For anyone evaluating non-NVIDIA hardware: honestly assess your CUDA dependency before you commit. If your stack is heavily CUDA-dependent, the migration cost is real and should be included in any economic comparison. If you're building something new with hardware-agnostic frameworks from the start, the calculation looks much more favourable for NVIDIA alternatives.
References & Further Reading
- MLPerf Training and Inference Benchmarks — Standardised hardware benchmarks for AI accelerators
- NVIDIA H100 Tensor Core GPU Architecture Whitepaper — Technical specifications and performance characteristics
- The AI Hardware Landscape 2025, Semiconductor Engineering — Industry analysis of AI chip market and technology trends
- A Survey of FPGA-Based Neural Network Inference Accelerators — Academic survey of specialised AI inference hardware
Frequently Asked Questions
Who makes the best AI chips in 2026?
NVIDIA remains the dominant AI chip manufacturer in 2026 with its H100 and H200 GPUs, holding roughly 70–80% of the training market. AMD is a credible alternative with its MI300X series. Google's TPU v5 leads for Google-internal workloads. Custom silicon from Amazon (Trainium/Inferentia), Microsoft (Maia), and Meta's MTIA are deployed at scale internally. Apple's Neural Engine leads for on-device inference. NVIDIA's CUDA ecosystem dominance creates significant switching costs.
Why is there an AI chip shortage?
AI chip demand has grown faster than supply capacity due to the rapid scaling of both AI training runs and inference infrastructure. TSMC's leading-edge fabs (3nm, 4nm) have limited capacity shared across many customers. High-bandwidth memory (HBM) from SK Hynix and Samsung is a secondary bottleneck. Geopolitical export controls limiting chip sales to China have also distorted global supply chains. NVIDIA's H100 allocation waitlists stretched 6–12 months at peak demand in 2023–2024.
What is NVIDIA CUDA and why does it matter?
CUDA (Compute Unified Device Architecture) is NVIDIA's parallel computing platform and programming model. It matters because virtually all AI training frameworks (PyTorch, TensorFlow, JAX) are optimised primarily for CUDA. The result is a powerful moat: even if a competitor produces equally capable hardware, the lack of CUDA compatibility means developers must rewrite and re-optimise software stacks. This ecosystem lock-in is NVIDIA's most durable competitive advantage.
Will AI chips get cheaper?
Yes, on a performance-per-dollar basis, AI chips are getting cheaper rapidly — following patterns similar to general compute cost curves. However, absolute prices for frontier training chips remain high due to demand exceeding supply. Inference chip economics are improving faster than training chips, driven by quantisation, model distillation, and purpose-built inference accelerators. The cost of serving a model query has dropped roughly 10× in the past two years and continues to fall.
