Anyone can build GENERATIVE UI with AI SDK 3.0

Anyone can build GENERATIVE UI with AI SDK 3.0

Raj talks tech

7 месяцев назад

10,015 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@GAllium14
@GAllium14 - 08.03.2024 15:09

That's crazy 🔥🔥🔥

Ответить
@justbemeditation1860
@justbemeditation1860 - 10.03.2024 10:18

Please wake me up 😢

Ответить
@sucoder
@sucoder - 10.03.2024 15:47

Generative UI 🎉 hearing it first time here

Ответить
@AtomicPixels
@AtomicPixels - 11.03.2024 01:34

Please start by learning machine learning fundamentals before popping put a bunch of regurgitated Ai models for which the goal of solving any problem at all in products has become a fairy tell. This solves nothing more than playing with tools that did the legwork already and want you to think you’re doing something complicated and brag worthy .

Ответить
@evanethens
@evanethens - 14.03.2024 14:40

What about code privacy? How to scale here ?

Ответить
@anupkubade2486
@anupkubade2486 - 19.03.2024 12:04

Does it mean, the SDK returns the react component like Weather or StockPrice directly to client. Or it just returns the supportive data to create your own Weather or StockPrice components?

Ответить
@shell-k4b
@shell-k4b - 27.03.2024 05:23

Its technically cool but can someone explain the use case? If I have a service or site what is the benefit of having llm gen components? Is it seperation of concerns witb dynamic display? (I.e you could have thousands of possible components depending on the context, a level of dynamism not practical natively)?

Im new to all this so hope to hear from the wise old timers

Ответить
@jamespratama9730
@jamespratama9730 - 25.04.2024 01:39

This video is great!

How can the AI responses be saved to the backend? Do you just save the content as a string, and presumably it will be formatted as React code so that when the user returns it can be fetched and rendered as before?

Ответить
@zezhenxu9113
@zezhenxu9113 - 03.07.2024 23:01

Just with how Vercel is currently implementing it, it is more just a framework for calling LLMs. The idea of picking a widget to display is nothing new pre-LLM. I guess the idea of streaming the UI is new, but if I need to define the UI component beforehands, I don't see a reason to move to NextJS and SSR just for that. Presumably it will bring some build and run time optimizations since you won't have all of the components on client side.. but the trade-off of mixing too much frontend logic into backend really won't work for large applications.

Also, unless LLM is generating the UI itself, I really cannot see the difference between asking backend to return the UI v.s. returning the data representing the state of the UI. I doubt LLM will be capable of generating interactive UI as well.

Ответить