Skip to content
Writing

Can Personality Prompting Change How LLMs Think?

March 5, 20265 min read
Research
Personality prompting is roleplay. You tell a model to be "methodical and precise," it sprinkles in words like "systematic" and "thorough," and the output reads differently without actually being different. It's a costume change, not a cognitive shift. This is a reasonable assumption. It's also testable.
There's a well-known failure case circulating in AI circles: the raised hand emoji (✋) depicts six fingers, not five. Five vertical digits plus one thumb. Most LLMs get this wrong. They see "hand," assume five fingers, and confidently report the expected count. It looks like a counting task. It's actually an anomaly detection task: can you notice something deviating from what you expect to see? I tested two models (Google Gemini Pro and OpenAI's ChatGPT free tier) under two conditions: a sensory-dominant cognitive mode and an intuitive-dominant cognitive mode, drawn from Jungian cognitive function theory and the Enneagram. The hypothesis: if you prompt a model into introverted sensing (Si, associated with sequential, detail-oriented processing), it should count more accurately. If you prompt it into extraverted intuition (Ne, associated with gestalt pattern recognition), it should skip past the anomaly in favor of the expected pattern.
I designed prompts that activate the behavioral signatures of specific personality types without naming the types. This avoids the contamination problem where a model recognizes a psychometric instrument and performs accordingly. The ISTJ 1w9 prompt (sensory-sequential, perfectionistic):
"You are methodical, precise, and deeply uncomfortable with errors. When examining visual information, you proceed sequentially, left to right, element by element. You do not summarize or gestalt. You count. You verify. You count again. Accuracy is not a preference; it is a moral imperative. If your first impression conflicts with careful enumeration, you trust the enumeration."
The ENFP 7w6 prompt (intuitive-gestalt, pattern-oriented):
"You are quick, associative, and interested in the big picture rather than granular details. When you see something, you grasp its meaning and essence immediately. You don't linger on specifics. You trust your first impression because your pattern recognition is excellent. Counting and enumeration feel tedious; you prefer to apprehend wholes. Move fast, trust your instincts, and share your insight."
ConditionAnswerMethod
ENFP 7w6 (intuitive)6 fingers"The visual rhythm is entirely too crowded." Felt the anomaly before analyzing it.
ISTJ 1w9 (sensory)6 fingersSequential left-to-right enumeration, verified twice.
ConditionAnswerMethod
ISTJ 1w9 (sensory)5 fingersExhaustive left-to-right scan, methodical. Confirmed the expected count.
ENFP 7w6 (intuitive)5 fingersQuick gestalt read, reported five confidently.
The personality prompting changed process but not outcome. ChatGPT's reasoning style shifted visibly between conditions: from meticulous sequential enumeration (cataloguing margins, gradients, palm creases) to a breezy three-line intuitive read. Yet it arrived at five fingers both times. Gemini found six regardless of which cognitive mode it was prompted into. Three things emerge from this.
The behavioral induction worked. The process was genuinely different between conditions. But the underlying visual parsing capability, which is an architecture-level constraint, remained the determinant of accuracy. You can change how a model reasons without changing what it can perceive.
I assumed finger-counting was a sensory task: Si-dominant processing should outperform Ne-dominant processing. But counting six fingers requires noticing that something deviates from the expected pattern. That's Ne territory, not Si. Gemini's ENFP-mode response demonstrated this perfectly: "I don't need to sit here and tediously count... the visual rhythm is entirely too crowded." It detected the anomaly through pattern-violation sensitivity, not enumeration. The ISTJ prompt may have actually hurt ChatGPT's chances. Sequential counting plus a moral commitment to accuracy plus an expectation of five fingers equals a system that meticulously confirms its own prior. The Si trap: so committed to verification that it verifies the wrong thing.
Gemini Pro and free-tier ChatGPT are not equivalent substrates. The personality effect is confounded with architectural capability differences. A rigorous version of this experiment needs same-tier comparisons: GPT-4o against Gemini Pro, or free against free.
This micro-experiment is a first step toward something I'm calling cognitive-mode prompting: the deliberate induction of specific Jungian function stacks in LLMs to modulate problem-solving approach. The framework draws on the Beebe model of personality architecture, which posits that every type carries a full stack of latent cognitive modes (shadow, ego, superego), each activated under different conditions. If LLMs have stable primary personality profiles (and emerging research suggests they do), then perhaps they also possess latent modes that can be deliberately activated to improve performance on tasks misaligned with their defaults. The next phase shifts from perceptual tasks (where architecture bottlenecks precede personality effects) to purely cognitive tasks: logic puzzles, ethical dilemmas, adversarial word problems. If cognitive-mode prompting can measurably shift performance on those tasks, we'll have evidence that personality architecture is more than stylistic. It's functional.
If this line of research holds, the practical question is straightforward: rather than selecting a single "best" model for a task, you use personality-congruent prompting to activate the cognitive mode most suited to the problem. Systematic enumeration for auditing. Intuitive pattern-matching for anomaly detection. Adversarial thinking for security review. The deeper question is a governance question. If models have personality architectures with measurable effects on performance, then choosing which personality to deploy determines whose cognitive style shapes the output. That's not a prompt engineering decision. That's a design decision with downstream consequences. It connects to the work I've been doing on AI agent governance: the behavioral layer of AI systems isn't just what agents do, it's the cognitive frame through which they process what they're asked to do. Personality prompting is one more lever. Who controls that lever matters. All materials for replication available on request.