Before You Start
Find your starting point and understand how to study AI before entering the main course.
- Where Are We? The Dunning-Kruger Effect
- How to Learn So Knowledge Actually Sticks
- Why Do We Spend So Much Time on Fundamentals?
Free. Structured. No signup.
137 core topics and 384 English lessons: A structured, free AI course for understanding modern AI, from large language models and prompting to RAG, agents, AI coding, and building with AI.
Start with foundations, then move through language models, prompting, AI products, agents, coding workflows, and practical building topics. Main lessons are best studied in order; bonus chapters can be opened when useful.
Find your starting point and understand how to study AI before entering the main course.
Build the first mental model for what AI can do, why it fails, and how to talk to it.
Connect training data, tokens, GPT-style models, and hallucinations into one foundation.
Learn context engineering, prompting, safety, agents, tool use, and cost-aware model choices.
Follow a real agent product from working demo to usable AI application.
Study production agent patterns for context, tools, evaluation, long runs, and safety.
Understand how harnesses can improve workflows and eventually improve themselves.
Build a reusable AI collaboration workflow around goals, context, acceptance, safety, and docs.
Train the ability to judge and describe visual quality when working with AI.
Improve AI-built interfaces with states, error prevention, controls, and flows.
Design how users perceive speed, trust, errors, value, and long-term AI product use.
Understand token costs and reduce waste through denser context and better architecture.
Use AI examples to understand arrays, caches, search, graphs, queues, and related structures.
Build practical intuition for complexity, sorting, divide-and-conquer, search, and sampling.
Read Grok Build as an optional source deep dive into a production coding agent.
Read DeepSeek Harness as an optional source deep dive into a plugin-first agent runtime.
Understand weights, licenses, distillation, and running models locally.
Use self tests to check weak spots and decide what to revisit.
Learn the ownership and compliance basics around brands, code, domains, entities, and equity.
Understand how search engines and answer engines discover and cite AI products.
The same course can serve different learners. Pick a goal to scope the curriculum, then change it anytime without losing saved progress.
This route focuses on the first useful mental models and practical AI use. It keeps the parts that help a beginner ask better questions, judge answers, and build confidence before going deeper.
This route adds model fundamentals and collaboration methods so AI becomes a dependable work tool instead of a novelty. It is still light on implementation and heavy on judgment.
This route keeps the product and architecture chapters that help you discuss trade-offs with engineers, design better AI experiences, and decide what is feasible before implementation starts.
This route follows the engineering-heavy course path. Expect code reading, implementation detail, context design, tool orchestration, safety boundaries, and long-running agent workflows.
This is the full LearnAI0 course path. Use it when you want the broadest view of modern AI, from first principles to practical systems and deeper implementation topics.
These LearnAI0 guides sit above the open course layer. Use them when you need the map before the next lesson.
Start with mental models, then learn prompting, context, RAG, agents, and AI coding in that order.
6 min readLearning PathA beginner AI roadmap should explain what to learn first, what to postpone, and how each topic connects to real use.
7 min readAI FoundationsGenerative AI creates text, images, code, audio, or other outputs from patterns learned during training and context you provide at use time.
5 min readThe fastest way to understand AI is to build the right mental model first, then keep moving through the course one lesson at a time.