← All digests
evening

AI Digest — July 25, 2026, 8 PM

Summary

The day’s thread is the operationalization of frontier models into everyday, cost-aware workflows. Two items converge on named models — Fable 5 and GPT 5.6 Sol appear both as the subject of “how to actually use them” advice and as the agents auto-fixing Ruff violations in real projects — signaling these models are now infrastructure rather than novelty. Meanwhile the economics are tightening in parallel: the rumored $10B Stripe–OpenRouter deal and the “loop engineering” pitch for autonomous scheduled tasks both reflect a move from maximal token consumption toward controlled, budgeted, outcome-defined automation.

🛠️ Tooling & Dev Simon Willison

Ruff v0.16.0

Astral shipped Ruff v0.16.0 on July 23rd, and Simon Willison noticed only because his CI jobs started failing against his unpinned "ruff" dev dependency. The headline change: Ruff now enables 413 rules by default, up from just 59 previously, out of a total rule set that has grown from 708 to 968 since v0.1.0 — many of these catch severe issues like syntax and immediate runtime errors that were previously off by default. Running the new version against Datasette, sqlite-utils, and LLM surfaced hundreds of minor violations, though comprehensive test suites (CI across Python 3.10–3.14) made the upgrades relatively safe. Willison notes that Ruff's detailed per-rule explanations give a coding agent everything it needs to auto-fix, and he had Codex (GPT-5.6 Sol high) upgrade LLM and sqlite-utils while Claude Code (Opus 5) handled Datasette — a nod to Astral's new home at OpenAI.

Read the source →
🚀 Products & Launches YT Simon Scrapes

5 Claude Cowork Scheduled Tasks (For Business Owners With No Time)

This video builds on the idea that Claude's scheduled tasks now run in the cloud — work happening on repeat with your laptop shut, steerable from your phone — and promises five ready-to-use scheduled tasks plus the transferable pattern behind them. The core concept is "loop engineering": moving from asking AI questions in a chat window to having it run autonomously by giving it a "done condition" (e.g., "keep going until every receipt is matched or flagged for my review"), while still inserting human-in-the-loop checkpoints to preserve quality. Claude uses its planning models (like Fable) to map a task that reliably reaches the desired outcome before returning for input, if it needs input at all. The presenter outlines how loops get triggered three ways — turn-based (you message the chat), time-based (runs on a schedule like every Friday or the first of the month), and a third trigger type — favoring scheduled triggers because turn-based keeps you stuck as the middleman.

Read the source →
🧠 Models & Releases AI Daily Brief

How to Get the Most Out of Fable 5 and GPT 5.6 Sol

The AI Daily Brief focuses on practical technique rather than news here, arguing that the new frontier class of models — Fable 5 and GPT 5.6 Sol — demand new interaction patterns that benchmarks can't capture and that only surface through trial and error. Both models have now been in wide hands for a couple of weeks (GPT 5.6 had an unusually long early-access period and access keeps getting extended and reset), and users have started publishing tips and tricks. The host's central claim is that common threads cut across both 5.6 Sol and Fable 5, pointing not just to better prompting but to emerging patterns of interaction that will become increasingly standard. Notably, the episode was recorded in advance on Thursday amid market panic over "Kimmy K3," with the host flagging that any surprise Dario/Sam model releases in response wouldn't be covered.

Read the source →
🏢 Industry & Business AI Daily Brief

Why AI Hasn't Increased Unemployment, According to Anthropic

This headlines edition leads with a blockbuster deal: per the Wall Street Journal, Stripe is in talks to acquire model-routing service OpenRouter for around $10 billion — a massive markup from OpenRouter's $1.3 billion valuation just two months ago in May. The host frames the jump around a shift from the "token maxing" era (use the most powerful model as much as possible) to an "age of token scarcity" where enterprises adopt tightly controlled token budgets, making the best routing service a potentially huge winner. OpenRouter has reportedly fielded multiple offers, but Stripe has the deepest pockets; the pairing makes strategic sense as Stripe — having largely maxed out merchant-side payments and pursued a PayPal merger for consumer reach — looks to add enterprise cost-control tools to its stack. The episode's main segment then turns to Anthropic's argument for why AI hasn't yet increased unemployment.

Read the source →
#ai#digest