Google just released Gemini 2.0, and the question nobody is asking is the right one. The model is measurably better than Gemini 1.5 on reasoning benchmarks, handles images more accurately, and writes cleaner code. None of that is what I want to talk about. What I want to talk about is who controls the infrastructure this model runs on, and what happens to your application when they decide you cannot use it anymore.

What Gemini 2.0 actually delivers

Google’s release posts a meaningful improvement over Gemini 1.5 Pro on reasoning benchmarks including MMLU and HumanEval. The multimodal understanding is sharper. The code generation is tighter. These are real gains against standardized tests that reflect genuine capability improvements, not benchmark gaming.

But here is what the benchmarks do not measure: inference latency at enterprise scale, cost per token under sustained load, and compatibility with on-device deployment. Those metrics determine adoption. A model that scores high on MMLU but requires H100 clusters to run inference at acceptable speed is a research artifact, not a product. The comparison point that matters is not Gemini 1.5. It is on-device inference running locally on hardware you own, where inference happens without a cloud dependency and nobody holds an off switch.

The hardware layer Google is not addressing

Intel’s 5th Gen Xeon processors, launched in January 2024, ship with enhanced AI acceleration: AMX matrix extensions and AVX-512 that deliver meaningful performance gains on transformer inference compared to prior generations. That is the compute substrate Gemini 2.0 will run on in most enterprise deployments, because most enterprises are not running TPU clusters. They are running x86.

The problem is architectural mismatch. Google optimizes for TPU deployments in its own data centers. Enterprises deploy on commodity x86. The performance delta between Gemini 2.0 on a TPU cluster and Gemini 2.0 on a Xeon rack is the gap that determines whether the model ships or stays in pilot.

Snapdragon Insider bias on the table: Qualcomm’s approach is the structural inverse. The AI runs on the same silicon as the operating system. There is no cloud round-trip. There is no TPU dependency. The inference cost is already paid when you buy the device. I wrote about Llama 3.2’s on-device deployment three months ago precisely because it represented the architectural opposite of what Google is doing with Gemini 2.0. Better benchmarks on a cloud-only model does not solve the structural dependency problem.

The sovereignty question

From my FDI work, I spend time helping European enterprises evaluate US technology investments, and the question that comes up consistently around AI is this: what happens to our application if the model provider changes their terms, raises prices, or gets subject to export controls? With Gemini 2.0, Google holds those decisions. Users do not.

This is not a theoretical risk. Export controls on AI technology have been tightening throughout 2024. The EU AI Act is creating compliance requirements that cloud-hosted models handle inconsistently. Any enterprise building core workflows on cloud-only AI infrastructure is accepting a dependency they cannot negotiate away. The alternative is not weaker models. It is open-weight models like Llama 3.2 running on hardware the enterprise owns, or the on-premise inference infrastructure I covered earlier this year. Either path returns control to the operator.

Gemini 2.0 is an excellent model. Google has clearly closed the gap with GPT-4o on several capability dimensions, and the multimodal improvements are genuinely useful for the document analysis and data extraction workflows most enterprises actually need. But it is a rental. The question every enterprise evaluating it should ask is whether renting the best model today is worth accepting that Google controls when, and whether, you can use it tomorrow.