Skip to content

Commit d31dd71

Browse files
committed
markdown source builds
Auto-generated via `{sandpaper}` Source : b185229 Branch : main Author : Andrew Gait <andrew.gait@manchester.ac.uk> Time : 2026-04-17 13:35:13 +0000 Message : Merge pull request #71 from UoMResearchIT/62-add-block-about-use-of-generative-ai-to-materials Add Gen AI summary to introduction
1 parent c5bf79f commit d31dd71

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

01-introduction.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,15 @@ else:
189189

190190
:::::::::::::::::::::::::::::::::::::::::::::::
191191

192+
## Generative AI
193+
194+
We would like to reiterate the [Carpentries](https://carpentries.org/) stance on [Generative AI in coding](https://swcarpentry.github.io/python-novice-inflammation/01-intro.html#generative-ai) which you may have seen when preparing for this course.
195+
196+
To summarise the position, the recommendation is that you **avoid** getting help from generative AI during the workshop for several reasons:
197+
198+
- For most problems you will encounter at this stage, help and answers can be found among the first results returned by searching the internet or looking on e.g. [StackOverflow](https://stackoverflow.com/questions).
199+
- The foundational knowledge and skills you will learn in this lesson by writing and fixing your own programs are essential to be able to evaluate the correctness and safety of any code you receive from online help or a generative AI chatbot. If you choose to use these tools in the future, the expertise you gain from learning and practising these fundamentals on your own will help you use them more effectively.
200+
- As you continue programming, the mistakes you make will be the kinds that have also been made – and overcome! – by everybody else who learned to program before you. Since these mistakes and the questions you are likely to have at this stage are common, they are also better represented than other, more specialised problems and tasks in the data that was used to train generative AI tools. This means that a generative AI chatbot is more likely to produce accurate responses to questions that novices ask, which could give you a false impression of how reliable they will be when you are ready to do things that are more advanced.
192201

193202
:::::::::::::::::::::::::::::::::::::::: keypoints
194203

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"config.yaml" "a8e34f95f94a19601c36afd6c811be09" "site/built/config.yaml" "2025-04-15"
55
"index.md" "b92970dbb54d63d6543a4c28e4df0a58" "site/built/index.md" "2025-04-15"
66
"links.md" "8184cf4149eafbf03ce8da8ff0778c14" "site/built/links.md" "2025-04-15"
7-
"episodes/01-introduction.md" "c9d4152827292039d98bda76eac83684" "site/built/01-introduction.md" "2025-04-15"
7+
"episodes/01-introduction.md" "00febcd4b0446ca443b0c1eaf3467841" "site/built/01-introduction.md" "2026-04-17"
88
"episodes/02-dictionaries.md" "83b33b6c48be79687521d24eae56c974" "site/built/02-dictionaries.md" "2026-04-16"
99
"episodes/03-numpy_essential.md" "72a9aa41a65900b4a87744e8f946fa00" "site/built/03-numpy_essential.md" "2026-04-16"
1010
"episodes/04-software_package_management.md" "62db2ba2a4291e16d2bdd07b77bfc961" "site/built/04-software_package_management.md" "2025-04-15"

0 commit comments

Comments
 (0)