---
title: 'DeepMind''s New AI: A Gift to Humanity'
source: 'https://youtube.com/watch?v=Sk9tvyRSCgY'
video_id: 'Sk9tvyRSCgY'
date: 2026-07-24
duration_sec: 715
channel: 'Two Minute Papers'
---

# DeepMind's New AI: A Gift to Humanity

> Source: [DeepMind's New AI: A Gift to Humanity](https://youtube.com/watch?v=Sk9tvyRSCgY)

## Summary

Google DeepMind released Gemma 4, a free and open family of AI models that can run on devices with minimal hardware, including phones and even a Nintendo Switch. This video explores four surprising aspects of Gemma 4: its performance, agentic capabilities, context window, and permissive license, highlighting how it empowers users to own and run AI locally without reliance on proprietary cloud services.

### Key Points

- **The Problem with Proprietary AI** [00:00] — Users of Claude AI lost access due to 'heavy workloads', highlighting the risk of relying on cloud-based, subscription AI services.
- **Gemma 4: Free and Open AI** [01:06] — Google DeepMind's Gemma 4 is a free, open family of models. The smallest models require only a few GB of memory and run on devices like phones and Nintendo Switch without internet.
- **Surprise 1: Performance of 31B Model** [02:50] — The 31B parameter dense model beats models 10-20 times larger on some benchmarks, despite being dense (all parameters active) rather than mixture-of-experts.
- **Four Key Improvements in Gemma 4** [04:41] — 1) Highly curated training data; 2) Hybrid attention (sliding window + global); 3) Better image understanding (no squishing); 4) Shared KV-cache for efficiency.
- **Surprise 2: Agentic Workflows** [06:52] — Gemma 4 excels at tool use, local coding, and agentic tasks like booking flights or summarizing news, making it a viable free alternative to proprietary assistants.
- **Surprise 3: 256k Context Window** [07:51] — The context window is doubled to 256k tokens, allowing processing of long documents, though it's computationally expensive.
- **Surprise 4: Apache 2.0 License** [08:07] — Gemma 4 uses Apache 2.0 license, removing restrictions present in Gemma 3. It allows modification, commercial use, and derivative models with minimal friction.
- **Limitations of Gemma 4** [09:07] — No live database; can be confidently incorrect; struggles with highly complex tasks and images with fine details like thin structures or grass.

### Conclusion

Gemma 4 is a significant gift to humanity, providing free, open, and locally-run AI that cannot be taken away. It empowers individuals and small developers, reducing dependence on big tech companies.

## Transcript

