You’ve probably noticed the headlines. Gemini 3.6 Flash is here, and it’s fast. It’s cheap. It can process video. The benchmarks are screaming. The API pricing is a rounding error. Everyone is racing to tell you that the age of super-intelligence has arrived, and it costs less than a latte.
But here’s the thing nobody wants to say: We have a supercomputer in our hands, and the software to turn it on barely exists.
I spent a week digging into the real-world implications of this model. Not the benchmarks. Not the press releases. The actual, messy, frustrating reality of trying to use it. And I found a gap so wide it’s less a gap and more a canyon. The model can see video. The coding agents you rely on? They’re still blind.
Let me show you what I mean.
I saw a comment on an analysis post that stopped me cold: “I see Gemini 3.6 Flash (and I guess more models by now) support video input. Does any coding agent actually support video inputs?”
That question is the quiet earthquake under the entire AI industry. Because the answer, as of right now, is a resounding no. Or at best, a hesitant “not really.” We have a model that can watch a screencast, a lecture, a repair tutorial, a security feed — and the tools that developers use to build with it are still stuck in the text-only world of 2023.
This is not a technology problem. This is an infrastructure problem. And it’s the one that matters.
Think about it. The entire narrative around AI progress has been about the model itself. Bigger context windows. Higher scores on MMLU. Lower latency. But the model is only half the story. The other half is the software that sits between the model and the user. The agents, the wrappers, the pipelines. And that software is lagging by at least a full generation.
Why? Because building agents that can handle multi-modal input is hard. It’s not just about parsing text. It’s about understanding frames, motion, context, and purpose. It’s about deciding when to look at a video frame and when to listen to the audio. It’s about handling the sheer volume of data that video brings. And most teams simply haven’t done the work. They’ve been optimizing for the last paradigm — text-in, text-out — while the model has already moved on.
So here’s the provocative truth: The most valuable AI company in the next two years won’t be the one that makes the best model. It will be the one that builds the best agent for the model.
And that’s a terrifying thought for anyone who’s been betting on the model itself. The raw intelligence is commoditizing. It’s getting cheaper, faster, and more capable by the quarter. But the value is shifting to the messy, unglamorous work of integration. The duct tape and glue that makes the supercomputer actually useful in a real workflow.
I’m taking a side here. I believe the industry is distracted by benchmarks. The real frontier is agentic infrastructure. If you’re a developer, a strategist, or a founder, you should stop asking “which model is best?” and start asking “what can my software actually do with this model?”
Because right now, the answer is probably “not nearly enough.”
And that’s the opportunity. The twist is that the bottleneck isn’t intelligence — it’s plumbing. The models are ready. The agents are not. The winners will be the ones who build the pipes.
So next time you see a breathless announcement about a new model’s score, ask yourself one question: Can my coding agent watch a video yet? If the answer is no, then all the intelligence in the world doesn’t matter. You’re still stuck in the dark.
And that’s a frustration you can feel in your bones. Because you know the model is capable. You know what it could do. But the software you have is holding it back. And that’s not a technology problem. It’s a design problem. It’s a prioritization problem. It’s a problem that someone is going to solve — and when they do, they’ll own the next decade of AI.
FAQ
Q: Are you saying that models like Gemini 3.6 Flash are overhyped?
A: No. The models are genuinely impressive. The problem is that the software ecosystem to use them, especially for video, hasn't caught up. The hype is real, but the utility is delayed by poor infrastructure. The model isn't overhyped; the agents are underbuilt.
Q: What’s the practical takeaway for a developer or CTO?
A: Stop optimizing for model selection. Start investing in agentic middleware that can handle multi-modal inputs. If your coding agent can't ingest video, you're leaving a massive capability gap on the table. The next 12 months are about building the pipes, not the pumps.
Q: Can’t we just fine-tune existing text-based agents to handle video?
A: Not easily. Video processing introduces entirely new challenges: temporal reasoning, frame selection, data volume, and latency. Retrofitting text agents is like trying to teach a typewriter to play chess. You need a fundamentally different architecture. The teams that start from scratch with video-first agents will win.