I would caution against leaning too much on AI for learning. It has its uses such as asking for advice and ideas and so on, but it does get things wrong. Having been coding for 20 years I find even the advice it gives on things like JavaScript and WebGL is frequently incorrect, missing key information, or just slightly misleading or sub-optimal in some way, and that's with huge amounts of training data. A particularly serious issue is it never seems to say "I don't know" or "I'm not sure" - instead it just confidently proceeds with guesswork or even straight up fabrication. I would suggest checking things it tells you against official sources like the manual.
Hello Ashley,
I think your caution is very valid, especially for beginners. AI can definitely be misleading if used blindly, and checking against the manual is essential.
That said, I personally use AI more as a support tool. I usually write my own logic first, then use AI to refine or question my approach. In that way, it helps me think more critically rather than replacing the thinking.
So for me, it’s less about whether to use AI, and more about how it’s used.
Kind regards,
Chris