Week 22 Summary

Simon Willison — Week of 2026-05-22 to 2026-05-29#

Highlight of the Week#

This week’s most significant milestone is the release of Datasette 1.0a31, which fundamentally shifts the project’s paradigm by introducing UI support for executing write queries directly against the database. This officially bridges Datasette from a purely read-only tool to one that embraces secure data mutation, allowing developers to save and template insert, update, and delete operations.

Key Posts#

[I think Anthropic and OpenAI have found product-market fit] · Source Simon analyzes the shift in enterprise pricing to argue that AI coding agents have crossed the threshold into massive usage and real revenue generation. He points to Anthropic’s staggering $1.25 billion monthly compute spend and notes that labs are pivoting to capture enterprise value directly from heavy agent users rather than relying on middlemen.

2026-05-24

Simon Willison — 2026-05-24#

Highlight#

Today’s most resonant post is a highlighted quote from Armin Ronacher calling out the damaging rise of AI-generated “slop” in open-source issue trackers. It serves as a stark, practical reminder that while AI coding agents are powerful, developers must preserve raw, human-observed context in bug reports rather than relying on LLMs to rewrite and hallucinate root causes.

Posts#

[Quoting Armin Ronacher] · Source Simon amplifies Armin Ronacher’s frustration with a new, frustrating failure mode in open-source maintenance: AI-rewritten issue reports. Users are feeding observed bugs into LLMs (referred to as “clankers”), which spit out confident but highly inaccurate guesswork, fake-minimal repros, and irrelevant code analogies. The core takeaway is a plea to return to the basics of bug reporting: simply state what command you ran, what you expected, what actually happened, and provide the exact error log.