generated from jhudsl/OTTR_Template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8c73ba9
commit 8d13c27
Showing
4 changed files
with
6 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,8 @@ | ||
|
||
# (PART\*) Avoiding AI Harm {-} | ||
|
||
|
||
```{r, include = FALSE} | ||
ottrpal::set_knitr_image_path() | ||
``` | ||
|
||
# Introduction to Avoiding AI Harm | ||
|
||
This content was adapted from our course on [AI for Efficient Programming](https://hutchdatascience.org/AI_for_Efficient_Programming/ethics-of-using-ai.html). If you intend to use AI for writing code, we recommend that you review this content for a deeper dive into ethics specifically for writing code with generative AI. | ||
|
||
The use of artificial intelligence (AI) and in particular, generative AI, has raised a number of ethical concerns. We will highlight several current concerns, however please be aware that this is a dynamic field and the possible implications of this technology is continuing to develop. It is critical that we as a society continue to evaluate and predict what the consequences of the use of AI will be, so that we can mitigate harmful effects. | ||
|
||
```{r, fig.align='center', out.width="100%", echo = FALSE, fig.alt= "A cartoon of a robot thinking and text that says 'How can we use AI responsibly'."} | ||
ottrpal::include_slide("https://docs.google.com/presentation/d/1L6-8DWn028c1o0p9gwXmz90BRcy_PjPqb683nbk1gHQ/edit#slide=id.g263a8b2455e_0_0") | ||
``` | ||
|
||
## Learning Objectives | ||
|
||
In this chapter we will demonstrate how to: | ||
|
||
- Describe key ethical concerns for using AI tools | ||
- Identify possible mitigation strategies for these major concerns | ||
- Explain the potential benefits of being transparent about the use of AI tools to write code | ||
- Discuss why human contributions are still important and necessary | ||
- Recognize strategies for using AI tools more responsibly | ||
- Implement prompts to ask AI tools about responsible use | ||
|
||
# Ethical proces |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters