Settings

Theme

Stop spending money on Claude, Chipotle's chat bot is free

reddit.com

34 points by m4tthumphrey a month ago · 3 comments

Reader

try-working a month ago

This has been happening with chat bots for three years now and it's never going to stop. You simply don't expose raw prompting and completions to the user like this on a customer-facing website.

  • steve-atx-7600 a month 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.

    • try-working a month ago

      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.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection