What I'm struggling with is, when you ask AI to do something, its answer is always undeterministically different, more or less. If I start out with a "spec" that tells AI what I want, it can create working software for me. Seems great. But let's say some weeks, or months or even years later I realize I need to change my spec a bit. I would like to give the new spec to the AI and have it produce an improved version of…
> why can't there be an LLM that would always give the exact same output for the exact same input LLMs are inherently deterministic, but LLM providers add randomness through “temperature” and random seeds. Without the random seed and variable randomness (temperature setting), LLMs will always produce the same output for the same input. Of course, the context you pass to the LLM also affects the determinism in a produ…
Random seeds might be a thing, but for what I see there's a lot demand for reproducibility and yet no certain way to achieve it.