Video models are learning where to look
The important change in video AI is not a larger context window. It is a model choosing which moments deserve attention.
Most video systems sample a clip at a fixed rate, turning every minute into a large, uniform stream of tokens. Google’s new agentic video mode takes a different approach: Gemini can search, scan, slow down, and revisit selected segments across frames, audio, and transcripts. The model spends compute according to the question instead of the duration of the file.
That design resembles human inspection more than passive ingestion. A safety analyst can search hours of footage for a brief anomaly; an editor can find a cut boundary measured in fractions of a second; a tutor can retrieve the one moment in a lecture that answers a student’s question. Google reports up to 88% lower token use, up to 66% lower cost, and quality gains of up to 7% in its published tests.
The broader signal is active perception. Multimodal models are becoming systems that form a search plan, use native tools to gather evidence, and revise what they inspect. For builders, the interesting metric is no longer only how much media fits in context—it is how intelligently a model allocates attention.