Jul 29, 2026 · 3 min listen · Last updated July 29, 2026
From storyflo. This is your daily audio brief. It's Theo. July 29th, tech roundup — five stories, here's number one. Let's get into it. First, from AI News. Google AI Overviews become more common in search. S. searches, jumping from 15 % a year ago to 43 % according to Similarweb.
Listen · storyflo · A.I.
Daily A.I. Brief · July 29th
0:00-2:52
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
Google AI Overviews become more common in search
Google’s AI‑generated Overviews are now showing up in almost half of U.S. searches, jumping from 15 % a year ago to 43 % according to Similarweb. The new AI Mode sits alongside those snippets, letting you keep the context of your original query while the system breaks the question into sub‑topics, runs multiple searches, and stitches the results together with supporting links.
Because of the mode’s conversational style, people are typing longer, more natural‑language queries—average search length is up about five percent. That shift has pushed visits to the AI Mode experience from 126 million in mid‑2025 to 279 million a year later, and Google now reports over a billion monthly users of the feature.
Publishers have been nervous about losing referral traffic when their content is quoted without a click, so Google started surfacing direct links, article previews, and clearer source attributions inside both Overviews and AI Mode. The impact on click‑through rates isn’t public yet, but the move aims to make original sites easier to spot.
Meanwhile, Cloudflare is piloting a “Pay per Crawl” option that lets site owners charge AI crawlers for access, offering a way to monetize or block automated scraping as these AI answers become a bigger part of how people discover information.
OpenAI report links coding agents to faster science software builds
I was looking at the OpenAI field report and the thing that jumped out was how the coding agents actually rewrote whole build systems and ports, not just tidy up a few lines. In five of the projects they let Codex run solo, and in three they paired it with Claude Code, and the agents ended up taking over tasks like consolidating a 20,000‑line RNA aligner or moving a TensorFlow backend to PyTorch—all things that would normally need a dedicated engineer for weeks or months.
The concrete gains were pretty striking. A Python genomics library got its legacy packaging swapped for a unified process, cutting the whole build time dramatically. In a DNA‑sequencing simulator, two autonomous passes from the model shaved 31 % off runtime without changing the output. A Rust port of a statistical package ran up to nine times faster on multi‑core threads, and a GPU‑native rebuild of a mutation‑simulation tool sped up by about sixtyfold while also fixing bugs that the original version introduced.
What the report keeps stressing is that the agents are great at delivering fast drafts when the scope is clear, but they still need a human to verify scientific correctness. People had to add acceptance tests, parity checks, and manual reviews of hundreds of plots. The takeaway feels less like a blanket endorsement and more like a reminder: if you hand over a rebuild to an agent, you have to decide up front who will own and steward the resulting tool. That human oversight is what keeps the science reliable.
It feels bad enough when an open letter signed by leading economists warns that AI might steal your job. The fact it may soon be better than you at making dinner? Insult to injury. But that’s exactly what the company 1X promised when it showed off a pair of new, impressively dexterous (and, to some, oddly sexy?) robotic hands in a July demo.
While the tech community was sharply divided over the appeal of those disembodied hands, almost everyone can agree that a few things are decidedly not sexy: Grok’s porn-pilled translation feature, Meta’s creepy glasses (which may soon get even creepier), a
OpenAI open-sources Codex Security CLI to help developers find and fix vulnerabilities from the command line
OpenAI has released Codex Security CLI, an open-source tool that automatically detects and fixes vulnerabilities in code repositories. Previously known internally as "Aardvark," the system has already helped fix more than 3,000 critical security flaws, according to OpenAI.
Frontier AI developers urge international coordination to pace automated research before capabilities outstrip control
In a joint statement, employees from the leading AI labs are calling on the US government to pursue international coordination. Their argument is simple: no single company or country can slow things down alone.
The article Frontier AI developers urge international coordination to pace automated research before capabilities outstrip control appeared first on The Decoder.
GPT Transcribe improves on its predecessor but can't catch ElevenLabs, Google, or Mistral on error rates
OpenAI has released GPT Transcribe and GPT Live Transcribe, two new speech recognition models available through its API.
The article GPT Transcribe improves on its predecessor but can't catch ElevenLabs, Google, or Mistral on error rates appeared first on The Decoder.
Deepmind dismantles its AlphaFold team as key authors leave for Anthropic
The majority of the researchers behind AlphaFold are now working on other projects, and almost a quarter have left Google Deepmind altogether. The restructuring marks a sharp turn away from the strategy that put the lab on the map.
The article Deepmind dismantles its AlphaFold team as key authors leave for Anthropic appeared first on The Decoder.
Avoiding Entity Key Drift in a Data Lake: Step 1, Normalization
This is the opening piece of a four-part deep dive series, on building a high-frequency streaming pipeline against a live public API. The data source is openSenseMap, a citizen-science IoT network used for climate research, mostly in Germany. A live public API is what makes it useful: it produces data-quality problems and edge cases that clean sample datasets never show.
Los Movimientos, Part II: Solving Large Pickup-and-Delivery Problems with Adaptive Large Neighborhood Search
Building an ALNS heuristic in Python for vehicle routing, time windows, capacity constraints, and mandatory driver breaks.
The post Los Movimientos, Part II: Solving Large Pickup-and-Delivery Problems with Adaptive Large Neighborhood Search appeared first on Towards Data Science.