#AI-assisted development

sqlite-utils 4.0rc2 released, largely written by Claude Fable AI

simonwillison.net · ⭐️ 8/10 · 2026-07-05

8/10

sqlite-utils 4.0rc2, a release candidate for the popular SQLite database utility, has been released. The majority of the code changes in this release were written by Anthropic's Claude Fable AI model, costing approximately $149.25. This release demonstrates the growing capability of AI-assisted software development, as Claude Fable identified and fixed critical bugs like a data loss bug in deletewhere() that would have otherwise shipped. It shows that AI can not only write code but also perform code review that catches subtle, high-impact issues. The AI assistant conducted a review of the 4.0rc1 release and identified 5 release-blocking issues, including a severe data loss bug. Over 37 prompts, 34 commits, and +1321/-190 code changes across 30 files, the team worked through all feedback, with the AI generating most of the code and fixes.

Geoffrey Litt's 'Understand to Participate' Concept

simonwillison.net · ⭐️ 8/10 · 2026-07-02

8/10

Geoffrey Litt introduced the concept of 'Understand to participate' at the AIE conference, emphasizing that developers must deeply understand AI-generated code to avoid cognitive debt and actively collaborate with coding agents. This concept highlights a critical challenge in AI-assisted development: as coding agents produce more code, developers risk accruing cognitive debt, which can undermine their ability to guide and improve the software. It shifts the conversation from mere productivity to sustainable understanding. The talk was part of the AIE World's Fair 2026, and all 300+ recordings will be released over three weeks. Litt also published a thread version of his talk on Twitter.