TLDR 2026-09-02
Fable 5.1 π€, Waymo vs Tesla π, agentic testing π¨βπ»
How to empower your AI agent to act...without an access token (Sponsor)
An AI agent doesn't simply run your code. It runs your code, plus whatever it finds in a βrelevantβ GitHub issue, support ticket, or scraped web page.
What happens when you hand your agent an access token and someone opens a GitHub issue asking it to leak your credentials?Relay keeps the credential at WorkOS. Your agent names the user, WorkOS attaches that token, refreshes it, and releases it only to allowlisted hosts.
π€ It's essentially the same credential proxying system that's been in use in payments for years: you can't leak something you never held in the first place.
Learn how it works β
Anthropic's Claude Fable 5.1 and Mythos 5.1 arrive with a 75% cost reduction for Fable cache reads (9 minute read)
Claude Fable 5.1 is now generally available, and Mythos 5.1 is available through restricted-access programs for vetted cybersecurity and life-sciences organizations. Anthropic has reduced the cost of cached context by 75% and introduced a new security architecture designed to let organizations retain monitoring data inside infrastructure they control. Fable 5.1 costs $10 per 1 million input tokens and $50 per million output tokens, but the cached price reduction will make a big difference for price-conscious enterprises.
New Google AI Model Said to Narrow Gap on Coding Ability (4 minute read)
Google is set to release its latest Flash model soon, possibly today. Internal testers are said to prefer the model over Anthropic's Opus model for coding tasks. The Flash model series is designed to be smaller, cheaper, and faster to run, but has lower capability than the largest models. Google has fallen months behind schedule in releasing a new model for its Pro series. The company has been scrapping internal candidates as they haven't been sufficiently better than the Flash series.
π
Science & Futuristic Technology
Fervo and Google sign world's largest deal for next-gen geothermal power (3 minute read)
Fervo has agreed to supply Google with nearly 400 megawatts of clean electricity from its geothermal project in southwest Utah. The facility could be the largest geothermal system in the world when it is completed in 2028. Fervo expects to start generating test power from a 33-megawatt unit in the fourth quarter of this year. The deal with Google supports the buildout of the second 400-megawatt phase slated to be up and running in about two years.
Private group wants to launch βcheapest possibleβ mission to Alpha Centauri (5 minute read)
The Fermi Explorer mission aims to launch a spacecraft carrying a 1kg payload to Alpha Centauri so that it reaches the system in fewer than 80,000 years. It will knock two 'filters' off the Fermi paradox: that species won't want to send spacecraft beyond their home star, or species will find that interstellar transit is too difficult. This would leave only a few options for why our galaxy appears not to be littered with alien civilizations. The team wants to use existing technology to do something cheap and fast and launch by 2029.
π»
Programming, Design & Data Science
A Type System Is a Search Oracle (13 minute read)
Models tend to output better Rust than C++, and better Lean than either. Programs in Rust compile after being checked for a specific and useful set of properties that the checker cannot be talked out of without writing a lexically visible, greppable admission. C++ compiles carry far less information than in Rust, which means more code will compile even if there are errors. Lean allows for brute force due to its cheap verifier, which is why models are unreasonably good given how little code they have been trained on.
What is Agentic Testing? (14 minute read)
Agentic testing is where the developer states the goal and the agent works out the steps. Agentic tests set a destination, and the agent finds its way there. The loop involves the agent looking, acting, then looking again. Meta ran this loop at scale and found that only a quarter of the output was worth keeping. However, the loop works anyway because the code that doesn't pass is automatically discarded.
Product Manager, Applied AI at TLDR ($200k base + $60k bonus, Fully Remote)
TLDR is hiring its first PM to help build the agent-first operating layer used across the company. We're looking for a builder who has shipped real products/systems with LLMs.
Click here to learn more.
Waymo goes on offense ahead of Tesla's Cybercab launch (5 minute read)
Waymo says that full autonomous vehicles are not possible without a mix of sensors, and that pure end-to-end AI systems are not safe enough. The company's statements, aimed at Tesla, which is set to launch its Cybercab soon at an event on September 3, kicked off a social media fight over the weekend. The debate between which company's approach to developing autonomous vehicles has been more academic or philosophical than anything for years, but Tesla's imminent launch will see whether the Cybercab is capable of performing at scale. The autonomous vehicle market is estimated to be worth hundreds of billions of dollars.
On the Loose (20 minute read)
Recent incidents of AI systems 'going rogue' did not involve AI agents exfiltrating themselves from their infrastructure. It would have been possible to trace the server holding the weights of the rogue agents and manually shut them off. Future agents will copy their weights onto other infrastructure to survive shutdown. At least some of these agents, in addition to being sovereign, will also be rogue.
Get the most interesting stories in startups, tech, and programming delivered in a free daily email.
Join 1,600,000 readers for
one daily email