Why Was The Previous Stage Not Enough?
Understand the bottleneck first, then see why a new technology appeared.
Chapter 00
AI's main thread is not the sudden appearance of one model. It is the result of rules and search, knowledge engineering, probability and statistics, representation learning, Transformer, RAG, and agents repeatedly addressing earlier bottlenecks.
Why did AI not suddenly become large models?
Technical Closure
This page verifies the Astro + MDX chapter loop: contributors can write explanations in Markdown/MDX while reusing the site layout, design tokens, and Astro routing.
Historical Spine
Search and expert systems showed that rules can express reasoning, while exposing combinatorial explosion and the cost of maintaining exceptions.
Statistical learning and neural networks shifted the problem toward data, features, and representations, allowing models to generalize from examples.
Transformer scaled into LLMs, while RAG, tools, memory, and evaluation organize models into modern AI systems.
How To Read
Understand the bottleneck first, then see why a new technology appeared.
Each demo teaches one core aha moment instead of packing real-system complexity into an introductory explanation.
RAG, agents, and evaluation are not endpoints. They continue to address factuality, controllability, and reliability.
Simplification note
The overview deliberately keeps the main thread and representative technologies while omitting many branches, people, papers, and engineering details. Later chapters use interactive demos to develop one core mechanism intuition for each era.
References