Yes, but here's the thing: unlike the mind, an instance of an LLM isn't infinite. The only infinity in LLMs is that you can create infinite LLMs, but each instance that you "chat" with, is finite, and not only that, it is static!
Thus, you can add a source of near-infinity, for example a random number generator of arbitrary size and feed that into your LLM (this is one of the main things that causes incoherent hallucinations in LLMs) or rely on "natural" randomness from GPU circuit timing, but no matter what you do, a human fiction (or non-fiction) writer will evolve with their story, whereas an LLM cannot evolve, nor can it retain that evolution. Only the next training round, if it incorporates the traces right, can cause that evolution.
Yes, but here's the thing: unlike the mind, an instance of an LLM isn't infinite. The only infinity in LLMs is that you can create infinite LLMs, but each instance that you "chat" with, is finite, and not only that, it is static!
Thus, you can add a source of near-infinity, for example a random number generator of arbitrary size and feed that into your LLM (this is one of the main things that causes incoherent hallucinations in LLMs) or rely on "natural" randomness from GPU circuit timing, but no matter what you do, a human fiction (or non-fiction) writer will evolve with their story, whereas an LLM cannot evolve, nor can it retain that evolution. Only the next training round, if it incorporates the traces right, can cause that evolution.