← all articles

LLM Internal

This category will cover all topics that you find useful to understand internal mechanism of LLMs

How tokenizers work under the hood?
LLM InternalExplainer··5 min read

A Deep Dive into Tokenizers: How AI Reads Text

Ever wonder how AI actually reads text? Discover how tokenizers and Byte Pair Encoding (BPE) break language into bite-sized data blocks, explore common English patterns, and see how OpenAI’s 200k vocabulary processes information under the hood.