Skip to main content
July 16, 202614:27

Every Gemma Model Compared

By Samuel Gregory

About this video

Stop renting your intelligence from the cloud and start owning it. This video explores Google's Gemma suite, a collection of open-source AI models designed to run on the hardware you already own. From the lightning-fast 2B model for mobile devices to the highly intelligent 31B dense model, we break down which version is right for your specific business workflows. We test their logic with complex trivia and demonstrate how to set up a private AI server on a MacBook using MLX and Open Web UI. Key Takeaways: - Understanding the difference between Mixture of Experts (MoE) and Dense models for business tasks. - Why the 12B model is the 'sweet spot' for professional laptop users. - How to bypass cloud privacy concerns by hosting AI locally. - A performance comparison showing why bigger models are essential for factual accuracy. - A step-by-step look at the OMLX and Open Web UI tech stack.

The Executive Guide to Local AI Sovereignty

Cloud AI is a liability that most founders are simply choosing to ignore. Every time you paste a sensitive strategy document or a proprietary code snippet into a web-based LLM, you are leaking intellectual property. Google Gemma changes the calculus by bringing frontier intelligence directly to your local hardware.

The Spectrum of Intelligence

Google has released a suite of models that cater to different business needs, from mobile-first assistants to heavy-duty research tools.

Micro Models: 2B and 4B

These are the lightweights of the family. Whilst they failed the Johto gym leader trivia test, they excel at narrow, high-speed tasks. For a CEO, these are your local spell-checkers, definition providers, and basic text processors. They run on standard mobile phones or even a Raspberry Pi with near-zero latency.

The Sweet Spot: 12B and 26B MoE

The 12B model is where we start seeing real-world utility for workflows. However, the 26B Mixture of Experts (MoE) model is the true star for founders. By only activating a fraction of its parameters (4B) per token, it offers high-speed intelligence without demanding a server farm. This is your go-to for agentic tasks, coding assistance, and automated workflows.

The Heavy Hitter: 31B Dense

When accuracy is non-negotiable, the 31B model is the tool of choice. In our testing, it was the only model to accurately navigate complex logic and retrieval. For research-heavy roles or training scenarios, this dense architecture ensures that all 'knowledge' is available at once, rather than being compartmentalised.

Hardware for the Modern Founder

You do not need a massive rig to start. Whilst an M5 Max with 128GB of RAM provides a massive context window, these models are optimised for consumer GPUs. A high-end MacBook is now a local-first AI server. By using tools like MLX, OMLX, and Open Web UI, you can build a private, secure AI interface that lives entirely on your desk.

Why Local First?

  1. Privacy: Your data never leaves your machine.
  2. Speed: Near-zero latency for edge processing.
  3. Cost: Stop paying for monthly subscriptions and per-token fees.
  4. Offline Capability: Your AI works on a plane, in a basement, or during a network outage.

The era of renting intelligence is ending. It is time to own your models.

Transcript

Gemma is a suite of open-source AI models from Google. They have models ranging from 2 billion to 31 billion parameters, focusing heavily on consumer hardware.

I am using an M5 Max with 128GB of RAM, but you do not need this much. These models are geared for smaller hardware, though more RAM allows for larger context windows.

The 2 billion parameter model (2B) is a 'thinking' model but very small. It is excellent for mobile phones, spellchecking, and definitions. It is blazing fast but not very smart. The 4B model is a slight step up, likely the standard for high-end phones.

The 26B Mixture of Experts (MoE) model is a significant jump. It uses 4 billion active parameters at a time, making it fast and efficient. It is multimodal and great for agentic tasks, workflows, and coding.

The 31B and 27B models are dense models. Unlike MoE, all parameters are active at once. These are superior for research, training, and situations where you need high intelligence over speed.

The 12B model bridges the gap between the micro models and the large ones, making it ideal for MacBooks and professional consumer hardware.

In our testing, the 2B and 4B models struggled with specific trivia (Johto gym leaders). The 12B model was closer but made several errors. The 31B model was the most accurate, proving that for real-world usage and workflows, larger models are necessary.

To run these, you can use MLX for Mac or LM Studio/Ollama for Nvidia GPUs. Using Open Web UI via Docker provides a clean interface to chat with these models locally. This setup allows researchers and developers to turn workstations into local-first AI servers.