Comment Re:AI simulates intelligence (Score 1) 203
AI creates a statistically likely response.
In what sense? With a context window that has thousands of words, there is no way to do meaningful statistics. I guess you can vapidly claim it's likely because it created it, but the real purpose of these statistical pejoratives is to misleadingly claim that it's just repeating big chunks of text it saw in training.
More accurately, a LLM creates a distribution over words as an algorithmic technique to generate a sequence of text, but that doesn't have much to do with statistics. That's typical in ML. They normalize outputs for various reasons, but it's often a mistake to assume there is any statistical or even probabilistic meaning. At least in this case, the probability has a meaning as the LLM uses it to drive the sequence.