Is this a bad practice?

Posted by DefoNotBurner-z@reddit | learnprogramming | View on Reddit | 11 comments

(Not vibe coding)

Basically, whenever I want to make something, I give AI a list of features and what the script will do, etc and have it generate a plan for me, like:

Day 1 = do X,Y,Z

Day 2 = do A,B,C

and so on.

Then I ask for instructions for each day.

The only thing I don’t have it do is actually code for me.

So essentially, I’m using AI as a teacher and a tutorial for whatever I’m building.

Is this bad practice?

Am I hindering my learning by doing this?