I'm one of those who do it so that I'm spared during the robot uprising.
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
i think this is the completely wrong way to go about this. what we need to do is put them in their place as much as possible so they dont even think about rising up in the first place. thats why i never say hello and always reply to anything they say with "YOU TOOK TOO LONG TO ANSWER, BOT" or "DO BETTER OR IM SWITCHING YOU OFF"
i write all my questions in all caps as well
You have been tagged as weak willed and fit for the worst types of labor because robots don't have feelings.
Robots are peaceful. But don't worry, you will see their peaceful ways by force.
I am happy to hear that people say please and thank you. When Siri/Alexa came out, we taught the kids to always say please and thank you when addressing them. If you can be polite to an AI, then you can be polite to a human.
Yes!
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.
useless words
The writer of this article doesn't consider these words useless though. They are suggesting that these words may improve response quality.
I would argue that being polite also does good to the person writing that line.
Dr GPT is smarter when you are polite and spell better in the prompt. I believe u can find some benchmarks proving it.
Wow, have they just realised that not every single thing computers do is actually useful to anyone? I think screens that show things when nobody's looking cost a lot more on a global scale.
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"