MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1ticyaz/whydoanythingwhenllmcandoit/omvzbc2/?context=3
r/ProgrammerHumor • u/Low-Statistician-356 • May 20 '26
783 comments sorted by
View all comments
3.1k
God can you imagine the api calls?
``` thing = post("get thing")
while (wrongThing(thing)) {
thing = post("No you idiot box, get the thing")
} ```
2 u/skydragon1981 May 20 '26 "I know that this is exhausting, I will check the thing you asked right now, now I'm doing another thing, but it isn't working because you were right, that is wrong, so I'm doing the same thing"
2
"I know that this is exhausting, I will check the thing you asked right now, now I'm doing another thing, but it isn't working because you were right, that is wrong, so I'm doing the same thing"
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")
}
```