โ† All learning paths

Learning path

Curious Builders

AI Fundamentals for Founders, Product Managers & Analysts

7 Interactive LessonsPython in Your Browser100% FreeNo Setup Required

Who this is for

Founders, PMs, analysts, and curious builders who use AI tools daily and want clear intuition, not hype.

Why this exists

Most people can use AI tools. Very few can explain, evaluate, or improve them. This path closes that gap with hands on understanding.

What changes after

You make clearer AI product decisions, write better prompts, and catch hallucination risks before they ship.

How This Path Works

Learn by Doing

Each lesson is a sequence of concepts, live interactions, checkpoints, and Python sandboxes, not videos or walls of text.

Interactive every step

Concepts, interactions, checkpoints, and sandboxes in every lesson.

Python runs in your browser

Write and run real code: spam filters, data leakage simulations, sigmoid neurons, tokenizers, instantly editable.

Checkpoints that teach

Wrong answers show exactly why you were wrong and deliver the insight that makes it stick.

Apply block in every lesson

Role specific actions for PMs, founders, builders, and analysts you can use today.

One lesson flow: Read for ~90 seconds โ†’ run actual Python in the browser โ†’ drag a slider or edit code โ†’ answer checkpoint โ†’ apply to your work today.

Intended Learning Outcomes

Upon successful completion of all seven lessons, participants will be able to:

  1. 1Explain AI as prediction and map that single idea to every product feature you will ever evaluate, from recommendations to agents.
  2. 2Choose rules versus learning with clear, defensible trade offs in maintainability, data requirements, explainability, and performance, not gut feel.
  3. 3Write prompts that are structured, testable, and versionable, dramatically more reliable than ad hoc prompting.
  4. 4Understand token economics and their direct, measurable effects on cost, latency, context limits, and model behavior.
  5. 5Explain embedding based search and why it fundamentally outperforms keyword matching for semantic retrieval use cases.
  6. 6Recognize hallucinations as a design problem, not a bug to be patched, and implement grounding, verification, and honest refusal patterns.
  7. 7Walk the full ML workflow (frame โ†’ data โ†’ train โ†’ evaluate โ†’ deploy โ†’ monitor) and identify the dominant failure modes and mitigation strategies at each stage.

Curriculum Structure at a Glance

#Lesson TitleEst. TimeStepsAccess
1AI Is Prediction16 min12Free Preview
2Rules Versus Learning16 min12Account Required
3Talking to AI: Prompting16 min12Account Required
4How AI Reads: Tokens and Meaning16 min12Account Required
5Neurons and Deep Learning18 min12Account Required
6Why AI Makes Things Up15 min11Account Required
7The Real ML Workflow18 min11Account Required

Total core content: ~115 minutes. Realistic completion time with interaction and reflection: 2.5 to 4 hours self paced.

Detailed Lesson Descriptions

Lesson 1

AI Is Prediction

16 min ยท 12 steps

Free Preview

One sentence explains every AI product ever built. Here it is.

This foundational lesson establishes the single most powerful mental model in modern AI: almost every capability we call artificial intelligence is, at its core, a sophisticated prediction system. Understanding this reframes how you evaluate features, set expectations, and spot opportunities.

You'll explore

  • The prediction paradigm and why it unifies chat, recommendations, vision, agents, and more
  • Live Python demonstrations showing prediction in action
  • Immediate mapping of this lens to real product decisions

Apply Block

Role specific questions and exercises for Founders, PMs, Analysts, and Builders to apply the prediction lens to their current work.

Lesson 2

Rules Versus Learning

16 min ยท 12 steps

Account Required

I have saved three projects from the rules trap. Here is how to spot it before it costs you.

Not every problem needs machine learning. Many are better solved faster, cheaper, and more reliably with explicit rules or heuristics. This lesson teaches you to diagnose the right approach before you over engineer or under engineer.

You'll explore

  • Clear decision criteria: when rules win vs. when learning wins
  • Trade offs in maintainability, data hunger, explainability, and adaptability
  • Real world project rescue stories and anti patterns to avoid

Apply Block

Decision framework you can use in your next scoping meeting or architecture discussion.

