Earlier quoted context omitted.
> radically different nature of our AI interlocutor It's the training data that matters. Your "AI interlocutor" is nothing more than a lossy compression algorithm.
Most AI Chatbots do not rely on their training data, but on the data that is passed to them through RAG. In that sense they are not compressing the data, just searching and rewording it for you.
Using the probabilities encoded in the training data.
> In that sense they are not compressing the data
You're right. In this case they're decompressing it.