Content deleted Content added
Undid link spam by 116.90.98.171 (talk) |
Citation bot (talk | contribs) Removed URL that duplicated identifier. | Use this bot. Report bugs. | Suggested by Headbomb | Linked from Wikipedia:WikiProject_Academic_Journals/Journals_cited_by_Wikipedia/Sandbox | #UCB_webform_linked 503/967 |
||
(44 intermediate revisions by 31 users not shown) | |||
Line 1:
{{Short description|Type of software agent}}
A '''software bot''' is a type of [[software agent]] in the service of software project management and software engineering. A software bot has an identity and potentially personified aspects in order to serve their stakeholders<ref name="LebeufZagalsky2019">{{cite journal|last1=Lebeuf|first1=Carlene|last2=Zagalsky|first2=Alexey|last3=Foucault|first3=Matthieu|last4=Storey|first4=Margaret-Anne|title=Defining and Classifying Software Bots: A Faceted Taxonomy|year=2019|pages=1–6|doi=10.1109/BotSE.2019.00008|journal=Proceedings of Bots in Software Engineering|isbn=978-1-7281-2262-5}}</ref>▼
{{Use mdy dates|date=October 2023}}
{{Multi-agent system}}
▲A '''software bot''' is a type of [[software agent]] in the service of software project management and software engineering. A software bot has an identity and potentially personified aspects in order to serve their stakeholders.<ref name="LebeufZagalsky2019">{{cite
Software bots are typically used to execute tasks, suggest actions, engage in dialogue, and promote social and cultural aspects of a software project.<ref>{{Cite web|url=https://stackoverflow.blog/2019/09/17/meet-the-bots-that-help-moderate-stack-overflow/|title=Meet the Bots that Help Moderate Stack Overflow|last=Team|first=The SOBotics|date=2019-09-17|website=Stack Overflow Blog|language=en-US|access-date=2019-11-22}}</ref>
The term ''bot'' is derived from [[robot]]. However, robots act in the physical world and software bots act only in digital spaces
== Usage ==
Software bots are used to support development activities, such as communication among software developers and automation of repetitive tasks. Software bots have been adopted by several communities related to software development, such as open-source communities on [[GitHub]]<ref>{{Cite journal|
GitHub bots have user accounts and can open, close, or comment on [[
The [[
{{Cite web|url=https://zapier.com/blog/how-to-build-chat-bot/|title=How to Build a Slack Bot in 5 Minutes|last=Guay|first=Matthew|date=2019-11-22|website=Slack Blog|language=en-US|access-date=2019-11-22}}</ref>
== Taxonomies and Classification Frameworks ==
Lebeuf et al.
Paikari and van der Hoek <ref name="Paikari_vdHoek2018">{{cite book|last1=Paikari|first1=Elahe|title=Proceedings of the 11th International Workshop on Cooperative and Human Aspects of Software Engineering - CHASE '18|last2=van der Hoek|first2=André|author2-link=André van der Hoek|chapter=A Framework for Understanding Chatbots and their Future|year=2018|pages=13–16|doi=10.1145/3195836.3195859|isbn=9781450357258|s2cid=49562888}}</ref> defined a set of dimensions to enable
* '''Type''': the main purpose of the bot (information, collaboration, or automation)
Line 30 ⟶ 32:
* '''Communication channel''' (text, voice, or both)
Erlenhov et al.<ref name="Erlenhov2020">{{Cite book|last1=Erlenhov|first1=Linda|last2=Gomes de Oliveira Neto|first2=Francisco|last3=Leitner|first3=Philipp|title=Proceedings of the 28th ACM Joint Meeting on European Software Engineering Conference and Symposium on the Foundations of Software Engineering |chapter=An empirical study of bots in software development: Characteristics and challenges from a practitioner's perspective |year=2020|chapter-url=https://dl.acm.org/doi/abs/10.1145/3368089.3409680|___location=Virtual Event, USA, Canada|publisher=ACM|pages=445–455|doi=10.1145/3368089.3409680 | arxiv=2005.13969|isbn=9781450370431|s2cid=218971687 }}</ref> raised the question of the difference between a bot and simple automation, since much research done in the name of software bots uses the term bot to describe various different tools and sometimes things are "just" plain old development tools. After interviewing and surveying over 100 developers the authors found that not one, but three definitions dominated the community. They created three personas based on these definitions and the difference between what the three personas see as being a bot is mainly the association with a different
== Issues and threats ==▼
set of human-like traits.
* '''The chat bot persona (Charlie)''' primarily thinks of bots as tools that communicates with the developer through a natural language interface (typically voice or chat), and caring little about what tasks the bot is used for or how it actually implements these tasks.
* '''The autonomous bot persona (Alex)''' thinks of bots as tools that work on their own (without requiring much input from a developer) on a task that would normally be done by a human.
* '''The smart bot persona (Sam)''' separates bots and plain old development tools through how smart (technically sophisticated) a tool is. Sam cares less about how the tool communicates, but more about if it is unusually good or adaptive at executing a task.
The authors recommends that people doing research or writing about bots try to put their work in the context of one of the personas since the personas have different expectations and problems with the tools.
==Example of notable bots==
Software bots may not be well accepted by humans. A study from the University of Antwerp<ref name="MurgiaJanssens2016">{{cite journal|last1=Murgia|first1=Alessandro|last2=Janssens|first2=Daan|last3=Demeyer|first3=Serge|last4=Vasilescu|first4=Bogdan|title=Among the Machines|journal=Proceedings of CHI|year=2016|pages=1272–1279|doi=10.1145/2851581.2892311|isbn=9781450340823}}</ref> has compared how developers active on Stack Overflow perceive answers generated by software bots. They find that developers perceive the quality of software bot-generated answers to be significantly worse if the identity of the software bot is made apparent. By contrast, answers from software bots with human-like identity were better received. In practice, when software bots are used on platforms like GitHub or Wikipedia, their username makes it clear that they are bots, e.g., DependaBot, RenovateBot, [[User:DatBot]], [[User:SineBot]].▼
Bots may be subject to special rules. For instance, the Github terms of service<ref>{{Cite web|url=https://help.github.com/en/github/site-policy/github-terms-of-service|title=GitHub Terms of Service - GitHub Help|website=help.github.com|access-date=2019-11-22}}</ref> does not allow `bot` but accepts `machine account`, where a `machine account` has two properties: 1) a human takes full responsibility of the bot's actions 2) it cannot create other accounts. ▼
== See also ==▼
* [[Chatbot]]▼
* [[Software agent]]▼
* [[Internet bot]]▼
* [[Daemon_(computing)|Daemon]]▼
== References ==▼
{{Reflist}}▼
* Dependabot and Renovatebot update software dependencies and detect vulnerabilities. (https://dependabot.com/)
* Probot is an organization that create and maintain bots for GitHub. The example bots using Probot are the following.
Line 56 ⟶ 50:
* Looks good to me bot ([https://github.com/lgtmco/lgtm LGTM]) is a [[Semmle]] product that inspects pull requests on [[GitHub]] for code style and unsafe code practices.
▲== Issues and threats ==
▲Software bots may not be well accepted by humans. A study from the [[University of Antwerp]]<ref name="MurgiaJanssens2016">{{cite
▲Bots may be subject to special rules. For instance, the
▲== See also ==
▲* [[Chatbot]]
* [[ChatBot]]
▲* [[Internet bot]]
▲* [[Software agent]]
▲== References ==
▲{{Reflist}}
[[Category:Software engineering]]
|