AI for Remote Schooling: A Practical Guide for Caribbean Parents and Teachers
A hands-on guide to using NotebookLM, Gemini, Gemini Canvas, ChatGPT Learning Mode, and vibe coding for remote schooling across the Caribbean. Real prompts, real lessons, real results from parents and teachers in Kingston, Bridgetown, and Port of Spain.
The Caribbean classroom never fully went back to normal after the pandemic. In Jamaica, Trinidad and Tobago, Barbados, Guyana, the Bahamas, and across the OECS, blended learning, hurricane-season closures, teacher shortages, and the lived reality of a child sitting at home with a parent on a Tuesday morning have made remote schooling a permanent fixture rather than an emergency measure. The question parents and teachers ask us most often at CAIA is no longer whether AI belongs in this picture. It is how to use it well, today, with the tools that actually exist and the bandwidth they actually have.
This guide is the answer we give them. It is written for the parent in Spanish Town who is trying to keep a Grade 6 child preparing for PEP on track. It is written for the teacher in Castries running a multi-grade class and needing to differentiate three reading levels at once. It is written for the CSEC student in Saint George's whose Additional Mathematics teacher migrated last term and whose family is improvising. It uses tools that are free or nearly free, and it includes the prompts, the workflows, and the honest tradeoffs.
Five Tools That Are Doing the Real Work
The AI landscape changes monthly, but a small set of tools has settled into the daily rhythm of Caribbean households and classrooms that have adopted them seriously. These five are the ones to learn first.
NotebookLM is Google's research and study assistant. You upload sources, the textbook chapter, the CSEC syllabus PDF, the lesson notes, the past papers, and NotebookLM answers questions strictly from those sources. It will not invent answers from outside the materials, which is exactly the property you want when a child is studying for an exam.
Gemini is Google's general-purpose AI assistant, useful for lesson planning, worksheet generation, explanations across every subject, and quick answers to a parent's "how do I explain this" questions. Its free tier is generous and it handles voice, images, and documents.
Gemini Canvas is the document and code workspace inside Gemini, where the model works alongside you on a draft, a worksheet, or a small program rather than producing a single chat response. It is the closest thing to a co-author that Caribbean teachers have on hand for free.
ChatGPT Learning Mode (sometimes called Study Mode) is OpenAI's setting that turns ChatGPT from an answer machine into a Socratic tutor. It asks the student questions, prompts them to try, and gives the answer only after the student has made a real attempt. For homework support, this is the single most important toggle a parent can know about.
Vibe coding is the practice of building small working software with an AI assistant by describing what you want in plain language. For schoolchildren, this is the easiest path from "I learned about fractions" to "I built a fractions practice game my little brother actually plays." More on this below.
Use Case One: The Living Study Notebook with NotebookLM
A Form 4 student in Bridgetown is preparing for CSEC Biology. Her teacher has given her a textbook, a stack of notes, and ten years of past papers. She has six months. The traditional method is to read it all, take notes, and hope it sticks. The NotebookLM method is different.
She creates a new notebook and uploads the CSEC Biology syllabus, the relevant chapters of her textbook as PDFs, her own class notes, and the past papers. Now she has an AI study partner whose entire knowledge is the materials her exam will actually test her on. Try this prompt:
"I am a CSEC Biology student preparing for the May exam. Using only the sources in this notebook, generate twenty short-answer questions on the topic of cellular respiration, organised from easiest to hardest. After each question, give the page reference from my notes or textbook where the answer can be checked. Do not give me the answers yet."
Two minutes later she has a custom revision quiz drawn from her own materials, with citations. After she works through the questions, she asks NotebookLM to mark her answers, point out where her understanding is shaky, and generate flashcards on the weakest topics. The same workflow runs for any CSEC or CAPE subject. Ministry of Education exam preparation kits, school-issued textbooks, and CXC past papers are exactly the corpus NotebookLM was built for.
For a Grade 4 child preparing for PEP in Jamaica, the parent is the one running the notebook. The parent uploads the Ministry's PEP practice materials and asks: "Generate five short reading comprehension passages at Grade 4 level on Jamaican themes, with five questions each. Use vocabulary appropriate for a 9-year-old. After the passages, give the answer key."
Use Case Two: The Lesson Plan That Builds Itself with Gemini Canvas
A primary school teacher in San Fernando teaches a combined Standard 2 and Standard 3 class. She has 45 minutes on Wednesday morning to teach a Mathematics lesson on multiplication that works for both year groups. Before AI, she planned this on Sunday night for three hours. With Gemini Canvas she does it in twenty minutes.
She opens Gemini Canvas and writes: "You are a Caribbean primary school teacher. Plan a 45-minute multiplication lesson for a multi-grade class with Standard 2 and Standard 3 students together. Use Trinidadian classroom contexts, doubles boubles, mango trees, parang practice rooms. Give me: a 5-minute warm-up, a 15-minute teaching block with two differentiated explanations, a 20-minute group activity that lets both year groups work meaningfully, and a 5-minute exit ticket. Output as a one-page printable plan."
Gemini Canvas produces the plan in a document she can edit live. She does not accept the first draft. She tells it: "The Standard 2 explanation is too abstract. Rewrite it using arrays drawn with mango seeds. Add a worksheet at the end with eight problems for Standard 2 and eight for Standard 3, in increasing difficulty."
By the time she clicks print, she has a lesson plan, a worksheet, and an exit ticket. The model did not replace her judgment about her students. It removed the mechanical lift of formatting, paragraphing, and producing parallel materials. Caribbean teachers who use Gemini Canvas this way report getting Sunday afternoons back.
Use Case Three: ChatGPT Learning Mode as the Patient Tutor at the Kitchen Table
A parent in Kingston sits down with her 11-year-old son who is stuck on a long division problem. She has not done long division herself in twenty years. She opens ChatGPT, switches to Learning Mode, and types:
"My son is in Grade 6 and learning long division. He is trying to solve 4,872 divided by 6 and is stuck after the first step. Walk him through it as a tutor. Ask him questions one at a time. Do not give the answer. Use simple language a Jamaican Grade 6 student would understand."
ChatGPT responds: "Hi! Let's work this out together. You wrote 4,872 divided by 6. The first step is to ask: how many times does 6 go into 4? Can you tell me?"
The boy says four does not have any sixes in it. ChatGPT says exactly right, so we look at the next digit and ask how many times 6 goes into 48. The boy answers eight. ChatGPT asks him to subtract and bring down. Step by step, the model walks him through the calculation without ever revealing the final answer until he gets there himself. The mother watches, asking her own clarifying questions when she needs them. By the end, the boy has done the work and the mother has learned long division alongside him.
Learning Mode is the antidote to the cheating concern. The point is not the answer. The point is the walk to the answer, narrated by an infinitely patient tutor who never sighs.
Use Case Four: Vibe Coding to Make Learning Active
Vibe coding turns a child from a consumer of AI into a builder with it. The premise is simple: describe in plain English the small program you want, and the AI writes it. For a child, this is the difference between watching a video about fractions and building a fractions game.
A Form 2 student in Nassau has a Mathematics test on Friday on adding and subtracting fractions. He opens Gemini and types: "Build me a single HTML file that runs a fractions practice game. Show one fraction addition or subtraction problem at a time, like 3/4 plus 1/8. Let me type the answer. Tell me if I got it right or wrong, and if wrong, show the working step by step. Keep score out of 10. Make it look bright and friendly. Output the full code I can save as fractions.html and open in my browser."
Gemini outputs a complete HTML file. He copies it into Notepad, saves it as fractions.html, double clicks it, and now he has a game. He plays it for ten minutes and notices the questions are too easy. He goes back to Gemini and says: "Make the fractions harder. Use denominators up to 16 and require simplifying the answer to lowest terms. Add a level system, where I unlock harder levels after scoring 8 out of 10." Five minutes later, version two.
A teacher in Castries does the same thing for her class. She vibe codes a small reading comprehension app her Standard 4 students use on the school's three shared tablets. The students never see the code. They see the app. The teacher built it on a Saturday morning with no programming background. This is what AI does for Caribbean classrooms that have always operated on resourcefulness.
The Prompts That Work in Caribbean Classrooms
Prompting is a skill, and the prompts that work for a Caribbean parent or teacher are the ones that include local context. The following templates have been refined in CAIA workshops with hundreds of Caribbean educators. Adapt them.
For differentiated worksheets: "Generate a Mathematics worksheet on [topic] for a Grade [X] student in [country]. Include 10 problems at three difficulty levels: 4 easy, 4 medium, 2 challenge. Use Caribbean contexts in word problems: market vendors, fishing boats, calypso bands, doubles stalls. Provide an answer key on a separate page."
For reading passages: "Write a 250-word reading comprehension passage at Grade [X] level featuring [character type] in [Caribbean setting]. Follow with 5 questions: 2 literal, 2 inferential, 1 vocabulary. Provide answers."
For exam-style questions: "Using the CSEC [subject] syllabus, generate 5 paper 2 style structured questions on [topic]. Use the marking scheme format CXC uses, with mark allocations beside each part. Then provide model answers showing the working a CSEC examiner would expect."
For parent explanations: "Explain [concept] to a parent who has not studied this since they were in school 25 years ago. Use everyday Caribbean examples. Then give me three questions I can ask my child to check whether they understand."
For lesson plans: "Plan a [duration] lesson on [topic] for [grade level] in a [country] classroom with [resources available]. Output: objectives in CXC syllabus language, materials list, lesson sequence with timings, differentiation for fast and slow learners, and an exit ticket."
Honest Limits and How to Manage Them
These tools are not magic. They will sometimes invent facts, especially for very local content like specific Caribbean history dates, the precise wording of a CXC past paper question, or the names of obscure Caribbean authors. Always verify any factual claim that matters. Use NotebookLM rather than Gemini or ChatGPT when accuracy on your specific source material is critical, because NotebookLM is grounded in the documents you upload.
The tools will also default to American English spelling, American examples, and Northern Hemisphere assumptions. Always tell them in the prompt which Caribbean country you are in and what curriculum you are following. CSEC and CAPE specifically need to be named, as does the Ministry of Education whose materials you are using.
And the tools will not raise a child or teach a class. They are an extra pair of hands for the parent who is already trying. They are a planning partner for the teacher who is already preparing. The Caribbean families and schools that have integrated these tools well treat them exactly the way the best teachers in the region have always treated new resources: as something useful, not something definitive, and always in the service of the child sitting in front of them.
The Caribbean has never had unlimited educational resources. What it has always had is teachers who improvise brilliantly and parents who carry the load. AI does not change that. It just gives the people doing the work a few more hours in the week and a few more options in the toolkit. Used this way, in the hands of a Caribbean parent at the kitchen table or a Caribbean teacher at the chalkboard, it is one of the most useful things to have arrived in our schools in a generation.
Frequently Asked Questions
Are these AI tools free for Caribbean parents and teachers to use?
Most of the tools covered here have free tiers that are genuinely useful for school-age learners. NotebookLM is currently free with a Google account. Gemini has a free tier with daily usage limits, and Google has been distributing Gemini for Education credits to schools in the region. ChatGPT has a free plan that includes Learning Mode. The premium plans add capacity and faster models, but a Caribbean parent or teacher can run almost every example in this guide without paying a subscription. Connectivity, not licensing, is the bigger barrier in many parishes.
What is the right age to introduce children to AI tools for schoolwork?
Around 10 to 12 is a reasonable starting point for supervised use, with the child sitting beside the parent or teacher rather than working alone. Below that age, use the tool yourself to generate worksheets, read-aloud stories, and lesson plans, and let the child interact with the output rather than the chatbot directly. From 13 upward, students can begin learning the prompting habits that turn AI into a real study partner, but they still need an adult who reviews what came out and corrects misunderstandings. The goal is not to hand a child an AI tutor and walk away. It is to teach them how to think with one.
How do I stop my child from using AI to cheat on homework?
Reframe the assignment instead of trying to police the tool. Ask for the working, not just the answer. Ask the child to explain in their own voice why the AI's answer is right or wrong. Use ChatGPT Learning Mode and NotebookLM, which are designed to ask questions back rather than hand over solutions. The Caribbean teachers who have made the smoothest transition are the ones who have moved their assessment toward oral defense, in-class problem solving, and process portfolios where the child shows how they used AI as a study partner rather than a ghostwriter. Cheating is a curriculum design problem at least as much as it is a technology problem.
What about CSEC and CAPE preparation specifically?
AI tools work very well for CSEC and CAPE revision when the student already has the syllabus document and past papers. Upload the CXC syllabus PDF and three to five years of past papers into a NotebookLM notebook and the model will answer questions strictly from those sources, which is exactly what you want for exam preparation. For Mathematics, Additional Mathematics, Physics, Chemistry, Biology, and Economics, ask Gemini or ChatGPT to walk through past paper questions step by step in the CXC marking scheme format. For English A and Literature, use the tools to generate practice essay prompts and to give feedback on the student's own writing. Always check final answers against the official CXC mark schemes.
How can a teacher in a rural parish with limited internet still use these tools?
Plan offline. Generate the week's lesson materials, worksheets, and quizzes during the windows when connectivity is reliable, save them as PDFs or printed handouts, and run the actual classroom session offline. Several teachers in rural Jamaica, Saint Vincent, and Dominica have built a weekly rhythm around this: one connected planning session on the weekend produces a full week of differentiated materials. Gemini Canvas and ChatGPT both let you export documents that work fine without a live connection. The AI does the preparation lift; the teacher delivers the lesson with whatever bandwidth they have.
How is CAIA supporting teachers and parents who want to learn these tools?
CAIA runs free monthly workshops for Caribbean educators on practical AI use in the classroom and at the kitchen table. We partner with the Ministries of Education in several member countries on teacher training, and we maintain a shared library of CSEC and CAPE-aligned NotebookLM notebooks that any Caribbean teacher can copy and adapt. We are also building a Caribbean Creole and dialect-aware prompting guide so that the tools work with the language children actually speak at home. Contact education@caribbeanaiassociation.com to join the next cohort.
Shape the future of AI in Caribbean and across the Caribbean
Join the Caribbean AI Association and be part of the community building this future.