New: every in-depth parent guide in one library — one payment, one year. See the membership →
The 8-Week Family AI Literacy Curriculum: Everything Your Kid Needs to Know
Tutorial

The 8-Week Family AI Literacy Curriculum: Everything Your Kid Needs to Know

K
By KidsAiTools Editorial Team
March 20, 202684 min readUpdated Sep 2026IntermediateAges: 9-1112-15

Version 2.9 — Updated September 2026

Artificial intelligence is no longer a futuristic concept confined to science fiction. It is embedded in the apps your children use every day, from auto-completing their search queries to recommending

Why Your Family Needs an AI Literacy Curriculum

Artificial intelligence is no longer a futuristic concept confined to science fiction. It is embedded in the apps your children use every day, from auto-completing their search queries to recommending their next YouTube video. Yet most kids — and most parents — have never received any structured education about how AI works, when to trust it, and how to use it responsibly.

That gap matters. According to UNESCO's 2023 guidance on AI and education, children who understand the basics of AI are better equipped to think critically, protect their privacy, and participate meaningfully in a technology-driven society. The ISTE (International Society for Technology in Education) standards now explicitly call for students to understand how AI systems work, and the AI4K12 initiative — a joint project of AAAI and CSTA — has identified five big ideas every child should know about AI.

This 8-week curriculum translates those frameworks into practical, family-friendly lessons you can deliver at home. Every activity uses free tools, requires no coding experience, and is adaptable for ages 8 through 14. Each week takes roughly 30 to 60 minutes of active learning, plus an optional deep-dive for families who want more.

How to Use This Curriculum

  • Schedule a consistent weekly time. Treat it like a family book club — same day, same time, every week.
  • Read the 15-minute parent prep before each session. It gives you the background knowledge you need to guide the discussion confidently.
  • Adapt for your child's age. Each week includes notes for younger learners (ages 8–10) and older learners (ages 11–14).
  • Use the reflection journal. A simple notebook where your child writes 3–5 sentences after each session cements the learning.
  • Bookmark free tools in advance. Every tool referenced in this curriculum is free to use and does not require a child's email address.

For more background on choosing safe, age-appropriate AI tools, see our AI Tools by Age Guide and our COPPA-Compliant AI Tools roundup.


Week 1: What Is AI?

Theme

Understanding what artificial intelligence is — and what it is not — by finding everyday examples and building a simple AI model with zero code.

Parent Prep (15 Minutes)

Read the AI4K12 "Big Idea 1: Perception" overview at ai4k12.org. The key concept for this week: AI is software that can perceive the world (through cameras, microphones, text) and make decisions or predictions based on patterns. AI is not sentient, it does not "think" the way humans do, and it only works within the boundaries of its training data. Familiarize yourself with Google's Teachable Machine (teachablemachine.withgoogle.com) — open it in your browser, click "Get Started," and create a quick two-class image project so you know what to expect.

Learning Objectives

  • Define AI in their own words.
  • Identify at least five AI-powered features they encounter daily.
  • Build a simple image-recognition model using Teachable Machine.
  • Distinguish between AI and simple automation (if/then rules).

Main Activity (30–45 Minutes)

Part 1 — AI Scavenger Hunt (15 minutes)

Give your child a worksheet (or a blank piece of paper) with two columns: "AI" and "Not AI." Walk through your home together and sort everyday technologies:

AI Examples Not AI Examples
Voice assistant (Siri, Alexa) Light switch
Spell-check suggestions Calculator
Netflix recommendations Microwave timer
Face unlock on a phone Door lock
Auto-tagging photos Alarm clock

Discuss why each item belongs in its column. The key distinction: AI systems learn from data and can handle new situations they were not explicitly programmed for. A microwave timer always counts down — it never learns anything new.

Part 2 — Build a Teachable Machine Model (20–30 minutes)

  1. Open teachablemachine.withgoogle.com and click "Get Started."
  2. Choose "Image Project" then "Standard image model."
  3. Create two classes — for example, "Thumbs Up" and "Thumbs Down."
  4. Use your webcam to record 30–50 samples for each class.
  5. Click "Train Model" and wait about 30 seconds.
  6. Test the model live — hold up a thumbs up or thumbs down and watch the confidence bar.

Let your child experiment: What happens if you show the camera something it has never seen, like a pencil? What happens if the lighting changes? This naturally leads into concepts of training data, accuracy, and limitations.

