11:56Why DeepMind’s New AI Broke The Internet
Gemma 4: A New Open AI Model Google DeepMind released Gemma 4, a family of free and open AI models. Unlike proprietary cloud-based models, Gemma 4 can run locally, even on devices with limited resources. The smallest Gemma models require only a few gigabytes of memory, not necessarily an expensive GPU. It can run on a first-generation Nintendo Switch, demonstrating its low hardware requirements. Gemma 4 offers a gift to humanity by being accessible and free for everyone. Surprising Capabilities and Performance The 31B parameter Gemma 4 model, despite being dense, outperformed some models 10 times larger and competed with those 20 times larger. This is surprising because dense models typically use all parameters, making them less efficient than Mixture of Experts (MoE) models. Key innovations enabling this performance include: Highly curated training data: Strict filtering of training data, prioritizing quality over quantity. Hybrid attention mechanism: Combines local (sliding window) and global attention for better context understanding. Improved image understanding: Gemma 4 processes images without squishing them into a preconceived format, unlike Gemma 3. Shared KV-cache: Reduces redundant computations by allowing layers to reuse memory computed by earlier layers. Agentic Workflows and Context Window Gemma 4 excels at agentic workflows, enabling AI to perform tasks beyond just text generation, such as tool use and local coding. It can be integrated with platforms like OpenClaw for tasks like booking flights or summarizing news. The model's context window has been expanded to 256k, allowing it to process longer documents more effectively. Licensing and Accessibility A significant advantage is Gemma 4's Apache 2.0 license, which is more permissive than Gemma 3's license. This allows for commercial use, modification, and creation of derivative models with minimal restrictions. The model is designed for "the little man," providing powerful AI capabilities without prohibitive costs or restrictions. Limitations and Future Outlook Gemma 4 currently lacks live database access and cannot browse the internet without an agent harness, potentially leading to confident incorrectness. It is not ideal for highly complex, open-ended tasks or images with very fine visual details. Despite limitations, Gemma 4 is considered a significant advancement, especially given its accessibility and performance. The video highlights real-world usage and positive community reception, with over 10 million downloads in its first week.















































