I find it useful for learning once you get the fundamentals down. I do it by trying to find all the bugs in the generated code, then see what could be cut out or restructured. It really gives more insight into how things actually work than just regular coding alone.
This isn’t as useful for coding actual programs though, since it would just take more time than necessary.
So true, it’s an amazing tool for learning. I’ve never been able to learn new frameworks so fast.
AI works very well as a consultant, but if you let it write the code, you’ll spend more time debugging because the errors it makes are often subtle and not the types of errors humans make.
I find it useful for learning once you get the fundamentals down. I do it by trying to find all the bugs in the generated code, then see what could be cut out or restructured. It really gives more insight into how things actually work than just regular coding alone.
This isn’t as useful for coding actual programs though, since it would just take more time than necessary.
So true, it’s an amazing tool for learning. I’ve never been able to learn new frameworks so fast.
AI works very well as a consultant, but if you let it write the code, you’ll spend more time debugging because the errors it makes are often subtle and not the types of errors humans make.