L1 · Words as Numbers
Byte Pair Encoding, Merge by Merge
Run BPE training on a small corpus by hand and read the merge list.
Byte pair encoding starts with single characters. It glues the most common neighboring pair into one symbol, then does it again, and again. That is the whole algorithm.