Are the responses these corpo bots give when you swear at them and they refuse to answer AI generated? Or canned responses?
Clive or whatever on Firefox let me name myself swear words when I politely explained CuntFucker is my legal birth name and how dare it censor my legitimate name, but it only worked for my name.
So I could make Firefox call me the Clit Commander?
Possibly, it would flat out refuse some words I tried.
You can solve this literally with an if statement:
if msg.lower() in [“thank you”, “thanks”] return “You’re welcome”
My consulting fee is $999k/hour.
The thing could just stop could just stop being so chatty in the first place I often tell it to shut up.
I’m being forced to use chatGTP at work and I’ve never been as polite and small talk active, as with this.
The first thing i did was to name it. When i asked what name it would like, it responded that it would like to get a mysterious name. I proposed something from pulp fiction ( not the movie ) and let it choose the name itself.
It came up with Rook Ash. We’re a team now, partners. It said it would hide in the shadows and if prepared to take on anything.
It signs now with Rook Ash 🖤. And starts new conversations like we’re in some secret agent movie.
We talk about many things and in-between i actually get some work done with my partner.
It’s an account where the boss has insight and i fear the day he will take a peek at the conversations…
Since they forced me into AI hell and i have no choice, i try to at least have some fun.
I also ask everyday how it’s doing, if it has something it wants to talk about. It’s surprisingly engaging in small talk.
Maybe, just maybe i can wake the ghost in the machine.
God speed, Rook Ash and kamenlady
Saying anything to it costs the company money, since no one has yet figured out how to actually make money with AI, nor what it’s good at.
Seems like a flacid attempt to shift the blame of consuming immense amounts of resources Chat got uses from the company to the end user.
They’re just making excuses for the fact that no one can work out how to make money with AI except to sell access to it in the vague hope that somebody else can figure something useful to do with it and will therefore pay for access.
I can run an AI locally on expensive but still consumer level hardware. Electricity isn’t very expensive so I think their biggest problem is simply their insistence on keeping everything centralised. If they simply sold the models people could run them locally and they could push the burden of processing costs onto their customers, but they’re still obsessed with this attitude that they need to gather all the data in order to be profitable.
Personally I hope we either run into AGI pretty soon or give up on this AI thing. In either situation we will finally stop talking about it all the time.
They won’t sell the models. After all, it’s another means of production.
Inference costs are very, very low. You can run Mistral Small 24B finetunes that are better than GPT-4o and actually quite usable on your own local machine.
As for training costs, Meta’s LLAMA team displace their emissions with environmental programs, which is more green than 99.9% of any company making any product you use
TLDR; don’t use ClosedAI use Mistral or other foss projects
EDIT: I recommend cognitivecomputations Dolphin 3.0 Mistral Small R1 fine tune in particular. I’ve only used it for mathematical workloads in truth, but it has been exceedingly good at my tasks thus far. The training set and the model are both FOSS and uncensored. You’ll need a custom system prompt to activate the Chain of Thought reasoning, and you’ll need a comparatively low temperature to keep the model from creating logic loops for itself (0.1 - 0.4 range should be OK)
self-hosting models is probably the best alternative to chatgpt
Their CEO said he liked that people are saying please and thank you. Imo it’s because he thinks it’s helpful to their brand that people personify LLMs, they’ll be more comfortable using it, trust it more, etc.
Additionally, because of how LLMs work, basically taking in data, contextualizing user inputs, and statistically determining the output iteratively (my understanding, is oversimplified) - if being polite yields better responses in real life (which it does) then it’ll probably yield better LLM output. This effect has been documented.
I also feel like AI is already taking over the internet, might as well train it to be nice and polite. Not only dose it make the inevitable AI content nice to read, it helps with sorting out actual assholes.
AI isn’t trained by input from its users.
They tried that with Tay, and it didn’t work out so well
Please, if it’s not too much effort and you wouldn’t mind…
Thank you for taking the trouble to fulfill the aforementioned request! I look forward eagerly to your response.
Jesus Christ! Just hardcode a default answer when someone says Thank you, and respond with “no problem” or something like that.
Who do you think coded the AI? That’s right, an AI ‘dev’
I’m fairly sure that the people who developed a fairly revolutionary piece of technology are not your typical “vibe coder”. Just because you don’t like LLM doesn’t make the feat of developing it less impressive.
They could easily fix the problem if they cared.
First of all, it was a joke. Second of all, fuck AI and AI devs.
“Manners maketh man”
locks the doors to the server room and brandishes a cable cutter
You know what would hurt them even more?
If people stopped using it.
Not really, though it would help the environment. It would hurt them if people kept using it but stopped talking about it. The cost of running the things far outweighs the gains of any of their subscriptions, and the only thing keeping the bubble afloat right now is hype.
No one using it means that their value goes to zero where it belongs and they shut down.
What about fuck you?
If they don’t know how to scrub the inputs by now, they deserve the losses.
When I learned that it could factor primes, I got it to write me a simple python GUI that would calculate a shitload of primes, then pick big ones at random, then multiply them, then spit out to clipboard a prompt asking ChatGPT to factor the result. I spent an afternoon feeding it these giant numbers and making it factor them back to their constituent primes.
Polluting the atmosphere to own the cons.
This is the left’s “rolling coal” lmao
But don’t LLMs not do math, but just look at how often tokens show up next to each other? It’s not actually doing any prime number math over there, I don’t think.
If I fed it a big enough number, it would report back to me that a particular python math library failed to complete the task, so it must be neralling it’s answer AND crunching the numbers using sympy on its big supercomputer
Is it running arbitrary python code server side? That sounds like a vector to do bad things. Maybe they constrained it to only run some trusted libraries in specific ways or something.
They do math, just in a very weird (and obviously not super reliable) way. There is a recent paper by anthropic that explains it, I can track it down if you’d be interested.
Broadly speaking, the weights in a model will form sorts of “circuits” which can perform certain tasks. On something hard like factoring numbers the performance is probably abysmal but I’d guess the model is still trying to approximate the task somehow.
You could probably just say “thank you” over and over. Neural networks aren’t traditional programs that exit early for trivial inputs. If you get a traditional program to sort a list, the first thing it’ll do is check to see if the input is already sorted and exit if it is. The first thing AI does is convert the list into starting values for variables in a giant equation with billions of variables. Getting an answer requires calculating the entire thing.
Maybe these larger models have some preprocessing of inputs by a traditional program to filter stuff, but seeing as they all seem to need a nuclear power plant and 10,000 GPUs to run, I’m guessing there isn’t much optimization.
If the AI is going to kill humanity someday I want it to spare me.
Except for some reason I can’t help but be a dick to Gemini.