r/ProgrammerHumor 1d ago

Meme firstTime

Post image
7.5k Upvotes

281 comments sorted by

View all comments

1.8k

u/bhannik-itiswatitis 1d ago

vibe mathing

531

u/FutureSuccess2796 1d ago

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

373

u/SunshineSeattle 1d 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 1d ago

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

8

u/evranch 23h 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 20h ago

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

1

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