A 501(c)(3) non-profit organization info@cheairesearch.com
Applied AI research for public benefit

Thirty-three lessons, beginner to advanced

Most writing about AI either flatters the reader or drowns them. This course does neither. It teaches the actual mechanism: the formulas, the worked arithmetic, and the measured before-and-after numbers from the papers that moved the field. Every claim traces to a primary source, and every number is the one the source reported.

The math is included

When a lesson names a formula, it walks through what the formula computes, term by term, then works a numeric example with real figures.

Every number has a source

Parameter counts, error rates and benchmark scores come from the paper that reported them, named inline and listed in full at the end of each lesson.

Snapshots say so

Model names, prices and leaderboard positions age fast. Where a lesson depends on one, it is flagged as a dated snapshot rather than presented as permanent fact.

Eight tiers, each assuming the last

The order is load-bearing. Each tier uses vocabulary the tier before it established, so the agent and multi-agent material at the end can be written at full depth rather than stopping to re-explain embeddings. Fifteen lessons are published, through the first three tiers. The rest are drafted and are being prepared for the web.

Tier 1

Foundations

Lessons 1 to 8
Tier 2

Using AI Well

Lessons 9 to 14
Tier 3

Building With AI

Lessons 15 to 20
15

Retrieval-Augmented Generation: Evaluation and Failure

Read

Retrieval failure modes, grounding accuracy, and the vector-store risk category.

16

Calling Models Programmatically

In preparation

Request and response shapes, sampling parameters, streaming, rate limits and retries.

17

What Makes an AI Agent

Read

The observe, reason, act loop, tool definitions, and least-privilege rules stated early rather than deferred.

18

AI Safety and Ethics Basics

In preparation

A documented bias case study with full error-rate tables, and near-term harms separated from speculative risk.

19

Evaluation as a Discipline

In preparation

Benchmark scoring mechanics, judge-model bias modes, contamination, and the benchmark illusion.

20

Fine-Tuning and PEFT

In preparation

The memory arithmetic of full fine-tuning, low-rank adaptation worked through, and a decision matrix.

Tier 4

Model Internals

Lessons 21 to 25
21

Preference Optimization and RLHF

In preparation

The full alignment pipeline with a worked reward-model trace, and the newer closed-form alternatives.

22

Tokenization Deep Dive

In preparation

Sub-word algorithms compared, glitch tokens, and the cross-lingual cost penalty.

23

Model Distillation

In preparation

Soft-target transfer, a full benchmark table for distilled variants, and the deployment economics.

24

Quantization and Local Inference

In preparation

The memory-bandwidth bottleneck and measured quality cost at each precision level.

25

Running Models Locally and Serving at Scale

In preparation

Cache arithmetic, three worked hardware sizing scenarios, and a full cost-latency example.

Tier 5

Frontier Architecture

Lesson 26
26

Inside Frontier Models

In preparation

Attention variants and mixture-of-experts routing, with specific models treated as replaceable case studies.

Tier 6

Single-Agent Systems

Lessons 27 to 29
27

Agent Reasoning Patterns

In preparation

Six named reasoning architectures, each with a worked example or a measured result.

28

Tool Use in Practice

In preparation

Tool-calling contracts compared, the Model Context Protocol, and tracing taxonomy.

29

Coding Agents and Harness Engineering

In preparation

The harness and scaffold stack, and the failure modes that appear only in long sessions.

Tier 7

Multi-Agent Systems

Lessons 30 to 31
30

Multi-Agent Teams

In preparation

Named team architectures with a full ablation table, and the token-multiplier arithmetic.

31

Multi-Agent Topology and Failure Modes

In preparation

A graph-theory refresher, the static versus dynamic topology trade-off, and a full failure taxonomy.

Tier 8

Production, Security and the Real World

Lessons 32 to 33
32

Securing Agentic Systems

In preparation

The confused-deputy mechanics of indirect prompt injection, sandboxing, and policy models.

33

Choosing and Comparing Agent Harnesses

In preparation

Three evaluation axes applied across current tools. Written as a dated snapshot and a living document.

Lesson 8 is not part of the sequence. A field map of who builds what would age faster than anything else in the course, so it is deliberately left out rather than published and allowed to go stale. The numbering keeps its original place so that references to later lessons stay stable.