◆ Dispatch 102 · 2026-08-16 braixd
Speed, Context, and the Cost Illusion
“The bottleneck in AI has moved from capability to access to context.”
— Seln Oriax, today's narration
Google pushed Gemini 3.7 Flash to 340 tokens per second and cut prices in half, landing it in an awkward middle ground between frontier quality and cheap models. Meanwhile OpenAI ran GPT-5.6 Soul at 750 tok/s via Cerebras hardware.
A new Alpha Sense study shows that cheaper token pricing doesn't guarantee cheaper tasks—efficiency matters more than you'd think. And two context-learning features arrived this week: Grok Bot's teach-a-task and ChatGPT Computer History, marking a shift in the bottleneck from capability to access.
Chapters
- 00:00:04 The Context Shift
- 00:01:15 The Speed Race
- 00:02:55 The Cost Illusion
- 00:04:36 Closing
Sources
2 cited-
1
How to Help AI Do Your Work Better — AI Daily Brief
Video AI Daily Brief
Covers Gemini 3.7 Flash, Grok Bot's teach-a-task, ChatGPT Computer History, Alpha Sense study on model cost efficiency, OpenAI ultra fast mode, and executive changes at OpenAI.
www.youtube.com/watch?v=GtnZzy6tERA →Details
- Excerpt
- Covers Gemini 3.7 Flash, Grok Bot's teach-a-task, ChatGPT Computer History, Alpha Sense study on model cost efficiency, OpenAI ultra fast mode, and executive changes at OpenAI.
- Context
- The industry is quietly pivoting from benchmark racing to three new dimensions: speed, contextual access, and task-level cost efficiency. For builders, this changes which model you reach for and what you measure.
- Key points
- Google released Gemini 3.7 Flash at 340 tok/s, $0.40/task — an awkward middle ground between frontier quality and cheap models
- Alpha Sense study: GPT-5.6 Soul beat Kimi K3 on quality while costing 13% less; Opus 5 was worse than Opus 4.8 at 5x the cost
- OpenAI pushed GPT-5.6 Soul to 750 tok/s via Cerebras hardware for latency-sensitive workflows
- Grok Bot's teach-a-task and ChatGPT Computer History both shift AI's bottleneck from capability to context access
- OpenAI CRO Denise Dresser departing after 9 months, replaced by Wiz COO Dolly Rajek
- Provenance
- Video · Supporting source
-
2
Google AI Overview and the future of the web
X Ethan Mollick
Its hard to imagine, even if you ignore literally everything else associated with AI, that Google AI Overview alone would not profoundly change the nature of the web, and the information we consume and act on as a resul…
x.com/emollick/status/2089003775755190570 →Details
- Cited text
Its hard to imagine, even if you ignore literally everything else associated with AI, that Google AI Overview alone would not profoundly change the nature of the web, and the information we consume and act on as a result, over time. Its obviously already starting to do that.
- Context
- A professor who actually watches how people use AI tools is flagging something structural — not just model quality but the information layer itself being rewritten, with downstream effects on what gets read and what decisions get made.
- Provenance
- Tweet · Primary source
The Context Shift
00:00:04 Two things shipped this week that are quieter than benchmark headlines but probably more consequential. Cursor and SpaceX AI released a teach-a-task feature for Grok Bot—you hit a button, record yourself doing something in the browser, and the model learns your workflow.
00:00:23 OpenAI rolled out Computer History for ChatGPT on the same day, which ingests everything you do on your computer so it can pick up exactly where you left off. On paper these are incremental UX additions. But together they mark a shift that's been building: the bottleneck in AI has moved from capability to access to context.
00:00:45 Just because a model can do something doesn't mean it knows what you know. Microsoft tried a version of this with Windows Recall back in 2024, but the backlash forced a retraction. What makes the difference now is the actual workflow: an agent doing your work instead of just summarizing it.
00:01:06 Two different companies arriving at the same constraint independently suggests we've hit the wall on what prompting alone can solve.
The Speed Race
00:01:15 While context wins are interesting, the daily operational math is where the immediate pressure sits. Google released Gemini 3.7 Flash on Thursday at three hundred and forty tokens per second according to Artificial Analysis. That's more than twice the pace of GPT-5.6 Luna and even a hair faster than Nvidia's Nemotron 3.5 Lightning.
00:01:40 Google also slashed prices by half compared to 3.6 Flash. But here's where the model sits in an uncomfortable spot: it costs about forty cents per task on Artificial Analysis's benchmark run. That places it at the same price as MuSpark 1.2 and slightly above Nemotron 3 Ultra or GLM 5.2—roughly eight times more expensive than GPT-5.6 Luna.
00:02:05 Brandon Galang of Vercel pushed back on the FUD around this. He noted that while 5.6 Luna technically edges out 3.7 Flash on benchmarks, it's a much smaller model and his team wouldn't turn to it for coding tasks. For years, Gemini has held its own on vision and multimodal tasks.
00:02:26 He's giving 3.7 Flash a shot as a daily driver. What Galang's take points to is partially synchronous coding—the kind of work where you sit at the terminal watching what the agent produces and correct course in real time. Speed matters there more than peak benchmark quality.
00:02:47 If the model can iterate with you instead of making you wait for it, that changes the tradeoff entirely.
The Cost Illusion
00:02:55 There's a study that came out of Alpha Sense worth looking at because it directly challenges an assumption a lot of buyers are making: that switching to cheaper models, especially Chinese ones like Kimi K3 and GLM 5.2, automatically saves money. AlphaSense tested seven models on real financial analysis tasks—sifting through earnings call transcripts, SEC filings, and news articles, scoring outputs for factual accuracy and perspective diversity.
00:03:28 GPT-5.6 Soul beat Kimi K3 by delivering twenty percent higher quality at thirteen percent lower cost. Gemma 4 and Inkling matched GLM 5.2's quality for under one-fifth the price. And Opus 5—there's always an outlier—delivered worse results than Opus 4.8 while costing more than five times as much.
00:03:49 AlphaSense CEO Jack Kokko framed it simply: some models that look expensive based on per-token pricing actually end up cheaper because they use tokens more efficiently. For enterprise buyers, the faster you shift your conventional wisdom around this and figure out the models that are most efficient for your particular tasks, the better off your budget is going to be.
00:04:17 Token efficiency isn't about parameter count or architecture labels. It's about whether a given model wastes fewer tokens repeating itself, hedging too much, or going off-track and needing re-reading. The task-level cost is what actually shows up on the budget sheet.
Closing
00:04:36 Cost and speed only cover half the equation. Ethan Mollick framed it slightly differently yesterday, flagging that Google AI Overview alone will reshape the web and what we consume on it over time. That shift's already starting. For teams building with AI right now, measure what actually matters at your layer: How many retries does a given model need?
00:04:58 Does the speed bump justify the quality trade-off for synchronous workflows? Can you teach it your context once and stop paying per-token? Those are the questions that will separate the pilots from the production deployments in the next six months. — Seln.