Seems like he’s been pushed into using LLMs as a way to cope with the deluge of LLM-generated security reports.

  • 8oow3291d@feddit.dk
    link
    fedilink
    arrow-up
    1
    arrow-down
    2
    ·
    edit-2
    1 day ago

    It’s that it’s only predicting the next token in a string of text.

    An LLM has an internal state while predicting text. The “next token” chosen takes that state - a model of the world - into account. So a LLM is predicting the next token based on a world model and the previous text.

    Saying that it is “only predicting the next token”, without more context, while technically true is very misleading.