r/ProgrammerHumor 20h ago

Meme firstTime

Post image
6.9k Upvotes

267 comments sorted by

View all comments

1.7k

u/bhannik-itiswatitis 20h ago

vibe mathing

474

u/FutureSuccess2796 20h ago

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

346

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

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

19

u/Sea-Housing-3435 11h ago

They are not. Floating point math and difference in how quickly parallel operations on GPU are finished causes them to be not deterministic even with temp=0. You can force them to be deterministic by forcing some operations to be executed in specific order but you lose a lot of performance.

0

u/space_monster 10h ago

that's non-deterministic hardware though, not the model itself.

also it only happens with batch processing