Simon Willison

4 stories

Simon Willison is a software engineer and writer who publishes practical notes on technology and AI. Recently he used GPT‑6 Astra with Nominatim and Overpass to generate running routes and export GPX/GeoJSON, raising issues about hidden code in the UI; he has also commented on production-code standards for Claude and on data-use questions around OpenAI and the Navier–Stokes Millennium Prize.

Related topics

Generating running routes with GPT‑6 Astra

The author asked ChatGPT Work (GPT‑6 Astra) to generate 5K/10K loop routes from their address. The assistant used Nominatim and Overpass to fetch OSM data and produced visualizations plus GPX/GeoJSON files, but the exact code and steps were hidden in the UI and lost after thread compaction; the author argues systems must preserve pre‑compacted text and make it accessible via agent/tool calls for transparency.

Simon Willison · · Details
That is everything