Interactive SQLite Query Explainer runs in-browser with annotated query plans
Tool visualizes SQLite’s EXPLAIN and EXPLAIN QUERY PLAN output in plain English directly in the browser.
1 source · cross-referenced
- A browser-based tool visualizes SQLite query plans with plain-English annotations for both EXPLAIN and EXPLAIN QUERY PLAN outputs.
- The tool runs SQLite via Pyodide in WebAssembly entirely client-side, requiring no server.
- It was inspired by Julia Evans’ post on learning to read SQLite query plans.
Simon Willison released an interactive SQLite Query Explainer that annotates SQLite’s EXPLAIN and EXPLAIN QUERY PLAN outputs with plain-English descriptions of what the query planner and virtual machine are doing. The tool runs entirely in the browser by executing SQLite via Python in Pyodide inside WebAssembly, so no server component is required.
The project was inspired by Julia Evans’ post titled Learning a few things about running SQLite, in which Evans noted the difficulty of learning to read a query plan. Willison commissioned an AI agent named Fable to build the interactive tool, which layers explanations over the raw query plan outputs.
Willison cautions that he does not personally verify the correctness of the explanations due to limited expertise with SQLite query plans, but considers the tool "cromulent enough" for practical use. The tool is available on Willison’s tools site and operates client-side, meaning queries and data never leave the user’s browser.
- Jul 18, 2026 · The Verge — AI
1Password integrates with Anthropic’s Claude to automate tasks using stored credentials
Trust79 - Jul 18, 2026 · VentureBeat — AI
Survey finds half of enterprises shipped agents that passed internal evaluations but failed customers
Trust74 - Jul 18, 2026 · VentureBeat — AI
Majority of enterprises report AI agents producing confident but wrong answers due to poor context
Trust79