I can see someone in the future watching a program run and asking “wow, is that ai? A PERSON typed those cryptic letters? No way!”

  • PeriodicallyPedantic@lemmy.ca
    link
    fedilink
    arrow-up
    2
    ·
    3 days ago

    Yes, that’s why it’s necessary for it to be non-deterministic. Without non-determinism, there is no error recovery if it chooses the wrong token somewhere in the middle of the completion. That’s much less useful.

      • PeriodicallyPedantic@lemmy.ca
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        3 days ago

        So you can try your prompt again. Also to avoid getting stuck in loops of repeated text. Getting stuck down a bad line of “reasoning”. Etc.

        Low chance of error comes with low chance of error recovery, conversely high chance of error comes with high error recovery ability (mostly just talking about temperature and top k, here)