Beyond NVIDIA: Trainium, TPU, and the Custom Silicon Alternatives of 2026

Picture of DataStorage Editorial Team

DataStorage Editorial Team

AI INFRASTRUCTURE & WORKFLOWS 8 min read  ·  September 2026
Custom silicon from AWS, Google, and Microsoft has moved from R and D curiosity to production scale infrastructure, running real training and inference workloads in 2025 and 2026.
2015
Year Google's first TPU entered production
Google Cloud
4.7x
Peak compute gain, TPU v6e Trillium vs v5e
Google Cloud, 2024
30 to 40%
AWS claimed price performance gain, Trainium2 vs comparable GPU instances
AWS re:Invent, 2024
2023
Year Microsoft announced Maia 100 at Ignite
Microsoft
GPU Marketplace
Compare GPU and Custom Silicon Options Side by Side
Browse pricing, availability, and specs across CoreWeave, Lambda Labs, Nebius, Vultr and more, so you can see where NVIDIA capacity still makes sense before committing to a custom silicon migration.
Explore GPU Providers  →

Why Hyperscalers Stopped Waiting on NVIDIA

For most of the current AI buildout, renting NVIDIA GPUs has been the default and, for many teams, the only practical option. That default is cracking. AWS, Google Cloud, and Microsoft Azure have each spent years and billions of dollars building their own AI accelerators, and by 2026 those chips are no longer side projects. They are running production training and inference workloads for some of the largest AI companies in the world, a shift also visible in how GPU supply and demand has been fragmenting across the market.

The motivation is straightforward economics. NVIDIA's gross margins on data center GPUs have consistently run above 70 percent, according to the company's own quarterly earnings disclosures, and that margin is effectively a tax every renter pays on top of the underlying silicon cost. A hyperscaler that designs its own chip, even at a higher unit engineering cost, can capture that margin internally and pass some of the savings to anchor customers willing to commit to the ecosystem.

This matters for infrastructure buyers beyond the hyperscalers themselves. Custom silicon changes the negotiating position of every enterprise buying GPU capacity, because it introduces a credible alternative that did not meaningfully exist five years ago. Even teams that never touch a Trainium or TPU chip benefit from the price pressure this competition puts on NVIDIA based instance pricing.


AWS Trainium: Betting on Volume and Vertical Integration

AWS's Trainium line is the clearest example of a hyperscaler treating custom silicon as core infrastructure rather than an experiment. Trainium2 became generally available in late 2024, and AWS has stated the chip delivers roughly four times the performance of its first generation Trainium instances, with up to 30 to 40 percent better price performance than current GPU based EC2 instances, according to AWS's own re:Invent announcements.

The most significant proof point is Project Rainier, the Trainium2 based cluster AWS built for Anthropic. Reporting from Reuters and CNBC in 2025 described the cluster as spanning hundreds of thousands of Trainium2 chips, making it one of the largest dedicated AI training deployments outside of NVIDIA based infrastructure. Anthropic's willingness to train frontier models on non NVIDIA silicon is the strongest signal yet that custom accelerators can handle workloads previously assumed to require merchant GPUs.

Trainium3, previewed at re:Invent 2024 for a 2025 to 2026 rollout, is built on a more advanced process node and is positioned by AWS as the chip that closes the remaining software and performance gap with NVIDIA's Blackwell generation. The open question for buyers is not raw performance. It is whether the software stack, primarily AWS's Neuron SDK, has matured enough that migrating a training pipeline away from CUDA is a manageable engineering project rather than a multi quarter rewrite.

DataStorage.com Podcast
AI Infrastructure Is Changing Everything, with Russ Artzt
Russ Artzt, co-founder of CA Technologies, on GPUs versus CPUs, why neoclouds exist, and how each cloud era reshaped software economics.
Listen to the Episode
The DataStorage.com Podcast / Episode 5

Google TPU: The Longest Running Custom Silicon Bet

Google has the longest track record here. Tensor Processing Units have been in production since 2015, originally built for internal workloads like Search and Translate before Google Cloud opened them to external customers. That decade of iteration shows in the software maturity: the JAX and XLA toolchains built around TPUs are further along than any competing custom silicon stack, precisely because Google has been dogfooding its own hardware internally for longer than any rival.

Trillium, Google's sixth generation TPU, reached general availability in late 2024 with a claimed 4.7 times improvement in peak compute performance per chip over the fifth generation TPU v5e, according to Google Cloud's own product announcements. At Google Cloud Next 2025, Google introduced Ironwood, its seventh generation TPU, explicitly positioned for large scale inference rather than training, reflecting the industry wide shift in where AI compute spend is actually going as more workloads move from model development into production serving.

