Fetching from the wire…
Public story · 2026-07-21 · high
Agarwal, Chen and Qin's FlashRT has agents chain ASR, LLM, TTS and video models under one latency budget.
Why now: The FlashRT preprint is dated July 21, 2026, on arxiv.
Agarwal, Chen and Qin published FlashRT, a framework that has agents wire together ASR, LLM, TTS and video generation models into one real-time chain instead of running a single model.
The pitch: for voice agents and interactive video, the hard part was never any one model's output quality. It's that five models now share one latency ceiling, and a slow stage anywhere in the chain burns budget meant for every other stage, per the paper.
FlashRT treats the agent as the engineer who has to negotiate that budget across stages, not just as a wrapper that calls a model and waits. That's a different job description than most agent frameworks assume.
The paper doesn't say what latency numbers the framework hits in practice, or whether anyone's run it against a production voice stack. Without that, it reads as a framing contribution more than a benchmark win.
Still, the framing holds up without the numbers. Teams building voice or video agents tend to tune the LLM and call it done, while ASR and TTS quietly eat the rest of the latency budget. FlashRT's bet is that managing the interaction between stages matters more than optimizing any single one, and that's a claim worth testing against whatever benchmarks show up next.
Each link below shares sources, entities, or timing with this story.
Anthropic shipped cross-session messaging for Claude Code on August 7, macOS and Linux, version 2.1.224 or higher. Two new tools: ListAgents discovers other active sessions on your machine, SendMessage delivers text to one by name. Messages between sessions on the same machine...
CCP announced the migration covering code that has run on Stackless 2.7 since 2010. The approach is to run futurize across the codebase and then manually review roughly 20,000 places where Python 2 and 3 behavior diverges, including integer division (Simon Willison). No comple...
Simon Willison released it August 4, calling it "the most significant new version since the initial launch of the project," which from him is not marketing. The agent-relevant pieces: tools can raise llm.PauseChain to stop for human approval, and chains resume from pending cal...
GPT-5.6 Luna went to $0.20 input / $1.20 output per million tokens on July 30. That's an 80% cut. Terra dropped 20%. Luna's input now undercuts Gemini 3.1 Flash-Lite ($0.25/$1.50) and sits at one-fifth of Claude Haiku 4.5's $1 input. Simon Willison covered the announcement and...
The decision, covered by Simon Willison, frames the ban as strategic: maintainers invest time reviewing contributions to mentor developers into trusted long-term contributors. If an LLM wrote the code, that mentorship is wasted. The wrinkle: Bun (acquired by Anthropic) runs a...
— "The defining characteristic of a coding agent is that it can execute the code it writes." Never assume LLM-generated code works without verification. Patterns for python -c edge case testing, /tmp demo files, browser automation with Playwright/Rodney. Red/green TDD: when ag...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.