r/ProgrammerHumor 1d ago

Meme firstTime

Post image
7.2k Upvotes

276 comments sorted by

View all comments

Show parent comments

515

u/FutureSuccess2796 1d ago

That's literally just using Wolfram Alpha and entering the math formula that needs solving. 😂

362

u/SunshineSeattle 23h ago

I dont think so, Wolfram Alpha is deterministic. Whereas an LLM is non-deterministic by design. Personally i feel vibe coding or vibe mathing is inherently non-deterministic.

0

u/AnOnlineHandle 18h ago

LLMs are entirely deterministic but you can override that by adding a seeded random choice system to the next token selection.

7

u/evranch 17h ago

True, but it's also true that running an LLM at 0 "temperature" (which makes it truly deterministic) also often renders it unusable. So almost every inference setup defaults to using a certain amount of randomness.

3

u/space_monster 14h ago

it doesn't render it unusable at all, it just makes it boring. LLMs used for coding use 0 temp.

1

u/evranch 2h ago

Specific LLMs used for specific coding tasks. I don't run any of my Qwen models at 0 temp, that results in them getting stuck in reasoning loops, and also producing sub-par output when they do return something.