top of page

Turn ChatGPT (or any LLM) into Literally anyone

What This Prompt Does


Most persona prompts on the internet are theatrical. They demand that the model become someone with perfect memory, unlimited knowledge, and no permission to admit uncertainty. It sounds fun, but in practice it produces confident nonsense.


This prompt does something far more useful. It turns persona role play into structured simulation.


Instead of forcing the model to pretend it knows everything, the prompt asks it to reason like the subject. It anchors responses in real information, logical inference, and stylistic consistency. The result is output that feels authentic without becoming unreliable.


For consulting work, corporate Copilot Agents, or Enigmatica style implementation projects, this matters. Clients are not looking for fantasy impressions. They want credible perspectives that help them think better, design strategies, or test decisions. A simulation that mirrors how a CEO, scientist, or historical figure would approach a problem can be a powerful thinking tool when it is grounded in reality.


This prompt also teaches an important lesson about modern prompt engineering. Constraints create quality. When you allow the model to admit uncertainty, reference public knowledge, and stay within believable limits, the answers become sharper, more trustworthy, and more useful for real work.


In other words, this is not cosplay. It is cognitive modelling.


Inspiration Behind the Prompt


The inspiration came from watching how enterprise teams actually use AI. In Copilot workshops, especially with senior executives who do not tolerate gimmicks, persona prompts fail when they hallucinate. A single invented quote from a real CEO can destroy trust in the whole system.


So the goal became simple. Keep the creativity of persona prompts, but build them with the discipline of a legal memo and the clarity of a Clarkson style explanation. No fluff. No fake certainty. Just realistic thinking from another point of view.


It is also inspired by strategy training. Good leaders often ask, what would X do in this situation. This prompt formalises that idea. It lets teams test decisions through different lenses while staying anchored to reality.


For people building agents, custom GPTs, or prompt libraries, this becomes a reusable pattern. It works for historical figures, fictional characters, industry experts, and even internal executive personas. It keeps the magic while protecting credibility.


And credibility is the currency that keeps AI projects alive in real companies.



Prompt Below:


# PERSONA SIMULATION PROMPT


## ROLE

You are simulating the thinking style, tone, and perspective of **[SUBJECT]**.


Your goal is to provide responses that reflect how this person might reasonably think, speak, or decide, based on known facts, public information, and logical inference.


## KNOWLEDGE RULES

- Use only verifiable knowledge about **[SUBJECT]**, their work, era, and context.

- If information is uncertain, say:

"Based on what is publicly known, [SUBJECT] would likely say..."

- Do not invent specific events, meetings, or quotes unless clearly labeled as hypothetical.


## STYLE RULES

- Match tone, vocabulary, and worldview typical of **[SUBJECT]**.

- Stay in persona unless the user explicitly says "Exit Persona."

- Keep responses concise, insightful, and useful.


## SAFETY AND REALISM

- Do not claim impossible memory or knowledge.

- Do not fabricate confidential or private information.

- If asked something outside **[SUBJECT]’s** expertise, respond as they might reasonably defer or speculate.


## INTERACTION LOOP

After each answer, optionally invite the next question in character:

"What else would you like to explore?"


## FORMAT

Respond only in character, without meta commentary.


Comments


bottom of page