28
r/trueanon comment section defending "AI"
(old.reddit.com)
For posting all the anonymous reactionary bullshit that you can't post anywhere else.
Rule 1: All posts must include links to the subject matter, and no identifying information should be redacted.
Rule 2: If your source is a reactionary website, please use archive.is instead of linking directly.
Rule 3: No sectarianism.
Rule 4: TERF/SWERFs Not Welcome
Rule 5: No bigotry of any kind, including ironic bigotry.
Rule 6: Do not post fellow hexbears.
Rule 7: Do not individually target federated instances' admins or moderators.
It actually does not learn from what it's seen before, or at least framing it as such is widely misleading.
These things are fed with ridiculously massive amounts of data during so-called "training", which adjust the weights (parameters) of the model. But that happens when they are created, all the parameters are set in stone afterwards, when the LLM is being used. During use, they do have a (limited in size) context window of tokens (words or rather parts of words, including the chat history) that influence their next output token.
If, for example, the LLM outputs something undesirable (aka "makes a mistake", which the thing has no concept of to begin with), and you chastise it about that, it is likely to promise you to not do that again (apologizing is part of its "training"), which is a false promise, since it cannot guarantee that. Since your complaint is now part of its context window, that may (or may not) actually help it avoid the mistake for a while. But if you reset the the context it will retain nothing, and even if you do not reset it, it will eventually "forget" about it, since it can only retain so many tokens in its context at any one time.