1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

Session 3 of 24 โ€” AI Builder

AI Builder ยท Session 3 of 24โฑ 30 min ยท ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ง Parent aware

๐Ÿ“ Structured Outputs

Make AI produce exactly the format you need.

๐ŸŽฏ Today's goal: Your child learns to specify output format precisely โ€” tables, lists, JSON-like structures โ€” getting AI to produce data they can actually use.

๐Ÿ”ฅ Warm Up โ€” 3 minutes

Warm Up

"Sometimes you do not just want AI to write you a paragraph. You want it to produce a specific structure โ€” a table, a numbered list, a checklist. Today we learn how."

"This is one of the most practical skills for using AI in real work."

๐Ÿค– The Activity โ€” 20 minutes

Main Activity

Format control is a professional AI skill. Today your child masters it.

๐Ÿ“‹ Type this exactly
Tell me about 5 Indian cities.

Read. Probably a paragraph or a loose list.

๐Ÿ“‹ Type this exactly
Give me information about 5 Indian cities in a table with exactly these columns: City | State | Population (approx) | Best known for | One surprising fact. Use | to separate columns. Include a header row.

Same information โ€” completely different format. Ask: which is more useful? Why?

๐Ÿ“‹ Type this exactly
Create a weekly study schedule for a 12-year-old who has: Maths, Science, English, History, and one hobby (their choice). Format it as a table: Day | Subject | Duration | What to focus on. Monday to Saturday. Sunday is free. Make it realistic, not overwhelming.

This produces something actually usable. Your child evaluates: is this realistic? What would they change?

Challenge: Your child picks something they want organised โ€” their book list, their game collection, their hobby project. They specify the exact format. AI produces it. They refine it.

๐Ÿงฉ The Twist โ€” 5 minutes

Deep Dive
๐Ÿ“‹ Type this exactly
Give me a recipe for chocolate cake. Format it as valid JSON with these fields: name, prep_time, cook_time, servings, ingredients (as an array), steps (as numbered array).

Ask: What is JSON? Why would someone want a recipe in this format rather than as a paragraph? Answer: so a computer programme can read it. This plants the seed that AI is not just for human readers โ€” it can produce structured data for software.

๐Ÿ›ก๏ธ Safety Moment
“Never share personal information”

Structured outputs are used in real AI applications โ€” forms, databases, automations. In all of these, the same rule applies: no real personal information goes in as an example. Use fictional names and details when building or testing structured outputs.

๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ง Parent: read this aloud. Ask your child to repeat it back.
๐Ÿ“

Format Master Badge ๐Ÿ“

Made AI produce exactly the structure needed โ€” tables, lists, and structured data

โœ“ Mark this session complete on your tracker
๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ง

Parent Notes โ€” tap to expand

โ–ผ
What they learned

Output format control โ€” a practical, professional skill that makes AI genuinely more useful. The JSON exercise plants an early seed about AI in software contexts.

Questions to ask
  • What made the table version more useful than the paragraph version?
  • Can you think of something in your life that would be better organised as a table?
  • Why would a developer want AI to produce JSON rather than a paragraph?
What to watch for

Some children find structured outputs immediately practical and spend the whole session making things they actually want. Encourage this โ€” real-world application is the best learning.

Safety in context

The JSON example is optional depth โ€” skip it if the child is not interested. The core lesson (format control) is more important than the specific format type.