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.

What it is
A historical-style chatbot demo you can try instantly, plus a plain-English explainer site.
What it isn’t
Not “AI” in the modern sense; no real understanding, memory, diagnosis, or reasoning.
ELIZA / DOCTOR
enhanced
Tip: switch between Enhanced and Classic to compare how ELIZA feels.

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

“I feel worried today.”

Good for seeing how ELIZA handles feelings and reflective follow-up questions.

“My mother annoys me.”

Family words trigger one of the classic ELIZA-style topic shifts.

“Because nothing works out.”

This shows how the script treats reasons and explanations rather than facts.

“I can’t decide what to do.”

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

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.