Does anyone know any reasons why development on AI SDK RSC is paused?
The main thing I’m looking at it for is the useAIState hook so that my agent can see what’s going on in my frontend, and my user can make changes that the AI immediately knows about.
I feel like this is super beneficial, but it’s been difficult to find any discussion on it. Makes me wonder if it really is that beneficial.
The exact use case I have is I have my user go through an build a preview object, make changes to the object either directly on the page or asking the AI to do it, then build the full object and save it to my DB once it’s ready.
Are there other ways that people are doing this right now?