I'm currently working through The Odin Project, and sometimes I hit roadblocks while coding. I often turn to GPT for hints instead of direct answers, as a way to guide my thought process. For instance, in my Library project, I needed to store book details in an array and create individual cards for each book. I struggled until I learned about the forEach method to manage each book one by one. While GPT helped clarify how forEach works, I handled all the coding myself.
My question is, is it acceptable to use AI like this while learning? I understand the concepts but sometimes need assistance to figure out my next steps. Should I rely solely on traditional resources like Google and Stack Overflow, or is using AI for guidance beneficial?
5 Answers
Yeah, utilizing AI for understanding concepts and strategies is smart! However, avoid letting it handle the coding part for you, as real learning happens through practice. You’re doing great by exploring topics and then asking for guidance when necessary!
As long as you use AI to enhance your understanding and not to do the work for you, it’s perfectly fine! Your approach to get unstuck and then ask for clarification keeps you engaged in the learning process, which is what’s most important. Just be aware that AI can sometimes give incorrect information, so always verify what you learn.
It's completely fine to seek hints from AI while coding. Think of it like consulting a helpful assistant. If you focus on explaining your thought process and using AI for clarification rather than code generation, you're on the right path. Just keep practicing and experimenting on your own!
Using AI can be beneficial if you treat it as a tool for understanding concepts. Just remember that AI isn't always accurate, so it’s good to double-check everything. You’re on the right track, but resist the urge to let it generate code for you. Doing the actual coding work is what will really help you learn!
I think you’re using AI the right way! It’s a great resource for getting hints after you’ve put in effort on your own. Using it to clarify doubts or gain new insights is totally fine, just make sure you’re doing the heavy lifting yourself. The discovery process is what makes you a better coder.

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically