|
|
|
|
|
by ta8645
496 days ago
|
|
> Being persuasive (i.e., churn out convincing prose) is how LLMs were designed to be. No. They were designed to churn out accurate prose that accurately reflects their model of reality. They're just imperfect. You're being cynical and emotional to use the term bullshit. And again, it anthropomorphizes the LLM, it implies agency. |
|
you are also seemingly anthropomorphising the technology by assigning to it some concept of having a “model of reality”.
LLM systems output an inference of the next most likely token, given: the input prompt, the model weights and the previously output token [0].
that is all. no models of reality involved. “it” doesn’t “know” or “model” anything about “reality”. the systems are just a fancy probability maths pipelines.
probably generally best to avoid using the word “they” in these discussions. the english language sucks sometimes. :shrug:
[0]: yes i know it is a bit more complicated than that.