Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 24 additions & 1 deletion org-cyf-guides/content/ai-usage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Using AI to complete large portions of projects
- 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.
Comment on lines +14 to +15
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- asking difficult questions
- generating written work, emails etc.
- 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.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.
To 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).
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
There is a full set of AI guidelines [here](/ai-use-guidelines).
Read [our full set of AI guidelines](/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).
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Find a shorter "Cheat Sheet" of how to navigate AI usage with trainees across the courses [here](/ai-use-cheat-sheet).
You can also find a shorter ["Cheat Sheet" of how to navigate AI usage with trainees across the courses](/ai-use-cheat-sheet).

5 changes: 5 additions & 0 deletions tooling/common-config/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
Loading