Your AI can read. Gemma 4 can see Gemma 4 is a multimodal AI model that can process text, images, and audio simultaneously, allowing users to show it a picture instead of describing one in words. In tests, the model successfully diagnosed a droopy houseplant from a photo, transcribed a handwritten grocery list, and interpreted a chart's trend without labels. The model is available for free download and can run locally on personal hardware without an internet connection. This is a submission for the Gemma 4 Challenge: Write About Gemma 4 For two years, talking to an AI meant typing. You described things in words, the AI answered in words. If you wanted help with a photo, a handwritten note, or a screenshot, you first had to translate it into a paragraph — and hope you didn't leave out the part that mattered. Gemma 4 is multimodal, which is a clunky word for a simple idea: you can show it a picture instead of describing one. I spent an afternoon doing exactly that, and the gap between "tell the AI" and "show the AI" turned out to be bigger than I expected. Here's what multimodal actually means, three things I showed it, and how you can try it yourself in about five minutes — free, no fancy hardware. A mode is a type of input: text is one mode, images are another, audio is a third. A text-only model is like texting a friend who can only read words. A multimodal model is like video-calling that friend — you can hold something up to the camera and they just see it. Gemma 4 handles text, images, and audio through the same model. You don't bolt on a separate "image reader." The thing that understands your sentence is the same thing that understands your photo. That matters more than it sounds, and the examples make it obvious. I didn't write clever prompts. I literally uploaded a photo and asked a plain question, the way you'd ask a knowledgeable friend. 1. A drooping houseplant. I uploaded a photo of a sad-looking plant and asked, "What's wrong with this?" It pointed out the yellowing lower leaves and damp-looking soil and suggested I was overwatering — and to check that the pot actually drained. I never told it the leaves were yellow. It looked. 2. A handwritten grocery list. My handwriting is genuinely bad. I snapped a photo and asked it to type the list out. It read all but one item correctly it guessed "tomatoes" where I'd scrawled something closer to "tamarind" — fair . Typing that list myself would've taken longer than photographing it. 3. A screenshot of a line chart with no title. I asked, "What's the trend here?" It described the steady climb, called out the dip in the middle, and noted the sharp rise at the end — reading the shape of the data, not just labels. For someone who finds charts intimidating, that's a quiet superpower. None of this was perfect. It got one grocery item wrong, and if I'd asked it to read tiny dense text it would've struggled. But "show instead of describe" changes the kind of help you can ask for. You stop being the translator. Three reasons this matters beyond the novelty: That last point is the one I keep coming back to. A model that can see, running entirely on hardware you own, with no internet connection, would have sounded like science fiction in 2023. It's a free download in 2026. You don't need a powerful computer to start. Two paths, easiest first. That's the whole thing. No setup, no card, no code. If you want it running locally with nothing leaving your computer: ollama run gemma4:e4b The first run downloads the model once a couple of gigabytes . After that it works with no internet. Start with Path A to feel the magic, switch to Path B when you want privacy. The thing I want to try next is audio: Gemma 4 hears as well as sees, which means you could hand it a voice memo and a photo together and ask one question about both. We're early in figuring out what that unlocks. But the simple version is already enough to change how I use AI day to day. I type less. I show more. And the friend on the other end of the video call finally has eyes. If you try it, show it something weird and tell me what it said — that's the fun part. Want to go deeper? The official models are on Hugging Face and Kaggle, all free to download.