Skip to content

Commit

Permalink
week 7: scientific paper proposal (#2532)
Browse files Browse the repository at this point in the history
* week 5: presentation proposal

* week 7: scientific paper proposal

* week 7: fix typo

* week 7: fix folder structure

* week 7: add paper link
randomicecube authored Oct 1, 2024
1 parent dd40354 commit 99b129a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions contributions/scientific-paper/week7/dgaspar-tmbpe/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Assignment Proposal

## Title

[A Case Study of Developer Bots: Motivations, Perceptions, and Challenges](https://dl.acm.org/doi/10.1145/3611643.3616248)

## Names and KTH ID

- Diogo Gaspar (dgaspar@kth.se)
- Tomás Esteves (tmbpe@kth.se)

## Deadline

- Week 7

## Category

- Scientific Paper

## Description

The paper examines 23 developer bots used in Microsoft's CI/CD workflows, aiding thousands of developers across 13,000 repositories. These bots, categorized into configuration, security, data privacy, productivity, and code quality, help automate tasks and provide early feedback to developer actions; through interviews, surveys, as well as the analysis of hundreds of thousands of bot actions, the authors' study explores the motivations, benefits and challenges of using these bots, such as managing excessive feedback (noise), among others.

**Relevance**

The study in hand is highly relevant to DevOps, examining how developer bots automate tasks in CI/CD pipelines to improve code quality, productivity, among other key goals of the area. Besides delineating how these bots streamline workflows and support the "shift left" approach, the paper also highlights core challenges: managing multiple bots, and prioritizing feedback, critical for maintaining efficiency in large-scale environments.

0 comments on commit 99b129a

Please sign in to comment.