top | item 43513352

(no title)

samchon | 11 months ago

I think CRUD API may remains (called by chatbot), but CRUD app may not.

I got this insight making a shopping mall chatbot from a backend server. It has 289 API functions, and all of them are properly called in the AI agent.

With this experience, I think that many applications may be transformed to chatbot, and only specific purposes apps will be survived.

discuss

order

avanttech|11 months ago

I don't think every form UI to CRUD API becomes a chatbot interface. First and foremost is the validation of data that leads to chatbot asking multiple questions to resolve data consistency and correctness. Another way to look at is, with CRUD data, chatbot can fill the form UI if it passes all validation & asking user nod before it updates the system. Not all CRUD will transform to chatbot immediately but they may be augmented by chatbots to make the whole interaction as automated and easier, they'll co-exist until AGI can handle every situation perfect

samchon|11 months ago

Great insight making me think a lot

credwise14|11 months ago

Agreed, the API's are must have and agents can perform actions on our behalf.