General-purpose AI accelerators are designed to execute any model architecture, and that breadth carries a cost: silicon area and power both go toward flexibility that a dedicated model never uses. Alphabet is reported to be developing a chip called "Frozen v2" that would embed parts of Gemini's architecture directly into the hardware, and Alphabet's stock rose on the news.
The constraint that model-specific silicon addresses
Every AI chip must choose how much of its compute to make programmable. A fully programmable chip can run any model but spends cycles fetching, decoding, and routing instructions for operations that a specific model will execute in a fixed pattern every time. A chip that freezes part of the model into hardware replaces those programmable paths with dedicated circuits. Those circuits run faster and draw less power than their programmable equivalents, and they need less die area per operation. The gain concentrates in inference, where the same forward pass runs repeatedly at high volume.
The name "Frozen v2" signals exactly that design decision. Freezing means locking portions of the model's architecture into the silicon rather than treating the model as software loaded at runtime. The "v2" designation implies a prior version exists, though the report does not detail what changed between them.
What Gemini integration changes about the chip's position
Embedding parts of Gemini's architecture into the chip rather than running Gemini as software on a general accelerator changes where in the stack the model lives. The inference path for those embedded components moves from software to hardware. That is where latency and power efficiency are won or lost at scale.
For Alphabet, which runs Gemini at scale, the per-query cost of inference is a material number. A chip built around Gemini's specific architecture, rather than a general AI workload, would compress that cost if deployed broadly.
The market response
Alphabet's stock moved higher on the report. That reaction is a direct read on investor sensitivity to Alphabet's AI infrastructure spending. The specific claim driving it is narrow: Frozen v2 would embed parts of Gemini's architecture directly into the silicon.