Earlier quoted context omitted.
I think to the extent they are making a speed v quality tradeoff, I think they are making the right call. 10x speed over quality any day for me. Reminds me of: "If brute force doesn't work, you aren't using enough of it." - Isaac Arthur
Everyone is making this tradeoff now. Surely nothing bad could come from it. In the meantime I can’t even continue a Claude Code session I started on desktop on my phone. What’s the point of shipping a billion features of they are all half baked?
Claude now creates interactive charts, diagrams and visualizations
81–90 of 124 posts
Re: Claude now creates interactive charts, diagrams and visualizations
#82Earlier quoted context omitted.
Have you actually used their products? They are janky, full of bugs and barely work half the time. They write 100% of their code with Claude. Some of their engineers apparently burn over 100k worth of tokens per month. It’s not surprising they ship fast at all when the product is actually falling apart at the seams and they just vibe code everything.
The Claude Code TUI app is pretty solid. I use it heavily and I get great results from it. But with the mobile app, Claude Code remote is basically unusable (weird disconnect bugs) and Claude Code cloud has issues as well (UI hides approval confirmations; must reconnect to see them). So yeah, I imagine what you're saying is true. There are at least some major gaps in their QA process. It's ironically a pretty convinc…
Re: Claude now creates interactive charts, diagrams and visualizations
#83https://petergpt.github.io/bullshit-benchmark/viewer/index.v...
Re: Claude now creates interactive charts, diagrams and visualizations
#84I 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.
Have you actually used their products? They are janky, full of bugs and barely work half the time. They write 100% of their code with Claude. Some of their engineers apparently burn over 100k worth of tokens per month. It’s not surprising they ship fast at all when the product is actually falling apart at the seams and they just vibe code everything.
Re: Claude now creates interactive charts, diagrams and visualizations
#85Earlier quoted context omitted.
I think to the extent they are making a speed v quality tradeoff, I think they are making the right call. 10x speed over quality any day for me. Reminds me of: "If brute force doesn't work, you aren't using enough of it." - Isaac Arthur
Everyone is making this tradeoff now. Surely nothing bad could come from it. In the meantime I can’t even continue a Claude Code session I started on desktop on my phone. What’s the point of shipping a billion features of they are all half baked?
fwiw I’ve had this open source browser ui that sits on top of your claude code, gemini and codex and picks up/starts your sessions from any device https://github.com/siteboon/claudecodeui
Re: Claude now creates interactive charts, diagrams and visualizations
#86Earlier quoted context omitted.
I think to the extent they are making a speed v quality tradeoff, I think they are making the right call. 10x speed over quality any day for me. Reminds me of: "If brute force doesn't work, you aren't using enough of it." - Isaac Arthur
Everyone is making this tradeoff now. Surely nothing bad could come from it. In the meantime I can’t even continue a Claude Code session I started on desktop on my phone. What’s the point of shipping a billion features of they are all half baked?
Example: we are putting a lot of energy into removing technical debt, reorganizing the code to remove unneeded abstraction and complexity, and creating missing tests and automation. We're not just burping out new untested and poorly reviewed functionality.
Re: Claude now creates interactive charts, diagrams and visualizations
#87When 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
Re: Claude now creates interactive charts, diagrams and visualizations
#88I 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.
edit: claude just confirmed the initial version has a bug and 104-117 are not visible
Re: Claude now creates interactive charts, diagrams and visualizations
#89Next up: exporting or sharing selections from the chat as a document or interactive page. If they allow share with non-subscribers, subscriptions could hockey stick -- particularly if the document/page included prompts necessary to replicate (or modify and adapt).
Re: Claude now creates interactive charts, diagrams and visualizations
#90When 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
"Prompt Repetition Improves Non-Reasoning LLMs " - https://arxiv.org/pdf/2512.14982 What instance of ChatGPT are you doing that with? (Reasoning?)
I've noticed the same thing when creating an agentic loop, if the model outputs a syntax error, just automatically feed it back to the LLM and give it a second chance. It dramatically increases the success rate.