Simon Willison Ships A Datasette Agent
18JUN
Your database now has an AI assistant that asks before it writes. Simon Willison shipped Datasette Agent, an LLM that runs and edits SQL with your approval. A small answer to a big agent-safety problem.
Datasette is Willison's open-source tool for exploring data. The new agent reads your tables, writes queries, and can edit rows.
The interesting part is the brake. A new tool, execute_write_sql, stops and asks before changing data. The human stays in the loop on every write.
Most agent demos let the model touch production and hope. This flips it. Approval is the default, not the afterthought.