What the subject actually is
Artificial Intelligence (subject code 417) is a skill subject, taken alongside the five main subjects. It is designed to be taken up in Class 9 and continued into Class 10.
Like other CBSE skill subjects, the syllabus has two parts: a set of employability skills — communication, self-management, basic IT, entrepreneurship, green skills — and the subject-specific AI core. Parents are usually surprised by the first part; it is genuinely useful and it is examinable.
The AI core, unit by unit
Broadly, the Class 9 core covers the following ground.
- Introduction to AI. What counts as AI and what does not, where it already appears in daily life, the domains it splits into, and its ethical dimensions. More conceptual than most parents expect, and the unit that carries the rest.
- The AI project cycle. Problem scoping, data acquisition, data exploration, modelling, evaluation. This is the spine of the subject and where the project marks come from.
- Data literacy. Where data comes from, what makes it good or bad, how it is represented, and why a biased dataset produces a biased system. The single most transferable unit in the course.
- Introduction to Python. Basic programming — variables, data types, conditions, loops, simple lists. Enough to run and modify a small script, not enough to build an application.
- The three domains. Computer vision, natural language processing and data science, introduced at concept level with small practical activities in each.
How it is assessed
The subject is weighted heavily toward doing rather than recalling: a written theory paper on one side, and practical work plus a project and viva on the other. The project is not a formality — it is assessed against the project-cycle stages, and a student who cannot explain their own problem statement and data choices in the viva loses marks a well-presented file will not recover.
Confirm the exact split for your session with the school. It has changed before.
Who should take it
Reasonable indicators either way.
- Take it if: your child is curious about how systems make decisions, is comfortable enough with Class 9 maths, does not mind writing and presenting, and would rather do project work than memorise. It pairs well with a child who already uses AI tools and wants to understand them.
- Think twice if: your child is already stretched across five subjects and an activity, or dislikes both writing and coding — this subject asks for both. A skill subject taken reluctantly costs more than the marks it adds.
- Not a prerequisite. Taking AI in Class 9 is not required for Computer Science or Informatics Practices in Class 11, and not taking it closes nothing off.
Where students actually struggle
Three places, consistently, and none of them is the Python.
- Problem scoping. Students want to jump to a solution. Writing a precise problem statement — who, what, where, why — is genuinely hard the first several times, and it is worth marks throughout.
- Data, not code. "Which data would answer this question, and what is wrong with the data I have?" is the recurring theme of the whole subject and the least practised skill in a school career built on given information.
- Explaining the project aloud. The viva catches students who assembled a project rather than understood one. It is also the most valuable part of the subject, and the part that transfers to everything else.
How to support it at home
Two things help more than tuition. First, ask your child to explain their project to you as though you know nothing — the gaps surface immediately, and this is exactly the viva. Second, when a news story about AI appears, ask what data such a system would have needed. That single question rehearses the core of the syllabus in ninety seconds.
Our own Class 9 AI programme runs alongside school rather than instead of it: 72 sessions built around practical AI literacy, verification habits and project work, with the project cycle practised repeatedly rather than once in March.