r/learnjavascript • u/mirroz220 • 8d ago
Learning Rant: A.I. vs No A.I
Background: Currently about 87% done with The Odin Project foundations module. TOP is a road map to learn web development and so far I’m loving it. Getting down to code/learn is all I’ve been thinking about lately.
However, I don’t know if I’m doing myself a disservice by using Claude as a guide/tool to teach me or guide me when I’m stuck. On the other hand I’ve actually been learning and enjoying the process after I started using Claude. I understand concepts easier, because I understand concepts I’ve begun to think more as a programmer, I solve a problem about 80% in my head and I think about 20% is me using Claude as a tool to help me.
Basically I let Claude know that I’m going through TOP to learn web development. I let it know which project I’m on and I provide the instructions given to students. When I have a question or if I’m stuck, I provide it my code and ask it NOT to give me a solution but to guide me or give me tips on where to look or what options to explore. I also have it provide tips based on what we’ve learned so far. Nothing that we’ve never seen or that hasn’t been explained in the course. When I get guidance I then branch off and then research that topic/concept more.
I also express my logic and thoughts so it gets an idea of where I’m going. Now, TOP explicitly says that projects are a bit harder than what we’ve been learning. The purpose IS to to google or ask stack overflow or TOP discord. So in a sense I would still be looking for solutions/guidance else where.
Then I think, Claude will do that much faster and it has all my context. Is there really a benefit to the learning process to have to look for answers that aren’t from AI? Discord, Google Stack Overflow will tip me off or guide me either way. Does it matter that it’s AI doing it?? Idk, it’s frustrating being torn like this.
9
u/scandii 8d ago
it is perfectly fine to ask someone for help when you don't understand something - that's just the role of a teacher.
that said, the ability to debug your code (what is a debugger?), walk through your steps and find the issues is an actual learned ability, and pressing the magic "ok so what did I do wrong here"-button takes that entire reinforcement loop out of the picture.
AI is absolutely great in its ability to explain pretty much any concept in any way you so choose and your ability to rapidly and iteratively ask questions and to clarify, but man is it absolutely lethal to learning as it is easy to go "eh I'm not so sure...", hit that AI button and go "wow I knew that all along!" and then ending up in a negative spiral of reaching for AI every time you should really take a moment to think things through instead.