python-intermediate-development
python-intermediate-development copied to clipboard
New Content: Working with AI Episode
trafficstars
Following on from feedback in https://github.com/carpentries-incubator/python-intermediate-development/issues/476 - we believe that we should consider including an episode on working with AI, as this will be an increasingly important topic.
Our suggestion would be that this should be a high-level discussion, at the end of the workshop (perhaps even the last episode of the course). It should stress that following best practice is even more important when working with AI, and lead into an open discussion within the groups on the benefits and drawbacks of working with AI tooling.
If we want to have recommendations for learners in this episode, we think these probably should be (non-definitive list):
- Use AI for 'rubber-ducking', questioning error messages, etc
- Be very careful of AI within IDE's - don't just blindly accept all the suggested code blocks that will be thrown up by it
- Be aware that AI can halluciate, check library suggestions!
- Consider Copyright and Licence requirements! What implications do your copyright / licence restrictions have on the use of AI. Consider the licence that you've signed for using any AI tools, and if that conflicts with your organisations licence.