Why Google gave away a goldmine for $0? 👀
Google released Gemma 4, a high-performance AI model based on the same research as its flagship Gemini 3, and made it freely available with a commercial license. The model is optimized for local execution, allowing developers to run it on consumer hardware without relying on cloud infrastructure. This move reflects a strategic push to dominate the local AI ecosystem by leveraging efficiency innovations like structural signal layers and mixture-of-experts architecture.
- ▪Google released Gemma 4 under an Apache 2.0 license, allowing free commercial use and even competition with Google's own products.
- ▪Gemma 4 is designed to run efficiently on local devices, eliminating the need for cloud APIs and reducing operational costs for developers.
- ▪The E2B variant uses contextual structural signals in its layers to improve performance while maintaining a memory footprint under 1.5 GB.
- ▪The 26B MoE version activates only 8 out of 128 expert sub-networks per token, significantly reducing compute load while preserving model depth.
- ▪Gemma 4 narrows the performance gap between cloud-based AI and local execution on consumer hardware.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3920613) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Archak Aryan Posted on May 17 Why Google gave away a goldmine for $0? 👀 #devchallenge #gemmachallenge #gemma Gemma 4 Challenge: Write about Gemma 4 Submission Google Just Gave Away Their Best AI for Free. Here is the Catch. On April 2nd, Google did something that didn't make much sense on the surface. They took a model built on the exact same core research as Gemini 3—their flagship cloud AI—and just gave it away.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).