Hours per year
100
40 hrs CT + 20 hrs AI + 40 hrs project work
CBSE AI Curriculum 2026–27
Class 7 turns students into AI architects. They learn to see AI as part of larger systems, write their first Python in Colab, understand how Large Language Models actually work, and ship a complete AI project — from problem discovery and field interviews through user testing and a final showcase.
Hours per year
100
40 hrs CT + 20 hrs AI + 40 hrs project work
Pedagogy
Systems thinking, Python, and shipping a real AI project end-to-end.
Assessment
Project-driven. The capstone — discovery, prototype, build, test, iterate, document, present — is the primary assessment.
CBSE organises each grade's AI curriculum into four strands. Here are Class 7's.
Strand A
Strand B
Strand C
Strand D
Each of these is a real Dhee Learning session — written for parents, mapped to the CBSE strand.
ChatGPT, Claude, Gemini — what's actually happening inside, explained for Class 7.
Read explanation →
Every AI model sits inside a sociotechnical system of people, data and rules. Why you can't judge AI in isolation. For Class 7.
Read explanation →
A system map shows every actor, data flow and feedback loop as a diagram. A core systems-thinking tool. For Class 7.
Read explanation →
Stakeholders are everyone an AI system touches, not just its builders. How to find them all. For Class 7.
Read explanation →
Why a well-meant system can cause the exact problem it was meant to fix. The Cobra Effect, for Class 7.
Read explanation →
The direct result of a decision is only the start; second-order effects ripple further. How to anticipate them. For Class 7.
Read explanation →
How reinforcing feedback loops in recommendation systems progressively narrow content. A systems teardown for Class 7.
Read explanation →
Short-term wins often hurt long-term system health. Why time horizon is a design choice. For Class 7.
Read explanation →
'When a measure becomes a target, it stops being a good measure.' Why AI chases the wrong goal. For Class 7.
Read explanation →
When one AI's output feeds another, small errors can cascade — like the 2010 Flash Crash. For Class 7.
Read explanation →
Why critical AI systems keep a human as the final decision-maker, with AI only advising. For Class 7.
Read explanation →
Moderation systems must balance blocking good content against allowing harm. The hard trade-off. For Class 7.
Read explanation →
How AI credit systems can encode historical discrimination, and what disparate impact means. For Class 7.
Read explanation →
An urban Indian household meets 50–100 algorithmic decisions a day, mostly invisibly. Map your own. For Class 7.
Read explanation →
A function is a named recipe that takes inputs and returns one output. The idea before the Python syntax. For Class 7.
Read explanation →
A loop is one action repeated many times. The plain-English idea behind every for-loop. For Class 7.
Read explanation →
Why Python is the language of AI — and how code gives a machine precise, repeatable instructions. For Class 7.
Read explanation →
A variable is a named container for a value. How Python figures out the type for you. A beginner guide for Class 7.
Read explanation →
Lists store items by position; dictionaries store them by name. The two workhorses of Python. For Class 7.
Read explanation →
How for-loops repeat work and if-statements make choices in Python — including why indentation matters. For Class 7.
Read explanation →
A function is reusable code that takes inputs and returns an output. How to write one with def. For Class 7.
Read explanation →
CSV is the most common data format, and pandas reads it in one line. The start of data science. For Class 7.
Read explanation →
A chart turns numbers into a pattern your eyes read instantly. Plotting your first graph in Python. For Class 7.
Read explanation →
Data scientists spend 60–80% of their time cleaning data. Why messy data is normal and how to fix it. For Class 7.
Read explanation →
Create → fit → predict: how scikit-learn trains your first ML model in a few lines. For Class 7.
Read explanation →
Why accuracy can lie, and what a confusion matrix really tells you about your model. For Class 7.
Read explanation →
How a model trained on millions of images can be reused for your own task. Transfer learning, explained. For Class 7.
Read explanation →
Send text, get a response: how to use an LLM through an API, and why tokens cost money. For Class 7.
Read explanation →
An API is a contract for how two programs talk. REST, GET and POST explained simply. For Class 7.
Read explanation →
An error message tells you exactly what went wrong and where. How to read a Python traceback. For Class 7.
Read explanation →
Developers read far more code than they write. Why reading code is its own skill, and how to get good at it. For Class 7.
Read explanation →
GitHub is where code lives and how developers collaborate. A first tour for young coders. For Class 7.
Read explanation →
Before a model reads text, it splits it into tokens. Why modern LLMs use sub-word pieces. For Class 7.
Read explanation →
Embeddings turn words into lists of numbers that capture meaning. How AI understands language. For Class 7.
Read explanation →
The same word can mean different things depending on its neighbours. How AI handles ambiguity. For Class 7.
Read explanation →
How AI decides if text is positive, negative or neutral — one of the most-used NLP tasks. For Class 7.
Read explanation →
How AI sorts text into categories — one of the oldest and most useful NLP tasks. For Class 7.
Read explanation →
How neural translation maps meaning across languages, and why it still stumbles. For Class 7.
Read explanation →
22 scheduled languages, many scripts, little data: why Indian-language AI is genuinely hard. For Class 7.
Read explanation →
An LLM is trained to do one thing: predict the next token. Why that simple goal, at scale, is so powerful. For Class 7.
Read explanation →
Hallucination is a structural consequence of how LLMs generate text — not a simple bug. The deep version. For Class 7.
Read explanation →
RAG combines searching real documents with generating answers, so the AI cites facts instead of guessing. For Class 7.
Read explanation →
Good prompting is a craft with patterns, like few-shot examples. Why it's real engineering. For Class 7.
Read explanation →
LLM answers must be judged on accuracy, relevance, coherence and safety — not just one score. For Class 7.
Read explanation →
CNNs spot patterns by sliding small filters across an image. The intuition behind computer vision. For Class 7.
Read explanation →
Classification asks 'what is this?'; detection adds 'where is it?' with boxes. How tools like YOLO work. For Class 7.
Read explanation →
Diffusion models build images by reversing noise, starting from static. How tools like Stable Diffusion create art. For Class 7.
Read explanation →
AI learns from human-made work — but is that fair use? The lawsuits and ethics, for Class 7.
Read explanation →
Multimodal AI handles text, images, audio and video together — like GPT-4 reading a photo. For Class 7.
Read explanation →
Who benefits, who could be harmed, what data is used: the four lenses of an AI ethics review. For Class 7.
Read explanation →
Every AI needs training data and runtime data. How to specify type, quantity and quality before you build. For Class 7.
Read explanation →
Different problems need different AI methods. The five problem types every young builder should know. For Class 7.
Read explanation →
Iteration means fixing the top problems from testing and checking nothing else broke. Regression testing, for Class 7.
Read explanation →
Good project docs cover problem, research, design, build, test and reflection — not just the result. For Class 7.
Read explanation →
Dhee Learning doesn't hand out answers. For each Class 7 concept, Dhee asks questions, listens to your child, and probes their reasoning — exactly the spirit of the CBSE syllabus, but in 15-minute spoken sessions at home.
Class 7 turns students into AI architects. They learn to see AI as part of larger systems, write their first Python in Colab, understand how Large Language Models actually work, and ship a complete AI project — from problem discovery and field interviews through user testing and a final showcase.
Colab notebooks, capstone projects with real users, ethics reviews, design sprints, and rehearsals for a final showcase.
Project-driven. The capstone — discovery, prototype, build, test, iterate, document, present — is the primary assessment.
Dhee Learning is an AI study buddy whose syllabus mirrors the CBSE Class 7 AI strands. Your child can work through each concept in 15-minute sessions — Dhee asks questions and listens, instead of handing out answers.