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
Claude now creates interactive charts, diagrams and visualizations
101–110 of 124 posts
Re: Claude now creates interactive charts, diagrams and visualizations
#102[dead]
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
#103[dead]
Re: Claude now creates interactive charts, diagrams and visualizations
#104Re: Claude now creates interactive charts, diagrams and visualizations
#105Earlier 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.
Re: Claude now creates interactive charts, diagrams and visualizations
#106I 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.
Re: Claude now creates interactive charts, diagrams and visualizations
#107Re: Claude now creates interactive charts, diagrams and visualizations
#108I 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.
Rendered it in the right pane, instead of inline. Dark theme. 2% of Daily limit.
Re: Claude now creates interactive charts, diagrams and visualizations
#109When 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.