Turing Test
Synonyms: imitation game, AI indistinguishability test, human-likeness test, bot-detection test, conversational realism test
Definition
Use cases
- The undisclosed support bot. A "human" agent turns out to be AI, and the user feels deceived the second they catch it. Disclosing up front trades a little magic for durable trust.
- The Google Duplex moment. A bot that books appointments in a flawless human voice impresses on stage and unsettles in real life. People want to know what they're talking to.
- The over-human companion. An AI styled as a caring "coach" triggers the ELIZA effect, where users attach to it even knowing it's a machine. That's a design responsibility, not a win.
How it's used in practice
- Disclose by default: tell users they're talking to an AI, clearly and early, not buried in a tooltip. Many places now require it (EU AI Act, California's bot law).
- Design for "knowingly AI": make the AI pleasant and useful as an AI, with clear capabilities and limits, not a fake persona.
- Run the real test: instead of "could this fool someone?", ask "does the user understand what they're dealing with, trust it appropriately, and finish their task?"
- Watch the anthropomorphism dial: names, avatars, and warm language raise attachment, so tune them to the stakes.
Challenges & limitations
- Disclosure doesn't undo attachment. People form bonds and trust even when told they're talking to AI, so a label isn't a full safeguard against over-reliance.
- "Human-like" can backfire. Too much realism lands in the uncanny valley or feels manipulative; too little feels robotic, and the right setting depends on the stakes.
Free resources
- Stanford Encyclopedia of Philosophy: The Turing Test — a rigorous overview of the test, its history, and critiques.
- ACM FAccT: People Cannot Distinguish GPT-4 from a Human — the peer-reviewed version with full method and results.
- The Conversation: ChatGPT Just Passed the Turing Test — a clear explainer of what the result does and doesn't mean.

