๐ Guide โ Paths & Sections
Choose a path and read in order or jump to any chapter.
Beginner โ AI Fundamentals
From AI basics to tokens, embeddings, context, prompts, and LLMs
- ๐คโ
1/24
What is Artificial Intelligence?
Fundamentals of AI and how it differs from traditional programming
- ๐ง โ
2/24
Understanding Neural Networks
How artificial neurons work together to process information
- ๐โ
3/24
How Neural Networks Learn
Forward pass, loss, and backpropagation
- ๐ฏโ
4/24
Why You Must Understand Tokens & Embeddings
The case for learning the basics
- ๐โ
5/24
The Journey From Text to AI
From raw text to vectors step by step
- ๐ฌโ
6/24
What Are Tokens?
How AI breaks down text into processable units
- โ๏ธโ
7/24
Types of Tokenization
Character, word, and subword tokenization
- ๐งนโ
8/24
Normalization (Cleaning the Mess)
Making text consistent for the model
- โ๏ธโ
9/24
Popular Tokenization Algorithms
BPE, WordPiece, SentencePiece
- ๐ฐโ
10/24
Why Tokens Matter for Cost
You pay per token
- ๐โ
11/24
What Is an Embedding?
Meaningful vectors from token IDs
- โโ
12/24
Vector Math = Meaning Math
Distance and arithmetic in vector space
- ๐โ
13/24
Vector Search (How RAG Works)
Retrieval Augmented Generation pipeline
- ๐โ
14/24
Cosine Similarity
Industry standard for similarity
- ๐โ
15/24
ANN & HNSW
How vector search scales
- ๐ชโ
16/24
Understanding Context Windows
Memory limits of LLMs and why they matter
- โ๏ธโ
17/24
Your First Prompts
Write effective prompts that get better results
- ๐โ
18/24
Meet the Major LLMs
Overview of GPT, Claude, Gemini, and other popular models
- ๐๏ธโ
19/24
Understanding Model Parameters
What temperature, top-p, and other settings do
- ๐ขโ
20/24
Open Source & Parameters
Ollama, and what billions of parameters mean
- ๐๏ธโ
21/24
Training a Model
How models learn from data
- โ ๏ธโ
22/24
LLM Limitations & Safety
What LLMs can and cannot do, and common pitfalls
- ๐ฏโ
23/24
Final Mental Model
The full AI stack from text to generation
- ๐โ
24/24
Resources: Training, TensorFlow, Hugging Face, Kaggle
Libraries, models, and datasets for training and experimentation
Using AI & AI Agents
Agent components, memory, prompting, tools, MCP, and agentic patterns
- ๐คโ
1/24
What Are AI Agents?
Overview: agents that plan, use tools, and act
- ๐โ
2/24
Types of Agents & When to Use Them
Simple reflex to multi-agent; open-ended and multi-step use cases
- ๐งฉโ
3/24
Components of AI Agents
Overview: memory, prompting, tools, resources
- ๐โ
4/24
System Prompt
Depth: what the system prompt is and how to write it
- ๐ฏโ
5/24
Prompting: Zero-Shot, Few-Shot & Long Context
When to use no examples, few examples, or long context
- โ๏ธโ
6/24
Prompt Chaining
Multi-step prompts: output of one step becomes input to the next
- ๐พโ
7/24
Prompt Caching
Reuse cached prefix tokens to cut cost and latency on long prompts
- ๐ฏโ
8/24
Grounding
Anchor model answers in real data: RAG, search, and citations
- ๐โ
9/24
Think and Act
ReAct and agentic loops in depth
- ๐ง โ
10/24
Memory in Agents
Short-term and long-term memory
- ๐งโ
11/24
Tools & Resources
How agents use tools and read resources
- ๐ก๏ธโ
12/24
Trustworthy Agents & Human-in-the-Loop
Safety, system message framework, threats, and human approval flows
- ๐โ
13/24
Planning: Goals and Task Decomposition
Define goals, break into subtasks, structured output, iterative planning
- ๐ฅโ
14/24
Multi-Agent Patterns
When to use multiple agents; group chat, hand-off, collaboration; visibility
- ๐ชโ
15/24
Metacognition in Agents
Thinking about thinking: self-reflection, planning, corrective RAG, code as tool
- ๐ฆโ
16/24
Context Engineering
Managing context vs prompt engineering; types, strategies, and common failures
- ๐กโ
17/24
Introduction to MCP
Model Context Protocol: what and why
- โโ
18/24
Why We Need MCP
Problems without a standard; one protocol, many apps and servers
- โ๏ธโ
19/24
MCP vs API
How MCP differs from traditional APIs: discovery, interoperability, and integration
- โ๏ธโ
20/24
MCP: Client, Server, Host, Resources & Tools
Client, server, host; exposing resources and tools
- ๐โ
21/24
How to Expose Your MCP Server
Build and expose tools, resources, and prompts
- ๐คโ
22/24
Agent-to-Agent (A2A) Protocol
Agents talking to agents across systems; agent cards, executor, artifacts
- ๐โ
23/24
Natural Language Web (NLWeb)
Natural language interfaces for websites; MCP, embeddings, and discovery
- ๐ ๏ธโ
24/24
Resources, Flows & Frameworks
OpenClaw, LangGraph, Cursor/Claude for coding, n8n; good agent flows