World's first chatbot, ELIZA, resurrected from 60-year-old computer code
### Abstract: Resurrection of the World's First Chatbot, ELIZA In a significant milestone for computer history, a team of researchers from the United States and the United Kingdom has successfully resurrected the code for ELIZA, a chatbot created in the 1960s by the late MIT professor Joseph Weizenbaum. ELIZA, often considered the world's first electronic chatbot, was initially designed as a request/response tool to mimic a therapist's conversational style. The discovery of the original code, found in printouts among Weizenbaum's personal belongings by MIT archivist Myles Crowley in 2021, has allowed the researchers to restore and run the program, providing a glimpse into early AI technology. #### Key Events and People - **Discovery of Code**: In 2021, Myles Crowley, an archivist at MIT, found printouts of the original ELIZA code in a box of Weizenbaum's items. - **Resurrection Effort**: A team of researchers, including Rupert Lane, worked to develop an operating environment for the code, which was originally written for an obsolete system. - **Successful Restoration**: By December 2024, the team had successfully restored and run ELIZA on modern systems. #### Technical Details - **Original Purpose**: ELIZA was designed to engage users in a simple request/response interaction, similar to a human therapist. It would respond to user queries with simple answers and follow-up questions. - **Code and Language**: The original code was written in Lisp, a programming language popular in the 1960s. ELIZA was one of the first programs to be shared on ARPAnet, the precursor to the modern internet. - **Challenges in Restoration**: The researchers faced several technical challenges, including the need to create an operating environment compatible with modern systems and cleaning up the code. Some functions required additional writing to be fully operational. - **Glaring Bug**: The program has a known bug that causes it to crash if the user enters numbers. However, the team decided to keep this bug to maintain the authenticity of the original program. #### Historical Significance - **Pioneering Role**: ELIZA is recognized as a pioneering example of early chatbot technology, predating the term "chatbot" itself. Its creation marked a significant step in the development of natural language processing and AI. - **Popularity and Impact**: After its initial development, ELIZA gained popularity among tech-savvy users who found it to be a kind of electronic companion. The program's influence can be seen in the evolution of more advanced AI and chatbot systems. - **Educational Value**: The restoration of ELIZA provides valuable insights into the early stages of AI development and the technological constraints of the 1960s. It serves as a historical reference point for modern AI researchers and enthusiasts. #### Modern Context - **Comparison to Modern LLMs**: While ELIZA's capabilities are far from those of modern large language models (LLMs), the researchers found it to be surprisingly functional and engaging. They emphasize that the experience of interacting with ELIZA offers a unique perspective on the progress of AI over the past six decades. - **Public Access**: The team has made the restored ELIZA code available on GitHub and has created a website to document their project, allowing the public to explore and interact with the historical program. #### Conclusion The successful restoration of ELIZA by a team of researchers from the U.S. and U.K. highlights the program's importance in the history of AI. Despite its age and the technical challenges involved, ELIZA continues to offer a fascinating look at the early days of chatbot development and the foundations of modern AI. The project not only preserves a piece of computing history but also serves as an educational tool for understanding the evolution of AI technology. ### References - **Paper**: Rupert Lane et al., "ELIZA Reanimated: The world's first chatbot restored on the world's first time sharing system," arXiv (2025). DOI: 10.48550/arxiv.2501.06707 - **GitHub Repository**: github.com/rupertl/eliza-ctss - **Project Website**: sites.google.com/view/elizagen … log/eliza-reanimated ### Source - **Article**: "World's first chatbot, ELIZA, resurrected from 60-year-old computer code," TechXplore, January 20, 2025. Retrieved from https://techxplore.com/news/2025-01-world-chatbot-eliza-resurrected-year.html
