AI isn't magic. It reads words by chopping them into pieces, it "sees" pictures as grids of numbers, and it learns in three ways โ with a teacher (supervised), all by itself (unsupervised), or by trial & reward (reinforcement). Take each idea apart in its own little playground โ then see how a real LLM learns and answers.
Chop a sentence into pieces and give each a number.
Play โ 2๐งนStop-words, stemming & lemmatization โ words to their roots.
Play โ 3๐ขTurn words into numbers so similar words sit close together.
Play โ 4๐ฎThe probability game every language model plays.
Play โ โ ๐คThe big one. Watch the model learn from text, then write one token at a time.
Open the big lab โLearn from labelled examples, draw a boundary, then sort new things. (Needs a teacher.)
Play โ 7๐ชNo labels at all โ watch the computer find the groups by itself.
Play โ 8๐น๏ธA robot learns a path to the ๐ by trial & reward โ no labels, no teacher. Train it and watch it get smarter. (The "RL" behind game-playing AIs and chatbots.)
Play โUnzip and double-click index.html โ runs with no internet.