Beyond the Roadmap

Finished the roadmap? This section shows where you stand as an AI engineer, what gaps remain, and what to build next.

Start with Knowledge Gaps to see what areas need more depth, then check What's Left to plan next steps.

📐 What to Study Per Area

Exact gaps, required math, and what to explore next — per knowledge domain

Math needed:No math neededLight math (conceptual)Medium math (applied)Structured math study needed

📊 Do You Need Statistics?

Yes — but selectively. Statistics is the most important math topic for AI, but you only need 4 specific concepts:

Probability distributions

Understand how models sample outputs (softmax, temperature)

Cross-entropy loss

THE loss function for LLMs. You'll see it everywhere.

KL divergence

Used in RLHF, VAEs, and fine-tuning. Measures 'distance' between distributions.

Bayes theorem

Conceptual understanding of how evidence updates beliefs — useful for RAG intuition.

You do NOT need: hypothesis testing, regression analysis, ANOVA, or most classical statistics. Those are for data science, not AI engineering.

LLM Concepts & Internals

Light math (conceptual)
80% → 90%

Prompt Engineering

No math needed
90% → 95%

RAG Systems

Light math (conceptual)
80% → 90%

Agentic AI / Tool Use

No math needed
75% → 88%

Fine-Tuning / Training

Medium math (applied)
60% → 80%

Multimodal AI

Light math (conceptual)
40% → 75%

ML Research / Math

Structured math study needed
30% → 60%

Production / MLOps

No math needed
50% → 75%

AI Safety & Ethics

No math needed
40% → 60%

🎯 Recommended Study Order (For Your Profile)

1

Statistics (4 concepts only)

Probability distributions, cross-entropy, KL divergence, Bayes. Use StatQuest.

2

Linear Algebra (visually)

3Blue1Brown Essence of Linear Algebra. 3 hrs. Unlocks LLM math intuition.

3

LoRA mechanics

Read the original LoRA paper after linear algebra. It will make sense now.

4

Multimodal — vision prompting

Immediate ROI. Claude and GPT-4 vision are already in your hands.

5

LangSmith / observability

Install it in your next project. Transforms how you build and debug.

6

Calculus (chain rule only)

3Blue1Brown Essence of Calculus. 2 hrs. Makes backprop click.