Age adaptation: For ages 8–10, keep it to two simple classes (e.g., open hand vs. closed fist). For ages 11–14, challenge them to build a three- or four-class model (e.g., rock, paper, scissors) and discuss why more classes need more training data.

Discussion Questions

  1. Can you explain AI to a friend in one or two sentences?
  2. What surprised you about the AI scavenger hunt? Did anything you thought was AI turn out not to be?
  3. When your Teachable Machine model made a mistake, what do you think went wrong?
  4. Do you think AI is "smart"? Why or why not?

Optional Deep-Dive

Watch the 5-minute video "How Does AI Actually Work?" on the Crash Course Kids YouTube channel. Afterward, have your child draw a simple diagram showing: Input → Processing → Output for one AI system they use.

Reflection Journal Prompt

"Today I learned that AI is... The most interesting thing I discovered was... One question I still have is..."


Week 2: How Does AI Learn?

Theme

Exploring how machine learning works through training data, pattern recognition, and an introduction to the concept of bias in AI systems.

Parent Prep (15 Minutes)

Review AI4K12 "Big Idea 3: Learning." The essential concept: most modern AI learns by finding patterns in large datasets. The quality and diversity of training data directly impacts how well — and how fairly — an AI system performs. Open Quick, Draw! (quickdraw.withgoogle.com) and play a few rounds so you understand the experience. Also skim the "Quick, Draw! Data" page to see how Google shares the collected doodles publicly — this is a great, concrete example of training data.

Learning Objectives

  • Explain the difference between "programming rules" and "learning from data."
  • Describe what training data is and why it matters.
  • Recognize that biased training data leads to biased AI.
  • Play Quick, Draw! and analyze how the AI guesses.

Main Activity (30–50 Minutes)

Part 1 — The Sorting Game (10 minutes)

Print or draw 20 pictures of animals on index cards (or use stickers). Include a mix: dogs, cats, birds, fish. Give your child the cards and ask them to sort the animals into groups. Then ask: "How did you decide which group each animal belongs to?" They will describe features — fur vs. feathers, number of legs, lives in water vs. on land. Explain that this is essentially what machine learning does: it looks at thousands of examples and figures out the features that distinguish one category from another.

Part 2 — Quick, Draw! Experiment (15–20 minutes)

Open quickdraw.withgoogle.com. Play at least six rounds. After each round, look at the AI's guesses in real time and notice:

  • When does the AI guess correctly early? (Usually when the drawing matches common patterns.)
  • When does the AI struggle? (Unusual drawing styles, less common objects.)
  • Click "see how the AI identified this" to view similar drawings from other players.

This is a perfect entry point for discussing training data: the AI learned to recognize cats by looking at millions of cat doodles drawn by people around the world.

Part 3 — Bias Discovery (10–15 minutes)

Ask your child to draw a "shoe" in Quick, Draw! Most people draw a side-view sneaker. Now ask: what about high heels? Sandals? Traditional shoes from other cultures? If the AI only learned from sneaker drawings, it might not recognize other types of shoes. This is bias — when training data does not represent everyone, the AI's understanding is incomplete.

Discuss a real-world example appropriate for your child's age: early photo-tagging AI systems performed poorly on darker skin tones because the training photos were not diverse enough.

Age adaptation: For ages 8–10, focus on the shoe example and keep the bias discussion concrete and visual. For ages 11–14, explore the Moral Machine experiment (moralmachine.mit.edu) to discuss how human values are difficult to encode in AI systems.

Discussion Questions

  1. How is the way AI learns similar to how you learn? How is it different?
  2. Why does the quality of training data matter so much?
  3. Can you think of a situation where biased AI could cause real harm to someone?
  4. If you were building an AI to recognize animals, what kinds of images would you include to make it fair and accurate?

Optional Deep-Dive

Explore the Google Arts & Culture "Seeing AI Bias" experiment, or visit the Teachable Machine project from Week 1 and deliberately create a biased model (e.g., train it only on photos taken in bright light, then test in dim light). Document what happens.

Reflection Journal Prompt

"AI learns by... Training data is important because... One type of bias I learned about is..."


Week 3: AI Can Create!

Theme

Discovering how AI generates art, music, and stories — and discussing what creativity means when a machine is involved.

Parent Prep (15 Minutes)

Explore three free AI creative tools before the session: (1) AutoDraw (autodraw.com) — an AI-assisted drawing tool, (2) Chrome Music Lab's Song Maker (musiclab.chromeexperiments.com/Song-Maker) — not strictly AI, but great for comparing human and AI music creation, and (3) ChatGPT's free tier or a similar text-generation tool for collaborative storytelling. Review our Free AI Creative Tools for Kids for additional options.

