Skip to content

Commit 47fed26

Browse files
committed
finish t4 updates
1 parent 4ed5f46 commit 47fed26

File tree

5 files changed

+78
-50
lines changed

5 files changed

+78
-50
lines changed

src/content/tutorials/en/criticalAI1-chatting-with-about-code.mdx

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ relatedContent:
1414
- en/p5/savegif
1515
authors:
1616
- Sarah Ciston
17-
- with Emily Martinez
18-
- with Minne Atairu
17+
- Emily Martinez (mentor)
18+
- Minne Atairu (advisor)
1919
---
2020

2121
import Callout from "../../../components/Callout/index.astro";
@@ -36,9 +36,9 @@ In this tutorial, we will walk through the process of creative coding with a cod
3636

3737
This tutorial is Part 1 in a series of four tutorials that focus on using AI creatively and thoughtfully. Feel free to adapt them for your own critical exploration of AI systems:
3838

39-
- Part 2: [Critical AI Prompt Battle](criticalAI2-prompt-battle)
40-
- Part 3: [Sentiment Training Dataset Explorer](criticalAI3-sentiment-dataset-explorer)
41-
- Part 4: [The No-AI Critical AI Chatbot](criticalAI4-no-ai-chatbot)
39+
- Part 2: [Critical AI Prompt Battle](./criticalai2-prompt-battle/)
40+
- Part 3: [Sentiment Training Dataset Explorer](./criticalai3-sentiment-dataset-explorer/)
41+
- Part 4: [The No-AI Critical AI Chatbot](./criticalai4-no-ai-chatbot/)
4242

4343
## How to make it
4444

@@ -50,7 +50,7 @@ For this example, I chose a tutorial I haven't been able to find elsewhere:
5050

5151
`Convert webcam video to a halftone look where the dot size is based on the darkness in that area of the image.`
5252

53-
![screenshot of halftone GIF made using p5.js and ChatGPT](../images/criticalAI/criticalAI-t1-halftone.png)
53+
![screenshot of halftone GIF made using p5.js and ChatGPT](../images/criticalAI/criticalAI-t1-halftone.gif)
5454

