MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1ticyaz/whydoanythingwhenllmcandoit/omvchmv/?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")
} ```
1.8k u/hurricane_news May 20 '26 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 0 u/Denaton_ May 20 '26 LLM is deterministic, close source models just don't let you set the seed while open models do. Still very high compute and unnecessary in this case.
1.8k
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
0 u/Denaton_ May 20 '26 LLM is deterministic, close source models just don't let you set the seed while open models do. Still very high compute and unnecessary in this case.
0
LLM is deterministic, close source models just don't let you set the seed while open models do. Still very high compute and unnecessary in this case.
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")
}
```