These explanations on top of showcasing the tool made everything so clear to me after months of wondering how to even get started with building AI apps. Great stuff.
this was a really enjoyable video to watch. i think i went through the same thought process re: chat interfaces, chat generated components, and persistant ui's as you did. i'm curious if 8 months later you've come to any conclusions? how do we give the user the flexibility of and "magic" of interacting with an LLM while still maintaining the covenience and consistency of a persistent user interface
Hey this is really cool, i started using this as well and noticed that render API is deprecated and using the new APIs, the function role for the aiState does not seem to work well, could you kindly do a tutorial with the new API😊
Yes! I will have a full breakdown in the future, for now here is an updated example with the new API: github.com/bmdavis419/weights-ai/blob/main/src/app/action.tsx
Have RAG functions in this AI SDK 3.1 ? when i ask question in AI Chat bot it can automalticaly understand what parts of database data want this and can it answer using it ?
So it uses gpt function calling to just generate structured output and use that to render a prebuilt component? Whats the big advantage of using this would you say? I was interested but im not sure if the upside is worth having to use typescript on the backend
Ben, I'm working on a RAG app using AI Vercel SDK in Sveltekit. I know you prefer Next.js for this, but I think it works well in Sveltekit too. Quick Q: when the app uses a tool, I noticed that the ToolResponse is not automatically added to the message stream. Do you know what the best practices are for this?
Blessed content! 🥰 Ive definitely lived the whole thing with managers and programmers having different expectations, even when the maangers are also programmers! I dont want to looj down on people, but I feel like it's a somewhat reasonable response after being laid off a bunch of times, and being mistreated by neurotypical managers with NT expectations as a neurodivergent developer It's painful because I'm always opne to and acting on feedback as much as possible, but it's nevwr quite enough
Man ur really good at explaining projects in detail, its nice to see a cool deep look after i to projects and how it's built and works.
Subscribed !
Generative UI is the future! I swear Amazon will implement this very soon to help people buy stuff
Thanks for sharing Ben, you're a real one
Have you implemented this in any of your products?
that's a really good vid, dude.
These explanations on top of showcasing the tool made everything so clear to me after months of wondering how to even get started with building AI apps. Great stuff.
this was a really enjoyable video to watch. i think i went through the same thought process re: chat interfaces, chat generated components, and persistant ui's as you did. i'm curious if 8 months later you've come to any conclusions? how do we give the user the flexibility of and "magic" of interacting with an LLM while still maintaining the covenience and consistency of a persistent user interface
Are there any other alternatives out there like this?
Very informative video, great job. Goo luck on your RUclips journey.
Svelte is missing Generative UI out of the box with this sdk :(
Indeed, it is a lot more work to setup and use, but could be more powerful. Working on this now...
Can it lookup data in the database as well, like RAG type approach?
Hey this is really cool, i started using this as well and noticed that render API is deprecated and using the new APIs, the function role for the aiState does not seem to work well, could you kindly do a tutorial with the new API😊
Yes! I will have a full breakdown in the future, for now here is an updated example with the new API: github.com/bmdavis419/weights-ai/blob/main/src/app/action.tsx
@@bmdavis419 Thanks man! Much appreciated.
Have RAG functions in this AI SDK 3.1 ? when i ask question in AI Chat bot it can automalticaly understand what parts of database data want this and can it answer using it ?
Excellent overview -thanks!
Hey Ben I see no Go video from you lately.
That’s kinda bummer.
Mind making some Go contents specifically on Design Patterns, Dependency Injection?
heyo! I have a question, what happens if you ask the AI to do something that you didn't give it a function to do?
It just calls the "text" function as a catch github.com/bmdavis419/weights-ai/blob/main/src/app/action.tsx
What’s the app that you used to draw?
Excalidraw
\
So it uses gpt function calling to just generate structured output and use that to render a prebuilt component? Whats the big advantage of using this would you say? I was interested but im not sure if the upside is worth having to use typescript on the backend
What kind of systems do you build that ts isnt sufficient?
yo dude this is massive! I’m going all in on this lol
need a full tutorial on these stuff. tnx anyway
Sick job! New sub here, thanks and keep up the good work!
Very interesting ideas at the end, we should talk!
DMs on twitter open!
Ben, I'm working on a RAG app using AI Vercel SDK in Sveltekit. I know you prefer Next.js for this, but I think it works well in Sveltekit too.
Quick Q: when the app uses a tool, I noticed that the ToolResponse is not automatically added to the message stream. Do you know what the best practices are for this?
Blessed content! 🥰
Ive definitely lived the whole thing with managers and programmers having different expectations, even when the maangers are also programmers! I dont want to looj down on people, but I feel like it's a somewhat reasonable response after being laid off a bunch of times, and being mistreated by neurotypical managers with NT expectations as a neurodivergent developer
It's painful because I'm always opne to and acting on feedback as much as possible, but it's nevwr quite enough
Very cool
After learning this. I'll sleep on it.
Fair enough lol
Show some examples of connecting to other types of databases and try drag and drop into the chat sandbox :-+)
interesting ..subscribed
Great content! thanks for sharing
ooo no you are falling for the AI ponzi
As with any new tech I think a lot of this is grift/fluff, but a lot is real. There are real ways to use this tech and its insanely fun to build with
@@bmdavis419 haha i know was just a joke obviously there is good in everything
nice outfit
Can it lookup data in the database as well, like RAG type approach?