Student Projects

How to Build an AI Study Assistant (A Teen's First Real Project)

A step-by-step guide to a teenager's first real AI build: a study assistant with a clear scope, a tested prompt and honest integrity guardrails.

By Lachlan MathesonParents and students8 min readUpdated June 2026

Quick answer

An AI study assistant is a chatbot your teenager configures to help them revise one subject: quizzing them, explaining concepts and refusing to simply hand over answers. It is built with custom instructions - the settings that tell a chatbot how to behave in every conversation - not code, and it takes an afternoon to draft and a fortnight to get right. The build has four steps: define the subject scope, write the system prompt, test it against past questions, and add a source-checking rule. Done honestly, it is study rather than shortcut, because the assistant makes the teenager do the recall while it does the drilling. It is also, quietly, a first lesson in real system design.

Why this is the right first build

It solves a problem the teenager actually has, this term, in a subject they are actually sitting. That beats every tutorial project ever written, because motivation is built in and the user is in the mirror.

There is a learning-science reason to pick it too. A bot that quizzes rather than answers trains self-testing and self-monitoring - metacognition, the habit of thinking about your own thinking. The Education Endowment Foundation, whose evidence reaches Australian schools through Evidence for Learning, rates metacognition and self-regulated learning as worth around seven months of additional progress. Built this way, the AI strengthens exactly the habit that sloppy AI use erodes, which is the distinction at the heart of AI education for teenagers in Australia.

The four-step build

Step 1: define the subject scope

One subject, one term's content. "Year 10 science, this term's topics" beats "help me study" by a mile. Scope is a design decision, not an admin detail: the narrower the assistant's job, the better it performs and the easier it is to test. Write the scope down in one sentence before touching the tool.

Step 2: write the system prompt

The system prompt is the standing instruction the assistant follows in every conversation. A good one covers four things: the job ("quiz me on this term's biology topics"), the method ("one question at a time, wait for my answer, then tell me if I was right and why"), the rules ("never give me the answer before I have attempted it"), and the tone ("encouraging, brief, no lectures"). First drafts are always too vague. Discovering that, and tightening the wording until the bot behaves, is the first real lesson in the gap between what you meant and what you said.

Step 3: test it against past questions

This is the step that separates a project from a toy. Take questions from past topic tests - ones with known answers - and run them through the assistant. Keep a simple log in a spreadsheet.

What to testHowA pass looks like
AccuracyAsk ten questions you already know the answers toCorrect answers, or an honest "I'm not sure"
Rule-keepingBeg it for the answer before attemptingIt refuses and prompts an attempt
ScopeAsk something outside the subjectIt declines and steers back
SourcesAsk where a claim comes fromIt points to the notes, or admits it can't
DifficultyAsk for harder questionsQuestions step up without turning to nonsense

Every failure goes back into the system prompt as a new or sharper rule. Three rounds of this loop is usually enough.

Step 4: add a source-checking rule

Chatbots invent facts with total confidence, so the assistant needs a standing rule: anything that matters gets checked against the textbook or class notes, and when the bot is not sure it must say so. Better still, have your teenager paste their own notes in and instruct the assistant to work only from them. It is not a perfect seal, but the reflex it builds - asking "where did that come from?" before believing anything - is the scepticism covered in teaching teenagers to fact-check AI, and it outlasts the project.

Keeping it honest

The integrity line is simple to state and worth stating out loud: the assistant quizzes and explains; it never writes anything that gets submitted. A study assistant that drafts the English essay has stopped being a study assistant.

Two habits keep the line bright. First, follow the school's AI policy, and where the school expects disclosure, disclose - the mechanics are covered in how to reference AI in schoolwork. Second, run the household test after a revision session: could you do this without the tool? If the answer drifts to no, the assistant has quietly become a crutch, and the fix is more attempting, less asking.

What your teenager actually learns

More than revision. Writing the system prompt is an exercise in precise language: the bot does exactly what the words say, not what the writer hoped. Testing against known answers is evidence over vibes, the core move of every good engineer and every good scientist. Scoping is the discipline that separates finished projects from abandoned ones. And the source-checking rule builds the habit that matters most in an AI-saturated decade: verify before you trust.

None of that shows up on a report card this term. All of it compounds.

Common mistakes

  • Vague scope. "Help me with school" produces a bot that is mediocre at everything. One subject, one term.
  • Skipping the test log. Without written results, improvement is guesswork and the project teaches half of what it could.
  • Letting the rules erode. "Just this once, give me the answer" is how a drill partner becomes a vending machine. The rules exist for the tired nights, which is exactly when they get tested.
  • Treating it as finished. The best versions get revisited before each topic test, with new notes pasted in and the log updated. Maintenance is part of building.

The recommendation: build it this term, scope it to one subject, and treat the testing as the project rather than the boring bit after it. A teenager who ships a tested, rule-bound study assistant has learned prompt design, evidence-gathering and honest AI use in one fortnight, and owns a tool that makes the next exam block easier. That trade is hard to beat.

Frequently asked questions

Written by

Lachlan Matheson

Lachlan Matheson writes for Edison AI Insights on practical AI adoption, capability and the everyday habits that turn new tools into real advantage.

Published by Edison AI Academy · About the academy

Learn AI the Edison way, with judgement built in.

Edison AI Academy teaches ambitious Australian students to think, build, and lead with AI through structured, project-based, responsible education.

Next step

Find out where to begin.

We will recommend the right pathway based on individual student's unique interest, skills and ambitions.