logoalt Hacker News

Der_Einzigetoday at 6:12 AM2 repliesview on HN

Yet another example of "comments that are only sort of true because high temperature sampling isn't allowed".

If you use LLMs at very high temperature with samplers which correctly keep your writing coherent (i.e. Min_p, or better like top-h, P-less decoding, etc), than "regression to the mean" literally DOES NOT HAPPEN!!!!


Replies

hnlmorgtoday at 8:12 AM

Have you actually tried high temperature values for coding? Because I don’t think it’s going to do what you claim it will.

LLMs don’t “reason” the same way humans do. They follow text predictions based on statistical relevance. So raising the temperature will more likely increase the likelihood of unexecutable pseudocode than it would create a valid but more esoteric implementation of a problem.

show 2 replies
adevilinyctoday at 6:18 AM

How do you configure LLM température in coding agents, e.g. opencode?

show 2 replies