Live data from Hacker News

Claude now creates interactive charts, diagrams and visualizations

claude.com

101–110 of 124 posts

Re: Claude now creates interactive charts, diagrams and visualizations

#102

[dead]

> The "no LLM" stance makes sense if you don't have guardrails. With the right constraints, AI-assisted code is faster AND safer than solo human development — because the agent never gets tired, never rushes before a deadline, and never thinks "I'll test that later."

Ironically I had a bunch of cases recently where CC would stop saying stuff like "this test problem is unrelated/a pre-existing issue when it had no proof of this and it was clearly not true (the branch built/tests were passing before the LLM changes).

Re: Claude now creates interactive charts, diagrams and visualizations

#104
Claude can do mermaid diagrams and I started with those, but I have been asking it to generate draw.io diagrams as of late. I haven't actually tried the AI integration recommendations for draw.io, yet. I will have to pull the skill and references to see if it makes the process faster.

Re: Claude now creates interactive charts, diagrams and visualizations

#105

Earlier quoted context omitted.

Not really. It's the user's fault. Apple provides an option to hide your email, it's not required. It's an option that shows up when you're prompted to create an account.

Oh, I agree with this. My original thinking was that Apple makes it too easy for a general audience to hide their email without considering the implications (the service won't know your email). But of course there's a tension here, since you also want the option to be easy and accessible. The party I do not consider at fault in this case is Anthropic.

But Anthropic should test their app and login experiences from phones they ship to.

Re: Claude now creates interactive charts, diagrams and visualizations

#106
post #21

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.

[flagged]

Re: Claude now creates interactive charts, diagrams and visualizations

#108
post #21

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.

Same specs/prompt, but with Max plan.

Rendered it in the right pane, instead of inline. Dark theme. 2% of Daily limit.

Re: Claude now creates interactive charts, diagrams and visualizations

#109
post #87

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

I think the problem should be defined as "why does it not loop back the errors from the first attempt so it can fix it on the second attempt" rather than why it fails to produce a fully correct implementation on the first pass.

you’ve got to give it a way (eg rendering with playwright and friends) and tell it to use that way to verify correctness. it’s not going to create the guard rail for you but if you provide it with one the output is much better.
Post reply on HN