Advice and Tips on AI Coaching
Both Copilot and ChatGPT have been force multipliers for my development productivity. But I realize I'm basically guessing about how to best use these tools. Are there any good resources for developing proficiency with AI guiding that you can recommend? I still tend to use them just to write Python code line by line, rather than asking them to write entire functions or classes. I'm also keenly aware that it'll be come a problem if I have it write code that I don't understand, so I use the opportunity to research what it writes when its using something I don't recognize.
I think you could start by doing some searches for the term “prompt engineering.” If I understand your question correctly, that’s what you’re looking for and there’s been a lot of people writing up articles, resources, repos, etc that could be helpful.