Comment on A courts reporter wrote about a few trials. Then an AI decided he was actually the culprit.

<- View Parent
vrighter@discuss.tchncs.de ⁨2⁩ ⁨days⁩ ago

The llm does not give you the next token. It gives you a probability distribution of what the next token coould be. Then, after the llm, that probability distribution is randomly sampled.

You could add billions of attention heads, it will still have an element of randomness in the end. Copilot or any other llm (past, present or future) do have this problem too. They all “hallucinate” (have a random element in choosing the next token)

source
Sort:hotnewtop