Learning Objectives

  • Use at least two AI creative tools to produce original art, music, or writing.
  • Compare AI-generated and human-created works.
  • Articulate an opinion on whether AI can be truly "creative."
  • Understand that AI generates content by remixing patterns from its training data.

Main Activity (40–60 Minutes)

Part 1 — AI Art Studio (15 minutes)

Open AutoDraw. Have your child draw something freehand — a dog, a house, a tree. Watch as AutoDraw suggests polished versions of their sketch. Discuss: How did the AI know what you were trying to draw? (Pattern matching against a database of drawings.) Try drawing something unusual or abstract and see if the AI can still guess.

Then try a text-to-image experiment. Use a free tool like Craiyon (craiyon.com) or the Bing Image Creator. Type a fun prompt like "a cat wearing a spacesuit on Mars, cartoon style." Compare the results with a drawing your child makes of the same prompt.

Part 2 — AI Music Playground (10 minutes)

Visit Chrome Music Lab's Song Maker and create a short melody. Then explore an AI music tool such as Soundraw's free demo or AIVA's free tier. Compare: how does the AI-composed music feel different from what your child created? Is one "better"? Who decides what makes music good?

Part 3 — Collaborative Story Writing (15–20 minutes)

Open a free chatbot (ChatGPT free tier, or Bing Chat). Write a story together with the AI using this "ping-pong" method:

  1. Your child writes the first two sentences of a story.
  2. Ask the AI to continue with the next two sentences.
  3. Your child writes the next two sentences, building on what the AI wrote.
  4. Repeat for 8–10 rounds.

Afterward, read the full story aloud. Discuss: which parts did the AI write well? Where did it go in a surprising direction? Did the story feel like "yours"? This is a natural introduction to the concept of human-AI collaboration.

For more on helping kids write effective prompts for these tools, check out our Prompt Engineering for Kids article.

Age adaptation: For ages 8–10, focus on AutoDraw and the collaborative story. For ages 11–14, add the music experiment and challenge them to generate a short poem with AI, then edit it to make it their own.

Discussion Questions

  1. Is AI-generated art "real" art? Why or why not?
  2. Who should get credit for something created with AI — the person who wrote the prompt, the AI, or both?
  3. How might AI creative tools change the way artists, musicians, and writers work in the future?
  4. Would you rather read a story written entirely by a human or one co-written with AI? Why?

Optional Deep-Dive

Have your child create a mini art gallery: three pieces of AI-generated art and three pieces they drew themselves, all on the same theme. Display them and ask family members to guess which is which. Discuss what clues give it away.

Reflection Journal Prompt

"AI can create things like... I think AI creativity is different from human creativity because... My favorite thing I made with AI today was..."


Week 4: AI Can Help Us Learn

Theme

Exploring AI-powered learning tools and building foundational prompt-writing skills to get the most out of AI tutoring.

Parent Prep (15 Minutes)

Test two free AI tutoring tools: Khan Academy's Khanmigo (free for students) and ChatGPT's free tier. Practice asking a learning question in two ways — a vague way ("explain fractions") and a detailed way ("I'm a 10-year-old learning fractions for the first time. Can you explain what 3/4 means using a pizza example?"). Note the difference in response quality. Review our AI Math Learning Guide for subject-specific tips.

Learning Objectives

  • Use an AI tutor to get help with a real homework concept.
  • Write clear, specific prompts that produce better AI responses.
  • Understand the difference between asking AI to do homework and asking AI to help you learn.
  • Apply the "explain, example, exercise" prompt framework.

Main Activity (30–50 Minutes)

Part 1 — Good Question vs. Bad Question (15 minutes)

Introduce the concept of prompt quality with a fun exercise. Write these two prompts on paper:

  • Prompt A: "Tell me about history."
  • Prompt B: "I'm studying the American Revolution. Can you explain the three main causes of the war in simple language, with one example for each cause?"

Ask your child to predict which will get a better answer. Then test both in ChatGPT (free tier) or a similar tool. Compare the results side by side. Discuss why Prompt B works better — it includes context (what they are studying), specificity (three main causes), format (simple language, examples), and scope (one example each).

Introduce the "Explain, Example, Exercise" framework:

  1. Explain — Ask AI to explain a concept at your level.
  2. Example — Ask for a real-world example.
  3. Exercise — Ask AI to quiz you or give you a practice problem.

