diff --git a/content/Section 4 - Bot Logic/1-introduction.md b/content/Section 4 - Bot Logic/1-introduction.md index 37412eb..0425690 100644 --- a/content/Section 4 - Bot Logic/1-introduction.md +++ b/content/Section 4 - Bot Logic/1-introduction.md @@ -3,12 +3,15 @@ Slug: 01-s4-introduction Date: 2020-11-01 12:00 Summary: Bots as computational infrapunctures. -*Infrapuncture* is a helpful term at a time when there is a lot of discussion around the political roles of automated agents in digital infrastructures. +*Infrapuncture* is a helpful term at a time when there is a lot of discussion around the political roles of automated agents in digital infrastructures. Making a bot can be a way to probe and understand potential forms of interventions, create new imaginaries or deflate existing hegemonic structures. -Many online communities engage with bots, for example the editor community of English Wikipedia, which consists of both humans and bots. The interactions between them go beyond the maintenance of Wikipedia. Instead, affective relations are formed wherein the bots are anthropomorphised. +A bot is however always relying on the technical restrictions and possibilities of interaction defined by the infrastructure. In order to run a bot, a technical understanding of this infrastructure is therfor required. The API (Application Programming Inferface) is an important entry point here. This technical framework provides a programming interface to communicate with a system. The API can be understood as a *door protocol* that is designed by the owner of an infrastructure, which eventually defines the technical imaginary of a platform. -Making a bot can also be a way to probe and understand potential forms of interventions, create new imaginaries or deflate existing hegemonic structures. +Before launching a bot into a digital environment, the bot maker does not only need to find a technical entry point, but also a social one. Writing a bot does not only imply technical knowledge about an API of a platform, it also implies a thorough understanding of what determines the possibilities of interaction and the social norms established within a social environment. -Before launching a bot into a digital environment, the bot maker needs find both a technical and a social entry point. Writing a bot does therefor not only imply technical knowledge about an API (Application Programming Inferface) of a platform. It also implies a thorough understanding of what determines the possibilities of interaction and the social norms established within a social environment. In the case of Wikipedia, it means that a bot maker needs to develop an understanding of the social dynamics of the community of editors and users of Wikipedia. And that's of course just one example. Bots act differently depending on the platform on which they are running. +By introducing *bot logic*, the aim of this section is to highlight the sociality that shapes (or is shaped by) bots. + + + + -By introducing this as *bot logic*, the aim is to highlight the sociality that shapes (or is shaped by) bots.