If you know the fundamentals, AI agents become horses/cars/rockets and you have the reins.
> So I feel that there are many people like me who are confused and kind of unsure on how to proceed.
Don't let AI write the code for you and send diffs when you're a newbie.
Use it to understand, to ask questions, use it like a better stack overflow/google, but don't copy/paste chunks of code.
If you do have it generate more than a single line, mess with it, change it around, type it in but change the way it works, see if there's other method calls that would do what you're doing, see if you can refactor it.
Basically, don't just get into a copy/paste loop. The same thing happened when Stack Overflow became big, you had a whole generation of code monkeys who could copy-paste something sorta working from stack overflow/googling, but when something broke, they had no clue how to fix it.
Copy-paste here (or having it send diffs) is the evil part, not the AI. AI can really help you learn new tech. Have it do code reviews, have it brainstorm ideas, or have it even find the right apis for you, Just don't copy paste!
good question, my 2cents:
- use it to find information, like APIs & documentation.
- ask the llm a ton of questions.
- and don't be intimidated, if you ask any good programmer LLMs are still not that good and mess up a lot.
- if you are learning just to learn then just have fun.
- but if you are on a deadline or need to make an app to solve a problem and you don't really care about, quality, security, or learning then just use cursor or aider to get the job done.
I think back to how I learned to program when I was child. Blindly copying things from magazines and books with little to no understanding of what I was doing.
I see a lot of posts on forums stating that newbies should really understand the code they are producing.
Well I certainly didn’t when I was starting to learn.