Has anyone come across any really cool artifacts? I'd be curious to see
I like the use case for mini design exploration tools
11–20 of 39 posts
Has anyone come across any really cool artifacts? I'd be curious to see
I like the use case for mini design exploration tools
How stable are these now? I turned off artifacts months ago because it would: - frequently update code incorrectly / bad edit diff - act like it updated / created an artifact when it just did nothing - slowly / painfully delete every single line one by one before rewriting - use artifacts for things that shouldn't have had any code written at all Just wasn't worth the value it provided. This was before claude code.
I find it useless most of them time and wish I could disable it.
"Claude is kicking ChatGPT's butt" I'm guessing the OP is looking at this through the lens of more mom and pop users on the chat interface rather than the greater product line of these companies with all their dev tooling.
Claude Code is radically better than anything ChatGPT has right now. If anything it's the other way around -- ChatGPT has the mom and pop mindshare and more first-mover name recognition, but they have an objectively worse product for 'serious' users.
How stable are these now? I turned off artifacts months ago because it would: - frequently update code incorrectly / bad edit diff - act like it updated / created an artifact when it just did nothing - slowly / painfully delete every single line one by one before rewriting - use artifacts for things that shouldn't have had any code written at all Just wasn't worth the value it provided. This was before claude code.
I tell Claude not to put anything in the artifacts because it always fucks then up. I see it writing code in it and then it disappears leaving the last artifact in place causing me to waste tokens having it recreate the artifact. I find it useless most of them time and wish I could disable it.
How stable are these now? I turned off artifacts months ago because it would: - frequently update code incorrectly / bad edit diff - act like it updated / created an artifact when it just did nothing - slowly / painfully delete every single line one by one before rewriting - use artifacts for things that shouldn't have had any code written at all Just wasn't worth the value it provided. This was before claude code.
I think this one is a visual artifact. I think it always rewrites artifacts from scratch internally, but the UI tries to make it look like it isn’t doing that. The result is that it looks like it’s deleting lines from the inside of the text instead of just writing them.
That said, I’ve also experienced all of your complaints, except the bad edit one (but I see that all the time in Claude Code/Aider).
How stable are these now? I turned off artifacts months ago because it would: - frequently update code incorrectly / bad edit diff - act like it updated / created an artifact when it just did nothing - slowly / painfully delete every single line one by one before rewriting - use artifacts for things that shouldn't have had any code written at all Just wasn't worth the value it provided. This was before claude code.
> slowly / painfully delete every single line one by one before rewriting I think this one is a visual artifact. I think it always rewrites artifacts from scratch internally, but the UI tries to make it look like it isn’t doing that. The result is that it looks like it’s deleting lines from the inside of the text instead of just writing them. That said, I’ve also experienced all of your complaints, except the bad edi…
---
Erroring in that way specifically makes me think the "deleting every line" issue isn't just a visual artifact but ¯\_(ツ)_/¯
Has anyone come across any really cool artifacts? I'd be curious to see
[0] ended up making it a browser extension instead https://mattsayar.com/simple-wikiclaudia/
Earlier quoted context omitted.
> slowly / painfully delete every single line one by one before rewriting I think this one is a visual artifact. I think it always rewrites artifacts from scratch internally, but the UI tries to make it look like it isn’t doing that. The result is that it looks like it’s deleting lines from the inside of the text instead of just writing them. That said, I’ve also experienced all of your complaints, except the bad edi…
For the bad edit one, to clarify, I mean, it would "put its edit pointer" at the top of the file and start deleting/inserting there, instead of where it "intended to" which would have been somewhere in the middle, for example. --- Erroring in that way specifically makes me think the "deleting every line" issue isn't just a visual artifact but ¯\_(ツ)_/¯
I’m somewhat indifferent to artifacts. While they can produce useful code occasionally when the codebase is relatively small, they become excessively cumbersome once it reaches around 500 lines. This makes it difficult to even add or remove code. If you want to change a few colors in a webpage, they have to rewrite the whole artifact. It frustrates me that you can’t edit a single line in an artifact; you have to rely…