Skip to content
TopicTracker
来自 daringfireball.net查看原文
译文语言译文语言

'PARRY遇见DOCTOR' — 1973年左右的聊天机器人对决

在AI的黎明时期,精神病学家肯尼斯·科尔比创造了一个模仿偏执型精神分裂症患者言谈的ELIZA式聊天机器人PARRY。有人灵机一动,将其连接到ELIZA(即"DOCTOR")。文特·瑟夫于1973年将对话记录以RFC形式发布。这篇记录展现了两个早期AI系统的精彩交锋,令人忍俊不禁。顺带一提,现年83岁的"互联网之父"文特·瑟夫已于上周从谷歌退休。

背景速读

- PARRY 是 1972 年由精神病学家 Kenneth Colby 开发的聊天程序,模拟偏执型精神分裂症患者的对话风格;ELIZA(本文中称为“DOCTOR”)则是 MIT 的 Joseph Weizenbaum 在 1966 年开发的早期心理治疗师模拟程序,两者都是自然语言处理领域最早的聊天机器人。 - 这是两台机器之间的对话记录:PARRY(扮演病人)与 DOCTOR(扮演治疗师)通过网络连接交谈。Vint Cerf(TCP/IP 核心发明人之一,常被称为“互联网之父”)当时参与整理,并将其作为“请求评论”(RFC)文档发布——RFC 是互联网技术标准与资料的正式发布系列。 - 该对话之所以成为经典,在于它无意中展示了早期 AI 的局限与趣味:PARRY 始终偏执地猜测对方是黑帮探子,而 DOCTOR 则反复用“这让你联想到什么”这类模板式回应应对,两者完美错过了彼此的逻辑。 - 文章提及 Cerf 近期(2026 年 6 月)从 Google 退休,享年 83 岁,这个时间点让这篇 1973 年的 RFC 重见天日有了双重的历史回味意味。

相关报道

  • The article explores the decline of the open web, pointing to walled gardens, algorithmic feeds, and centralized platforms as its successors. It examines what may replace the traditional web, including decentralized protocols and AI-driven interfaces.

  • A guide on using the internet without losing critical thinking and personal agency. It warns against algorithmic outrage, performative debates, and reactive consumption, advocating for intentional habits like curating information, slow reading, and recognizing engagement traps to preserve philosophical depth.

  • The article argues that building your own tools is the most effective method for learning to code, as it forces deep understanding over surface-level knowledge. By creating tools for real problems, learners engage with fundamental principles rather than memorizing syntax or copying solutions. This approach transforms coding from passive consumption into active, principled creation.

  • The author explains why AutoIt remains their go-to tool for small Windows utilities, citing its simplicity, speed of development, small executable size, and ease of automation for GUI tasks without the overhead of larger frameworks.