ChatGPT Work

3 stories

ChatGPT Work is OpenAI’s enterprise-focused ChatGPT for teams, enabling GPT assistants to access, analyze, and connect company data. Recent coverage highlights the launch of Codex analytics to monitor AI usage and spending, the addition of a Data agent to build interactive dashboards from company data, and a report of GPT‑6 Astra inside ChatGPT Work using Nominatim/Overpass to create running routes and export GPX/GeoJSON while the UI hid the code after thread compaction.

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