Introduction to LLM
This page provides an easy-to-understand guide on LLMs (Large Language Models) from basics to applications for AI enthusiasts.
Chapter 2 — Intelligent Document Parsing
Second post of the LLM Primer III walkthrough. Why a PDF is not a text file, what layout-aware parsers actually preserve, the current tool landscape (LlamaParse, Docling, Unstructured, Marker-PDF, Firecrawl, DeepSeek-OCR), and the multimodal track that retrieves over page images directly.
2026-03-19Chapter 12 — Building Your Own LLM System: From Datasets to Production
Chapter 12 of the LLM Primer I series. The final chapter. What it actually takes to build an LLM-powered system end to end — dataset licensing, training pipelines, evaluation frameworks, the integrated application stack, and the case-study patterns that distinguish successful deployments from failed pilots.
2026-03-01Chapter 8 — Using LLMs in Applications: Chatbots, Code, Extraction, and Agents
Chapter 8 of the LLM Primer I series. The application patterns that actually ship in production — chatbots, summarization, code assistants, structured extraction, and the rise of agentic systems where the model drives a tool-use loop. Plus the benchmarks every engineer should recognize by name.
2026-02-25