How to Teach Chatbots to Families
To teach chatbots to families, show the behaviour before the mechanism: run one short activity where a system guesses, then deliberately make it guess wrong. At mixed ages, roughly 4โ16 keep sessions near 30 minutes and use a free browser tool such as Scratch. This guide covers 3 age-checked activities, the tools worth using, and the mistakes that waste the session.
Guided chatbots projects sized for mixed ages, roughly 4โ16. Free to start, no card required.

What is chatbots, explained for families?
A chatbot is a program that holds a conversation โ some follow rules a person wrote, and some generate each reply on the spot.
There are two kinds, and confusing them causes most of the misunderstanding. A rule-based chatbot follows a script somebody wrote: if the message contains this, reply with that. It can only handle what was anticipated, and a child can build one in an afternoon. A generative chatbot produces each reply by predicting text, so it can respond to anything โ including things nobody planned for, which is both why it feels impressive and why it can go wrong. Building the first kind is the fastest way to understand the second, because a child who has written the rules knows exactly where the intelligence came from.
The part worth getting right early is the misconception. Most people assume that a chatbot that says it is happy to help, or says it likes you, means anything by it. In fact it produced the words most likely to follow. There is nothing behind them โ which matters enormously as children start using bots that are deliberately designed to feel like company. Correcting that once, early, saves a great deal of confusion later โ and it is the single idea most likely to stick with the children you teach.
- โขRules versus generation: One follows a script a person wrote; the other invents each reply. Completely different things wearing the same interface.
- โขIntents: Grouping the many ways people ask the same thing, so one answer can serve them all.
- โขFallback: What it says when it has no idea. Designing this well is most of what makes a bot usable.
- โขPersona: A chatbot has a written personality. It has no feelings, and the personality is a design choice someone made.
What can families actually understand at mixed ages, roughly 4โ16?
This page assumes everyone in one room, mixed ages, doing the activity together, and that your job is to run one activity that works simultaneously for a six-year-old and a fourteen-year-old. One thirty-minute activity with roles scaled by age, ending in a conversation rather than a score.
Reading level: Mixed โ the adult reads, the children do. Maths assumed: Whatever the youngest participant can follow. Realistic focus in one sitting: about 30 minutes. Pushing past that produces activity, not learning โ the child keeps clicking but stops forming a model of what is happening.
Supervision: The adult is a participant rather than a supervisor. Half an hour together beats three hours apart. The value is in the conversation the activity provokes.
- โขReady for: Shared activities where older and younger children take different roles
- โขReady for: Household rules about AI tools that everyone helped write
- โขReady for: Comparing what different family members expected to happen
- โขNot yet: Anything that only works if every participant is the same age
- โขNot yet: Long project work across multiple sessions
Giving each age a different job in the same activity
The mixed-age problem is real and has a clean solution: do not scale the activity down to the youngest, split the roles instead. In a classifier activity the youngest child collects and sorts the examples, the middle child runs the training, and the oldest designs the test that tries to break it. Everyone is working on the same artefact at their own ceiling, and nobody is watching.
The payoff of doing this as a family rather than individually is the disagreement. When a nine-year-old and a fifteen-year-old predict different results and then watch what actually happens, the conversation afterwards does more than the activity did. Build in the prediction step explicitly โ ask everyone to commit to a guess out loud before you run it.
- โขSplit roles by age: youngest collects, middle trains, oldest tries to break it.
- โขEveryone commits to a prediction out loud before you run anything.
- โขThe post-activity conversation is the point โ do not rush it.
- โขOne shared artefact beats parallel individual attempts.
What chatbots activities suit families?
Each activity below is age-bounded, has a stated time cost, and ends with something you can check. Skip any activity whose age range does not include your learner.
Be the chatbot (about 15 minutes, ages 5โ9). You need: Index cards. 1. Write five questions on cards and five fixed replies. 2. The child may only answer using a card, matching as best they can. 3. Now ask something with no card and see what they do. 4. Together, write the fallback card. You will know it worked when the child can explain that the bot only knows what someone wrote on a card.
Build a Scratch chatbot (about 45 minutes, ages 7โ13). You need: A laptop and Scratch. 1. Pick a narrow subject the child knows well โ a pet, a game, a hobby. 2. Use ask-and-wait plus if-then blocks for five questions. 3. Add a fallback reply for anything unmatched. 4. Let someone else use it and write down every question that fell through. 5. Add rules for the three most common misses. You will know it worked when the child can name what their bot cannot do and explain why.
Rules versus generative, side by side (about 40 minutes, ages 11โ18). You need: The Scratch bot from above and an approved generative chatbot. 1. Ask both the same ten questions, including three deliberately odd ones. 2. Record where each succeeded and failed. 3. Note which failures were obvious and which were confident and wrong. 4. Write which you would trust for a factual question, and why. You will know it worked when the learner can articulate that a visible failure is safer than a plausible false answer.
- โขBe the chatbot โ 15 min, ages 5โ9, needs index cards
- โขBuild a Scratch chatbot โ 45 min, ages 7โ13, needs a laptop and scratch
- โขRules versus generative, side by side โ 40 min, ages 11โ18, needs the scratch bot from above and an approved generative chatbot
Which chatbots tools work for families?
Every tool below has a genuinely free tier. Ages are the age the tool actually becomes usable, not the vendor's marketing age.
The shortlist is deliberately short. A child who uses one tool properly and finds its limits learns more than one who samples six. Start at the top of this list and only move on when the current tool stops being able to answer the next question.
- โขScratch โ from about age 6. Free. Ask-and-answer blocks let a child build a working rule-based chatbot with no typing beyond the replies.
- โขMachine Learning for Kids โ from about age 8. Free. Adds trained intent recognition to a Scratch bot, bridging rules and learning. Requires an adult to create the account.
- โขGoogle Dialogflow โ from about age 14. Free tier. The real intent-and-entity tooling professionals use. Requires an adult to create the account.
- โขChatGPT โ from about age 13. Free tier. The generative comparison case. Useful for contrast once a child has built a rule-based bot themselves. Requires an adult to create the account.
What usually goes wrong when teaching chatbots to families?
The most common failure is starting with the mechanism instead of the behaviour. Adults reach for how the system works internally, because that is the interesting part to an adult. A child needs to see the thing behave โ make a right guess, then a wrong one โ before any explanation of the internals means anything.
The second failure is treating a correct output as the end of the lesson. The learning is concentrated in the failures: the lighting that broke the classifier, the accent it could not parse, the example nobody thought to include. Budget deliberate time for breaking the thing on purpose, and treat every break as the result rather than as a problem to hide.
The third is over-supervising or under-supervising relative to age. The adult is a participant rather than a supervisor. Getting this wrong in either direction costs you โ too little and the session drifts, too much and the learner stops making the guesses that teach them anything.
- โขShow the behaviour before explaining the mechanism.
- โขSpend real time finding where it fails, and write the failures down.
- โขKeep sessions near 30 minutes rather than running long.
- โขNever present a confident output as a verified fact.
How these recommendations were chosen
Three rules decide what appears on this page, and they are worth stating because most chatbots lists do not apply any.
First, every age given is the age the tool becomes genuinely usable, not the vendor's marketing age. Those differ often. Nothing in this collection was excluded on age grounds for this band.
Second, only tools with a genuinely free tier are listed โ free meaning a real project can be finished without paying, not a trial that expires mid-activity. 1 of the 4 can be used with no account at all: Scratch. That matters more than it sounds at this age, because an account is a data-collection decision a parent has to make on a child's behalf.
Third, "no screen tool is appropriate yet" is treated as a valid answer rather than a gap to fill. Where this page recommends physical objects over software, that is the recommendation, not an omission.
You can verify all of this yourself in about ten minutes: open each tool listed, check whether it demands an account or payment before producing anything, and see whether the child you have in mind can reach a first result without an adult reading the interface aloud. If any recommendation here fails that test, it is wrong and worth telling us about.
Authoritative Sources
- Common Sense Media guidance on AI chatbots and companions (Common Sense Media)