← Back to context

Comment by steve-atx-7600

4 days ago

That makes it sound trivial. It seems desirable to put an LLM in front of an api (obviously with auth/authorization as needed) so that it can be called via natural language. But, to avoid wasting LLM resources on a chiplotle chapt bot, you’d need to make the LLM classify the input text as an “acceptable” request or not to deadend it. That sounds harder and more prone to exploits than you make it seem.

What I mean is that these chat bots shouldn't be built in the first place. They are insecure and offer nothing to users; moreover a chat bot interface tacked onto an e-commerce site does nothing that the GUI doesn't do better.