Part 2 — AI Tutor Session (15–25 minutes)

Have your child pick a topic they are currently studying in school or something they are curious about. Using the Explain-Example-Exercise framework, work through a full learning session:

  1. "Explain [topic] to me like I'm [age]. Use simple words and a fun comparison."
  2. "Now give me a real-world example of how this works."
  3. "Can you give me three practice questions to test if I understand? Start easy and get harder."

After each AI response, ask your child: "Did this help? What would make the explanation better?" Encourage them to follow up with the AI — "I still don't understand the second part. Can you explain it a different way?"

Part 3 — The Learning vs. Cheating Line (10 minutes)

This is a crucial conversation. Discuss the difference between these two uses:

  • Learning: "Explain how to solve this type of math problem step by step, then give me a similar problem to try on my own."
  • Cheating: "Solve question 5 from my homework sheet."

Ask your child to come up with three more examples of each. For a deeper dive into this topic, see our AI and Homework: A Parent's Guide to Preventing Cheating.

Age adaptation: For ages 8–10, keep prompts simple and focus on one subject they find difficult. For ages 11–14, introduce the concept of "system prompts" — starting a conversation with "You are a patient tutor who teaches [subject] to middle schoolers. Always ask me a follow-up question to check my understanding."

Discussion Questions

  1. What makes a good question when talking to an AI tutor?
  2. How is learning with an AI similar to or different from learning with a human tutor?
  3. Where is the line between using AI to learn and using AI to cheat?
  4. What subjects do you think AI is best at helping with? What subjects might it struggle with?

Optional Deep-Dive

Challenge your child to teach the AI something it gets wrong. Find a topic where the AI gives an inaccurate or oversimplified answer, then have your child write a correction. This reversal — child teaching the AI — reinforces understanding and builds critical thinking.

Reflection Journal Prompt

"The best way to ask AI for help is... Using AI to learn is different from cheating because... Next time I'm stuck on homework, I could ask AI to..."


Week 5: AI Gets Things Wrong

Theme

Understanding AI hallucinations, inaccuracies, and limitations — and building practical fact-checking skills.

Parent Prep (15 Minutes)

Generate a few AI hallucinations to use as examples. Ask ChatGPT for a biography of a lesser-known historical figure — you will likely find invented details. Ask it to list academic papers on a niche topic — it may fabricate titles and authors. Also ask it a math question that requires multi-step reasoning, as these often produce errors. Save screenshots or copy the responses for the activity. Review the concept of "hallucination" — AI generating plausible-sounding but factually incorrect information because it predicts likely word sequences rather than retrieving verified facts.

Learning Objectives

  • Define "AI hallucination" and explain why it happens.
  • Identify at least three types of AI errors (factual, mathematical, logical, source fabrication).
  • Apply a three-step fact-checking process to any AI-generated content.
  • Understand that confident-sounding AI responses are not necessarily correct.

Main Activity (35–50 Minutes)

Part 1 — Spot the Lie (15 minutes)

Create a "fact or fiction" game. Ask an AI chatbot to generate 10 "fun facts" about a topic your child knows well (dinosaurs, a favorite sport, a country they have studied). Print or write out the facts. Challenge your child to identify which facts sound suspicious, then verify each one using a reliable source (encyclopedia, textbook, well-known educational website).

Most children are surprised to discover that 1–3 of the 10 "facts" are partially or completely wrong, even though they all sound equally confident. This is the core lesson: AI does not signal uncertainty the way humans do.

Part 2 — The Hallucination Lab (10–15 minutes)

Deliberately trigger hallucinations together:

  • Ask the AI to write a biography of a fictional person with a real-sounding name.
  • Ask the AI to recommend "the best book by [made-up author name]."
  • Ask the AI a trick question like "What is the capital city of the country of Freedonia?"

Watch how confidently the AI invents information. Discuss: why does this happen? (The AI predicts the most likely next words based on patterns. It has no internal model of truth — it only has patterns of text.)

Part 3 — The Three-Step Fact Check (10–15 minutes)

Teach and practice this simple framework:

  1. Pause — Do not accept AI answers at face value. Ask yourself, "Could this be wrong?"
  2. Cross-reference — Check the claim against at least two independent, reliable sources.
  3. Ask for sources — Tell the AI, "What are your sources for this?" Then verify those sources exist. (They often do not.)

Practice the three steps together on 3–5 AI-generated claims from Part 1.

