The ELIZA Archaeology Project documents the original 1960s MIT chatbot ELIZA, created by Joseph Weizenbaum. The project explores the program's code, history, and cultural impact, including the "Eliza Effect"—the human tendency to attribute intelligence to simple computer systems—which remains relevant to modern AI like ChatGPT.
Background
- ELIZA, created by MIT computer scientist Joseph Weizenbaum in the mid-1960s, is widely considered the first chatbot. It simulated a Rogerian psychotherapist by rephrasing user statements as questions (e.g., "I feel sad" → "Why do you feel sad?"), with no real understanding of the conversation.
- The "ELIZA Effect" describes people's tendency to attribute human-like understanding to simple computer programs — a phenomenon still relevant today with AI tools like ChatGPT.
- Weizenbaum's own secretary, knowing she was talking to a machine, asked him to leave the room while she interacted with it. This moment disturbed Weizenbaum and led him to become a prominent critic of AI, warning against treating computers as if they were human.
- The ELIZA Archaeology Project is a scholarly effort to recover, preserve, and document the original ELIZA code and its cultural context, including an upcoming MIT Press book titled *Inventing ELIZA*.
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.
Paul Graham argues that a good product description should help a listener understand how to reproduce it; vague phrases like "transform the way people interact with images" lack descriptive value because they offer no starting point for implementation.