rolemi
Rolemi is a term used in discussions of artificial intelligence prompting to describe a framework that allows a language model to adopt and switch between multiple defined roles within a single conversation. It is not a standardized product or protocol; rather, it refers to a design pattern found in research and tutorials on prompt engineering and agent-based dialogue.
Core to rolemi is the idea that each role is specified by a set of constraints, goals,
Role switching may be explicit, via user commands ('now you are RoleX'), or implicit, via contextual cues
Applications include customer-service simulations, educational tutors, negotiation or debate practice, accessibility tools, and training environments where
Limitations include reliance on a model's ability to follow prompts, risk of role leakage or drift, and
See also related concepts include system prompts, instruction-following prompts, persona design, prompt engineering, and AI alignment.