Is it worth building an artifact system like the vercel AI chatbot guide?
Unanswered
Bar-tailed Godwit posted this in #help-forum
Bar-tailed GodwitOP
Right now for my app, I’m treating outputs from vercel AI sdk tools as "tool results" in the message stream directly into the same table — no saved state or structure beyond the UI.
I’m considering switching to a proper artifact system (like in Vercel’s AI Chatbot) to manage these results more formally — maybe with IDs, references, and saved state.
Has anyone made this jump? Is it worth the added complexity, or does staying stateless keep things simpler and cleaner?
I’m considering switching to a proper artifact system (like in Vercel’s AI Chatbot) to manage these results more formally — maybe with IDs, references, and saved state.
Has anyone made this jump? Is it worth the added complexity, or does staying stateless keep things simpler and cleaner?