RE: https://hachyderm.io/@thomasfuchs/117157175901405554
The other important thing to state is: LLMs are deterministic. The same input will yield the same output.
Note: randomness and things like "current time" are inputs. There may also be implementation details that have nothing to do with the LLM itself that cause variations, for example race conditions between GPU cores. But as designed, they're deterministic; just like every other software algorithm.
I think it's important to occasionally state this, but LLMs are purely static and immutable sets of numbers and do not "learn" or change with use.