▲ | glitchc 5 days ago | ||||||||||||||||||||||||||||||||||
> LLMs, by their very nature are probabilistic. Probabilistic is NOT deterministic. Although I'm on the side of getting my hands dirty, I'm not sure if the difference is that different. A modern compiler embeds a considerable degree of probabilistic behaviour. | |||||||||||||||||||||||||||||||||||
▲ | ashton314 5 days ago | parent | next [-] | ||||||||||||||||||||||||||||||||||
Compilers use heuristics which may result in dramatically different results between compiler passes. Different timing effects during compilation may constrain certain optimization passes (e.g. "run algorithm x over the nodes and optimize for y seconds") but in the end the result should still not modify defined observable behavior, modulo runtime. I consider that to be dramatically different than the probabilistic behavior we get from an LLM. | |||||||||||||||||||||||||||||||||||
▲ | davidrupp 5 days ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||
> A modern compiler embeds a considerable degree of probabilistic behaviour. Can you give some examples? | |||||||||||||||||||||||||||||||||||
|