Age adaptation: For ages 8–10, focus on the Spot the Lie game and keep fact-checking to simple, verifiable claims (dates, names, quantities). For ages 11–14, discuss the deeper implications: what happens when AI-generated misinformation appears in news, social media, or school research papers?

Discussion Questions

  1. Why do you think AI sometimes makes things up instead of saying "I don't know"?
  2. Have you ever believed something an AI told you that turned out to be wrong?
  3. How is fact-checking AI different from fact-checking a person?
  4. Should AI tools be required to warn you when they are not sure about something?

Optional Deep-Dive

Create a "Hallucination Hall of Fame" — a poster or digital document collecting the funniest or most surprising AI errors your family discovers. Add to it throughout the remaining weeks of the curriculum. This makes critical evaluation an ongoing family habit.

Reflection Journal Prompt

"AI hallucinations happen because... The three steps I should take before trusting AI information are... A time I might have been fooled by AI is..."


Week 6: AI and Privacy

Theme

Understanding how AI systems collect and use personal data, learning to read privacy policies critically, and creating family AI privacy rules.

Parent Prep (15 Minutes)

Before the session, open the privacy policy of one AI tool your family uses (e.g., ChatGPT's privacy policy at openai.com/policies/privacy-policy). Do not try to read the entire document — instead, search for three key sections: (1) what data is collected, (2) how data is used for training, and (3) options for opting out. Also review the key provisions of COPPA (Children's Online Privacy Protection Act) — specifically that services cannot collect personal data from children under 13 without parental consent. Our COPPA-Compliant AI Tools guide covers this in detail.

Learning Objectives

  • Explain what personal data AI tools collect and why.
  • Identify three types of data they should never share with AI (full name, address, school name, photos of themselves).
  • Read and extract key information from a real privacy policy.
  • Co-create a family AI privacy agreement.

Main Activity (35–55 Minutes)

Part 1 — The Data Detective (15 minutes)

