Rahul Built a Tool That Actually Got Used 💡
Rahul, 13, from Pune, lived in a housing society where every month there was confusion about the electricity bills — some flats were charged differently, and no one could easily see who had paid or how much was outstanding.
His mother mentioned it once, and Rahul decided to build a solution. He spent two afternoons working with ChatGPT: asking it to help him design a spreadsheet formula, write a summary email template, and explain the bill in simple language. He created a Google Sheets template with auto-calculations and a short monthly report that his mother's committee started using within two weeks.
"Did you code it?" a friend asked. "Not really," Rahul said. "I told the AI what I needed, it helped me build each piece, I checked everything, and I connected the parts myself." His friend said that sounded like engineering. Rahul thought about that and agreed.
🗺️ The AI Project Planning Framework
🎯 What Makes a Good Problem to Solve with AI?
Not every problem benefits from AI. Use this checklist when evaluating an idea:
- Does it involve repetitive text, data, or analysis? AI is strong at summarising, generating, classifying, and analysing text and structured data.
- Is the output something you can check? A good project produces output you can verify — you are not blindly trusting the AI.
- Would someone actually use the result? Build for a real person with a real need, even if it is just yourself or a family member.
- Is it achievable in 2–5 working sessions? A project that takes more than a week to get a first working version is probably too ambitious for your first project.
🔧 Tool Selection Guide
| Tool type | Best for | Examples |
|---|---|---|
| AI chatbot (no-code) | Drafting, explaining, summarising, brainstorming, creating templates | ChatGPT, Google Gemini, Claude |
| AI + spreadsheet | Data calculations, formulas, auto-generated summaries, mail merge | Google Sheets + ChatGPT prompts |
| AI + document | Report writing, email templates, structured summaries | Google Docs with Gemini, Word Copilot |
| AI image generation | Illustrations, posters, project visuals, infographics (starting point) | Canva AI, Google Imagen (via Gemini) |
| Python + AI libraries | Custom automation, data analysis, building classifiers or chatbots | Google Colab + Python (next lesson) |
💡 Five School-Friendly Project Templates
Step 2: Prompt: "I am a Class 8 student. Summarise this chapter for me in bullet points. Use simple language. Highlight the 5 most important concepts."
Step 3: Paste the chapter text (or key sections).
Step 4: Review the output. Correct any errors.
Step 5: Format as a study card. Save and share with classmates.
Step 2: Prompt: "Generate 10 multiple-choice questions about [topic] at Class 8 level. Include the correct answer and a 1-sentence explanation for each."
Step 3: Review all questions and answers for accuracy.
Step 4: Use as a self-test or swap with a classmate.
Step 5: Iterate — ask for harder questions on topics you got wrong.
Step 2: Enter the results in a Google Sheet.
Step 3: Prompt ChatGPT: "Here are the results of a class survey. Write a 200-word summary report of the key findings."
Step 4: Paste the data.
Step 5: Review and present to the class.
Step 2: Collect your own observations — photos (with parent permission), notes, dates.
Step 3: Prompt: "Help me write a clear 1-page report describing this problem, its impact, and a suggested solution, for a school principal / local councillor."
Step 4: Review, personalise, and share appropriately.
Step 2: Write a short English explanation in your own words (50–100 words).
Step 3: Prompt: "Translate this into simple Telugu (or Hindi, Tamil, Kannada) for a Class 5 student. Keep the meaning clear."
Step 4: Have a Telugu/Hindi speaker review the translation for accuracy.
Step 5: Share with a younger sibling or cousin.
🚫 Common Beginner Mistakes
🛠️ Quiz — Lesson 10
8 questions · Click your answer · Submit for your score
📝 Worksheet — Plan Your Project
Tip: in the print dialog, choose "Save as PDF" to download.In your notebook, design your own AI project using the framework from Section 1:
- Problem statement: "I want to help [who] do [what] better." Write your one sentence.
- Data/inputs: What information will your project need? Where will it come from? Is any of it sensitive?
- Tool choice: Which tool from the tool guide will you use, and why?
- Minimum version: What is the smallest thing you could build to test if your idea works? Describe it in 2–3 sentences.
- Success measure: How will you know if your project works? What would a real user say when it is useful vs when it is not?
📋 Note for Parents and Teachers
What this lesson covers: A 6-step AI project planning framework, how to define a good problem, a tool selection guide, five school-friendly project templates with step-by-step prompts, and common beginner mistakes. Designed to give students a structured way to apply their learning from Lessons 1–9 to a real project.
Practical note: The five project templates can all be completed without any paid tools. ChatGPT (free tier), Google Gemini (free), and Google Docs/Sheets (free) are sufficient for all five. Encourage students to start with Template 1 or 2 — they are the simplest and produce immediately useful outputs.