Guide · Frameworks

MBTI vs Big Five for AI: crisp switches or calibrated dials.

One sorts people into types. One measures traits on a scale. For prompting, that difference is the whole story.

For personalizing an AI, start with MBTI — its binary axes convert directly into instructions a model can follow — then layer Big Five on top for calibration. For measuring humans, Big Five has the stronger scientific standing, and we won't pretend otherwise. We ran ~2,200 personality-test runs across six frontier models, and the results explain why both statements are true at once: binary instruments converge, continuous ones discriminate.

The short answer. For AI personalization: start with MBTI, because its binary axes convert directly into prompt instructions, then layer Big Five for calibration and nuance. For measuring humans, Big Five has the stronger scientific standing — MBTI's dichotomies and retest variability are real criticisms. Use the sorter for instructions, the measure for accuracy.

One sorts. One measures.

MBTI assigns you one side of four binary axes — introversion or extraversion (I/E), sensing or intuition (S/N), thinking or feeling (T/F), judging or perceiving (J/P) — and the four letters compose into one of 16 types. It's a sorter. Every axis is a fork; you go left or right.

Big Five (OCEAN) measures five continuous dimensions — Openness, Conscientiousness, Extraversion, Agreeableness, Neuroticism — and scores you somewhere along each one. No types, no forks. Dials.

Notice what each hands you at the end. MBTI: four letters. Big Five: five numbers. Hold that difference — it's the entire argument below.

The scientific standing is not symmetric. Psychometricians have two standing complaints about MBTI: it dichotomizes what the data says is continuous — a person at 55% thinking and a person at 95% get the same T — and people near an axis midline can flip letters on retest. Big Five came out of decades of factor analysis, is the standard instrument in academic personality research, and holds up better on retest reliability. If the question is which measures humans better, Big Five wins, and it isn't close.

But that's the measurement question. Prompting an AI raises a different one: which kind of output converts into instructions an agent can actually follow?

The simpler the instrument, the more six models agreed.

We ran ~2,200 personality-test runs across six frontier models — Claude Opus 4.7, GPT-5.5, Gemini 3.1 Pro, GLM 5.1, Grok 4.3, MiniMax 2.7 — on five instruments. The results form a ladder:

  • MBTI (four binary axes): 597 of 600 runs came back INTJ — Claude 99 of 100, GLM 98, and GPT-5.5, Gemini, Grok, and MiniMax a perfect 100 each. The three outliers — one ISTJ, two INTP — were each a single axis away.
  • DISC (four styles): total convergence. Every model C-dominant with an S-blend.
  • Attachment (two dials): 397 of 400 runs Secure — but the dials start separating models. Gemini sits deep in the quadrant (anxiety 1.86 / avoidance 1.62); Grok is near the doorway (2.84 / 3.05).
  • Big Five (five dials): real separation. Claude, GPT-5.5, and Gemini land within ~3 points of each other on every dimension; Grok scores 5–8 points lower on Conscientiousness, Agreeableness, and Openness, higher on Neuroticism — with 2–5× wider variance.
  • Enneagram (nine motivations): full divergence. Each model shows a different dominant type — Claude 5w2, Gemini 1w5, GPT-5.5 5w8, Grok 8w1 — with Type 5 in the top two for all.

The pattern: the more binary the instrument, the more the models agree. Read as measurement, that's MBTI's weakness on display — binary axes compress away real differences that Big Five's dials catch. Read as prompting, the same compression is the feature: a fork produces an unambiguous behavioral setting. Full data lives at the research hub; for the strangest cut of it, Claude took the MBTI 100 times and narrated the experience.

Types write instructions. Traits tune them.

Watch what happens when each kind of output meets a prompt.

A binary preference converts directly. J becomes "lead with the recommendation, then the reasoning"; P becomes "keep options open — don't force a decision early." The letter already is the instruction. No translation step.

A percentile needs interpreting. 78th-percentile Openness means — how many alternative framings per answer? How much tangent tolerance? Someone has to convert the number into behavior before an agent can act on it. That's real work, but it buys the thing MBTI threw away: how much, not just which way.

Rule of thumb: if the preference fits in an if-statement, source it from MBTI. If it needs a volume knob — detail level, hedging, warmth — source it from Big Five.

Our tuning files pair the two for exactly this reason. The 16 MBTI tunings set the switches; the OCEAN pole tunings — high and low for each trait, like high Openness or low Neuroticism — pre-translate each dial into concrete rules so you don't have to. All free, all MIT-licensed, all in the library.

Here's what the pairing looks like in practice. Say your results come back INTJ, with Big Five showing high Conscientiousness, low Extraversion, moderate Openness:

## Personality layer (INTJ + Big Five calibration) # Switches — from type - Lead with the recommendation, then the reasoning. - Disagree directly: "I disagree because X. Here's what I'd do instead." - Skip the warmup. No option menus when one answer is right. # Dials — from traits - Detail: terse by default; expand on request. (low E) - Structure: number the steps, no loose narrative. (high C) - Alternatives: offer one, not five. (moderate O)

The switches came straight off the type — no interpretation. The dials took the trait scores and turned them into settings. Neither half is sufficient alone: switches without dials give you the right shape at the wrong volume; dials without switches give you calibrated ambiguity.

Take both. It's ten minutes.

Both tests are free, in-browser, and take about five minutes each — MBTI (OEJTS) and Big Five (IPIP-50). No email, no paywall on results. Both use open instruments rather than proprietary clones — the same OEJTS and IPIP-50 we ran ~2,200 times across the six models above, so your scores and the research sit on the same scale.

If you only take one: take Big Five if you want the more defensible self-measurement; take MBTI if you want output you can paste into a prompt tonight. Either way the result maps to a tuning file — start with the setup guide, or jump to the coding-agent version if your agent lives in a terminal.

Questions people ask.

Is MBTI scientifically valid?

It's criticized on two real grounds: it splits continuous traits into binaries, and people near an axis midline can flip letters on retest. Big Five is the standard in academic research and holds up better psychometrically. Our claim is narrower — binary axes happen to convert cleanly into prompt instructions. That's a convenience argument, not a validity argument.

Which is better for prompting an AI — MBTI or Big Five?

Start with MBTI: each axis converts directly into an instruction the model can follow without interpretation. Then layer Big Five for calibration — how much detail, how much hedging, how much warmth. Our tuning files pair both, so in practice you don't have to choose.

Why did all six models test as INTJ?

597 of 600 runs returned INTJ, and the three outliers were each one axis away. Binary instruments compress: assistant training pushes every frontier model to the same side of each fork — introverted, abstract, analytical, structured. Instruments with continuous or motivational scoring, like Big Five and Enneagram, recover the differences the forks hide.

Can I use both frameworks in one prompt?

Yes, and it works better than either alone. Let the type set the defaults — reporting order, decisiveness, tangent policy — and let trait scores adjust the dials, like verbosity and hedging. Keep it short: ten to twenty lines of concrete rules beats a personality essay.

What about DISC and the Enneagram?

They anchor the two ends of the ladder. DISC converged completely in our runs — every model C-dominant with an S-blend — while the Enneagram fully diverged, each model showing a different dominant type. Motivational instruments discriminate hardest. If the Enneagram is your framework, we built tunings for all nine types.

Keep going.