How does a model read text? Not word by word, but token by token. Splitting on spaces is the simplest tokenizer: one word, one token, one box. Every instruction you send to an agent gets split this way before the model sees it.
⬇ Tokenization worksheet (1 page)
Next:
2. Subword Tokens


