News · Google splits its TPU line into training and inference chips for agentic workloads
Google splits its TPU line into training and inference chips for agentic workloads
The 8t and 8i divide labor between building models and running the multi-step agents that use them.
Two chips, two jobs
Google's announcement names two distinct TPU chips with clearly separated roles. The 8t is described as optimized for training, capable of running "even the most complex models on a single, massive pool of memory." The 8i is aimed at the other end of the lifecycle: helping AI agents "complete this very quickly to provide a good user experience."
That split is the core of the news. Rather than a single general-purpose accelerator scaled up, Google is shipping a training part and an inference part designed against different constraints. The 8t's headline attribute is memory — a unified pool large enough to hold big models without partitioning. The 8i's headline attribute is speed at the point of execution.
Why the agent framing changes the target
Google grounds the 8i explicitly in agent behavior. The text describes agents that "reason, plan and execute multi-step workflows," and positions the 8i to run those steps fast enough to feel responsive.
This matters because a multi-step agent is not one inference call — it is many, chained, with each step's latency stacking on the last. A workload built from dozens of sequential model calls is far more sensitive to per-call speed than a single chatbot response. Designing a chip specifically for that pattern is a bet that agent execution, not one-shot generation, is the volume workload to plan for.
The chip is one layer of a stack
Google is careful not to present the silicon in isolation. The announcement ties the two TPUs to "full-stack purpose-built infrastructure — from networking to data centers and energy-efficient operations."
Along with our full-stack purpose-built infrastructure — from networking to data centers and energy-efficient operations — they create the underlying engine that will allow us to bring highly responsive agentic AI to the masses.Montana Labs
The phrase "to the masses" is the scale claim. Fast agent execution at consumer volume is as much a data-center and networking problem as a chip problem, and the announcement frames the TPUs as the engine inside that larger system rather than a standalone product.
What the training/inference split signals for teams building agents
The announcement is short on numbers — no benchmarks, clock speeds, or memory capacities are given, so any performance comparison would be speculation. What is concrete is the architectural decision: Google now treats agent inference as a workload worth its own dedicated silicon, separate from training.
For teams designing agentic systems, that reinforces a planning reality the hardware roadmap is now built around: the cost and latency of a deployed agent are governed by chained inference steps, not by a single model call. Google building the 8i for exactly that shape is a useful signal about where the sustained load — and the sustained spend — will sit once agents run at scale.
Find this story relevant to you?
Contact us to find a unique solution
Need an AI engineering partner that can actually build?
We help businesses integrate AI, build AI-powered products, automate high-value workflows, and modernize the software systems behind them.
Related reading
More analysis around product delivery, operational AI, and the systems work that makes deployment hold up in reality.