Which AI tools are ...
 
Notifications
Clear all

Which AI tools are best for teaching kids how to code?

3 Posts
4 Users
0 Reactions
140 Views
0
Topic starter

My 9-year-old daughter is getting super bored with the block-based stuff like Scratch. Shes been doing it since she was seven and honestly she can probably do it in her sleep now. I want to move her onto something more text-based but every time we try Python she just stares at the screen like I'm asking her to solve cold fusion or something. So I started looking into AI tools because everyone is talking about them but I'm kinda stuck on which ones actually teach vs just doing the work for the kid.

I did some digging and saw Replit has this Ghostwriter thing now and then there is also stuff like CodeCombat that claims to have AI integrated. My logic was that maybe an AI could explain the errors to her in real time so I dont have to spend my whole Saturday morning googling why her syntax is wrong... but then I read some forums saying that these tools just give you the answer. If the AI just writes the code what is she actually learning? I dont want her to just be a prompt engineer at age nine lol.

We are in the Seattle area so there are tons of expensive camps but I'd rather find a tool we can use at home over the summer break. I have a budget of maybe $30 or $40 a month for a good subscription if it's worth it. I saw some people mentioning ChatGPT for learning but it feels too "open" and I'm worried she'll just get distracted or itll give her code that is way too complex for a beginner.

Has anyone actually used these AI-powered coding platforms with their kids? I'm looking for something that acts more like a tutor than a ghostwriter. I want her to understand the "why" behind the code. Is there a specific tool that focuses on that? Or maybe a way to use something like GitHub Copilot that isnt just cheating? I'm just trying to figure out the right balance before the summer starts next month...


3 Answers
11

I went through this exact same headache with my niece last summer and honestly, it was pretty disappointing. We tried the Replit Core Monthly Subscription thinking the AI would actually teach, but it mostly just finished her sentences. It was not as good as expected because she stopped trying to solve the logic herself. I also had issues with GitHub Copilot Individual Subscription since it is built for pros and just hands out answers, which is useless for a kid trying to understand syntax. To save your forty bucks, skip the pricey editors and try these instead:

  • Use the free OpenAI ChatGPT Free Version but tell it to "only give hints, never code"
  • Check out CodeCombat Starter Pack which is way cheaper and feels like a game
  • Use a basic text editor and only use AI when she is really stuck Its a bummer that most AI tutors are just ghostwriters in disguise. If she isnt typing the characters herself, she isnt learning... shes just learning how to press tab.


11

^ This. Also, Khan Academy Khanmigo Monthly Subscription is a great budget pivot at about $4 a month. It's built specifically to use the Socratic method, so it asks leading questions instead of just fixing the syntax for her. It helps bridge that gap between Scratch and Python so she dont get stuck staring at a blank screen. It's much more effective than generic LLMs for actual learning.


3

In my experience, the biggest mistake is using tools designed for adults because they prioritize speed over learning. Over the years, I've found that OpenAI ChatGPT Plus Monthly Subscription is actually your best bet if you set up a Custom GPT. You basically tell the AI it's forbidden from writing code and can only ask guiding questions. It forces her to think instead of just copy-pasting while you are busy. If you want something more structured for the summer, look at these:

  • CodeCombat Premium Monthly Plan
  • It uses AI to explain syntax errors in a way a 9-year-old actually gets without just giving the answer.
  • Tynker Home Monthly Subscription
  • Good middle ground between blocks and real Python with AI-guided lessons. Most assistants in code editors are just fancy autocomplete. You want something that talks back. For $20 or $30 a month, those are way better than letting her loose on a pro tool where she'll just get frustrated or lazy... text-based coding is a huge jump but those tools make it feel more like a game.


Share: