I'm Parikshet. Reading about AI is fine. Doing AI is what actually sticks. These are five projects I have done myself — all free, all completable in a weekend, all genuinely educational. Not simulations. Not worksheets. Real AI projects.

Project 1: Train a Gesture Recogniser (15 minutes)

Tool: Google Teachable Machine — teachablemachine.withgoogle.com
What you do: Train an AI to recognise three of your hand gestures from your webcam. Show it 100 examples of each gesture, click Train, and test it live.
What you learn: Supervised machine learning — how training data shapes what a model can do. Try deliberately confusing it: show a gesture halfway between two classes and watch it struggle. That is the edge-case problem that real AI engineers deal with every day.

Project 2: Build an AI Quiz Host (20 minutes)

Tool: ChatGPT or Claude (free)
What you do: Prompt: "Act as a quiz host. Ask me 10 challenging questions about [topic you know well]. After each of my answers, tell me if I was right, give the correct answer, and explain why in two sentences." Run the quiz. Then try to catch the AI in a mistake.
What you learn: Prompt engineering and AI knowledge limits. When you find an error, ask: "Are you sure about that?" Good AIs will reconsider. Some will double down confidently on wrong answers — that is hallucination in action.

Project 3: Create an AI Storybook (45-60 minutes)

Tools: ChatGPT for text + Adobe Firefly (firefly.adobe.com) or DALL-E for images — all free
What you do: Write a 5-chapter story with AI help — you as the hero, in a world you design. Then generate one illustration per chapter using an image AI. Compile into a document or slideshow.
What you learn: Creative AI collaboration, image prompt engineering, and the experience of being an AI art director. Notice how differently the images turn out depending on how precisely you describe them.

Want to learn AI properly?

I teach kids aged 8–14 how to use AI safely and creatively — no coding needed.

Explore the AI for Kids Course →

Project 4: AI Fact-Checking Challenge (30 minutes)

Tool: Any AI chatbot
What you do: Pick a topic you know well — your favourite sport, a country you have visited, a book series you love. Ask the AI 20 specific questions. Grade its answers. Find at least three mistakes and note what type they were (wrong fact, wrong name, wrong date).
What you learn: This is more useful than any article about AI reliability. Experiencing the gaps directly makes the critical thinking automatic. The kid who has caught an AI making confident mistakes treats AI output differently forever after.

Project 5: Quick, Draw! Research Session (20 minutes)

Tool: quickdraw.withgoogle.com
What you do: Play 10 rounds. Notice which categories it recognises easily (common, simple shapes) and which it struggles with (culturally specific objects, unusual perspectives). Deliberately try to draw things in unusual ways — upside down, from unusual angles — and see if recognition breaks.
What you learn: Computer vision training biases. The AI was trained on 800 million drawings mostly from English-speaking countries. Objects that look different in other cultures get lower recognition rates — a real-world example of training data bias affecting AI performance.

Pick one this weekend. Start with Project 1 if you want the most hands-on ML experience. Start with Project 4 if you want to understand AI limitations fastest. Either way — do, do not just read.

📚 Sources & Further Reading

Written by Parikshet More (KidsFunLearnClub, Dubai) and reviewed for accuracy. Facts checked against the references above.