The article explains how Large Language Models (LLMs) work, focusing on the core mechanisms inside modern transformer-based LLMs. It covers tokenization, embeddings, positional encoding, attention, and multi-head attention, providing a step-by-step walkthrough of how LLMs process and generate text. The article aims to provide an introduction to LLMs without delving into complex math. By understanding these mechanisms, readers can better comprehend how LLMs operate and what they can achieve.