logoalt Hacker News

baq01/21/20252 repliesview on HN

The problem is it can’t remember what it hasn’t written but the end result still makes sense, so there has to be some goal after parsing the initial context that the tokens are emitted towards to. This means there’s nothing stopping it from producing an explanation, it might be in there from the very start.


Replies

gpm01/21/2025

Not one goal though, but a set of goals. Otherwise the random sampling of tokens wouldn't result in it outputting meaningfully different jokes.

I also think it's safe to assume that the set of goals isn't fully resolved, but it's harder to "prove" that.

svachalek01/21/2025

There's no goal. The tokens are computed one at a time from all the previous tokens.

show 1 reply