Play "Data Detective" — investigate what data popular AI tools collect. Open a simple, kid-friendly summary of a privacy policy (or use the parent's pre-read notes) and answer these questions together:

  • Does this tool save your conversations?
  • Does it use your conversations to train its AI?
  • Can you delete your data?
  • Does it share your data with other companies?
  • Is there a special policy for kids?

Create a simple scorecard for the tool: green (good privacy practices), yellow (some concerns), red (problematic). Repeat for 2–3 tools if time allows.

Part 2 — What Should Stay Private? (10 minutes)

Brainstorm a list of information types and sort them into "Safe to Share with AI" and "Never Share with AI":

Safe to Share Never Share
General homework questions Full name
Fictional story ideas Home address
Public knowledge questions School name
Creative prompts Phone number
General interests Photos of yourself
Passwords
Family financial information

Discuss why each item belongs in its column. The key insight: anything you type into an AI tool could be stored, read by the company's employees, or used to train future AI models.

Part 3 — Family AI Privacy Agreement (10–20 minutes)

Together, draft a one-page "Family AI Privacy Agreement" that everyone signs. Include rules such as:

  1. We never share personal identifying information with AI tools.
  2. We use a parent-created account for AI tools (for children under 13).
  3. We check privacy settings together when trying a new AI tool.
  4. We review and delete AI conversation history monthly.
  5. We talk to a parent before uploading photos or documents to any AI tool.

For a comprehensive template you can build on, see our Family AI Rules Template.

Age adaptation: For ages 8–10, focus on the "Safe to Share / Never Share" activity and keep the privacy policy reading short. For ages 11–14, have them read an actual privacy policy excerpt and highlight sections that concern them.

Discussion Questions

  1. Why do AI companies collect your data? How do they benefit from it?
  2. If an AI tool is free, how does the company make money? (Hint: data is valuable.)
  3. Have you ever shared something with an AI that you probably should not have?
  4. How would you feel if you found out that a conversation you had with an AI was being read by a stranger?

Optional Deep-Dive

Conduct a "privacy audit" of your family's AI tool usage. List every AI-powered tool or feature each family member uses (including voice assistants, auto-complete, photo tagging). Research the privacy policy of each one. Create a family dashboard tracking which tools have good, medium, and poor privacy practices.

Reflection Journal Prompt

"AI tools collect data like... Three things I should never tell an AI are... Our family's most important AI privacy rule is..."


Week 7: AI Ethics

Theme

Exploring fairness, bias, and the ethical use of AI — including academic integrity and the responsibility that comes with powerful tools.

Parent Prep (15 Minutes)

Review AI4K12 "Big Idea 5: Societal Impact." Familiarize yourself with two or three real-world examples of AI bias appropriate for your child's age: (1) hiring algorithms that discriminated against women because historical data was male-dominated, (2) facial recognition systems that performed poorly on people with darker skin tones, (3) predictive text systems that reinforce stereotypes. Also review your school's policy on AI use in homework and assignments — if one exists — so you can discuss it concretely.

Learning Objectives

  • Identify real-world examples of AI bias and explain why they happened.
  • Distinguish between ethical and unethical uses of AI in school.
  • Apply an "ethical checklist" before using AI for any task.
  • Articulate their own position on at least one AI ethics debate.

Main Activity (35–55 Minutes)

Part 1 — The Bias Detective Returns (15 minutes)

Revisit the concept of bias from Week 2, but now with higher stakes. Present these scenarios (adjust for age) and discuss whether the AI system is being fair:

  • Scenario 1: A bank uses AI to decide who gets a loan. The AI was trained on historical data from a time when certain neighborhoods were "redlined" (denied loans based on race). Is this fair?
  • Scenario 2: A school uses AI to grade essays. The AI was trained mostly on essays written by native English speakers. A student who recently immigrated gets a lower score. Is this fair?
  • Scenario 3: An AI hiring tool screens job applications. It learned that successful employees at the company tend to have names that sound male. It starts ranking female applicants lower. Is this fair?

For each scenario, ask: (1) What went wrong? (2) Who is harmed? (3) How could it be fixed?

Part 2 — Academic Integrity Workshop (10–15 minutes)

This is one of the most important conversations in the entire curriculum. Create a spectrum on paper — on the left write "Completely OK" and on the right write "Definitely Cheating." Place these scenarios along the spectrum together:

  • Using AI to check your spelling and grammar.
  • Asking AI to explain a concept you do not understand.
  • Asking AI to write an outline for your essay.
  • Asking AI to write the first draft of your essay, then editing it.
  • Copying an AI-written essay and submitting it as your own.
  • Using AI to generate ideas for a creative project.
  • Using AI to solve your math homework problems, then copying the answers.
  • Using AI to check your math homework answers after you have tried them yourself.

There are no universally "right" answers here — the goal is thoughtful discussion. Talk about your school's specific policies and why they exist. The key principle: AI should make you smarter, not replace your thinking.

Part 3 — Build an Ethics Checklist (10–15 minutes)

Together, create a simple checklist your child can use before using AI for any school or personal task:

  • Am I being honest about using AI? Would I be comfortable telling my teacher?
  • Am I learning something, or am I just getting an answer?
  • Could this use of AI harm anyone?
  • Am I giving proper credit for AI assistance?
  • Does this follow my school's AI policy?

Write the checklist on a card your child can keep at their desk. For more on navigating AI and schoolwork, see our AI and Homework: A Parent's Guide.

Age adaptation: For ages 8–10, simplify the bias scenarios and focus on the fairness concept ("Is it fair if the AI treats people differently because of what they look like?"). For ages 11–14, introduce the concept of algorithmic accountability — who is responsible when an AI system causes harm? The programmer? The company? The user?

Discussion Questions

  1. Is it possible for AI to be completely unbiased? Why or why not?
  2. Who should be responsible when an AI makes an unfair decision — the people who built it, the people who use it, or both?
  3. How do you decide when using AI for schoolwork crosses the line into cheating?
  4. If you could create one law about AI fairness, what would it be?

Optional Deep-Dive

Explore the MIT Moral Machine (moralmachine.mit.edu), which presents ethical dilemmas involving self-driving cars. Discuss how these dilemmas reveal different values and how difficult it is to encode human ethics into software. (Recommended for ages 11 and up.)

Reflection Journal Prompt

"AI bias happens when... The difference between using AI to learn and using AI to cheat is... My personal rule for AI ethics is..."


Week 8: Our AI Future

Theme

Looking ahead at how AI will shape careers and daily life, completing a capstone family project, and creating a personal AI plan.

Parent Prep (15 Minutes)

Review recent age-appropriate articles about AI and the future of work. Key talking points: AI will change many jobs but is unlikely to eliminate the need for human skills like creativity, empathy, critical thinking, and complex problem-solving. The World Economic Forum estimates that 65% of children entering primary school today will work in jobs that do not yet exist. UNESCO's guidance emphasizes that AI literacy is not just a technical skill but a foundational competency for responsible citizenship. Prepare a list of 5–10 jobs your child might be interested in — you will discuss how AI might change each one.

Learning Objectives

  • Describe how AI might change three careers they are interested in.
  • Complete a capstone project that demonstrates multiple AI literacy skills.
  • Create a personal AI plan outlining how they will use AI tools responsibly.
  • Reflect on everything learned over the eight weeks.

Main Activity (45–60 Minutes)

Part 1 — AI and Careers (15 minutes)

Play "Future Job Forecaster." List 5–10 careers your child finds interesting. For each one, discuss together:

  • How might AI change this job in the next 10 years?
  • What parts of this job could AI do? What parts still need a human?
  • What new skills might this job require because of AI?

Examples to discuss:

Career AI Might Handle Humans Still Needed For
Doctor Analyzing X-rays, drug interactions Talking to patients, complex diagnoses, empathy
Artist Generating initial concepts, repetitive tasks Original vision, emotional expression, cultural context
Teacher Personalizing practice problems, grading quizzes Inspiring students, mentoring, handling emotions
Scientist Processing huge datasets, running simulations Asking the right questions, designing experiments, interpreting results
Game Designer Generating terrain, testing bugs Story and character creation, player experience, fun factor

The key takeaway: AI is a powerful tool that will change how we work, but human skills — creativity, empathy, critical thinking, communication — become more important, not less.

Part 2 — Capstone Family Project (20–30 minutes)

Choose one of these capstone projects to complete together. Each one draws on skills from multiple weeks:

Option A — "AI in Our World" Presentation

Create a 5-slide presentation (using Google Slides, free) about one AI topic that fascinated your child during the curriculum. Use AI tools to help research (Week 4 skills), fact-check all claims (Week 5 skills), and respect privacy in examples (Week 6 skills). Present it to the family.

Option B — "The AI Times" Newspaper

Create a one-page newspaper about AI. Include: one news article about a real AI development (researched and fact-checked), one opinion piece about an AI ethics question, one interview with a family member about their experience with AI, and one AI-generated illustration. Use AI tools as assistants, not replacements.

Option C — "My AI Tool Review"

Have your child write a review of their favorite AI tool from the curriculum. Include: what it does, how it works (based on their understanding), what it does well, what it gets wrong, a privacy score, and a recommendation for other kids. Post it as a family blog entry or share it with friends.

Option D — "Teach a Friend" Video

Record a 2–3 minute video where your child teaches a friend or family member one key concept from the curriculum (e.g., "What is a hallucination?" or "How does AI learn?"). The best way to demonstrate understanding is to teach others.

Part 3 — Personal AI Plan (10–15 minutes)

Have your child create a personal "My AI Plan" — a one-page document they keep and revisit. Include:

  1. Three things I will use AI for: (e.g., help with homework explanations, creative brainstorming, learning new topics)
  2. Three things I will not use AI for: (e.g., writing my essays for me, sharing personal information, trusting without fact-checking)
  3. My fact-checking habit: (Describe the three-step process from Week 5)
  4. My privacy rules: (Key rules from the family agreement in Week 6)
  5. My ethics checklist: (From Week 7)
  6. One AI skill I want to learn next: (e.g., learning to code with AI assistance, creating AI art, understanding how large language models work)

Age adaptation: For ages 8–10, help them fill in the plan with drawings or short phrases. For ages 11–14, encourage them to write complete sentences and add reasoning for each choice.

Discussion Questions

  1. What was the most surprising thing you learned in these eight weeks?
  2. How has your opinion about AI changed since Week 1?
  3. What advice would you give to a friend who has never learned about AI?
  4. What do you want to learn about AI next?

Optional Deep-Dive

Research one AI career that interests your child — AI ethics researcher, machine learning engineer, AI-assisted doctor, prompt engineer, AI artist. Find a free online talk or interview with someone in that field (YouTube has many). Watch it together and discuss what skills and education are needed.

Reflection Journal Prompt

"Over these eight weeks, the most important thing I learned about AI is... I changed my mind about... My plan for using AI responsibly is..."


Curriculum Summary and Resources

Week-by-Week Quick Reference

Week Theme Key Tool Core Concept
1 What Is AI? Teachable Machine AI perceives and predicts
2 How Does AI Learn? Quick, Draw! Training data and bias
3 AI Can Create! AutoDraw, Craiyon AI remixes patterns
4 AI Can Help Us Learn ChatGPT Free, Khan Academy Prompt quality matters
5 AI Gets Things Wrong ChatGPT Free Hallucinations and fact-checking
6 AI and Privacy Privacy policy review Data collection awareness
7 AI Ethics Scenario discussions Fairness and responsibility
8 Our AI Future Family project Synthesis and planning

All Tools Used in This Curriculum (Free)

  • Teachable Machine (teachablemachine.withgoogle.com) — Build image, sound, and pose classifiers with no code.
  • Quick, Draw! (quickdraw.withgoogle.com) — AI guesses your doodles in real time.
  • AutoDraw (autodraw.com) — AI-assisted drawing tool.
  • Craiyon (craiyon.com) — Free AI image generation.
  • Chrome Music Lab (musiclab.chromeexperiments.com) — Browser-based music creation tools.
  • ChatGPT Free Tier (chat.openai.com) — Text generation and tutoring (use with parental supervision).
  • Khan Academy / Khanmigo (khanacademy.org) — AI-powered tutoring for math and more.
  • Google Slides (slides.google.com) — Free presentation tool for the capstone project.
  • MIT Moral Machine (moralmachine.mit.edu) — Explore ethical dilemmas involving AI.

Standards Alignment

This curriculum aligns with:

  • ISTE Standards for Students — particularly the Computational Thinker and Digital Citizen standards, which call for students to understand how AI and algorithms influence their world.
  • AI4K12 Five Big Ideas — Perception (Week 1), Representation & Reasoning (Week 2), Learning (Weeks 2–4), Natural Interaction (Weeks 3–4), and Societal Impact (Weeks 5–8).
  • UNESCO AI Competency Framework — covering AI fundamentals, AI ethics and social impact, and practical AI application skills.

Tips for Success

  • Consistency over intensity. A reliable weekly 30-minute session beats an occasional two-hour marathon. Build the habit.
  • Celebrate curiosity. When your child asks a question you cannot answer, model the behavior: "Great question — let's look it up together."
  • Make it social. Invite another family to do the curriculum at the same time. Kids learn more when they can discuss and debate with peers.
  • Revisit and reinforce. After the eight weeks, keep the reflection journal going. Add a new entry whenever your child has an interesting AI experience.
  • Stay current. AI is evolving rapidly. Use this curriculum as a foundation, but supplement with current news and new tools as they emerge.

Continue Your Family's AI Journey

This curriculum is just the beginning. Explore more resources on our site:

  • AI Tools by Age Guide — Find the right tools for your child's age group.
  • Free AI Creative Tools for Kids — Discover more creative AI platforms.
  • Weekend AI Projects for Families — Hands-on projects to keep the learning going.
  • AI Tools for ADHD and Learning Differences — Specialized tools for diverse learners.
  • Family AI Rules Template — A complete template for household AI guidelines.

The families that thrive in the AI era will not be the ones who avoid AI or the ones who use it without thinking. They will be the ones who understand it, question it, and use it intentionally. You have just spent eight weeks building that foundation. Keep going.

Frequently Asked Questions

Is AI safe for children to use?

Yes, with age-appropriate tools and parental guidance. Tools built for children usually add content filters, but check each tool's privacy policy and age rules before your child signs up. General chatbots like ChatGPT are for ages 13 and up (with a parent's permission under 18), so younger children should use them only alongside an adult.

