diff --git a/org-cyf-guides/content/ai-usage/index.md b/org-cyf-guides/content/ai-usage/index.md index 1c7f5e450..25b32a574 100644 --- a/org-cyf-guides/content/ai-usage/index.md +++ b/org-cyf-guides/content/ai-usage/index.md @@ -3,4 +3,27 @@ title = 'AI Usage Guidelines' description = 'How we use AI at CYF to prioritise learning' +++ -Find the full AI guidelines [here](/ai-use-guidelines). +AI tools are changing the way the tech industry are approaching software engineering. We know that at CYF we are prioritising people learning excellent technical skills so they can get good jobs in tech. + +At CYF we have found that AI tools are changing the way people learn in a range of ways. Observed uses includes: + +- Making concepts easier to understand, explaining back ideas. +- generating code to solve problems we're giving trainees to demonstrate concepts. +- Using AI to complete large portions of projects +- Problem solving a task they can then code based off of. +- asking difficult questions +- generating written work, emails etc. + +To do enable people to learn necessary skills to land good jobs in tech we have to provide guardrails and guidance around what acceptable AI use is across our courses. + +## AI Use Guidelines + +There is a full set of AI guidelines [here](/ai-use-guidelines). + +These guidelines should outline to everyone how to spot useful vs unhelpful AI use when it comes to our learning goals. It also outlines how acceptable AI use changes as we progress through the courses, from ITD all the way to Launch. The reason these guidelines change across the courses is because we have found we can use AI more accurately when we have the skills to question, re-prompt, or even correct the output of generative AI tools. + +## Volunteer Cheatsheet + +Are you a volunteer who needs a quick reference to help work with students using AI? + +Find a shorter "Cheat Sheet" of how to navigate AI usage with trainees across the courses [here](/ai-use-cheat-sheet). diff --git a/tooling/common-config/netlify.toml b/tooling/common-config/netlify.toml index 37688437e..593f1fa7e 100644 --- a/tooling/common-config/netlify.toml +++ b/tooling/common-config/netlify.toml @@ -65,6 +65,11 @@ from = "/ai-use-guidelines" to = "https://docs.google.com/document/d/1Rq3dh3yE7sqkBM1cTPP6-f2CSO4lhdhi_2yXxAV3EfA/edit?tab=t.0#heading=h.3kept1c7ccss" status = 302 +[[redirects]] +from = "/ai-use-cheat-sheet" +to = "https://docs.google.com/document/d/1RnXEK3BXzfcdr03I9D0hPZn61BbApD3-i76zHGU_hs0/edit?tab=t.0" +status = 302 + [functions] directory = "tooling/netlify/functions" external_node_modules = ["node-fetch"]