#[1]IEEE Spectrum
(BUTTON) ____________________
IFRAME: [2]
https://www.googletagmanager.com/ns.html?id=GTM-5WJB5X2
[3]IEEE.org[4]IEEE Xplore Digital Library[5]IEEE Standards[6]More Sites
[7]Sign In[8]Join IEEE
The March 2023 issue of IEEE Spectrum is here!
[9]Download PDF |v
[10]Close bar
Why People Demanded Privacy to Confide in the World's First Chatbot
Share
FOR THE TECHNOLOGY INSIDER
Search: ____________________ (Search)
Explore by topic
[11]Aerospace[12]Artificial
Intelligence[13]Biomedical[14]Computing[15]Consumer
Electronics[16]Energy[17]History of
Technology[18]Robotics[19]Semiconductors[20]Sensors[21]Telecommunicatio
ns[22]Transportation
[23]IEEE Spectrum
FOR THE TECHNOLOGY INSIDER
Topics
[24]Aerospace[25]Artificial
Intelligence[26]Biomedical[27]Computing[28]Consumer
Electronics[29]Energy[30]History of
Technology[31]Robotics[32]Semiconductors[33]Sensors[34]Telecommunicatio
ns[35]Transportation
Sections
[36]Features[37]News[38]Opinion[39]Careers[40]DIY[41]The Big
Picture[42]Engineering Resources
More
[43]Special
Reports[44]Collections[45]Explainers[46]Podcasts[47]Videos[48]Newslette
rs[49]Top Programming Languages[50]Robots Guide
For IEEE Members
[51]Current Issue[52]Magazine Archive[53]The Institute[54]TI Archive
For IEEE Members
[55]Current Issue[56]Magazine Archive[57]The Institute[58]TI Archive
IEEE Spectrum
[59]About Us[60]Contact Us[61]Reprints & Permissions[62]Advertising
Follow IEEE Spectrum
Support IEEE Spectrum
IEEE Spectrum is the flagship publication of the IEEE -- the world's
largest professional organization devoted to engineering and applied
sciences. Our articles, podcasts, and infographics inform our readers
about developments in technology, engineering, and science.
[63]Join IEEE
[64]Subscribe
[65]About IEEE[66]Contact &
Support[67]Accessibility[68]Nondiscrimination Policy[69]Terms[70]IEEE
Privacy Policy
© Copyright 2023 IEEE -- All rights reserved. A not-for-profit
organization, IEEE is the world's largest technical professional
organization dedicated to advancing technology for the benefit of
humanity.
IEEE websites place cookies on your device to give you the best user
experience. By using our websites, you agree to the placement of these
cookies. To learn more, read our Privacy Policy.
[71]view privacy policy [72]accept & close
Enjoy more free content and benefits by creating an account
Saving articles to read later requires an IEEE Spectrum account
The Institute content is only available for members
Downloading full PDF issues is exclusive for IEEE Members
Access to Spectrum's Digital Edition is exclusive for IEEE Members
Following topics is a feature exclusive for IEEE Members
Adding your response to an article requires an IEEE Spectrum account
Create an account to access more content and features on IEEE Spectrum,
including the ability to save articles to read later, download Spectrum
Collections, and participate in conversations with readers and editors. For
more exclusive content and features, consider [73]Joining IEEE.
Join the world's largest professional organization devoted to engineering and
applied sciences and get access to all of Spectrum's articles, archives, PDF
downloads, and other benefits. [74]Learn more ->
[75]CREATE AN ACCOUNT[76]SIGN IN
[77]JOIN IEEE[78]SIGN IN
[79]Close
Access Thousands of Articles -- Completely Free
Create an account and get exclusive content and features: Save articles,
download collections, and talk to tech insiders -- all free! For full access
and benefits, [80]join IEEE as a paying member.
[81]CREATE AN ACCOUNT[82]SIGN IN
[83]Artificial Intelligence[84]Topic[85]Type[86]Article
Why People Demanded Privacy to Confide in the World's First Chatbot
In 1966, the Eliza program couldn't say much--but it was enough
[87]Oscar Schwartz
18 Nov 2019
4 min read
Computer scientist Joseph Weizenbaum with his chatbot Eliza, running on
an IBM 36-bit IBM 7094 mainframe computer.
Computer scientist Joseph Weizenbaum with his chatbot Eliza, running on
a 36-bit IBM 7094 mainframe computer.
Photo-illustration: Gluekit
[88]machine learning[89]software[90]history of natural language
processing[91]NLP[92]natural language
processing[93]chatbots[94]AI[95]history
This is part four of a six-part series on the [96]history of natural
language processing.
Between 1964 and 1966, [97]Joseph Weizenbaum, a German American
computer scientist at MIT's [98]artificial intelligence lab, developed
[99]the first-ever chatbot [PDF].
While there were already some rudimentary digital language generators
in existence--programs that could spit out somewhat coherent lines of
text--Weizenbaum's program was the first designed explicitly for
interactions with humans. The user could type in some statement or set
of statements in their normal language, press enter, and receive a
response from the machine. As Weizenbaum explained, his program made
"certain kinds of natural-language conversation between man and
computer possible."
He named the program [100]Eliza after Eliza Doolittle, the
working-class hero of George Bernard Shaw's [101]Pygmalion who learns
how to talk with an upper-class accent. The new Eliza was written for
the 36-bit [102]IBM 7094, an early transistorized mainframe computer,
in a programming language that Weizenbaum developed called MAD-SLIP.
Because computer time was a valuable resource, Eliza could only be run
via a time-sharing system; the user interacted with the program
remotely via an electric typewriter and printer. When the user typed in
a sentence and pressed enter, a message was sent to the mainframe
computer. Eliza scanned the message for the presence of a keyword and
used it in a new sentence to form a response that was sent back,
printed out, and read by the user.
To encourage ongoing dialogue, Weizenbaum designed Eliza to simulate
the type of conversational style used by a [103]Rogerian psychoanalyst.
The program would take something the user said and reflect it back with
a question, as can be seen in the example below. (Notice how the
program takes keywords like "boyfriend" and "depressed" and re-uses
them.)
Human: Men are all alike.
Computer: IN WHAT WAY?
Human: They're always bugging us about something or other.
Computer: CAN YOU THINK OF A SPECIFIC EXAMPLE?
Human: Well, my boyfriend made me come here.
Computer: YOUR BOYFRIEND MADE YOU COME HERE
Human: He says I'm depressed much of the time.
Computer: I AM SORRY TO HEAR YOU ARE DEPRESSED
Human: It's true. I am unhappy.
Weizenbaum chose this mode of dialogue for Eliza because it gave the
impression that the computer understood what was being said without
having to offer anything new to the conversation. It created the
illusion of comprehension and engagement in a mere 200 lines of code.
To test Eliza's capacity to engage an interlocutor, Weizenbaum invited
students and colleagues into his office and let them chat with the
machine while he looked on. He noticed, with some concern, that during
their brief interactions with Eliza, many users began forming emotional
attachments to the algorithm. They would open up to the machine and
confess problems they were facing in their lives and relationships.
During their brief interactions with Eliza, many users began forming
emotional attachments to the algorithm.
Even more surprising was that this sense of intimacy persisted even
after Weizenbaum described how the machine worked and explained that it
didn't really understand anything that was being said. Weizenbaum was
most troubled when his secretary, who had watched him build the program
from scratch over many months, insisted that he leave the room so she
could talk to Eliza in private.
For Weizenbaum, this experiment with Eliza made him question an idea
that [104]Alan Turing had proposed in 1950 about machine intelligence.
In his paper, entitled "[105]Computing Machinery and Intelligence,"
Turing suggested that if a computer could conduct a convincingly human
conversation in text, one could assume it was intelligent--an idea that
became the basis of the famous [106]Turing Test.
But Eliza demonstrated that convincing communication between a human
and a machine could take place even if comprehension only flowed from
one side: The simulation of intelligence, rather than intelligence
itself, was enough to fool people. Weizenbaum called this the Eliza
effect, and believed it was a type of "delusional thinking" that
humanity would collectively suffer from in the digital age. This
insight was a profound shock for Weizenbaum, and one that came to
define his intellectual trajectory over the next decade.
The simulation of intelligence, rather than intelligence itself, was
enough to fool people.
In 1976, he published [107]Computing Power and Human Reason: From
Judgment to Calculation [PDF], which offered a long meditation on why
people are willing to believe that a simple machine might be able to
understand their complex human emotions.
In this book, he argues that the Eliza effect signifies a broader
pathology afflicting "modern man." In a world conquered by science,
technology, and capitalism, people had grown accustomed to viewing
themselves as isolated cogs in a large and uncaring machine. In such a
diminished social world, Weizenbaum reasoned, people had grown so
desperate for connection that they put aside their reason and judgment
in order to believe that a program could care about their problems.
Weizenbaum spent the rest of his life [108]developing this humanistic
critique of artificial intelligence and digital technology. His mission
was to remind people that their machines were not as smart as they were
often said to be. And that even though it sometimes appeared as though
they could talk, they were never really listening.
This is the fourth installment of a six-part series on the [109]history
of natural language processing. Last week's post described [110]Andrey
Markov and Claude Shannon's painstaking efforts to create statistical
models of language for text generation. Come back next Monday for part
five, which describes the [111]Microsoft's disastrous 2016 experiment
with a chatbot that learned the subtleties of language from Twitter.
You can also check out our prior series on the [112]untold history of
AI.
From Your Site Articles
* [113]Hello, ChatGPT--Please Explain Yourself! - IEEE Spectrum >
[114]machine learning[115]software[116]history of natural language
processing[117]NLP[118]natural language
processing[119]chatbots[120]AI[121]history
[122]Oscar Schwartz
The Conversation (0)
[123]A woman smiling at the camera while sitting at her desk in front
of a computer
[124]The Institute[125]Topic[126]Type[127]Careers[128]Profile
[129]A Young Professional on the Power of Mentorship
3h
5 min read
[130]A photo of a small white robot arm on a desk having assembled the
Microsoft logo out of colored blocks
[131]Robotics[132]Topic[133]Type[134]News
[135]Video Friday: ChatGPT for Robotics
6h
4 min read
[136]Close up of a small device consisting of many metallic strips with
circular object and a flower shape inside.
[137]Biomedical[138]Topic[139]News[140]Type
[141]E-Bandages Lightly Zap--and Heal--Wounds
8h
3 min read
Related Stories
[142]History of Technology[143]Topic[144]Magazine[145]March
2023[146]Type[147]Feature
[148]50 Years Later, We're Still Living in the Xerox Alto's World
[149]Artificial Intelligence[150]Topic[151]Type[152]News
[153]200-Year-Old Math Opens Up AI's Mysterious Black Box
[154]Semiconductors[155]Topic[156]Artificial
Intelligence[157]Type[158]Computing[159]News
[160]Watch Syntiant's 1-Milliwatt Chip Play Doom
References
Visible links
1.
https://spectrum.ieee.org/feeds/topic/artificial-intelligence.rss
2.
https://www.googletagmanager.com/ns.html?id=GTM-5WJB5X2
3.
https://www.ieee.org/
4.
https://ieeexplore.ieee.org/Xplore/home.jsp
5.
https://standards.ieee.org/
6.
https://www.ieee.org/sitemap.html
7.
https://www.ieee.org/profile/public/createwebaccount/showCreateAccount.html?ShowMGAMarkeatbilityOptIn=true&sourceCode=spectrum&signinurl=
https://spectrum.ieee.org/core/saml/main/login&url=
https://spectrum.ieee.org/&autoSignin=Y&car=IEEE-Spectrum
8.
https://spectrum.ieee.org/st/join
9.
https://spectrum.ieee.org/why-people-demanded-privacy-to-confide-in-the-worlds-first-chatbot
10. javascript:void(0);
11.
https://spectrum.ieee.org/topic/aerospace/
12.
https://spectrum.ieee.org/topic/artificial-intelligence/
13.
https://spectrum.ieee.org/topic/biomedical/
14.
https://spectrum.ieee.org/topic/computing/
15.
https://spectrum.ieee.org/topic/consumer-electronics/
16.
https://spectrum.ieee.org/topic/energy/
17.
https://spectrum.ieee.org/topic/tech-history/
18.
https://spectrum.ieee.org/topic/robotics/
19.
https://spectrum.ieee.org/topic/semiconductors/
20.
https://spectrum.ieee.org/topic/sensors/
21.
https://spectrum.ieee.org/topic/telecommunications/
22.
https://spectrum.ieee.org/topic/transportation/
23.
https://spectrum.ieee.org/
24.
https://spectrum.ieee.org/topic/aerospace/
25.
https://spectrum.ieee.org/topic/artificial-intelligence/
26.
https://spectrum.ieee.org/topic/biomedical/
27.
https://spectrum.ieee.org/topic/computing/
28.
https://spectrum.ieee.org/topic/consumer-electronics/
29.
https://spectrum.ieee.org/topic/energy/
30.
https://spectrum.ieee.org/topic/tech-history/
31.
https://spectrum.ieee.org/topic/robotics/
32.
https://spectrum.ieee.org/topic/semiconductors/
33.
https://spectrum.ieee.org/topic/sensors/
34.
https://spectrum.ieee.org/topic/telecommunications/
35.
https://spectrum.ieee.org/topic/transportation/
36.
https://spectrum.ieee.org/type/feature/
37.
https://spectrum.ieee.org/type/news/
38.
https://spectrum.ieee.org/type/opinion/
39.
https://spectrum.ieee.org/topic/careers/
40.
https://spectrum.ieee.org/topic/diy/
41.
https://spectrum.ieee.org/type/the-big-picture/
42.
https://spectrum.ieee.org/engineering-resources/
43.
https://spectrum.ieee.org/special-reports/
44.
https://spectrum.ieee.org/collections/
45.
https://spectrum.ieee.org/type/explainer/
46.
https://spectrum.ieee.org/type/podcast/
47.
https://spectrum.ieee.org/type/video/
48.
https://spectrum.ieee.org/newsletters/
49.
https://spectrum.ieee.org/top-programming-languages
50.
https://robots.ieee.org/
51.
https://spectrum.ieee.org/magazine/current-issue
52.
https://spectrum.ieee.org/magazine/
53.
https://spectrum.ieee.org/the-institute/
54.
https://spectrum.ieee.org/the-institute/ti-archive/
55.
https://spectrum.ieee.org/magazine/current-issue
56.
https://spectrum.ieee.org/magazine/
57.
https://spectrum.ieee.org/the-institute/
58.
https://spectrum.ieee.org/the-institute/ti-archive/
59.
https://spectrum.ieee.org/st/about
60.
https://spectrum.ieee.org/st/contact
61.
https://www.parsintl.com/publications/ieee-media/
62.
https://advertise.ieee.org/
63.
https://spectrum.ieee.org/st/join
64.
https://ieee.omeda.com/ieee/r-main.do
65.
https://www.ieee.org/about/
66.
https://www.ieee.org/about/contact.html
67.
https://www.ieee.org/accessibility-statement.html
68.
https://www.ieee.org/about/corporate/governance/p9-26.html
69.
https://www.ieee.org/about/help/site-terms-conditions.html
70.
https://www.ieee.org/security-privacy.html
71.
https://www.ieee.org/security-privacy.html
72.
https://spectrum.ieee.org/why-people-demanded-privacy-to-confide-in-the-worlds-first-chatbot#toggle-gdpr
73.
https://spectrum.ieee.org/why-people-demanded-privacy-to-confide-in-the-worlds-first-chatbot
74.
https://spectrum.ieee.org/st/join
75.
https://www.ieee.org/profile/public/createwebaccount/showCreateAccount.html?ShowMGAMarkeatbilityOptIn=true&sourceCode=spectrum&signinurl=https%3A%2F%2Fspectrum.ieee.org%2Fcore%2Fsaml%2Fmain%2Flogin%3Fnext_url%3Dhttps%3A%2F%2Fspectrum.ieee.org%2Fcore%2Fintegrations%2Fieee%2Fchanges%0A&url=
https://spectrum.ieee.org/&autoSignin=Y&car=IEEE-Spectrum
76.
https://spectrum.ieee.org/core/saml/main/login?next_url=
https://spectrum.ieee.org/core/integrations/ieee/changes
77.
https://spectrum.ieee.org/st/join
78.
https://spectrum.ieee.org/core/saml/main/login?next_url=
https://spectrum.ieee.org/core/integrations/ieee/changes
79. javascript:;
80.
https://spectrum.ieee.org/why-people-demanded-privacy-to-confide-in-the-worlds-first-chatbot
81.
https://www.ieee.org/profile/public/createwebaccount/showCreateAccount.html?ShowMGAMarkeatbilityOptIn=true&sourceCode=spectrum&signinurl=https%3A%2F%2Fspectrum.ieee.org%2Fcore%2Fsaml%2Fmain%2Flogin%3Fnext_url%3Dhttps%3A%2F%2Fspectrum.ieee.org%2Fcore%2Fintegrations%2Fieee%2Fchanges%0A&url=
https://spectrum.ieee.org/&autoSignin=Y&car=IEEE-Spectrum
82.
https://spectrum.ieee.org/core/saml/main/login?next_url=
https://spectrum.ieee.org/core/integrations/ieee/changes
83.
https://spectrum.ieee.org/topic/artificial-intelligence/
84.
https://spectrum.ieee.org/topic/
85.
https://spectrum.ieee.org/type/
86.
https://spectrum.ieee.org/type/article/
87.
https://spectrum.ieee.org/u/oscar-schwartz
88.
https://spectrum.ieee.org/tag/machine-learning
89.
https://spectrum.ieee.org/tag/software
90.
https://spectrum.ieee.org/tag/history-of-natural-language-processing
91.
https://spectrum.ieee.org/tag/nlp
92.
https://spectrum.ieee.org/tag/natural-language-processing
93.
https://spectrum.ieee.org/tag/chatbots
94.
https://spectrum.ieee.org/tag/ai
95.
https://spectrum.ieee.org/tag/history
96.
https://spectrum.ieee.org/tag/history+of+natural+language+processing
97.
https://en.wikipedia.org/wiki/Joseph_Weizenbaum
98.
https://spectrum.ieee.org/topic/artificial-intelligence/
99.
https://web.stanford.edu/class/linguist238/p36-weizenabaum.pdf
100.
https://en.wikipedia.org/wiki/ELIZA
101.
https://en.wikipedia.org/wiki/Pygmalion_(play)
102.
https://en.wikipedia.org/wiki/IBM_7090#IBM_7094
103.
https://en.wikipedia.org/wiki/Person-centered_therapy
104.
https://en.wikipedia.org/wiki/Alan_Turing
105.
https://academic.oup.com/mind/article/LIX/236/433/986238
106.
https://en.wikipedia.org/wiki/Turing_test
107.
http://blogs.evergreen.edu/cpat/files/2013/05/Computer-Power-and-Human-Reason.pdf
108.
https://www.youtube.com/watch?v=hAfpnkaZprE
109.
https://spectrum.ieee.org/tag/history+of+natural+language+processing
110.
https://spectrum.ieee.org/tech-talk/robotics/artificial-intelligence/andrey-markov-and-claude-shannon-built-the-first-language-generation-models
111.
https://spectrum.ieee.org/tech-talk/robotics/artificial-intelligence/in-2016-microsofts-racist-chatbot-revealed-the-dangers-of-online-conversation
112.
https://spectrum.ieee.org/tag/AI+history
113.
https://spectrum.ieee.org/chatbot-chatgpt-interview
114.
https://spectrum.ieee.org/tag/machine-learning
115.
https://spectrum.ieee.org/tag/software
116.
https://spectrum.ieee.org/tag/history-of-natural-language-processing
117.
https://spectrum.ieee.org/tag/nlp
118.
https://spectrum.ieee.org/tag/natural-language-processing
119.
https://spectrum.ieee.org/tag/chatbots
120.
https://spectrum.ieee.org/tag/ai
121.
https://spectrum.ieee.org/tag/history
122.
https://spectrum.ieee.org/u/oscar-schwartz
123.
https://spectrum.ieee.org/anna-zakrzewska-profile
124.
https://spectrum.ieee.org/topic/the-institute/
125.
https://spectrum.ieee.org/topic/
126.
https://spectrum.ieee.org/type/
127.
https://spectrum.ieee.org/topic/careers/
128.
https://spectrum.ieee.org/type/profile/
129.
https://spectrum.ieee.org/anna-zakrzewska-profile
130.
https://spectrum.ieee.org/video-friday-chatgpt-for-robotics
131.
https://spectrum.ieee.org/topic/robotics/
132.
https://spectrum.ieee.org/topic/
133.
https://spectrum.ieee.org/type/
134.
https://spectrum.ieee.org/type/news/
135.
https://spectrum.ieee.org/video-friday-chatgpt-for-robotics
136.
https://spectrum.ieee.org/electroceuticals-e-bandages
137.
https://spectrum.ieee.org/topic/biomedical/
138.
https://spectrum.ieee.org/topic/
139.
https://spectrum.ieee.org/type/news/
140.
https://spectrum.ieee.org/type/
141.
https://spectrum.ieee.org/electroceuticals-e-bandages
142.
https://spectrum.ieee.org/topic/tech-history/
143.
https://spectrum.ieee.org/topic/
144.
https://spectrum.ieee.org/magazine/
145.
https://spectrum.ieee.org/magazine/2023/march/
146.
https://spectrum.ieee.org/type/
147.
https://spectrum.ieee.org/type/feature/
148.
https://spectrum.ieee.org/xerox-alto
149.
https://spectrum.ieee.org/topic/artificial-intelligence/
150.
https://spectrum.ieee.org/topic/
151.
https://spectrum.ieee.org/type/
152.
https://spectrum.ieee.org/type/news/
153.
https://spectrum.ieee.org/black-box-ai
154.
https://spectrum.ieee.org/topic/semiconductors/
155.
https://spectrum.ieee.org/topic/
156.
https://spectrum.ieee.org/topic/artificial-intelligence/
157.
https://spectrum.ieee.org/type/
158.
https://spectrum.ieee.org/topic/computing/
159.
https://spectrum.ieee.org/type/news/
160.
https://spectrum.ieee.org/syntiant-chip-plays-doom
Hidden links:
162.
https://spectrum.ieee.org/
163.
https://twitter.com/ieeespectrum
164.
https://www.facebook.com/IEEE.Spectrum
165.
https://www.instagram.com/ieeespectrum/
166.
https://www.linkedin.com/company/ieee-spectrum/
167.
https://www.youtube.com/c/ieeespectrum
168.
https://spectrum.ieee.org/feeds/feed.rss
169. javascript:;
170. mailto:?subject=Why%20People%20Demanded%20Privacy%20to%20Confide%20in%20the%20World%E2%80%99s%20First%20Chatbot&body=
https://spectrum.ieee.org/why-people-demanded-privacy-to-confide-in-the-worlds-first-chatbot
171.
https://spectrum.ieee.org/why-people-demanded-privacy-to-confide-in-the-worlds-first-chatbot
172.
https://twitter.com/intent/tweet?url=
https://spectrum.ieee.org/why-people-demanded-privacy-to-confide-in-the-worlds-first-chatbot&text=Why%20People%20Demanded%20Privacy%20to%20Confide%20in%20the%20World%E2%80%99s%20First%20Chatbot&
173.
https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fspectrum.ieee.org%2Fwhy-people-demanded-privacy-to-confide-in-the-worlds-first-chatbot%3Fxrs%3DRebelMouse_fb%26ts%3D1633016081
174.
http://www.linkedin.com/shareArticle?mini=false&url=
https://spectrum.ieee.org/why-people-demanded-privacy-to-confide-in-the-worlds-first-chatbot&
175.
https://spectrum.ieee.org/why-people-demanded-privacy-to-confide-in-the-worlds-first-chatbot
176.
https://spectrum.ieee.org/xerox-alto
177.
https://spectrum.ieee.org/black-box-ai
178.
https://spectrum.ieee.org/syntiant-chip-plays-doom