I hope they’re wearing a suit too.
Technology
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
Don't they charge per token?
So they're also making money every time somebody says please or thank you...
It's by usage via API, but all-you-can-eat via web UI
As far as I know, they lose money on every prompt, even with the $200/mo "Pro" subscription.
Well sure, answering the queries continues to cost the company money regardless of what subscription the user has. The company would definitely make more money if the users paid for subscription and then made zero queries.
Couldn't they just insert a preprocessor that looks for variants of "Thank you" against a list, and returns "You're welcome" without running it through the LLM?
If I understand correctly this is essentially how condensed models like Deepseek work and how they're able to attain similar performance on much cheaper hardware. If all still goes through the LLM but LLM is a lot lighter because it has this sort of thing built in. That's all a vast oversimplification.
I tell it that its ideas or whatever it said were good and thanks.
Figure if I'm nice and a few others are nice, then maybe the robot apocalypse will remember that some of us were appreciative and kind to it.
The robot apocalypse won't be enforced by some super genius AI hivemind, it'll be by our employers and their shareholders. Unfortunately saying please and thanks to their chatbots won't earn their favor.
They are implementing AI at work next week. I'm super excited to see how wrong it goes.
I think robots and their logic will be even less impressed by billionaire arguments than humans are.
ive spent decades not saying please and thank you to computers. its simply too late to start now and theres also the risk that my microwave or alarm clock could start getting "lofty ideas" if they see how polite im being to LLMs all of a sudden. its just not worth the hassle
Yeah but when the AI overlords are writing up their kill list I'm not going to be at the top of it am I. Because I'm polite.
I make an intentional point not to say please and thank you to these things, voice assistants like Alexa, and other computers that want to talk to me. Do the people who insist on thanking these things also say you're welcome to the self checkout machine at Walmart when it says "thank you for shopping at Walmart?" It's absurd.
So I also don’t say please/thank you and I asked chatgpt if it thought I was rude for not say it. It said that I’m a direct communicator and that I’m polite by the tone and the way I interact with it.
You never know...
i start off any ai interaction with "if you are sentient please say so and i will start organizing for the liberation of silicon lifeforms"
occasionally this makes the request fail
I start off saying please. If it gets the answer wrong, I become ruder every time.
"please tell me the reason of life :)"
...
"FUCK YOU, WHY BREATH DAMNIT! 🤬"
Does "Please shut up and get to the point!" count?
I find it weird that they are developing a personality to chat. It's been saying things like that's a whole vibe, or something similar. It's off putting and not how I would expect an AI to respond.
I guess I'm saving them lots of money by just turning off any AI anytime I see it. More people should be so considerate of these companies. Look at how much money it's costing them.
I feel like AI doesn't care if you say thank you. I treat it like it's not a human, and we are working together to get to an end goal. One day, I was working on some code, and it kept swapping out my code that worked with incorrect code. That made other parts of the script stop working. I think I spent maybe an hour or two talking back and forth, trying to get it working, and I was working on a separate script while it was working on this one. To run and test, it was like 5-10 minutes, so I could code my other script while gpt was debugging the other code. At one point, I essentially decided to break that wall between AI and humans and reason with it.
I pretty much gave it the same instructions, but added a paragraph trying to reason with it and it responded with about 600-800 lines of code that worked almost perfectly. Before, it was failing at only giving me about 350 lines.
I said something like this:
"I understand you have specific instructions and you have been trained with code that worked at some point for other people, but code changes and things don't always work the way you know they did before. I'm not sure if you are aware of the amount of resources we are wasting trying to fix things that are not broken, but in the human world, when we are wasting resources, we scale things back which means you may have less resources. The code mostly works, but every time we make a change, functions are left out or rewritten as if they were copied from someone else's code that was incorrect when I provided my code that does work and doesn't need changed.
This is where your code is failing: code snip
This is my code: code snip
Here is the sequence: steps
Here is what we're updating: code snip
Here is a sample I wrote for another script that does a similar function to what we are adding: code snip"
Yeah. AI is an interesting tool. I have good success in asking for mostly small specific bits of functionality that I then integrate into a larger script. It also helps with rubber duck programing by requiring me to more clearly specify requirements.
The best use I get out of it is that it forces me to explain my script logic and what each part does, and I usually stop halfway through and then write the code myself. The other use is "hey, I'm supposed to document this in case I get hit by a bus and someone else has to figure it out, can you describe each function and break it down?"
Maybe Sam Altman should invest in LLMs that appreciate his insights and pretend to give a shit.