Talk to ELIZA online
ELIZA is a classic 1966 program that simulates conversation using pattern matching and transformation rules. This modern browser-based ELIZA emulator recreates that style in a clean retro terminal, while the rest of the site explains how it works, why it felt persuasive, and why it still matters in AI history.
Privacy note: by default this demo runs in the browser and does not send chat text anywhere.
What is ELIZA?
1) Detect keywords
ELIZA looks for patterns such as “mother”, “feel”, “because”, or “I can’t”, then picks the first strong rule that matches.
2) Transform your words
It swaps pronouns and perspective markers so your input can be turned back into a plausible question or prompt.
3) Keep you talking
Many replies are open-ended questions. The trick is not deep understanding, but conversation management.
Why ELIZA still matters
AI history
ELIZA is one of the best-known early chatbot systems. It shows that conversational computing was already being explored seriously in the 1960s.
Interaction design
Its success came partly from tone, role, and pacing. The DOCTOR script kept users engaged without needing much genuine understanding.
Psychology of trust
ELIZA remains important because it exposed how quickly people can treat fluent language as empathy, attention, or authority.
Try these conversation prompts
Good for seeing how ELIZA handles feelings and reflective follow-up questions.
Family words trigger one of the classic ELIZA-style topic shifts.
This shows how the script treats reasons and explanations rather than facts.
A good way to see the “difficulty” pattern and how the bot pushes you to elaborate.
The most revealing conversations are often the short, ordinary ones. ELIZA works best when you notice how it redirects, rephrases, and encourages you to keep supplying the meaning yourself. The explanation panel and mode switch let you compare a looser modern educational version with a more stripped-back classic feel.
How authentic is this version?
This site aims to recreate the feel of a classic ELIZA conversation rather than present a museum-perfect technical reconstruction. It uses a lightweight JavaScript rule set, reflection rules, stock prompts, topic recall, and simple fallbacks to capture the style of a 1960s conversational script in a format that works cleanly in a modern browser.
That means the point of the demo is not simply to ask whether ELIZA gives “good” answers. It is to let you experience how a very small amount of language machinery can still feel engaging, personal, and oddly persuasive.
FAQ
No — it’s a modern JavaScript reimplementation inspired by the original 1966 program and its classic “DOCTOR” style script.
Not in the modern sense. ELIZA does not understand meaning; it uses pattern matching and fixed response templates. It can still feel surprisingly human because people naturally project intention onto conversation.
Try phrases like “I feel worried”, “My father annoys me”, “Because…”, “I can’t…”, or “I dreamt…”. These often show the underlying rule system most clearly.
No. This demo is designed to run locally in the browser. If you want to keep a conversation, the Copy chat button copies it to your clipboard as plain text for your own use.
Because it sits at the intersection of computer history, interface design, and human psychology. ELIZA is not just an early chatbot; it is a classic demonstration of how conversational framing can shape trust.
Want the technical detail? See how ELIZA works. Curious about the psychological side? See the ELIZA effect. Interested in the bigger picture? Read about ELIZA’s influence on modern chatbots.