Google Puts a Capable Local Agent on Your Laptop

A new open-source model from Google runs multimodal agentic workflows on any machine with 16GB of RAM — no cloud required.

Google Puts a Capable Local Agent on Your Laptop

Google DeepMind’s Gemma 4 12B sits between its lightweight E4B and the more capable 26B model in the Gemma 4 family and the architecture choices behind it say as much about where AI deployment is heading as the benchmark numbers do.

Gemma 4 12B is encoder-free. Most multimodal models handle visual and audio inputs by passing them through separate encoder components before the language model ever sees them. Those encoders add latency, consume memory, and increase the overall footprint of the model. Not here! The result is a model that handles multiple input types with significantly less overhead, which matters considerably when the model is running on a laptop rather than a data centre.

The release also ships with Google’s new Gemma Skills Repository — a library of pre-built capabilities designed specifically for agents building with Gemma models — and includes Multi-Token Prediction drafters to reduce inference latency further.

Gemma 4 12B is released under the Apache 2.0 licence, meaning enterprise developers can use, modify, and deploy it commercially without licensing restrictions. Weights are available via Hugging Face and Kaggle, with immediate support across llama.cpp, MLX, vLLM, and SGLang.

The broader significance sits in the timing and the trend. Google released Gemma 4 12B a day after Microsoft introduced its Aion model line for local deployment on its Surface RTX Spark Dev Box. Both moves reflect the same directional shift where frontier model providers are increasingly competing not just on cloud inference, but on what can run locally on edge hardware. For agentic AI specifically, the implications are practical. Local agents can operate without per-token cloud costs, without network latency in the reasoning loop, and in environments where data sovereignty or connectivity constraints make cloud dependency impractical.

Capable agentic reasoning typically benefits from larger parameter counts. A 12B model handles well-defined, task-specific workflows competently; complex multi-step reasoning across ambiguous contexts remains better served by larger models. For many enterprise use cases, however, task-specific is exactly what is needed, and the cost and deployment profile of a free, locally-applicable model changes the cost-benefit analysis.

Google’s seen great success with its Gemma models, with the family crossing 150 million downloads. This 12B addition suggests Google intends to contest the edge and local deployment market with the same seriousness it brings to cloud-hosted inference.