A chatbot (originally chatterbot)
is a
software
Software consists of computer programs that instruct the Execution (computing), execution of a computer. Software also includes design documents and specifications.
The history of software is closely tied to the development of digital comput ...
application or web interface designed to have textual or spoken conversations.
Modern chatbots are typically
online
In computer technology and telecommunications, online indicates a state of connectivity, and offline indicates a disconnected state. In modern terminology, this usually refers to an Internet connection, but (especially when expressed as "on lin ...
and use
generative artificial intelligence
Generative artificial intelligence (Generative AI, GenAI, or GAI) is a subfield of artificial intelligence that uses generative models to produce text, images, videos, or other forms of data. These models Machine learning, learn the underlyin ...
systems that are capable of maintaining a conversation with a user in
natural language
A natural language or ordinary language is a language that occurs naturally in a human community by a process of use, repetition, and change. It can take different forms, typically either a spoken language or a sign language. Natural languages ...
and simulating the way a human would behave as a conversational partner. Such chatbots often use
deep learning
Deep learning is a subset of machine learning that focuses on utilizing multilayered neural networks to perform tasks such as classification, regression, and representation learning. The field takes inspiration from biological neuroscience a ...
and
natural language processing
Natural language processing (NLP) is a subfield of computer science and especially artificial intelligence. It is primarily concerned with providing computers with the ability to process data encoded in natural language and is thus closely related ...
, but simpler chatbots have existed for decades.
Although chatbots have existed since the late 1960s, the field
gained widespread attention in the early 2020s due to the popularity of
OpenAI's
ChatGPT
ChatGPT is a generative artificial intelligence chatbot developed by OpenAI and released on November 30, 2022. It uses large language models (LLMs) such as GPT-4o as well as other Multimodal learning, multimodal models to create human-like re ...
, followed by alternatives such as
Microsoft
Microsoft Corporation is an American multinational corporation and technology company, technology conglomerate headquartered in Redmond, Washington. Founded in 1975, the company became influential in the History of personal computers#The ear ...
's
Copilot,
DeepSeek and
Google
Google LLC (, ) is an American multinational corporation and technology company focusing on online advertising, search engine technology, cloud computing, computer software, quantum computing, e-commerce, consumer electronics, and artificial ...
's
Gemini. Such examples reflect the recent practice of basing such products upon broad
foundational large language models
A large language model (LLM) is a language model trained with Self-supervised learning, self-supervised machine learning on a vast amount of text, designed for natural language processing tasks, especially Natural language generation, language g ...
, such as
GPT-4
Generative Pre-trained Transformer 4 (GPT-4) is a multimodal large language model trained and created by OpenAI and the fourth in its series of GPT foundation models. It was launched on March 14, 2023, and made publicly available via the p ...
or the
Gemini language model, that get
fine-tuned so as to target specific tasks or applications (i.e., simulating human conversation, in the case of chatbots). Chatbots can also be designed or customized to further target even more specific situations and/or particular subject-matter domains.
A major area where chatbots have long been used is in
customer service
Customer service is the assistance and advice provided by a company to those who buy or use its products or services, either in person or remotely. Customer service is often practiced in a way that reflects the strategies and values of a firm, and ...
and
support, with various sorts of
virtual assistant
A virtual assistant (VA) is a software agent that can perform a range of tasks or services for a user based on user input such as commands or questions, including verbal ones. Such technologies often incorporate chatbot capabilities to streaml ...
s. Companies spanning a wide range of industries have begun using the latest
generative artificial intelligence
Generative artificial intelligence (Generative AI, GenAI, or GAI) is a subfield of artificial intelligence that uses generative models to produce text, images, videos, or other forms of data. These models Machine learning, learn the underlyin ...
technologies to power more advanced developments in such areas.
History
Turing test
In 1950,
Alan Turing
Alan Mathison Turing (; 23 June 1912 – 7 June 1954) was an English mathematician, computer scientist, logician, cryptanalyst, philosopher and theoretical biologist. He was highly influential in the development of theoretical computer ...
's famous article "
Computing Machinery and Intelligence
"Computing Machinery and Intelligence" is a seminal paper written by Alan Turing on the topic of artificial intelligence. The paper, published in 1950 in ''Mind (journal), Mind'', was the first to introduce his concept of what is now known as th ...
" was published,
which proposed what is now called the
Turing test
The Turing test, originally called the imitation game by Alan Turing in 1949,. Turing wrote about the ‘imitation game’ centrally and extensively throughout his 1950 text, but apparently retired the term thereafter. He referred to ‘ iste ...
as a criterion of
intelligence
Intelligence has been defined in many ways: the capacity for abstraction, logic, understanding, self-awareness, learning, emotional knowledge, reasoning, planning, creativity, critical thinking, and problem-solving. It can be described as t ...
. This criterion depends on the ability of a
computer program
A computer program is a sequence or set of instructions in a programming language for a computer to Execution (computing), execute. It is one component of software, which also includes software documentation, documentation and other intangibl ...
to impersonate a human in a
real-time written conversation with a human judge to the extent that the judge is unable to distinguish reliably—on the basis of the conversational content alone—between the program and a real human.
Eliza
The notoriety of Turing's proposed test stimulated great interest in
Joseph Weizenbaum
Joseph Weizenbaum (8 January 1923 – 5 March 2008) was a German-American computer scientist and a professor at Massachusetts Institute of Technology, MIT. He is the namesake of the Weizenbaum Award and the Weizenbaum Institute.
Life and career
...
's program
ELIZA
ELIZA is an early natural language processing computer program developed from 1964 to 1967 at MIT by Joseph Weizenbaum. Created to explore communication between humans and machines, ELIZA simulated conversation by using a pattern matching and ...
, published in 1966, which seemed to be able to fool users into believing that they were conversing with a real human. However Weizenbaum himself did not claim that ELIZA was genuinely intelligent, and the introduction to his paper presented it more as a debunking exercise:
In artificial intelligence, machines are made to behave in wondrous ways, often sufficient to dazzle even the most experienced observer. But once a particular program is unmasked, once its inner workings are explained, its magic crumbles away; it stands revealed as a mere collection of procedures. The observer says to himself "I could have written that". With that thought, he moves the program in question from the shelf marked "intelligent", to that reserved for curios. The object of this paper is to cause just such a re-evaluation of the program about to be "explained". Few programs ever needed it more.
ELIZA's key method of operation involves the recognition of clue words or phrases in the input, and the output of the corresponding pre-prepared or pre-programmed responses that can move the conversation forward in an apparently meaningful way (e.g. by responding to any input that contains the word 'MOTHER' with 'TELL ME MORE ABOUT YOUR FAMILY').
Thus an illusion of understanding is generated, even though the processing involved has been merely superficial. ELIZA showed that such an illusion is surprisingly easy to generate because human judges are ready to give the benefit of the doubt when conversational responses are ''capable of being interpreted'' as "intelligent".
Interface designers have come to appreciate that humans' readiness to interpret computer output as genuinely conversational—even when it is actually based on rather simple pattern-matching—can be exploited for useful purposes. Most people prefer to engage with programs that are human-like, and this gives chatbot-style techniques a potentially useful role in interactive systems that need to elicit information from users, as long as that information is relatively straightforward and falls into predictable categories. Thus, for example, online help systems can usefully employ chatbot techniques to identify the area of help that users require, potentially providing a "friendlier" interface than a more formal search or menu system. This sort of usage holds the prospect of moving chatbot technology from Weizenbaum's "shelf ... reserved for curios" to that marked "genuinely useful computational methods".
Early chatbots
Among the most notable early chatbots are ELIZA (1966) and
PARRY
Parry may refer to:
People
* Parry (surname)
* Parry (given name)
Fictional characters
* Parry, protagonist of the movie ''The Fisher King'', played by Robin Williams
* Parry in the series '' Incarnations of Immortality'' by Piers Anthony
* ...
(1972).
More recent notable programs include
A.L.I.C.E.,
Jabberwacky and D.U.D.E (
Agence Nationale de la Recherche and
CNRS 2006). While ELIZA and PARRY were used exclusively to simulate typed conversation, many chatbots now include other functional features, such as games and
web searching abilities. In 1984, a book called ''The Policeman's Beard is Half Constructed'' was published, allegedly written by the chatbot
Racter (though the program as released would not have been capable of doing so).
From 1978 to some time after 1983,
the CYRUS project led by
Janet Kolodner constructed a chatbot simulating
Cyrus Vance
Cyrus Roberts Vance (March 27, 1917January 12, 2002) was an American lawyer and diplomat who served as the 57th United States Secretary of State under President Jimmy Carter from 1977 to 1980. Prior to serving in that position, he was the United ...
(57th
United States Secretary of State
The United States secretary of state (SecState) is a member of the executive branch of the federal government of the United States and the head of the U.S. Department of State.
The secretary of state serves as the principal advisor to the ...
). It used
case-based reasoning
Case-based reasoning (CBR), broadly construed, is the process of solving new problems based on the solutions of similar past problems.
In everyday life, an auto mechanic who fixes an engine by recalling another car that exhibited similar sympto ...
, and updated its database daily by parsing wire news from
United Press International
United Press International (UPI) is an American international news agency whose newswires, photo, news film, and audio services provided news material to thousands of newspapers, magazines, radio and television stations for most of the 20th ce ...
. The program was unable to process the news items subsequent to the surprise resignation of Cyrus Vance in April 1980, and the team constructed another chatbot simulating his successor,
Edmund Muskie.
One pertinent field of AI research is
natural-language processing. Usually,
weak AI fields employ specialized software or programming languages created specifically for the narrow function required. For example, A.L.I.C.E. uses a
markup language
A markup language is a Encoding, text-encoding system which specifies the structure and formatting of a document and potentially the relationships among its parts. Markup can control the display of a document or enrich its content to facilitate au ...
called AIML,
which is specific to its function as a
conversational agent, and has since been adopted by various other developers of, so-called,
Alicebots. Nevertheless, A.L.I.C.E. is still purely based on
pattern matching
In computer science, pattern matching is the act of checking a given sequence of tokens for the presence of the constituents of some pattern. In contrast to pattern recognition, the match usually must be exact: "either it will or will not be a ...
techniques without any reasoning capabilities, the same technique ELIZA was using back in 1966. This is not strong AI, which would require
sapience and
logical reasoning
Logical reasoning is a mind, mental Action (philosophy), activity that aims to arrive at a Logical consequence, conclusion in a Rigour, rigorous way. It happens in the form of inferences or arguments by starting from a set of premises and reason ...
abilities.
Jabberwacky learns new responses and context based on
real-time user interactions, rather than being driven from a static
database
In computing, a database is an organized collection of data or a type of data store based on the use of a database management system (DBMS), the software that interacts with end users, applications, and the database itself to capture and a ...
. Some more recent chatbots also combine real-time learning with
evolutionary algorithm
Evolutionary algorithms (EA) reproduce essential elements of the biological evolution in a computer algorithm in order to solve "difficult" problems, at least Approximation, approximately, for which no exact or satisfactory solution methods are k ...
s that optimize their ability to communicate based on each conversation held.
Chatbot competitions focus on the Turing test or more specific goals. Two such annual contests are the
Loebner Prize and The Chatterbox Challenge (the latter has been offline since 2015, however, materials can still be found from web archives).
DBpedia
DBpedia (from "DB" for "database") is a project aiming to extract structured content from the information created in the Wikipedia project. This structured information is made available on the World Wide Web using OpenLink Virtuoso. DBpedia a ...
created a chatbot during the
GSoC of 2017. It can communicate through
Facebook Messenger.
Modern chatbots based on large language models
Modern chatbots like
ChatGPT
ChatGPT is a generative artificial intelligence chatbot developed by OpenAI and released on November 30, 2022. It uses large language models (LLMs) such as GPT-4o as well as other Multimodal learning, multimodal models to create human-like re ...
are often based on
large language models called
generative pre-trained transformers (GPT). They are based on a
deep learning
Deep learning is a subset of machine learning that focuses on utilizing multilayered neural networks to perform tasks such as classification, regression, and representation learning. The field takes inspiration from biological neuroscience a ...
architecture called the
transformer
In electrical engineering, a transformer is a passive component that transfers electrical energy from one electrical circuit to another circuit, or multiple Electrical network, circuits. A varying current in any coil of the transformer produces ...
, which contains
artificial neural networks
In machine learning, a neural network (also artificial neural network or neural net, abbreviated ANN or NN) is a computational model inspired by the structure and functions of biological neural networks.
A neural network consists of connected ...
. They learn how to generate text by being trained on a large
text corpus
In linguistics and natural language processing, a corpus (: corpora) or text corpus is a dataset, consisting of natively digital and older, digitalized, language resources, either annotated or unannotated.
Annotated, they have been used in corp ...
, which provides a solid foundation for the model to perform well on downstream tasks with limited amounts of task-specific data. Despite criticism of its accuracy and tendency to "hallucinate"—that is, to confidently output false information and even cite non-existent sources—ChatGPT has gained attention for its detailed responses and historical knowledge. Another example is BioGPT, developed by
Microsoft
Microsoft Corporation is an American multinational corporation and technology company, technology conglomerate headquartered in Redmond, Washington. Founded in 1975, the company became influential in the History of personal computers#The ear ...
, which focuses on answering
biomedical
Biomedicine (also referred to as Western medicine, mainstream medicine or conventional medicine) questions. In November 2023, Amazon announced a new chatbot, called Q, for people to use at work.
Application
Messaging apps
Many companies' chatbots run on
messaging apps or simply via
SMS. They are used for
B2C
Direct-to-consumer (DTC or D2C) or business-to-consumer (B2C) is the business model of selling products directly to customers and thereby bypassing any third-party retailers, wholesalers, or middlemen. Direct-to-consumer sales are usually transa ...
customer service, sales and marketing.
In 2016, Facebook Messenger allowed developers to place chatbots on their platform. There were 30,000 bots created for Messenger in the first six months, rising to 100,000 by September 2017.
Since September 2017, this has also been as part of a pilot program on WhatsApp. Airlines
KLM and
Aeroméxico both announced their participation in the testing; both airlines had previously launched customer services on the Facebook Messenger platform.
The bots usually appear as one of the user's contacts, but can sometimes act as participants in a
group chat.
Many banks, insurers, media companies, e-commerce companies, airlines, hotel chains, retailers, health care providers, government entities, and restaurant chains have used chatbots to
answer simple questions, increase
customer engagement, for promotion, and to offer additional ways to order from them. Chatbots are also used in
market research
Market research is an organized effort to gather information about target markets and customers. It involves understanding who they are and what they need. It is an important component of business strategy and a major factor in maintaining com ...
to collect short survey responses.
A 2017 study showed 4% of companies used chatbots. In a 2016 study, 80% of businesses said they intended to have one by 2020.
As part of company apps and websites
Previous generations of chatbots were present on company websites, e.g. Ask Jenn from
Alaska Airlines which debuted in 2008
or
Expedia
Expedia Inc. is an online travel agency owned by Expedia Group, based in Seattle. The website and mobile app can be used to book airline tickets, hotel reservations, car rentals, cruise ships, and vacation packages. Expedia.com was launched on ...
's virtual customer service agent which launched in 2011.
The newer generation of chatbots includes
IBM Watson
IBM Watson is a computer system capable of answering questions posed in natural language. It was developed as a part of IBM's DeepQA project by a research team, led by principal investigator David Ferrucci. Watson was named after IBM's fou ...
-powered "Rocky", introduced in February 2017 by the New York City-based
e-commerce
E-commerce (electronic commerce) refers to commercial activities including the electronic buying or selling products and services which are conducted on online platforms or over the Internet. E-commerce draws on technologies such as mobile co ...
company Rare Carat to provide information to prospective diamond buyers.
Chatbot sequences
Used by marketers to script sequences of messages, very similar to an
autoresponder sequence. Such sequences can be triggered by user opt-in or the use of keywords within user interactions. After a trigger occurs a sequence of messages is delivered until the next anticipated user response. Each user response is used in the decision tree to help the chatbot navigate the response sequences to deliver the correct response message.
Company internal platforms
Companies have used chatbots for customer support, human resources, or in
Internet-of-Things (IoT) projects.
Overstock.com, for one, has reportedly launched a chatbot named Mila to attempt to automate certain processes when customer service employees request sick leave. Other large companies such as
Lloyds Banking Group
Lloyds Banking Group plc is a British financial institution formed through the acquisition of HBOS by Lloyds TSB in 2009. It is one of the UK's largest financial services organisations, with 30 million customers and 65,000 employees. Lloyds B ...
,
Royal Bank of Scotland
The Royal Bank of Scotland Public Limited Company () is a major retail banking, retail and commercial bank in Scotland. It is one of the retail banking subsidiaries of NatWest Group, together with NatWest and Ulster Bank. The Royal Bank of Sco ...
,
Renault
Renault S.A., commonly referred to as Groupe Renault ( , , , also known as the Renault Group in English), is a French Multinational corporation, multinational Automotive industry, automobile manufacturer established in 1899. The company curr ...
and
Citroën
Citroën ()The double-dot diacritic over the 'e' is a diaeresis () indicating the two vowels are sounded separately, and not as a diphthong. is a French automobile brand. The "Automobiles Citroën" manufacturing company was founded on 4 June 19 ...
are now using chatbots instead of
call centres with humans to provide a first point of contact. In large companies, like in hospitals and aviation organizations, chatbots are also used to share information within organizations, and to assist and replace service desks.
Customer service
Chatbots have been proposed as a replacement for
customer service
Customer service is the assistance and advice provided by a company to those who buy or use its products or services, either in person or remotely. Customer service is often practiced in a way that reflects the strategies and values of a firm, and ...
departments.
Deep learning
Deep learning is a subset of machine learning that focuses on utilizing multilayered neural networks to perform tasks such as classification, regression, and representation learning. The field takes inspiration from biological neuroscience a ...
techniques can be incorporated into chatbot applications to allow them to map conversations between users and customer service agents, especially in social media.
In 2019,
Gartner
Gartner, Inc. is an American research and advisory firm focusing on business and technology topics. Gartner provides its products and services through research reports, conferences, and consulting. Its clients include large corporations, gover ...
predicted that by 2021, 15% of all customer service interactions globally will be handled completely by AI. A study by
Juniper Research in 2019 estimates retail sales resulting from chatbot-based interactions will reach $112 billion by 2023.
In 2016, Russia-based Tochka Bank launched a chatbot on
Facebook
Facebook is a social media and social networking service owned by the American technology conglomerate Meta Platforms, Meta. Created in 2004 by Mark Zuckerberg with four other Harvard College students and roommates, Eduardo Saverin, Andre ...
for a range of financial services, including a possibility of making payments. In July 2016,
Barclays Africa also launched a Facebook chatbot.
In 2023, US-based
National Eating Disorders Association replaced its human
helpline
A helpline, or switchboard, is a telephone service which offers help to those who call. Many helpline services now offer more than telephone support - offering access to information, advice or customer service via telephone, email, web or SMS.
...
staff with a chatbot but had to take it offline after users reported receiving harmful advice from it.
Healthcare
Chatbots are also appearing in the healthcare industry. A study suggested that physicians in the United States believed that chatbots would be most beneficial for scheduling doctor appointments, locating health clinics, or providing medication information.
ChatGPT
ChatGPT is a generative artificial intelligence chatbot developed by OpenAI and released on November 30, 2022. It uses large language models (LLMs) such as GPT-4o as well as other Multimodal learning, multimodal models to create human-like re ...
is able to answer user queries related to health promotion and disease prevention such as screening and
vaccination
Vaccination is the administration of a vaccine to help the immune system develop immunity from a disease. Vaccines contain a microorganism or virus in a weakened, live or killed state, or proteins or toxins from the organism. In stimulating ...
.
WhatsApp
WhatsApp (officially WhatsApp Messenger) is an American social media, instant messaging (IM), and voice-over-IP (VoIP) service owned by technology conglomerate Meta. It allows users to send text, voice messages and video messages, make vo ...
has teamed up with the
World Health Organization
The World Health Organization (WHO) is a list of specialized agencies of the United Nations, specialized agency of the United Nations which coordinates responses to international public health issues and emergencies. It is headquartered in Gen ...
(WHO) to make a chatbot service that answers users' questions on
COVID-19
Coronavirus disease 2019 (COVID-19) is a contagious disease caused by the coronavirus SARS-CoV-2. In January 2020, the disease spread worldwide, resulting in the COVID-19 pandemic.
The symptoms of COVID‑19 can vary but often include fever ...
.
In 2020, the
Government of India
The Government of India (ISO 15919, ISO: Bhārata Sarakāra, legally the Union Government or Union of India or the Central Government) is the national authority of the Republic of India, located in South Asia, consisting of States and union t ...
launched a chatbot called MyGov Corona Helpdesk, that worked through WhatsApp and helped people access information about the Coronavirus (COVID-19) pandemic.
Certain patient groups are still reluctant to use chatbots. A mixed-methods 2019 study showed that people are still hesitant to use chatbots for their healthcare due to poor understanding of the technological complexity, the lack of empathy, and concerns about cyber-security. The analysis showed that while 6% had heard of a health chatbot and 3% had experience of using it, 67% perceived themselves as likely to use one within 12 months. The majority of participants would use a health chatbot for seeking general health information (78%), booking a medical appointment (78%), and looking for local health services (80%). However, a health chatbot was perceived as less suitable for seeking results of medical tests and seeking specialist advice such as sexual health.
The analysis of attitudinal variables showed that most participants reported their preference for discussing their health with doctors (73%) and having access to reliable and accurate health information (93%). While 80% were curious about new technologies that could improve their health, 66% reported only seeking a doctor when experiencing a health problem and 65% thought that a chatbot was a good idea. 30% reported dislike about talking to computers, 41% felt it would be strange to discuss health matters with a chatbot and about half were unsure if they could trust the advice given by a chatbot. Therefore, perceived trustworthiness, individual attitudes towards bots, and dislike for talking to computers are the main barriers to health chatbots.
Politics
In New Zealand, the chatbot SAM – short for
Semantic Analysis Machine – has been developed by Nick Gerritsen of Touchtech. It is designed to share its political thoughts, for example on topics such as climate change, healthcare and education, etc. It talks to people through Facebook Messenger.
In 2022, the chatbot "Leader Lars" or "Leder Lars" was nominated for
The Synthetic Party to run in the
Danish parliamentary election, and was built by the artist collective Computer Lars. Leader Lars differed from earlier virtual politicians by leading a
political party
A political party is an organization that coordinates candidates to compete in a particular area's elections. It is common for the members of a party to hold similar ideas about politics, and parties may promote specific political ideology, ...
and by not pretending to be an objective candidate. This chatbot engaged in critical discussions on politics with users from around the world.
In
India
India, officially the Republic of India, is a country in South Asia. It is the List of countries and dependencies by area, seventh-largest country by area; the List of countries by population (United Nations), most populous country since ...
, the state government has launched a chatbot for its Aaple Sarkar platform, which provides conversational access to information regarding public services managed.
Toys
Chatbots have also been incorporated into devices not primarily meant for computing, such as toys.
''Hello
Barbie
Barbie is a fashion doll created by American businesswoman Ruth Handler, manufactured by American toy and entertainment company Mattel and introduced on March 9, 1959. The toy was based on the German Bild Lilli doll, Bild Lilli doll which Hand ...
'' is an Internet-connected version of the doll that uses a chatbot provided by the company ToyTalk, which previously used the chatbot for a range of smartphone-based characters for children. These characters' behaviors are constrained by a set of rules that in effect emulate a particular character and produce a storyline.
The
My Friend Cayla doll was marketed as a line of dolls which uses
speech recognition
Speech recognition is an interdisciplinary subfield of computer science and computational linguistics that develops methodologies and technologies that enable the recognition and translation of spoken language into text by computers. It is also ...
technology in conjunction with an
Android or
iOS
Ios, Io or Nio (, ; ; locally Nios, Νιός) is a Greek island in the Cyclades group in the Aegean Sea. Ios is a hilly island with cliffs down to the sea on most sides. It is situated halfway between Naxos and Santorini. It is about long an ...
mobile app to recognize the child's speech and have a conversation. Like the Hello Barbie doll, it attracted controversy due to vulnerabilities with the doll's
Bluetooth
Bluetooth is a short-range wireless technology standard that is used for exchanging data between fixed and mobile devices over short distances and building personal area networks (PANs). In the most widely used mode, transmission power is li ...
stack and its use of data collected from the child's speech.
IBM's
Watson computer has been used as the basis for chatbot-based educational toys for companies such as ''CogniToys,''
intended to interact with children for educational purposes.
Malicious use
Malicious chatbots are frequently used to fill
chat rooms
The term chat room, or chatroom (and sometimes group chat; abbreviated as GC), is primarily used to describe any form of synchronous conferencing, occasionally even asynchronous conferencing. The term can thus mean any technology, ranging from ...
with spam and advertisements by mimicking human behavior and conversations or to entice people into revealing personal information, such as bank account numbers. They were commonly found on
Yahoo! Messenger,
Windows Live Messenger,
AOL Instant Messenger
AOL Instant Messenger (AIM, sometimes stylized as aim) was an instant messaging and presence information computer program created by AOL. It used the proprietary OSCAR protocol, OSCAR instant messaging protocol and the TOC protocol to allow us ...
and other
instant messaging
Instant messaging (IM) technology is a type of synchronous computer-mediated communication involving the immediate ( real-time) transmission of messages between two or more parties over the Internet or another computer network. Originally involv ...
protocols. There has also been a published report of a chatbot used in a fake personal ad on a dating service's website.
Tay, an AI chatbot designed to learn from previous interaction, caused major controversy due to it being targeted by internet trolls on Twitter. Soon after its launch, the bot was exploited, and with its "repeat after me" capability, it started releasing racist, sexist, and controversial responses to Twitter users. This suggests that although the bot learned effectively from experience, adequate protection was not put in place to prevent misuse.
If a text-sending
algorithm
In mathematics and computer science, an algorithm () is a finite sequence of Rigour#Mathematics, mathematically rigorous instructions, typically used to solve a class of specific Computational problem, problems or to perform a computation. Algo ...
can pass itself off as a human instead of a chatbot, its message would be more credible. Therefore, human-seeming chatbots with well-crafted online identities could start scattering fake news that seems plausible, for instance making false claims during an election. With enough chatbots, it might be even possible to achieve artificial
social proof.
Data security
Data security
Data security or data protection means protecting digital data, such as those in a database, from destructive forces and from the unwanted actions of unauthorized users, such as a cyberattack or a data breach.
Technologies
Disk encryption
...
is one of the major concerns of chatbot technologies. Security threats and system vulnerabilities are weaknesses that are often exploited by malicious users. Storage of user data and past communication, that is highly valuable for training and development of chatbots, can also give rise to security threats.
Chatbots operating on third-party networks may be subject to various security issues if owners of the third-party applications have policies regarding user data that differ from those of the chatbot.
Security threats can be reduced or prevented by incorporating protective mechanisms. User
authentication
Authentication (from ''authentikos'', "real, genuine", from αὐθέντης ''authentes'', "author") is the act of proving an Logical assertion, assertion, such as the Digital identity, identity of a computer system user. In contrast with iden ...
, chat
End-to-end encryption
End-to-end encryption (E2EE) is a method of implementing a secure communication system where only communicating users can participate. No one else, including the system provider, telecom providers, Internet providers or malicious actors, can ...
, and self-destructing messages are some effective solutions to resist potential security threats.
Mental health
Chatbots have shown to be an emerging technology used in the field of mental health. Its usage may encourage users to seek advice on matters of mental health as a means to avoid the stigmatization that may come from sharing such matters with other people.
This is because chatbots can give a sense of privacy and anonymity when sharing sensitive information, as well as providing a space that allows for the user to be free of judgment.
An example of this can be seen in a study which found that with social media and AI chatbots both being possible outlets to express mental health online, users were more willing to share their darker and more depressive emotions to the chatbot.
Findings prove that chatbots have great potential in scenarios in which it is difficult for users to reach out to family or friends for support.
It has been noted that it demonstrates the ability to give young people "various types of social support such as appraisal, informational, emotional, and instrumental support".
Studies have found that chatbots are able to assist users in managing things such as depression and anxiety.
Some examples of chatbots that serve this function are "Woebot, Wysa, Vivibot, and Tess".
Evidence indicates that when mental health chatbots interact with users, they tend to follow certain conversation flows.
These being guided conversation, semi guided conversation, and open ended conversation.
The most popular, guided conversation, “only allows the users to communicate with the chatbot with predefined responses from the chatbot. It does not allow any form of open input from the users”.
It has also been noted in a study looking at the methods employed by various mental health chatbots, that most of them employed a form of cognitive behavior therapy with the user.
Research has identified that there are potential barriers to entry that come with the usage of chatbots for mental health.
There are ongoing privacy concerns with sharing user’s personal data in chat logs with chatbots.
In addition to that, there is a lack of willingness from those in lower socioeconomic statuses to adopt interactions with chatbots as a meaningful way to improve upon mental health.
Though chatbots may be capable of detecting simple human emotions in interactions with users, they are incapable of replicating the level of empathy that human therapists do.
Due to the nature of chatbots being language learning models trained on numerous datasets, the issue of
algorithmic bias exists.
Chatbots with built in biases from their training can have them brought out against individuals of certain backgrounds and may result in incorrect information being conveyed.
There is a lack of research about how exactly these interactions help with a user’s real life.
Additionally, there are concerns regarding the safety of users when interacting with such chatbots.
When improvements and advancements are made to such technologies, how that may affect humans is not a priority.
It is possible that this can lead to "unintended negative consequences, such as biases, inadequate and failed responses, and privacy issues".
A risk that may come about because of the usage of chatbots to deal with mental health is increased isolation, as well as a lack of support in times of crisis.
Another notable risk is a general lack of a strong understanding of mental health.
Studies have indicated that mental health oriented chatbots have been prone to recommending users medical solutions and to rely upon themselves heavily.
Limitations
Traditional chatbots particularly lacked understanding of user requests, leading to clunky, repetitive conversations. Their pre-programmed responses would often fail to satisfy unexpected user queries, causing frustration. These chatbots were particularly unhelpful for users who lacked a clear understanding of their problem or the service they needed.
Chatbots based on
large language models
A large language model (LLM) is a language model trained with Self-supervised learning, self-supervised machine learning on a vast amount of text, designed for natural language processing tasks, especially Natural language generation, language g ...
are much more versatile, but require a large amount of conversational data to train. These models generate new responses word by word based on user input, and are usually trained on a large dataset of natural-language phrases.
They sometimes provide plausible-sounding but incorrect or nonsensical answers, referred to as "
hallucinations
A hallucination is a perception in the absence of an external stimulus that has the compelling sense of reality. They are distinguishable from several related phenomena, such as dreaming ( REM sleep), which does not involve wakefulness; pse ...
". They can for example make up names, dates, or historical events. When humans use and apply chatbot content contaminated with hallucinations, this results in "botshit". Given the increasing adoption and use of chatbots for generating content, there are concerns that this technology will significantly reduce the cost it takes humans to generate
misinformation
Misinformation is incorrect or misleading information. Misinformation and disinformation are not interchangeable terms: misinformation can exist with or without specific malicious intent, whereas disinformation is distinct in that the information ...
.
Impact on jobs
Chatbots and technology in general used to automate repetitive tasks. But advanced chatbots like
ChatGPT
ChatGPT is a generative artificial intelligence chatbot developed by OpenAI and released on November 30, 2022. It uses large language models (LLMs) such as GPT-4o as well as other Multimodal learning, multimodal models to create human-like re ...
are also targeting high-paying, creative, and knowledge-based jobs, raising concerns about workforce disruption and quality trade-offs in favor of cost-cutting.
Chatbots are increasingly used by
small and medium enterprises
Small and medium-sized enterprises (SMEs) or small and medium-sized businesses (SMBs) are businesses whose personnel and revenue numbers fall below certain limits. The abbreviation "SME" is used by many national agencies and international organizat ...
, to handle customer interactions efficiently, reducing reliance on large
call centers
A call centre (English in the Commonwealth of Nations, Commonwealth spelling) or call center (American English, American spelling; American and British English spelling differences#-re, -er, see spelling differences) is a managed capability th ...
and lowering operational costs.
Prompt engineering
Prompt engineering is the process of structuring or crafting an instruction in order to produce the best possible output from a generative artificial intelligence (AI) model.
A ''prompt'' is natural language text describing the task that an AI s ...
, the task of designing and refining prompts (inputs) leading to desired AI-generated responses has quickly gained significant demand with the advent of large language models, although the viability of this job is questioned due to new techniques for automating prompt engineering.
Impact on the environment
Generative AI uses a high amount of
electric power
Electric power is the rate of transfer of electrical energy within a electric circuit, circuit. Its SI unit is the watt, the general unit of power (physics), power, defined as one joule per second. Standard prefixes apply to watts as with oth ...
. Due to reliance on
fossil fuel
A fossil fuel is a flammable carbon compound- or hydrocarbon-containing material formed naturally in the Earth's crust from the buried remains of prehistoric organisms (animals, plants or microplanktons), a process that occurs within geolog ...
s in its
generation
A generation is all of the people born and living at about the same time, regarded collectively. It also is "the average period, generally considered to be about 20–30 years, during which children are born and grow up, become adults, and b ...
, this increases
air pollution
Air pollution is the presence of substances in the Atmosphere of Earth, air that are harmful to humans, other living beings or the environment. Pollutants can be Gas, gases like Ground-level ozone, ozone or nitrogen oxides or small particles li ...
,
water pollution
Water pollution (or aquatic pollution) is the contamination of Body of water, water bodies, with a negative impact on their uses. It is usually a result of human activities. Water bodies include lakes, rivers, oceans, aquifers, reservoirs and ...
, and
greenhouse gas emissions
Greenhouse gas (GHG) emissions from human activities intensify the greenhouse effect. This contributes to climate change. Carbon dioxide (), from burning fossil fuels such as coal, petroleum, oil, and natural gas, is the main cause of climate chan ...
. In 2023, a question to
ChatGPT
ChatGPT is a generative artificial intelligence chatbot developed by OpenAI and released on November 30, 2022. It uses large language models (LLMs) such as GPT-4o as well as other Multimodal learning, multimodal models to create human-like re ...
consumed on average 10 times as much energy as a Google search. Data centres in general, and those used for AI tasks specifically, consume significant amounts of water for cooling.
See also
*
Applications of artificial intelligence
*
Artificial human companion
*
Artificial intelligence and elections
*
Autonomous agent
*
Conversational user interface
A conversational user interface (CUI) is a user interface for computers that emulates a conversation with a real human. Historically, computers have relied on text-based user interfaces and graphical user interfaces (GUIs) (such as the user pressin ...
*
Dead Internet theory
*
Friendly artificial intelligence
Friendly artificial intelligence (friendly AI or FAI) is hypothetical artificial general intelligence (AGI) that would have a positive (benign) effect on humanity or at least align with human interests such as fostering the improvement of the hu ...
*
Hybrid intelligent system
Hybrid intelligent system denotes a software system which employs, in parallel, a combination of methods and techniques from artificial intelligence subfields, such as:
* Neuro-symbolic systems
* Neuro-fuzzy systems
* Hybrid connectionist-symbol ...
*
Intelligent agent
In artificial intelligence, an intelligent agent is an entity that Machine perception, perceives its environment, takes actions autonomously to achieve goals, and may improve its performance through machine learning or by acquiring knowledge r ...
*
Internet bot
An Internet bot, web robot, robot, or simply bot, is a software application that runs automated tasks ( scripts) on the Internet, usually with the intent to imitate human activity, such as messaging, on a large scale. An Internet bot plays the ...
*
List of chatbots
*
Multi-agent system
*
Social bot
*
Software agent
In computer science, a software agent is a computer program that acts for a user or another program in a relationship of agency.
The term ''agent'' is derived from the Latin ''agere'' (to do): an agreement to act on one's behalf. Such "action on ...
*
Software bot
*
Stochastic parrot
*
Technological unemployment
The term technological unemployment is used to describe the loss of jobs caused by technological change. It is a key type of structural unemployment. Technological change typically includes the introduction of labour-saving "mechanical-muscle" ...
*
Twitterbot
A Twitter bot or an X bot is a type of software bot that controls a Twitter/X account via the Twitter API. The social bot software may autonomously perform actions such as tweeting, retweeting, liking, following, unfollowing, or direct messagin ...
References
Further reading
* Gertner, Jon. (2023) "Wikipedia's Moment of Truth: Can the online encyclopedia help teach A.I. chatbots to get their facts right — without destroying itself in the process?" ''New York Times Magazine'' (18 July 2023
online*
*
* Vincent, James, "Horny Robot Baby Voice: James Vincent on AI chatbots", ''
London Review of Books
The ''London Review of Books'' (''LRB'') is a British literary magazine published bimonthly that features articles and essays on fiction and non-fiction subjects, which are usually structured as book reviews.
History
The ''London Review of Book ...
'', vol. 46, no. 19 (10 October 2024), pp. 29–32. "
I chatbotprograms are made possible by new technologies but rely on the timelelss human tendency to
anthropomorphise." (p. 29.)
External links
*
*
{{Authority control
Instant messaging
*
Natural language parsing