I left the below comment as course feedback, but thought I’d post it again here to see if anyone has any interesting ideas.
I feel like the course could have benefited from another section discussing what a real developer workflow might look like in practice using AI.
Below are some examples of the sorts of questions that this section would answer:
- Do you maintain separate jupyter notebook(s) alongside your codebase?
- If so, how do you keep the notebooks from becoming huge and bloated, and difficult to navigate back to find specific responses or questions that you want to revisit?
- Would the notebooks where you are having these interactions get committed to version control?
- Are you constantly copying and pasting code, and adding the overheard of formatting it into python strings?