topic
SQLITE
3 posts tagged SQLITE.
Vibecoding4 min read
Simon Willison Vibecoded a SQLite Query Explainer With Claude Fable 5
A browser tool that runs SQLite inside WebAssembly and translates query plans into plain English was built same-day by prompting an AI model, not hand-coding — and its creator was upfront about what he couldn't verify.
- vibecoding
- claude
- developer-tools
- sqlite
- ai-assisted-development
Vibecoding4 min read
sqlite-utils 4.0: What Happens When Two AI Agents Review One Release
Simon Willison shipped the first major sqlite-utils version since 2020 by pitting Claude and GPT-5.5 against each other as pre-release testers — and they found wildly different numbers of bugs.
- vibecoding
- ai-coding-agents
- python
- sqlite
- dev-tooling
Vibecoding & Dev Tooling3 min read
Browser-Native Python Data Persistence: What the OPFS + Pyodide Harness Proves
Simon Willison used Claude Code to build a cross-browser test harness exploring whether Datasette Lite can read and write persistent SQLite files via the browser's Origin Private File System — a small experiment with large implications for client-side data tooling.
- pyodide
- webassembly
- opfs
- sqlite
- vibecoding