← Back to context

Comment by jgilias

1 day ago

Not OP. That’s not implied at all. The fancy autocomplete produces statistically likely continuations to the source text (the context window). For a problem that’s hard for humans one likely continuation is: “this is hard, can’t do”, even though there’s enough in the training corpus of the LLM to actually do it.

So, it follows that adding “pep talk” into the context window reduces the statistical probability of “no, can’t do” coming out as the answer you get.

These things are neither humans, nor deterministic software.

It doesn't explain why it doesn't make "I'm not paid enough for this shit" more statistically likely.

LLMs' processing that reproduces statistical patterns of the training data is modified by post-training. That's why we have LLMisms, for example.

LLMs aren't simple patter-matchers/pattern-predictors. They are incredibly complex systems that capture some aspects of the systems that produce the training data.

  • Maybe it does. Need to run evals to see if it does or doesn’t.

    Point was - everything in the context window affects the output. Including “silly” things like “it is known AI can do this”. And that has nothing to do with superstition, as the poster above me seemed to imply.