Is it still worth learning to code from scratch when AI coding tools are evolving so fast?

Posted by Chief_Spike@reddit | learnprogramming | View on Reddit | 39 comments

I’m relatively new to programming (work as a PM, so not starting from ground zero) and have been learning React. I’m doing this because I want to be able to build fullstack products (may consider transition to SWE).

Right now I’m trying to figure out where my time is best spent. Do I:

AI tools like Cursor are already great at writing and explaining code, at least in my limited usage, and they're only getting better and better. Which makes me wonder, will knowing syntax and structure really matter a year from now? At the same time, I don’t want to just cheat my way through problems and regret it later. I want to be able to debug, understand what’s going on, and make intentional architecture choices.

What would you do if your goal was to become a fullstack dev who can ship (possibly AI-enabled) products quickly? How would you balance fundamentals with speed? And does syntax knowledge/being able to read your code even matter anymore?