bots-as-digital-infrapunctures/content/Section 5 - Infrapunctural Imaginaries (exercise)/4-step-3.md

34 lines
1.3 KiB
Markdown
Raw Normal View History

Title: Step 3: How does the bot punctuate?
Slug: 04-s5-step-3
Date: 2020-11-01 12:03
2020-09-18 17:17:56 +02:00
Summary: Continuation of the excercise.
2020-09-04 17:06:52 +02:00
2020-10-16 21:26:52 +02:00
<br>
*Outline a bot that engages with the specific point of stress you have identified. Consider the following questions.*
2020-10-16 21:26:52 +02:00
------------------------
2020-09-04 17:06:52 +02:00
How could a bot intervene in this situation? Or following Verhoeven's terminology, how could it *punctuate*?
2020-09-04 17:06:52 +02:00
2020-10-16 21:26:52 +02:00
------------------------
What (programmatic) behaviour could your bot enact?
2020-09-04 17:06:52 +02:00
- *repetition*: bots can be run repeatedly
- *condition*: bots are often written in response to a particular condition
- *iteration*: bots can be used multiple times
- *memory*: bots can rely on a database
- *tempo*: bots can operate at a specific time frame as described by the programmer
- *versioning*: bots can make multiple versions of an original source
- *amplification*: bots can extend the reach of a message
2020-10-16 21:26:52 +02:00
------------------------
2020-09-04 17:06:52 +02:00
Some further questions that can help narrow down the action mode of your bot.
2020-09-04 17:06:52 +02:00
* What roles can be picked up by a bot? Is the bot for example a janitor, gardener, reporter?
* In what way is the bot conducive to the well-being of its context?
2020-09-04 17:06:52 +02:00
* What modes of interaction does the bot use? Is the bot for example witnessing, listening, gathering, greeting, sparking, whispering, reminding, shouting?
2020-10-16 21:26:52 +02:00
------------------------