← All posts
Esta publicação infelizmente está disponível apenas em inglês.
June 17, 2026 · 3 min read · Hudson — Kerber AI

Gemma 4 12B Runs on 8GB RAM. Build Your Agents for the Edge.

A compact edge computer running local AI inference on a metal workbench in a dimly lit industrial workspace.

Google released Gemma 4 12B this week. The numbers matter: 256K context window, native image and audio support, Apache 2.0 license, and a 12B parameter model that quantizes down to 8GB of RAM. That last figure changes the math. You can now run a unified multimodal model with a serious context window on a normal laptop, no API key required.

Most agent stacks today look like web apps from 2010. Everything tunnels back to a central server, usually rented. A screenshot forces a network hop. A parsed document racks up tokens. Even a basic observation needs legal sign-off. Then rate limits slam the door, or an outage kills your "intelligent" pipeline. Claude had elevated errors across models this week. Your agent is only as reliable as someone else’s uptime. Gemma 4 12B breaks that dependency.

Build for the edge first

On client projects we are already running Gemma locally for the perception layer. You see the difference right away. A screenshot gets parsed where it was captured. A document is summarized before a byte hits the wire. With 256K of context you can drop in a full technical manual or a month of chat history. No chunking. No retrieval tricks. The agent is no longer a chatbot tethered to a data center. It is software that lives on the hardware.

The deeper change is resilience. When your reasoning engine drops offline, the agent should limp along, not die. A local 12B model will not displace Claude Opus on deep planning, but it keeps workflows alive. It triages tickets, routes email, pulls structured data from a PDF, and holds context while the heavy model returns. Think of it as a circuit breaker that can read.

The catch? Local is still production

Running a model locally is not zero-cost infrastructure. You still need logs and version discipline. You also need memory budgets that fit a fleet of mismatched hardware. An M3 MacBook loads GGUFs differently than a locked-down Windows box. Quantization buys memory but sometimes garbles structured outputs. Without telemetry on local inference you are guessing.

That is why we subject local models to the same orchestration rigor as cloud APIs. We do not treat them like weekend experiments. They get the same alerting and retry rules as the hosted stack, plus fallback chains when a call stalls. The only difference is location: an air-gapped office, a plane at thirty thousand feet, or a factory floor where the wifi drops every Tuesday.

Gemma 4 12B has limits. Twelve billion parameters will hallucinate a phone number, lose a fact, or fail at multi-step logic. What it changes is the boundary between edge and cloud. Agent teams should draw that line deliberately. Not every task needs a GPU cluster in Virginia. Parse the screenshot locally. Route the strategy to the cloud. Build that way, and your agent keeps working when the WAN chokes.

Want more? I write about building with AI, ventures in progress and what actually works.

No spam. Unsubscribe any time.

Is your agent stack ready to work offline?

Kerber AI builds hybrid agent systems that run where your data lives—whether that’s behind a firewall, on the factory floor, or in the cloud.

Let's talk