@flightyhobler@lemmy.world to Technology@lemmy.worldEnglish • 2 months agoChatGPT spends 'tens of millions of dollars' on people saying 'please' and 'thank you', but Sam Altman says it's worth itwww.techradar.comexternal-linkmessage-square91fedilinkarrow-up166arrow-down13cross-posted to: hackernews@lemmy.bestiver.setechnology@hexbear.net
arrow-up163arrow-down1external-linkChatGPT spends 'tens of millions of dollars' on people saying 'please' and 'thank you', but Sam Altman says it's worth itwww.techradar.com@flightyhobler@lemmy.world to Technology@lemmy.worldEnglish • 2 months agomessage-square91fedilinkcross-posted to: hackernews@lemmy.bestiver.setechnology@hexbear.net
minus-squareFLeXlinkfedilinkEnglish2•2 months agoSo, not a single developer thought about filtering useless words locally before triggering the request ? How can they be so dumb ?
minus-square@Nighed@feddit.uklinkfedilinkEnglish1•2 months agoThe company I worked for tried that as an experiment on how much money it saves. Absolutely awful, even removing connectives causes problems.
minus-squareFLeXlinkfedilinkEnglish1•edit-22 months agoif msg == "thanks" return "you're welcome my dude"
minus-squareiktlinkfedilinkEnglish-1•2 months agothanks, you’re clearly a genius, these LLM providers should pay you a lot of money to implement this, you’d save them millions 🙄
minus-square@srecko@lemm.eelinkfedilinkEnglish1•2 months agoThat’s pretty much how they cenzor stuff right now.
minus-squareiktlinkfedilinkEnglish0•2 months agonoo the joke was he was supposed to reply "you're welcome my dude"
minus-squareFLeXlinkfedilinkEnglish2•edit-22 months agoI wrote “== thanks”, not “contains thanks”. All this conversation is about messages containing ONLY a SINGLE useless word. Obviously if it’s just at the beginning or the end of a legit message, it’s not the same thing…
So, not a single developer thought about filtering useless words locally before triggering the request ?
How can they be so dumb ?
The company I worked for tried that as an experiment on how much money it saves.
Absolutely awful, even removing connectives causes problems.
How would you filter it?
if msg == "thanks" return "you're welcome my dude"
thanks, you’re clearly a genius, these LLM providers should pay you a lot of money to implement this, you’d save them millions 🙄
That’s pretty much how they cenzor stuff right now.
noo the joke was he was supposed to reply
"you're welcome my dude"
I wrote “== thanks”, not “contains thanks”. All this conversation is about messages containing ONLY a SINGLE useless word.
Obviously if it’s just at the beginning or the end of a legit message, it’s not the same thing…