Overall
We’ve extended our initial experiments using Large Language Models (such as ChatGPT/Claude/Gemini) to let the models create visualisations.
The example shown was generated with the prompt “Write an HTML file showing the actual speed of the paint line“.
The output was a web-page and Javascript code that loaded the required data and made an animated, interactive chart of the data.
You can see it at here. You can also read the chat log to see how the AI performed the task.
Interesting Notes
There are several interesting results.
It included relevant context information automatically.
Without prompting, it included other key pieces of information about the point we requested.
It used the ARDI Live Data Mapping Library
It accessed the documentation on how to create live displays using an ARDI library, and used it correctly to create a live visualisation that works in any modern browser to power not only the text, but also the bar-chart.
See Others
Ai visualisationsLive visualisations