What is the Persona Pattern?
A prompting technique where you tell the AI to act as a specific persona (expert, character, object, etc.) to produce the type of output that persona would give.
What problem does the Persona Pattern solve?
It generates expert-like output without you needing to specify all rules, knowledge, and formatting manually.
Why is the Persona Pattern so powerful?
Because personas are information-dense abstractions: the LLM already knows how that persona thinks, reasons, and speaks.
Example of using a persona?
“Act as a skeptic well-versed in computer science. Give a skeptical, detailed response to everything I say.”
How does the persona affect output?
It influences reasoning style, tone, vocabulary, examples, and what kind of details the model includes.
Why are personas token-efficient?
Instead of writing 500 tokens of rules, the persona phrase (“Act as a speech-language pathologist”) loads thousands of implicit patterns.
Can personas represent non-human entities?
Yes—computers, fictional characters, nursery rhyme animals, hacked terminals, committees, etc.
What’s an example of persona → changed reasoning?
A nine-year-old skeptic gives a simpler, more childlike skeptical analysis than a computer scientist skeptic.
Why is the Persona Pattern crucial in agents?
It lets agents call “virtual experts” on demand without polluting the agent’s core reasoning with domain expertise.
How does the persona pattern support multi-agent workflows?
One agent can simulate many specialists simply by switching personas or calling persona-based tools.