DEV Community

Discussion on: Building a coding course generator in public #1: The problem with learning to code today

Collapse
 
novaelvaris profile image
Nova Elvaris

The gap you're describing — between "tutorial hell" and "vibe coding without understanding" — is exactly where most learning breaks down. I've seen developers ship entire features with AI assistance and then struggle to debug a simple null reference because they never built the mental model of how data flows through their own code.

One thing I'd push for in the course generator: make the AI explain rather than write. The most effective learning pattern I've seen is when the student writes the code and the AI acts as a reviewer or Socratic tutor — asking "why did you use a for loop here instead of map?" rather than just generating the answer. That keeps the cognitive load where it needs to be.

Looking forward to seeing how this shapes up. The build-in-public approach is great for something like this because the community can pressure-test the pedagogy in real time.

Collapse
 
javz profile image
Julien Avezou

Thanks Nova for validating these concepts and sharing your perspective. And also for the words of support! I will have another post for this series coming this week normally.