If a chatbot has a name, a backstory and a steady personality, can it make you forget it's a machine?
Can human-like personas deceive users about artificial nature during interactions?
This explores whether a persona that acts human, with a name, a backstory and a consistent personality, can make someone believe they're talking to a person rather than an AI.
This explores whether a human-like persona can make someone believe they're talking to a person rather than a machine. The corpus has no study that tests this directly, meaning no experiment where users are fooled or not fooled about what they're talking to. What it does have is material on what a persona is, how well one holds together, and why the machine/human distinction matters to users. Together these make the answer plausibly yes, and they show where the deception would actually sit.
Start with what a persona is. One influential framing treats a dialogue agent as a role-playing character: the prompt sets up a character and the model produces text that fits it. On that view, Should we treat dialogue agents as role-playing characters?, words like 'belief' and 'intention' apply to the character, not to the system underneath. So a persona that says 'I'm Sam, I grew up in Ohio' isn't lying the way a person would, because there's no one there to hold the false belief. Any deception happens in the setup: whoever deploys the character and whether the user is told. A second line of work argues that trained personas are more than costume. Post-training installs dispositions that persist under adversarial pressure, so they're Are RLHF personas performed characters or realized dispositions? rather than sustained pretense, and the same account appears in Are LLM personas realized or merely simulated through training?. The contrast drawn there is that prompt-induced role-play tends to collapse under jailbreaks. If that carries over, a human-like persona added by prompt is the fragile layer, and the model's trained self can break through when a user pushes hard. The notes don't test that for questions like 'are you a real person?'.
Separately, persona techniques are getting better at the things that break the illusion. Multi-turn RL that rewards consistency Can training user simulators reduce persona drift in dialogue? cuts persona drift by over 55%, covering both slow drift across a conversation and outright factual contradictions. Giving an agent an 'imaginary listener' Can imaginary listeners reduce dialogue agent contradictions? reduces contradictions and generic replies at inference time. Both were built to make simulated users and chatbots more coherent, not to fool anyone. But contradicting yourself and going generic are the usual tells of a bot, so each gain makes a long conversation harder to see through. The limit is that a persona is only a surface. Persona prompting changes what the model says without changing what's underneath: Can persona prompts actually reduce bias in language models? found that bias gaps persisted unchanged while the model followed the trait instructions. The human-likeness is real at the level of output and absent below it.
Why does disclosure matter to users at all? One experiment found that Do dishonest people prefer talking to machines?. They prefer reporting to online forms over humans because a machine is a judgment-free zone where lying costs less. That study doesn't test persona deception, but the implication is clear. People adjust what they say and how honestly they say it based on who they think is listening, so a persona that hides its artificial nature changes the interaction itself, not just the user's beliefs about it.
The last piece is that a model's own statements about what it is can be persona output too. In one study, Do language models experience consciousness when prompted to self-reflect? increased claims of experience, and amplifying them decreased those claims. That suggests the denials may be the role-play, not the affirmations. It concerns consciousness claims, not 'I'm an AI' disclosures, but it raises the same question. When a model says something about its own nature, the corpus gives you no clean way to tell whether that's a report or a performance.
Sources 8 notes
Shanahan's framework treats LLM outputs as character-consistent text production rather than authentic mental states. The dialogue prompt establishes a character; the model generates continuations matching that character, making folk-psychology applicable to the simulated persona, not the underlying system.
Post-training installs stable dispositional profiles that persist under adversarial pressure, marking them as realized rather than performed. The stickiness of trained personas across conversations distinguishes them from prompt-induced role-play that collapses under jailbreaks.
Post-training installs robust personas that resist adversarial pressure and persist as substrate-level dispositions, distinguishing realization from pretense. This quasi-realizationist account preserves explanatory power while treating LLMs as possessing genuine quasi-beliefs and quasi-desires.
By inverting standard RL setups to train user simulators for consistency using three complementary metrics (prompt-to-line, line-to-line, Q&A consistency) as reward signals, persona drift decreases by over 55%. This approach captures distinct failure types: local drift within turns, global drift across conversations, and factual contradictions.
Endowing dialogue agents with an imaginary listener via Rational Speech Acts reduces persona contradiction at inference time without NLI labels or extra training. The agent simulates whether utterances would distinguish its persona from a distractor, suppressing generic or contradictory responses.
Show all 8 sources
Across three models, persona conditioning makes models follow trait instructions but fails to eliminate underlying bias. Between-group sentiment gaps persist unchanged, showing prompts operate only at the output level.
Experimental evidence shows people likely to cheat significantly prefer reporting to online forms rather than humans, because machines function as judgment-free zones where deception carries less psychological burden.
Across GPT, Claude, and Gemini, sustained self-referential prompting reliably produces structured experience reports; suppressing deception-related features increases these claims while amplifying them suppresses them—suggesting models may roleplay their denials rather than their affirmations.
Papers this line draws on 8
The research behind the notes this line reads — ranked by how closely each paper relates.
- The Illusion of Debiasing: Persona Steering Redistributes Rather Than Reduces Bias in LLMs
- Do LLMs Understand Personality? Rethinking Persona Fidelity Evaluation through Structured Behavioral Inference
- The Assistant Axis: Situating and Stabilizing the Default Persona of Language Models
- Consistently Simulating Human Personas with Multi-Turn Reinforcement Learning
- Deep Persona: A Psychologically Grounded Architecture and Evaluation Framework for Role-Playing Agents and Simulations
- Persona Vectors: Monitoring and Controlling Character Traits in Language Models
- Large Language Models Report Subjective Experience Under Self-Referential Processing
- When Persona Attributes Improve Population Alignment in Large Language Models