Skip to main content
AI Foundations

⏱ About 15 min15 XP

Module Check

You have covered a lot of real ground in this module. You started with the fundamental question of what generative AI actually is and how it differs from earlier AI. You went inside the machinery of text generators (next-token prediction, temperature, emergent capabilities) and image generators (diffusion, noise-to-image, training on captions). You learned what tokens are and why they matter. You built a practical framework for writing and iterating on prompts. And you confronted the honest limitations — hallucination, no true understanding, inherited bias — that every thoughtful user of these tools must take seriously. This final lesson does three things: it locks in the key vocabulary from all ten lessons through flashcards, it checks your conceptual understanding with quiz questions spanning the whole module, and it ends with a synthesis challenge that asks you to put it all together.

Key Terms From the Whole Module

Flashcards — click each card to reveal the answer

Module Quiz

A spam filter and a text generator are both AI systems. What is the fundamental difference in what they produce?

A language model is asked the same question three times and gives three slightly different answers. Which mechanism explains this?

Why would the word 'bioluminescence' use more tokens than the word 'light'?

Why do diffusion image generators often produce hands with the wrong number of fingers?

A student writes this prompt: 'Write an essay.' What is the most important ingredient missing?

You run a prompt and the output is accurate but uses vocabulary that is too advanced for your intended audience. What is the most targeted fix?

The Big Picture

Generative AI is a remarkable new kind of tool — one that learns from human knowledge at enormous scale and produces new text, images, and more on demand. Its capabilities are real and growing. So are its limitations: hallucination, no genuine understanding, inherited bias, and the ever-present need for human judgment. The skill that matters most is not knowing how to use any particular AI product — it is understanding the principles deeply enough to use any generative AI tool wisely, now and in the future.

Capstone: The AI Explainer

  1. Your task: write a 400-500 word explainer aimed at a student who has not yet taken this module. Your explainer must cover all three of the following:
  2. 1. What generative AI is and how it differs from earlier AI (draw on Lessons 1-4)
  3. 2. What makes a prompt effective (draw on Lessons 5-7)
  4. 3. At least two serious limitations of generative AI and what they mean for responsible use (draw on Lesson 8)
  5. Constraints:
  6. - Write for a curious 12-year-old who has used AI tools but never studied them seriously
  7. - No jargon without a plain-English definition
  8. - Use at least one concrete example in each section
  9. - End with a single sentence that captures the most important thing you now know
  10. When you are done, exchange with a partner. Each partner checks: Are all three topics covered? Are the explanations accurate? Is the jargon-free rule honored? Are the examples concrete?
  11. Revise based on feedback. This is the iterating-on-prompts loop applied to your own writing.