Aug 27, 2026 · 5 min listen · Last updated August 27, 2026
From storyflo. This is your daily audio brief. Theo here. August 27th, tech desk. Five stories from the last twenty-four hours — here's where I'd start. Let's get into it. First, from KDnuggets. What We Can Learn From Google Engineers’ Indispensible Prompts.
Listen · storyflo · A.I.
Daily A.I. Brief · August 27th
0:00-5:03
Pick your daily storyteller
Subscribe to match with Theo, Jessica, Chloe, Mason, Brock — your voice, every brief.
Audio pre-rendered by Storyflo · cached + delivered from the edge
What We Can Learn From Google Engineers’ Indispensible Prompts
Hey, Google Engineers: What prompt do you personally refuse to work without, and why? Most people's prompt history looks like a junk drawer. A one-off request to explain an error message, a quick "clean this up," a boilerplate generator used once and forgotten. In June 2026, Google Cloud's developer relations team published something different: they asked ten of their own engineers and leaders one specific question: what prompt do you personally refuse to work without, and why? What came back wasn't a list of clever phrasings.
A quarter of Nvidia’s business next year comes from labs it is financing
Nvidia has put nearly US$50 billion into the AI labs that buy its chips, and has lined up commitments for more than $500 billion Colette Kress, the company’s chief financial officer, told analysts on August 26 that demand from the labs Nvidia backs with its own balance sheet will contribute toward roughly a quarter of its business next year. That arrangement is what people mean by circular financing, and Nvidia used the phrase before any analyst did.
Hugging Face is selling a cute $399 open-source duck robot, Microduck
Hugging Face unveiled the Microduck on Thursday, a cute little duck-like robot that sells for $399 — and ships before Christmas. Clem Delangue, CEO of Hugging Face, said the Microduck is an “open-source robot you can teach new tricks with reinforcement learning.” The 25-centimeter-tall duck can waddle, pick things up with its beak (up to 800 grams), get back up when it falls, crouch, and even roller skate. “Welcome to the era of open-source affordable robots to democratize physical AI and world models!” Delangue said.
Claude Cowork now runs its own browser inside the desktop app
Anthropic is building its own browser into Claude Cowork, running inside the desktop app. When a task needs a website, a browser opens in the side panel, where Claude loads pages, reads them, clicks, and types. That lets it fill out forms or pull numbers from a dashboard, even on portals without an API. The browser stays separate from your own, so Claude can't see your tabs, bookmarks, or passwords. You can move logins over one page at a time from Chrome, Edge, or Firefox, though banking and email sites are off-limits.
GLM-5.3-Flash matches top models at a fraction of the cost, and runs without Nvidia
Z.ai releases GLM-5.3-Flash, an open-source model with 320 billion parameters that lands just three points behind the larger GLM-5.3 on Artificial Analysis's Intelligence Index, at a seventh of the cost. What's notable is that all of the inference traffic ran on Chinese AI chips instead of Nvidia hardware. The article GLM-5.3-Flash matches top models at a fraction of the cost, and runs without Nvidia appeared first on The Decoder.
Google's Gemini 3.5 Transcribe turns speech to text in 85 languages while auto-correcting your verbal stumbles
Google's new Gemini 3.5 Transcribe recognizes over 85 languages, strips filler words, and corrects slips of the tongue in real time. It hits a 4.0 percent word error rate in streaming mode, with 70 percent lower latency than its predecessor, Chirp 3. Through function calling, the model can hand off tasks to other Gemini models. The article Google's Gemini 3.5 Transcribe turns speech to text in 85 languages while auto-correcting your verbal stumbles appeared first on The Decoder.
Anthropic locks in 45-billion-dollar compute deal with Nscale ahead of IPO
Anthropic has struck a deal worth around 45 billion dollars with British cloud startup Nscale, Bloomberg reports. The article Anthropic locks in 45-billion-dollar compute deal with Nscale ahead of IPO appeared first on The Decoder.
OpenAI researcher warns ultrafast AI could leave security teams in the dust
An OpenAI researcher warns that state-of-the-art AI models running 50 times faster could infiltrate systems before human teams can react. Simple monitoring won't cut it anymore, he says. What's needed are autonomous shutdown systems. The warning comes as OpenAI unveils a new AI chip that significantly outperforms current hardware in inference speed. The article OpenAI researcher warns ultrafast AI could leave security teams in the dust appeared first on The Decoder.
Stop Giving Your AI Agent a Search Box and Start Giving It Typed Tools, Hard Bounds, and a Gate It Cannot Talk Past
What happens when you stop feeding a model context and let it go find its own, walking a knowledge graph within strict limits, and what four models and one wrong prediction revealed about whether that is worth doing. The post Stop Giving Your AI Agent a Search Box and Start Giving It Typed Tools, Hard Bounds, and a Gate It Cannot Talk Past appeared first on Towards Data Science.
A practical guide to getting better code, not just more code Let me start this by saying I am a big fan of coding agents; they help streamline code production. But based on the questions I get asked and the experiences people share with me, they are not used in the best way. That being said, let's talk about coding agents. The main premise of a coding agent is that it is a tool that helps you write better code. You can do that by providing coding agents with context, breaking down problems, reviewing their work, and keeping yourself in control.