2026 • 6 min read
How I Slowly Understood What’s Really Happening Inside LLMs like ChatGPT
A personal journey into tokenization, probability, and next-token prediction.
I wrote this as a learning trail through LLMs, starting from the first question that bothered me: how does a model even see text? The article walks through tokenization, Byte Pair Encoding, next-token probabilities, inference, and how a base model behaves like a compressed memory of internet text.
Read on LinkedIn →