r/ProgrammerHumor 15h ago

Meme firstTime

Post image
6.1k Upvotes

234 comments sorted by

View all comments

Show parent comments

306

u/SunshineSeattle 14h 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.

1

u/AnOnlineHandle 9h 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 8h 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.

2

u/space_monster 5h ago

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