Fetching from the wire…
Top 5 · 2026-09-02 · source-backed
Google launched agentic video understanding across Gemini 3.7 Flash, 3.6 Flash and 3.5 Flash-Lite (Google). Instead of scanning a video start to finish at a fixed sample rate, the model runs an internal loop deciding what to watch, at what speed, and through which channel: frames, audio, or transcript. It fetches only the segments needed to answer the query.
Google reports up to 88% lower token consumption, up to 7% higher accuracy, and about 66% lower cost, placing it on the accuracy-to-cost pareto frontier for the video models they tested. Live now in the Gemini API through AI Studio and the Gemini Enterprise Agent Platform, consumer app to follow.
Accuracy going up while tokens go down is the part that made me stop. Every compression technique I've shipped traded one for the other. This one doesn't, and the reason is that fixed-rate scanning was never a good use of the budget in the first place. If the answer to your question lives in eleven seconds of a forty-minute video, sampling the other thirty-nine minutes at 1fps is not context, it's noise you're paying to carry.
The mechanism is the same selective-retrieval move showing up everywhere in agent context work right now. LatentPress writes conversation histories into continuous memory tokens fed straight through the decoder's input-embedding interface, hitting 0.504 accuracy on LongMemEval at 7.70x compression against 0.490 for uncompressed evidence (arXiv 2609.01507). ACToR fires retrieval at the specific decode positions where repository-level code generation goes wrong, for 15.4% relative gain on CoderEval over task-level RAG (arXiv 2609.01601). Different domains, same insight: deciding what to look at beats looking at everything, and it's cheaper.
For anyone doing video at volume, run the numbers this week. A 66% cost cut on a workload that was previously too expensive to run at all changes which products are buildable. I've had two ideas sitting in a notes file for a year that died on video token cost, and I'm going back to look at them.
The caveat: these are Google's own numbers on Google's own tested set. "Up to 88%" is a ceiling, not an average, and it will depend entirely on how localized the answer is in your videos. A query that needs the whole video still needs the whole video.
Each link below shares sources, entities, or timing with this story.
Nano Banana 2 Lite (Gemini 3.1 Flash-Lite Image) generates images in as little as four seconds and is live in AI Studio, the Gemini API, AI Mode, and the Gemini app. Gemini Omni Flash entered public preview for video generation and conversational editing at $0.10 per second, m...
GA and stable for production across the Gemini API, Enterprise, and Antigravity, and now the default in the Gemini app and AI Mode in Search globally. Google pitches frontier-level intelligence at ~4x the speed of comparable models, priced at $1.50/$9 per 1M tokens, 1M-token c...
"Gemini is Cooked but GCP is Cooking" argues Google quietly shelved 3.5 Pro, which industry chatter placed at roughly Opus 4.5 level, shipping Gemini 3.6 Flash as a bridge the authors call worse than Muse Spark 1.2, Grok 4.5, and tier-1 Chinese open-source models. The hard num...
Google DeepMind shipped computer use as a built-in tool inside Gemini 3.5 Flash on June 24, collapsing the standalone Oct-2025 computer-use model into the same model you already use for function calling, Search grounding, and Maps. One agent sees a screen, clicks, types, and l...
Willison's August 13 release adds Gemini 3.7 Flash, 3.6 Flash and 3.5 Flash-Lite plus gemini-embedding-2 and -001, rebuilding on LLM 0.32's structured message and streaming APIs so reasoning, tool calls and results emit as typed stream events while preserving Gemini thought si...
Google's Gemini 3.2 Flash appeared in the Gemini iOS app and AI Studio before any official announcement. It showed up on LM Arena benchmarks. And the numbers are real: 92% of GPT-5.5's coding and reasoning performance with sub-200ms latency at roughly 1/15th the cost. Source:...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.