TPUs remain a Google Cloud exclusive; there is no path to renting TPU capacity through any other provider, and no path to buying the chips outright. That is both the constraint and the pitch. Buyers get the most mature non NVIDIA software stack available today, in exchange for full commitment to Google Cloud's ecosystem for that workload.


Microsoft Maia and the Slower Azure Path

Microsoft's Maia 100 accelerator, announced at Ignite in November 2023, has taken a more conservative rollout path than Trainium or TPU. Microsoft has used Maia primarily for internal workloads, including portions of Copilot and Azure OpenAI Service infrastructure, rather than aggressively pushing external customers onto it. That caution reflects a genuine tension in Microsoft's position: Azure's single largest AI customer relationship, with OpenAI, runs overwhelmingly on NVIDIA hardware today, and Microsoft has less incentive than AWS or Google to force a rapid migration away from a stack that is already working at scale.

The strategic logic for Maia is less about immediate cost savings on any single customer and more about supply diversification. Every accelerator Microsoft can source internally is one less GPU it needs to secure from NVIDIA's constrained allocation, which matters when demand for AI compute continues to outstrip supply industry wide. For buyers, this means Maia is currently the least externally accessible of the three major custom silicon programs and the one to watch rather than the one to plan around in the near term.


The Broadcom Wildcard: Custom Silicon Beyond the Big Three

The hyperscalers are not the only companies designing their own chips. Reuters reported in 2025 that OpenAI is working with Broadcom to design a custom AI accelerator for internal use, targeting deployment in 2026, following a pattern already established by Meta's MTIA, or Meta Training and Inference Accelerator, chips, which handle a portion of Meta's recommendation and ranking workloads today.

This is a meaningful signal for anyone tracking where GPU demand is headed. If the largest AI labs and hyperscalers are all moving portions of their workloads to chips they control end to end, that reduces the addressable market NVIDIA competes for at the very top of the demand curve, even as overall AI compute demand keeps climbing. It also reinforces a theme covered elsewhere on this site: the GPU supply picture is shifting from pure scarcity toward a more fragmented, multi architecture landscape, and buyers with negotiating leverage should expect that fragmentation to show up in pricing.


What Custom Silicon Actually Costs Versus Renting NVIDIA

The headline price performance claims from AWS and Google are vendor reported and should be treated as directional rather than verified, consistent with how this site treats any vendor sourced benchmark. The more useful framing for a buyer is where the savings actually come from, and where they do not.

Savings tend to show up in raw compute cost per token or per training step, because the hyperscaler is not paying NVIDIA's margin on the underlying silicon. Savings do not reliably show up in total delivered cost, because migrating a workload to Trainium or TPU carries real engineering cost: re validating a training pipeline, retuning distributed training code for a different interconnect topology, and in some cases rewriting custom CUDA kernels that have no direct equivalent on the new hardware. Teams that underestimate this migration cost tend to end up with a bill that looks similar to what they were paying before, just redistributed from compute spend to engineering spend. Running the numbers through a cloud cost calculator before committing to a migration is the fastest way to see whether the compute savings survive contact with the engineering bill.

The workloads best suited to a first custom silicon experiment are large, well understood, and running on frameworks with strong native support: standard transformer training on JAX for TPU, or well established PyTorch training loops for Trainium using AWS's Neuron SDK. Workloads that lean heavily on custom CUDA kernels, exotic model architectures, or third party libraries with no non NVIDIA support are the wrong place to start.

Program Owner Primary Use Today External Availability
Trainium2 / 3 AWS Training and inference, proven at Project Rainier scale AWS EC2 Trn instances
TPU (Trillium, Ironwood) Google Training and large scale inference Google Cloud only
Maia 100 Microsoft Primarily internal (Copilot, Azure OpenAI infra) Limited external access
MTIA Meta Internal recommendation and ranking workloads Not externally available
AWS and Google figures are vendor reported price and performance claims, treated as directional estimates pending live verification.
$
Free Tool
See What a Migration Actually Costs
Use our Cloud Cost Calculator to compare real pricing across AWS, Azure, GCP, Backblaze, Wasabi and more, side by side, before you commit engineering time to a custom silicon move.
Try the Free Calculator  →

A Practical Framework for Evaluating Custom Silicon

Before committing engineering time to a custom silicon migration, run the workload through four questions.

Is the workload training or inference?

Training workloads benefit most from TPU's mature multi chip pod interconnect and from Trainium2's proven large cluster performance in deployments like Project Rainier. Inference workloads, where latency and cost per request dominate, are increasingly the target for newer chips like Ironwood, and the calculus is different because inference serving is more sensitive to software maturity and less tolerant of migration downtime. This is the same training versus inference distinction covered in this site's guide to choosing compute for AI workloads.