5555
<Callout>
5656
Keep the project scope small to start. Do you have different versions of the idea, a simpler version and a more complex one? Write them out separately. For example, here are some other features that would be nice to include, but let's wait to add them later:
@@ -218,7 +218,7 @@ For example, you might experiment with a prompt like: `Here is a piece of p5.js
218218

219219
The students also cautioned that "ChatGPT may not always give the correct answers or answers they needed, particularly in the context of programming, where multiple solutions exist" (Ma 2024, 6).
220220

221-
### Step 8. Bonus: Use code generating as a creative springboard.
221+
### Step 8. Bonus: Use code generating as a creative springboard
222222

223223
Instead of prompting it to generate code, have it prompt you to code instead. Ask it for quick code exercises that can spark your imagination, or drills that help you practice your skills. Then you can create the code. For example:
224224

@@ -250,6 +250,10 @@ It also means keeping in mind the impacts of AI, by understanding AI tools as pa
250250

251251
As Professor Amy Ko argues: “Critical perspectives accept that CS has great potential and power to shape individual lives, but also question the application of that power, ask who has that power, ponder how that power should be distributed, and insist on the responsibility of those who possess it.” (Ko et al. 2024).
252252

253+
## Acknowledgments
254+
255+
These tutorials were created as part of Google Season of Docs 2024. Mentor: Emily Martinez. Advisor: Minne Atairu.
256+
253257
## References
254258

255259
Atairu, Minne. 2024. "AI for Art Educators." *AI for Art Educators*. [https://aitoolkit.art/](https://aitoolkit.art/)

src/content/tutorials/en/criticalAI2-prompt-battle.mdx

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ relatedContent:
1616
- en/p5/keycode
1717
authors:
1818
- Sarah Ciston
19-
- with Emily Martinez
20-
- with Minne Atairu
19+
- Emily Martinez (mentor)
20+
- Minne Atairu (advisor)
2121
---
2222

2323
import Callout from "../../../components/Callout/index.astro";
@@ -47,9 +47,9 @@ For more about these questions, also see fantastic work on critical prompt progr
4747

4848
This tutorial is Part 2 in a series of four tutorials that focus on using AI creatively and thoughtfully. Feel free to adapt them for your own critical exploration of AI systems:
4949

50-
- Part 1: [Chatting With/About Code](criticalAI1-chatting-with-about-code)
51-
- Part 3: [Sentiment Training Dataset Explorer](criticalAI3-sentiment-dataset-explorer)
52-
- Part 4: [The No-AI Critical AI Chatbot](criticalAI4-no-ai-chatbot)
50+
- Part 1: [Chatting With/About Code](./criticalai1-chatting-with-about-code)
51+
- Part 3: [Sentiment Training Dataset Explorer](./criticalai3-sentiment-dataset-explorer)
52+
- Part 4: [The No-AI Critical AI Chatbot](./criticalai4-no-ai-chatbot)
5353

5454
## How to make it
5555

@@ -354,6 +354,10 @@ Consider your choice of both words and tools. How does this help you think "agai
354354
Flag your work: Make it a habit to add text like "AI generated" to the title of any content you produce using a generative AI tool, and include details of your process in its description (Atairu 2024).
355355
</Callout>
356356
357+
## Acknowledgments
358+
359+
These tutorials were created as part of Google Season of Docs 2024. Mentor: Emily Martinez. Advisor: Minne Atairu.
360+
357361
## References
358362
359363
Atairu, Minne. 2024. "AI for Art Educators." *AI for Art Educators*. https://aitoolkit.art/

src/content/tutorials/en/criticalAI3-sentiment-dataset-explorer.mdx

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ relatedContent:
1616
- en/p5/keycode
1717
authors:
1818
- Sarah Ciston
19-
- with Emily Martinez
20-
- with Minne Atairu
19+
- Emily Martinez (mentor)
20+
- Minne Atairu (advisor)
2121
---
2222

2323
import Callout from "../../../components/Callout/index.astro";
@@ -35,9 +35,9 @@ In this tutorial, you will learn how a machine learning sentiment analysis tool
3535

3636
This tutorial is Part 3 in a series of four tutorials that focus on using AI creatively and thoughtfully. Feel free to adapt them for your own critical exploration of AI systems:
3737

38-
- Part 1: [Chatting With/About Code](criticalAI1-chatting-with-about-code)
39-
- Part 2: [Critical AI Prompt Battle](criticalAI2-prompt-battle)
40-
- Part 4: [The No-AI Critical AI Chatbot](criticalAI4-no-ai-chatbot)
38+
- Part 1: [Chatting With/About Code](./criticalai1-chatting-with-about-code)
39+
- Part 2: [Critical AI Prompt Battle](./criticalai2-prompt-battle)
40+
- Part 4: [The No-AI Critical AI Chatbot](./criticalai4-no-ai-chatbot)
4141

4242
## How to make it
4343

@@ -201,6 +201,10 @@ Also, with a scale that uses only positive to negative valence, it is an extreme
201201

202202
Emotion is just one subjective quality that shows the difficulty, but it gives us a way to think about how many ideas are impossible to capture with computation — from concepts of identity to the specificity of human experience. What happens when we try to make these fit into AI systems? We know from critical AI studies that much information can be lost and sometimes people are harmed — even from seemingly harmless, even helpful systems.
203203

204+
## Acknowledgments
205+
206+
These tutorials were created as part of Google Season of Docs 2024. Mentor: Emily Martinez. Advisor: Minne Atairu.
207+
204208
## References
205209

206210
Barrett, Lisa Feldman. 2017. *How Emotions Are Made: The Secret Life of the Brain.*

0 commit comments

Comments
 (0)