You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -36,9 +36,9 @@ In this tutorial, we will walk through the process of creative coding with a cod
36
36
37
37
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:
38
38
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/)
42
42
43
43
## How to make it
44
44
@@ -50,7 +50,7 @@ For this example, I chose a tutorial I haven't been able to find elsewhere:
50
50
51
51
`Convert webcam video to a halftone look where the dot size is based on the darkness in that area of the image.`
52
52
53
-

53
+

54
54
55
55
<Callout>
56
56
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
218
218
219
219
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).
220
220
221
-
### Step 8. Bonus: Use code generating as a creative springboard.
221
+
### Step 8. Bonus: Use code generating as a creative springboard
222
222
223
223
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:
224
224
@@ -250,6 +250,10 @@ It also means keeping in mind the impacts of AI, by understanding AI tools as pa
250
250
251
251
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).
252
252
253
+
## Acknowledgments
254
+
255
+
These tutorials were created as part of Google Season of Docs 2024. Mentor: Emily Martinez. Advisor: Minne Atairu.
256
+
253
257
## References
254
258
255
259
Atairu, Minne. 2024. "AI for Art Educators." *AI for Art Educators*. [https://aitoolkit.art/](https://aitoolkit.art/)
@@ -47,9 +47,9 @@ For more about these questions, also see fantastic work on critical prompt progr
47
47
48
48
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:
49
49
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)
53
53
54
54
## How to make it
55
55
@@ -354,6 +354,10 @@ Consider your choice of both words and tools. How does this help you think "agai
354
354
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).
355
355
</Callout>
356
356
357
+
## Acknowledgments
358
+
359
+
These tutorials were created as part of Google Season of Docs 2024. Mentor: Emily Martinez. Advisor: Minne Atairu.
360
+
357
361
## References
358
362
359
363
Atairu, Minne. 2024. "AI for Art Educators." *AI for Art Educators*. https://aitoolkit.art/
@@ -35,9 +35,9 @@ In this tutorial, you will learn how a machine learning sentiment analysis tool
35
35
36
36
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:
37
37
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)
41
41
42
42
## How to make it
43
43
@@ -201,6 +201,10 @@ Also, with a scale that uses only positive to negative valence, it is an extreme
201
201
202
202
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.
203
203
204
+
## Acknowledgments
205
+
206
+
These tutorials were created as part of Google Season of Docs 2024. Mentor: Emily Martinez. Advisor: Minne Atairu.
207
+
204
208
## References
205
209
206
210
Barrett, Lisa Feldman. 2017. *How Emotions Are Made: The Secret Life of the Brain.*
0 commit comments