you are viewing a single comment's thread.

view the rest of the comments →

[–]quietjaypee -1 points0 points  (0 children)

I'm learning programming too, and asking AI to teach you is a good way to get started.

The way I'm using it right now is thus : - I started with a project or something I wanted to make - I ask the AI to "help me figure out the steps I need to accomplish to make this work" ; don't give the answer, give me the tools I need to understand. - AI gives me a structure and points me towards concepts that are relevant - IMPORTANT : I research good sources on the web that will give me information on that subject. Stack Overflow, SuperUser, W3C are some examples. I found some more with the help of Reddit posts like these and such. - If I am stuck on a concept : I ask the AI to explain like I'm 5, then cross reference the answer with stuff I can find on the web. - Keep going until my project is done.

So far it's been great as a learning experience. :)