What age should kids start learning about AI?

Children as young as 4-5 can play with visual AI tools like Quick Draw and Chrome Music Lab. Conceptual understanding is appropriate from age 6-7. Deeper concepts like bias and ethics suit ages 9+. By 12-13, kids can discuss AI's societal implications.

Are there free AI tools for kids?

Yes. Scratch, Google Teachable Machine, Khan Academy, Code.org, Chrome Music Lab, Quick Draw, and AutoDraw are all completely free with full functionality. Many other tools like Canva, Duolingo, and ChatGPT have generous free tiers that cover most educational use.

Try it right now — build a Dragon
No download, no login. This link opens Blocks with the Dragon preset loaded.
▶ Build free
#curriculum#8 weeks#AI literacy#home learning#structured
Share:
FREE DOWNLOAD
The AI Safety Checklist for Parents
10 things to check before your child uses an AI tool. Unlock the complete checklist to read and print.
Open the free guide

📋 Editorial Statement

Written by the KidsAiTools Editorial Team and reviewed by Felix. Our guides are written from a parent-builder perspective and focus on AI literacy, age fit, pricing transparency, and practical family use. We do not currently claim named external expert review or a child-test panel. We may earn commissions through referral links, which does not influence our reviews.

If you find any errors, please contact support@kidsaitools.com. We will verify and correct as soon as we can.

Last verified: September 24, 2026