How CUDA dependent is the current stack?

A team on vanilla PyTorch or JAX with standard model architectures has a straightforward migration path. A team with hand tuned CUDA kernels, custom fused operators, or dependencies on NVIDIA specific libraries like cuDNN extensions should expect the migration to be materially harder than any vendor's marketing suggests.

What is the realistic cluster size?

Custom silicon economics improve with scale. A team renting a handful of instances for experimentation is unlikely to see meaningful savings after accounting for engineering time. A team planning a sustained, large scale training run, the kind of commitment Anthropic made with Project Rainier, is in the range where custom silicon savings can be substantial.

Does storage architecture support the move?

Moving compute to a different hyperscaler's custom chip often means moving data too, and egress fees on that data transfer can quietly erase savings that looked compelling on paper. This is the same architecture problem covered in this site's reporting on storage as the anchor of the AI infrastructure stack: any GPU or accelerator migration should be planned alongside a storage strategy that minimizes the cost of moving data between providers, not after the compute decision is already locked in.


The Bottom Line for 2026 Procurement

Custom silicon is no longer a hyperscaler science project. It is a live procurement option for any team with workloads large enough to justify the migration engineering, and its mere existence is reshaping the price NVIDIA based capacity commands across the market. Teams that ignore it entirely are leaving negotiating leverage on the table. Teams that chase it without an honest accounting of migration cost, software maturity, and data movement will find the savings are smaller than the slide deck promised.

Key Takeaways
  • Custom silicon from AWS, Google, and Microsoft has moved from internal experiment to production scale infrastructure, with Anthropic training on hundreds of thousands of AWS Trainium2 chips through Project Rainier.
  • Google TPU has the most mature non NVIDIA software stack, built on a decade of internal use, but remains a Google Cloud exclusive with no path to another provider.
  • Microsoft Maia is the least externally accessible of the three programs today and is better understood as a supply diversification play than an option buyers can plan around near term.
  • Vendor reported price performance gains, such as AWS's 30 to 40 percent claim and Google's 4.7x claim, are directional until verified against independent benchmarks.
  • The real cost of migrating to custom silicon is engineering time, not just compute pricing: CUDA dependent workloads and data egress across providers are the two most common places projected savings disappear.

FAQ

Is AWS Trainium a real alternative to NVIDIA GPUs for large scale AI training?
Yes for the right workload. AWS built Project Rainier, a cluster spanning hundreds of thousands of Trainium2 chips, for Anthropic to train frontier models, which is strong evidence the hardware can handle large scale training. The main constraint is software maturity: workloads built around standard PyTorch training loops migrate more easily than those with custom CUDA kernels.
Can I rent Google TPUs outside of Google Cloud?
No. TPUs are exclusive to Google Cloud, with no path to renting capacity through another provider and no path to buying the chips directly. Using TPUs means committing to the Google Cloud ecosystem for that workload.
Is Microsoft Maia available to Azure customers today?
Access is limited. Microsoft has used Maia 100 primarily for internal workloads, including parts of Copilot and Azure OpenAI Service infrastructure, rather than opening it broadly to external customers, which makes it the least accessible of the major custom silicon programs as of early 2026.
Does switching to custom silicon actually save money?
Sometimes, and mainly at scale. Savings typically show up in compute cost per token or per training step because the hyperscaler is not paying NVIDIA's margin. Those savings are often offset by migration engineering cost and, if data has to move between providers, by egress fees, so the net benefit depends heavily on workload size and how CUDA dependent the current stack is.
What workloads are the best fit for a first custom silicon migration?
Large, well understood workloads on frameworks with strong native support are the best starting point, such as standard transformer training on JAX for TPU or PyTorch training loops on AWS Neuron for Trainium. Workloads with heavy custom CUDA kernel usage or exotic architectures should stay on NVIDIA until the software ecosystem matures further.
The question for 2026 is no longer whether alternatives to NVIDIA exist. It is whether your workload, your software stack, and your data are actually portable enough to use them.
Weekly Newsletter
Stay Ahead in Cloud Infrastructure
Join 1,200+ CTOs, architects, and cloud professionals who get our weekly briefing on storage strategy, GPU compute, and cloud cost intelligence.
Subscribe Free  →

References

Share this article

🔍 Browse by categories

Free Cloud Cost Calculator

Compare AWS, Google Cloud, Azure, and alternatives like Backblaze B2 Discover how much you could save in seconds

🔥 Trending Articles

Newsletter

Stay Ahead in Cloud
& Data Infrastructure

Get early access to new tools, insights, and research shaping the next wave of cloud and storage innovation.