Lesson 3

Talking to AI: Prompting

16 min ยท 12 steps

Account Required

The prompt is the program. Write it badly, get bad software.

Prompting is software engineering for probabilistic systems. This lesson treats prompts as code: structure, modularity, testing, iteration, and version control. Move from artisanal prompting to reliable, repeatable results.

You'll explore

  • Structural patterns: system prompts, few shot, chain of thought, self consistency
  • How to test and measure prompt quality systematically
  • Common failure modes and how to debug them like a developer

Apply Block

Prompt templates and testing checklist tailored to your role and use cases.

Lesson 4

How AI Reads: Tokens and Meaning

16 min ยท 12 steps

Account Required

Every weird model failure you have ever seen traces back to this. Here is what is actually happening.

Tokenization is the hidden foundation of how language models perceive the world. Misunderstandings here explain many surprising failures in long context reasoning, cost explosions, and strange output artifacts.

You'll explore

  • How tokenizers actually work (subword units, BPE, etc.)
  • The relationship between tokens, context windows, and economics
  • Why certain inputs cause models to forget or behave erratically

Apply Block

Practical guidelines for context management, cost estimation, and prompt length optimization in production features.

Lesson 5

Neurons and Deep Learning

18 min ยท 12 steps

Account Required

Every 10x engineer I know says the same thing: once you see how it works, the magic goes away, and the leverage arrives.

Demystify the black box. This lesson gives you an intuitive, code first understanding of neural networks, from single neurons to deep stacks, so you can reason about capabilities, limitations, and scaling without needing a PhD.

You'll explore

  • The perceptron and activation functions (including sigmoid) in live code
  • How layers compose to create complex decision boundaries
  • Why depth and scale produce emergent abilities and where they still fail

Apply Block

Mental models and conversation frameworks for discussing model size, fine tuning vs. prompting, and capability claims with technical teams.

Lesson 6

Why AI Makes Things Up

15 min ยท 11 steps

Account Required

It is not a bug. It is not going to be patched. Here is what it actually is, and how to design around it.

Hallucinations are an inherent property of how generative models complete statistical patterns. This lesson explains the mechanism and gives you concrete design patterns to reduce risk in production AI features.

You'll explore

  • The statistical roots of hallucination in autoregressive generation
  • Grounding techniques, retrieval augmented generation (RAG) basics, and verification loops
  • Designing for appropriate refusal and uncertainty communication

Apply Block

Risk assessment checklist and mitigation patterns you can apply to any generative AI feature before it ships.

Lesson 7

The Real ML Workflow

18 min ยท 11 steps

Account Required

The model is 20% of the work. Here is what the other 80% looks like, and why most teams never talk about it.

Building and shipping reliable AI systems is mostly not about training models. This lesson maps the full lifecycle most teams under invest in: problem framing, data quality, evaluation beyond accuracy, deployment realities, monitoring, and feedback loops.

You'll explore

  • The six stage ML lifecycle and dominant failure modes at each stage
  • Why just call the API is rarely the hard part in production
  • What good evaluation, monitoring, and iteration actually look like in practice

Apply Block

Lifecycle audit questions and red flags to raise in planning, vendor selection, or internal AI initiative reviews.

Assessment & Certification

Formative assessment (within lessons): Every lesson includes multiple interactive checkpoints designed for learning, not testing. Incorrect answers trigger immediate explanatory feedback that addresses the exact misconception. No penalties, no frustrating try again loops, just insight.

Summative requirement: Complete all seven lessons, including every checkpoint and step. Progress is tracked automatically. You can revisit any lesson at any time.

Certificate: Upon full completion you receive a shareable PDF certificate from The Grey Project validating your foundational AI literacy and practical decision making skills. The certificate includes lesson titles and total learning hours.

Note: This is a competency based micro credential focused on practical AI intuition for decision makers. It is not a replacement for deep technical ML engineering training, but an excellent on ramp or complement for non technical leaders and cross functional teams.

Ready to build real intuition?

Start with the free preview lesson: AI Is Prediction. No account required to begin.

Jump into lessons (7 lessons + certificate)
Syncing your progress...