logoalt Hacker News

jrmgtoday at 3:37 AM0 repliesview on HN

LLMs are, fundamentally, compressed lookup tables that map input -> input + next token. Or, If you like, input -> input + list of possible next tokens with probabilities.