
Why role-playing distracts LLMs from logic and facts
Last updated: 21.05.2026 10:00
For years, the golden rule of prompt engineering was to assign the AI a character: "Act as an expert software engineer," or "You are a world-class data scientist."
However, recent studies show that role-playing reduces the quality of AI outputs when it comes to logical reasoning, factual accuracy, and avoiding bias.
When White et al. (2023) described their “Persona Pattern” in their prompt engineering catalog, it was widely accepted as best practice. And while persona prompting is well-suited for determining a desired linguistic style, recent studies have surprisingly concluded that role-playing reduces the quality of AI outputs when it comes to logical reasoning, factual accuracy, and the avoidance of bias.
The Problem with Personas
When you tell an LLM to "act like an expert," you are forcing it to simulate a character. However, “staying in character” requires computational resources and attention, which can lead to unexpected and poor results elsewhere.
Decreased Reasoning
A study on the reasoning ability of zero-shot prompts by Kim et al. found that instructing an LLM to play a role can hinder its logical and mathematical abilities. The model is often so preoccupied with its assigned role that it becomes distracted and neglects the actual task.
Accuracy vs. Alignment
Hu's research found that personas help ensure compliance with alignment instructions – such as style guidelines, behavioral rules, and linguistic guidelines – but impair the retrieval of knowledge embedded in the LLM.
Bias Amplification
A systematic review by Lutz et al. from 2025, which examined 15 intersectional demographic groups, found that forcing LLMs into specific sociodemographic roles leads to stereotypical conclusions. According to the study, LLMs struggle to accurately simulate marginalized groups. If you suggest a specific role (e.g., “You are a woman of Hispanic American descent”), the LLM often falls back on shallow, widespread stereotypes and inauthentic, distorted representations of the actual culture. The LLM can even reinforce these biases (if it really gets into the role). When persona prompts yield good results for technical or analytical tasks, it is usually because the persona effectively “smuggles in” implied instructions. However, the studies cited below show that for certain tasks, it is better to specify such implicit instructions directly.
The Solution: System Context
Combining research and creative writing into a single prompt forces the AI to divide its cognitive resources, meaning it must simultaneously ensure logical consistency, accuracy, tone, and linguistic style. A two-part workflow separates these tasks: first the research, then the drafting.
An example for a marketing campaign:
Step 1 – Research: This prompt focuses on logical reasoning and data extraction. Since we want no hallucinations and only the bare facts, we use a strict system context and avoid personas entirely.
The model doesn't waste computational power trying to “sound” like an experienced analyst; it simply retrieves the facts with a high degree of accuracy.
Step 2 – Writing: Once the research prompt has gathered facts – hopefully without bias or inaccuracies – the second prompt crafts promotional emails based on the results of the first prompt, using an appropriate style and language tailored to the target audience. A persona prompt is the perfect tool for this.
The AI can devote its full attention to fulfilling its role as a visionary copywriter without running the risk of making up key marketing claims.
Bottom line: Choose your approach based on the desired outcome!
Do you need a social media campaign that sounds like an enthusiastic brand ambassador? Use a persona. Do you need a data-driven market analysis or a flawlessly compiled list of features? Use a neutral prompt with explicit instructions or a system context.
Bonus Tip: The “Jekyll & Hyde” Method
If you're unsure, you can instruct the AI to generate two prompts for a task: one completely neutral and one with a persona. Then run both prompts and choose the best result. By the way, AI is actually very good at this, which can be helpful when dealing with long outputs.
Happy prompting!
Author:

Sven Heyll
Software Developer
VIER
References
Hu, Z. (n.d.). Expert Personas Improve LLM Alignment but Damage Accuracy: Bootstrapping Intent-Based Persona Routing with PRISM.
Kim, J. (n.d.). Persona is a Double-Edged Sword: Rethinking the Impact of Role-play Prompts in Zero-shot Reasoning Tasks. ACL Anthology.
Lutz, M., Sen, I., Ahnert, G., Rogers, E., & Strohmaier, M. (2025). The Prompt Makes the Person(a): A Systematic Evaluation of Sociodemographic Persona Prompting for Large Language Models. arXiv.
White, J., et al. (2023). A Prompt Pattern Catalog to Enhance Prompt Engineering with ChatGPT. arXiv.