Claude now creates interactive charts, diagrams and visualizations
adocomplete
183 points
105 comments
March 12, 2026
Related Discussions
Found 5 related stories in 44.6ms across 3,471 title embeddings via pgvector HNSW
- Show HN: Real-time dashboard for Claude Code agent teams simple10 · 70 pts · April 01, 2026 · 57% similar
- How I'm Productive with Claude Code neilkakkar · 161 pts · March 23, 2026 · 54% similar
- Claude Code Unpacked : A visual guide autocracy101 · 35 pts · April 01, 2026 · 53% similar
- 90% of Claude-linked output going to GitHub repos w <2 stars louiereederson · 232 pts · March 25, 2026 · 53% similar
- Claudetop – htop for Claude Code sessions (see your AI spend in real-time) liorwn · 51 pts · March 14, 2026 · 53% similar
Discussion Highlights (20 comments)
fixxation92
I find it absolutely mindblowing to witness the rate at which Anthropic can ship new features. Only a year ago I couldn't wait to see some sort of Github integration and then it appeared only a week later. Seriously impressive stuff.
asim
It was inevitable until the point all apps will disappear and AI will be the entry point for all work. You can see how anything required appear based on a single request. After which world models and other forms of interaction that are more dynamic will make sense and we'll need something that's not a screen.
shiftyck
Claude is broken for me since this was released, prompts are just timing out and stopping after 10 attempts
gkfasdfasdf
I would love to know how they built this. Did they use json-render [0], openui [1], or rolled their own? [0]: https://github.com/vercel-labs/json-render [1]: https://github.com/thesysdev/openui
atonse
Anyone else able to use Claude with Excel? I've tried adding it to our (very small) Office365 org and it just fails. Been failing for months.
captainbland
I feel like this is a feature which improves the perceived confidence of the LLM but doesn't do much for correctness of other outputs, i.e. an exacerbation of the "confidently incorrect" criticism.
atonse
Wow, I asked it to build me a simple diagram explaining agile development and it did an amazing job. Wow it felt magical to watch that diagram slowly animating to life. Like a much prettier version of Mermaid. Kudos, Anthropic. Geez, this is so nice. Now I'm going to ask it to draw a diagram of a pelican riding a bicycle, why not?
drewda
When using Claude Code, we often prompt it to draft diagrams in MermaidJS syntax. Great for summarizing a multi-step process and quick to render with simple tools.
JoshGG
This is pretty neat and I am experimenting with it now, but hasn't ChatGPT had capability to create graphs and interact with data for a while? "ChatGPT advanced data analysis" for example. I'm asking in good faith as maybe some of you have been using that and can compare the two and give an informed opinion. I usually use a lot of other tools for data analysis or write code with Claude code or another LLM to do data analysis and visualization. article about the ChatGPT charts and graphs https://www.zdnet.com/article/how-to-use-chatgpt-to-make-cha...
HotGarbage
Interactive slop is still slop.
razerbeans
Interesting. So if I'm reading this correctly, this is distinctly different than the artifacts that Claude creates? If that's the case, why create it inline as opposed to an artifact? Any time I get a visual, I tend to find them so useful that I _want_ them to be an artifact that I can export and share.
I_am_tiberius
Does anyone know which library they use? Or something developed internally?
czk
I tried the periodic table in their examples using sonnet 4.6 on the $20/mo plan. After a few minutes Claude told me it reached the max message length and bailed. I pressed continue and eventually it generated the table, but it wasn't inline, it was a jsx artifact, and I've now hit my daily usage limit.
jzig
Unable to reproduce the recipe image in the iOS app. It first gave a normal text answer. Then when referencing this blog post it produced a wonky HTML artifact.
mehdibl
Isn't this mainly a skill injected in the context? Rather a model/platform specific feature?
Gareth321
I asked it to do some portfolio analysis for me and it created BEAUTIFUL, tabbed, interactive charts UNPROMPTED. This is kind of magical. The charts were not just beautiful, but actually super useful in understanding the data faster. I honestly could not have produced those in a week if you asked me to.
wuweiaxin
Reliability has been the real bottleneck for multi-agent setups in production. The hard part isnt getting one agent to do something clever once - its making repeated runs observable and bounded when tools fail halfway through. Idempotency checks, explicit handoff state, and human review gates have mattered more for us than adding another model or another agent role.
wuweiaxin
The artifact output model is more useful than it looks at first. We use Claude in a multi-agent pipeline and discovered that structured artifact outputs reduce parse errors significantly compared to freeform text responses -- the model seems to reason differently when it knows the output will be rendered. Curious whether Anthropic sees similar quality improvements in tool-use tasks when the output has a concrete format constraint.
darepublic
When I ask chatgpt to create a mermaid diagram for me it regularly will add new lines to certain labels that will break the parse. If you then feed the parse error back to it the second version is always correct And it seems to exactly know the problem. There are some other examples where it will almost always get it wrong the first time but right if nudged to correct itself. I wonder what the underlying cause is
groby_b
Aaand all the way at the bottom, there it is. The first glimpse of what will be an ad carousel. (Literally nobody needs an image of a cake when asking for a cake recipe)