Google DeepMind gave an amazing gift to humanity.&nbsp; And it is full of surprises. Here’s why. Today,&nbsp;&nbsp; we are living in the age of AI where these&nbsp; smart assistants and agents can do things&nbsp;&nbsp;
we could only dream of 10 years ago. But.&nbsp; Many of these solutions are proprietary,&nbsp;&nbsp; require a subscription, and run in the cloud. And then this happens. Yup, some OpenClaw users&nbsp;&nbsp;
reported losing access to their Claude&nbsp; AI subscription citing “heavy workloads”. Now, maybe they did something unsavory, I don’t&nbsp; know. I also understand you pay a fixed rate,&nbsp;&nbsp;
you can’t eat all you want.&nbsp; I respect that. However,&nbsp;&nbsp; this is the point. We have to rely on the&nbsp; goodwill of these companies for our workflows. So this is why I keep saying over and over that we&nbsp;&nbsp;
should always look for options where you&nbsp; we own these AIs and run them on our own&nbsp;&nbsp; systems for free, forever. No one can take them away. NVIDIA came out with their Nemotron 3 Super,&nbsp;&nbsp;
which has super capabilities…but its&nbsp; hardware requirements are also super.&nbsp; Not so much with Google DeepMind’s new AI, Gemma&nbsp; 4. This is a free and open family of models,&nbsp;&nbsp;
and yes, finally, the smallest ones&nbsp; require only a few gigabytes of memory. No need for an expensive GPU. So much so that&nbsp; I wanted to wait a bit before publishing this&nbsp;&nbsp;
video to see how you Fellow Scholars use&nbsp; it in practice. And…look at that! It runs&nbsp;&nbsp; on your phone without an internet connection.&nbsp; And folks are already using it in practice to&nbsp;&nbsp;
create offline translation and summarization&nbsp; apps. Also, real time image classification&nbsp;&nbsp; running in your browser while talking like a&nbsp; bard? No problem. You can already fine tune it&nbsp;&nbsp;
with Matt’s work. It is so good, it has a little&nbsp; ecosystem around it already in just a few days.&nbsp;&nbsp; Because of the brilliance of&nbsp; you Fellow Scholars. Nice work.
But it gets better. You see, the smallest Gemma is&nbsp; so small, it runs on…oh my. Look…I love that. It&nbsp;&nbsp; runs even on an old beat up nintendo switch,&nbsp; first generation. Not exactly something with&nbsp;&nbsp;
a lot of memory or processing power. Still&nbsp; runs the 2 billion parameter Gemma 4 model. Now that is a gift to humanity. But&nbsp; it gets really strange from here&nbsp;&nbsp; on out. Here are 4 things that I found&nbsp; really surprising. Dear Fellow Scholars,&nbsp;&nbsp;
One, they also have a bigger, 31B&nbsp; model which was the #3 best open model,&nbsp;&nbsp; and now hold on to your papers Fellow&nbsp; Scholars, because it beat some models&nbsp;&nbsp;
that are 10 times larger. And still&nbsp; competitive with some that are 20 times&nbsp;&nbsp; larger. On some measurements. And it is a&nbsp; dense model. What? What is going on here?
You see, many of the modern AI systems&nbsp; you encounter are what they call mixture&nbsp;&nbsp; of experts models. MoE. These are&nbsp; huge AI models with many parameters,&nbsp;&nbsp;
and to make sure we don’t burn down all of our&nbsp; hardware using them, it splits up this big brain&nbsp;&nbsp; into many small ones. If you have a biology&nbsp; question, it chops it up into small parts,&nbsp;&nbsp; and routes them to the parts of the brain that&nbsp; it thinks are the best experts at processing it.&nbsp;&nbsp;
Typically, to the top 2 to 8 experts. Only&nbsp; ask them. Yes, with that, we only activate one&nbsp;&nbsp; small part of a brain at a time. It makes&nbsp; sense, right? It’s not a simple process,&nbsp;&nbsp;
but it is possible. This enables us to create&nbsp; huge intelligent models that are still efficient. Dense models, however, just light up every&nbsp; parameter of the system. These are not new,&nbsp;&nbsp;
and in some ways, these are very&nbsp; inefficient. You light up all the&nbsp;&nbsp; 31 billion parameters in the brain all&nbsp; the time, no matter how simple or complex&nbsp;&nbsp; the question is. But this one…this&nbsp; one is somehow magically good. How?
They did four amazing things: one, Google&nbsp; didn’t just dump half the internet into it&nbsp;&nbsp; to learn about us. They apply super strict&nbsp; filters to give it only highly curated&nbsp;&nbsp;
training data. That is actually good advice&nbsp; for our thinking too. Don’t let everything in,&nbsp;&nbsp; curate your information diet. There is lots of&nbsp; noise out there - ignore it. That is excellent.
Two, they use an interesting attention&nbsp; mechanism that has a sliding window and&nbsp;&nbsp; also global attention at the same time. What&nbsp; does that mean? Well, when you read a book,&nbsp;&nbsp;
you read it line by line to finish a page. That is&nbsp; a local sliding window. With that, you get all the&nbsp;&nbsp; details. But sometimes you want to zoom out and&nbsp; ask, okay, what book are we reading? Which chapter&nbsp;&nbsp;
is this? That is global attention. Here, they use&nbsp; both, and call the mechanism hybrid attention. Three, it is better at understanding images.&nbsp; You know, Gemma 3 had weird glasses on,&nbsp;&nbsp;
and its image understanding was kind of&nbsp; a lie. If you gave it a landscape image,&nbsp;&nbsp; it squished it back to a square image before&nbsp; processing it, losing some information. It&nbsp;&nbsp;
squishes everything into its own preconceived box.&nbsp; Not good. Gemma 4 understands the image as-is,&nbsp;&nbsp; and the difference really shows on any&nbsp; benchmark that has to do with images.
Four, it has a shared KV-cache.&nbsp; KV-cache is short term memory for&nbsp;&nbsp; what you are currently talking with it,&nbsp; documents, questions. Now the layers of&nbsp;&nbsp; this neural network like to recompute their&nbsp; fresh memory from scratch. This one doesn’t,&nbsp;&nbsp;
it essentially borrows the memory already computed&nbsp; by earlier layers. Less work, nearly the same&nbsp;&nbsp; result. This is one of those ideas where we are&nbsp; wondering why we didn’t always do it like this.
Okay, and all this was just part of my first&nbsp; surprise. Second surprise. It is fantastic at&nbsp;&nbsp; agentic workflows. This is where we don’t just&nbsp; have an AI assistant that spits out a bunch of&nbsp;&nbsp;
text, this is when we give it arms and legs and&nbsp; ask it to do stuff. Tool use, local coding, and&nbsp;&nbsp; a ton more. Plug it into OpenClaw and it can book&nbsp; a plane ticket. Look for news and summarize it&nbsp;&nbsp;
in a more unbiased way. Or write silly emails to&nbsp; Károly from Two Minute Papers. That sort of thing.&nbsp;&nbsp; It is really good at that. So when any company&nbsp; decides that you can’t use their system anymore,&nbsp;&nbsp;
that’s alright. Just plug in Gemma 4, and you&nbsp; are good to go. For free. People find that if&nbsp;&nbsp; you give it custom instructions, sometimes you&nbsp; don’t even notice the difference. That is huge.
Surprise number three, the context window was&nbsp; improved to 256k, twice as big as Gemma 3 had.&nbsp;&nbsp; This is pretty expensive to compute, so don’t&nbsp; take it for granted. Here, you are not going&nbsp;&nbsp;
to chuck gigabytes of movies into it, but for&nbsp; a few long documents, it is perfectly fine. Four, the license. Oh my, the license. This&nbsp; one gets overlooked so much. Gemma 3 came with&nbsp;&nbsp;
a Gemma license. In other words, it comes with&nbsp; strings attached. The model comes with handcuffs,&nbsp;&nbsp; if you will. If you use it to create training data&nbsp; for a derivative model. Yup, that one inherits the&nbsp;&nbsp;
handcuffs too. But, with Gemma 4, not anymore.&nbsp; Look, Apache 2.0 license. Now we’re talking,&nbsp;&nbsp;
yes! This license is true to the open&nbsp; source spirit. You can modify it,&nbsp;&nbsp; sell it, deploy it commercially with&nbsp; almost zero friction. Make derivative&nbsp;&nbsp; models, do a ton of stuff with far fewer&nbsp; restrictions. This is huge. Thank you so much!
Now, not even this technique is perfect.&nbsp; For instance, the model does not have a&nbsp;&nbsp; live database. Without an agent harness, it&nbsp; cannot browse or look up stuff. Meaning? Well,&nbsp;&nbsp;
meaning that it can be confidently incorrect.&nbsp; The internet special. Also for highly complex,&nbsp;&nbsp; open-ended tasks - it’s not great at that. Or,&nbsp;&nbsp;
when you have images with lots of high-frequency&nbsp; visual details, thin structures, blades of grass,&nbsp;&nbsp; or a fence from far away. Not great at that,&nbsp; it’s going to need even better glasses.
But, adding this all up, this is an amazing&nbsp; gift to humanity, one that cannot be taken from&nbsp;&nbsp; us. This is not for Mr moneybags, this&nbsp; is for the little man, and it is free,&nbsp;&nbsp;
for all of us, forever. Hugely appreciated.&nbsp; Absolutely loving it. What a time to be alive!&nbsp;&nbsp; Also, I waited with this video because I did&nbsp; not just want to take the marketing messaging&nbsp;&nbsp;
and copy-paste it to you. I wanted to see how&nbsp; you Fellow Scholars are actually using it in&nbsp;&nbsp; practice. Read through your experiences&nbsp; with it. Does it really work in practice?&nbsp;&nbsp; Super important. That’s what we are here&nbsp; for, not the copy-pasted media headlines.
That needs time. Trying to explain all this in&nbsp; simple words also takes time. I don’t have a&nbsp;&nbsp; team here, I do everything from the writing to&nbsp; recording, video editing. I am trying my best&nbsp;&nbsp;
here. But it gives you more accurate information,&nbsp; and that is the most important for me. So, now, after 10 million downloads in the&nbsp; first week and more thorough testing. My&nbsp;&nbsp;
opinion is that yes, this thing rocks. I would&nbsp; like to send a big thank you to every single&nbsp;&nbsp; scientist who worked on this! And hold on to&nbsp; this one for dear life because a frontier model&nbsp;&nbsp;
just got locked down for a few select clients.&nbsp; You know, it’s a big club. And we ain’t in it. If you enjoyed this, consider&nbsp; subscribing and hitting that bell.
