Thursday, October 30, 2025

OpenAI: ChatGPT Atlas: AI web browser

Introducing ChatGPT Atlas | OpenAI

OpenAI Launches ChatGPT Atlas, a Browser with ChatGPT Built in - InfoQ

OpenAI has introduced ChatGPT Atlas, a new web browser that integrates ChatGPT into the browsing experience. Rather than functioning as a separate assistant that users have to switch to, Atlas incorporates the model throughout the browsing process. It understands web pages, answers questions, and assists with tasks in real-time.

The company describes Atlas as “a browser built with ChatGPT at its core,” designed to bring the assistant into the same space where users already read, research, and work. It builds on last year’s addition of search and real-time web access in ChatGPT, extending those capabilities into a full browsing environment. In Atlas, ChatGPT can analyze what’s on screen, summarize articles, or take actions like booking appointments or compiling research — all without leaving the page.




visualization lib: Vega-Lite: "AI friendly" charts

 Vega and Vega-Lite visualisation grammars - Wikipedia

Vega and Vega-Lite are visualization tools implementing a grammar of graphics, similar to ggplot2. The Vega and Vega-Lite grammars extend Leland Wilkinson's Grammar of Graphics[2] by adding a novel grammar of interactivity to assist in the exploration of complex datasets.


Vega



A High-Level Grammar of Interactive Graphics | Vega-Lite @GitHub

{ "data": {"url": "data/seattle-weather.csv"}, "mark": "bar", "encoding": { "x": { "timeUnit": "month", "field": "date", "type": "ordinal" }, "y": { "aggregate": "mean", "field": "precipitation" } } }


alternatives