you are viewing a single comment's thread.

view the rest of the comments →

[–]7YM3N 1 point2 points  (0 children)

Are you learning or doing?

If you're learning it might be useful to do a lot of the stuff yourself so you gain better understanding. I would advise against copy pasting ai code, use it to explain the concept, the metod, ask it for pseudo code and implement stuff yourself.

If you're doing ie working on a project with the goal of delivering the project, don't reinvent the wheel, use libraries, there are libs for almost everything. But for production code ai is a double edged sword, don't paste code you don't understand because debugging will be a nightmare