ATRIUMsearch → argument graph
MechanismArticle

The interactive explain tool runs SQLite inside Python, inside Pyodide, inside WebAssembly, entirely in the browser, and adds explanatory text to both EXPLAIN and EXPLAIN QUERY PLAN output.

The new tool layers SQLite on top of Python, Pyodide, and WebAssembly entirely client-side, and augments raw EXPLAIN / EXPLAIN QUERY PLAN output with human-readable explanations. ✦ AI generated

Simon Willison · Simon Willison's Weblog · 2026-07-18 · original ↗

which inspired me to have Fable build this interactive explain tool, which runs SQLite in Python in Pyodide in Web Assembly in the browser and adds a layer of explanation to the results of both EXPLAIN and EXPLAIN QUERY PLAN.

Read full article ↗excerpt · fair-use quotation

Related moments