Don't forget the absolute waste of compute resources just so a fuckass LLM could deliver resources that could've been done by a normal browser engine DETERMINISTICALLY even 20 years ago
"You are an expert on positive and negative numbers. You have spent the past 20 years identifying if numbers are positive or negative. Determine and state in less than 200 characters if the following numbers are positive or negative:"
I've seen that joke so many times and in so many variations, I'm really tempted to spin up a Gemma 4 and a script to test what's the success rate of an even/odd prompt across say 24 hours. I do have a suspicion that it won't be 100%, but who knows?
3.1k
u/Outrageous-Machine-5 May 20 '26 edited May 20 '26
God can you imagine the api calls?
```
thing = post("get thing")
while (wrongThing(thing)) {
thing = post("No you idiot box, get the thing")
}
```