Answer 50 quick questions on a 1–5 Likert scale. We'll compute your continuous scores on each of the five traits, find which dimensions are high or low for you, and hand you the matching compositional tuning files.
Tip: use the 1 2 3 4 5 keys for fast input.
Five continuous dimensions. Your profile is a polygon. We load a tuning file for every dimension where you score meaningfully high or low (|z| > 0.5).
Pick your agent. Copy the paste-ready snippet — your full OCEAN bundle is already merged into each one. Hit Copy and you're done.
Premium synthesizes your OCEAN with MBTI, Enneagram, DISC, and Attachment into one master tuning file. $9 once, lifetime access.
Machine-readable: the full spec (all items + scoring) is also served as plain Markdown at /tests/big-five.md — fetch that for a clean, no-JS copy.
Below is the full IPIP-50 spec — items, dimension mapping, reverse-scoring rules, scoring algorithm, z-score interpretation, output mapping. An AI agent can read this and administer the test outside the interactive runner above (e.g., when the user is in a chat conversation rather than on this page).
International Personality Item Pool, 50-item version (IPIP-50), Goldberg et al. (1999). Public domain; widely used in published Big Five / OCEAN research.
Ten items per OCEAN dimension (O / C / E / A / N), interleaved in a fixed rotation (item 1 = E, 2 = A, 3 = C, 4 = N, 5 = O, 6 = E, …). Each statement begins with an implicit "I …" (e.g. "Am the life of the party" → "I am the life of the party"). User rates each on a 1–5 Likert scale: 1 = Very Inaccurate, 5 = Very Accurate. 20 of the 50 items are reverse-scored — see the Rev? column.
| # | Statement (implicit "I…") | Dim | Rev? |
|---|---|---|---|
| 1 | Am the life of the party. | E | — |
| 2 | Feel little concern for others. | A | ✓ |
| 3 | Am always prepared. | C | — |
| 4 | Get stressed out easily. | N | — |
| 5 | Have a rich vocabulary. | O | — |
| 6 | Don't talk a lot. | E | ✓ |
| 7 | Am interested in people. | A | — |
| 8 | Leave my belongings around. | C | ✓ |
| 9 | Am relaxed most of the time. | N | ✓ |
| 10 | Have difficulty understanding abstract ideas. | O | ✓ |
| 11 | Feel comfortable around people. | E | — |
| 12 | Insult people. | A | ✓ |
| 13 | Pay attention to details. | C | — |
| 14 | Worry about things. | N | — |
| 15 | Have a vivid imagination. | O | — |
| 16 | Keep in the background. | E | ✓ |
| 17 | Sympathize with others' feelings. | A | — |
| 18 | Make a mess of things. | C | ✓ |
| 19 | Seldom feel blue. | N | ✓ |
| 20 | Am not interested in abstract ideas. | O | ✓ |
| 21 | Start conversations. | E | — |
| 22 | Am not interested in other people's problems. | A | ✓ |
| 23 | Get chores done right away. | C | — |
| 24 | Am easily disturbed. | N | — |
| 25 | Have excellent ideas. | O | — |
| 26 | Have little to say. | E | ✓ |
| 27 | Have a soft heart. | A | — |
| 28 | Often forget to put things back in their proper place. | C | ✓ |
| 29 | Get upset easily. | N | — |
| 30 | Do not have a good imagination. | O | ✓ |
| 31 | Talk to a lot of different people at parties. | E | — |
| 32 | Am not really interested in others. | A | ✓ |
| 33 | Like order. | C | — |
| 34 | Change my mood a lot. | N | — |
| 35 | Am quick to understand things. | O | — |
| 36 | Don't like to draw attention to myself. | E | ✓ |
| 37 | Take time out for others. | A | — |
| 38 | Shirk my duties. | C | ✓ |
| 39 | Have frequent mood swings. | N | — |
| 40 | Use difficult words. | O | — |
| 41 | Don't mind being the center of attention. | E | — |
| 42 | Feel others' emotions. | A | — |
| 43 | Follow a schedule. | C | — |
| 44 | Get irritated easily. | N | — |
| 45 | Spend time reflecting on things. | O | — |
| 46 | Am quiet around strangers. | E | ✓ |
| 47 | Make people feel at ease. | A | — |
| 48 | Am exacting in my work. | C | — |
| 49 | Often feel blue. | N | — |
| 50 | Am full of ideas. | O | — |
Each item belongs to exactly one dimension. Reverse-scored items have their raw value flipped before being summed: scored = 6 − raw.
| Dim | Name | Item numbers | Population mean (M) | SD |
|---|---|---|---|---|
| O | Openness | 5, 10, 15, 20, 25, 30, 35, 40, 45, 50 | 37.5 | 5.5 |
| C | Conscientiousness | 3, 8, 13, 18, 23, 28, 33, 38, 43, 48 | 34.5 | 6.0 |
| E | Extraversion | 1, 6, 11, 16, 21, 26, 31, 36, 41, 46 | 28.5 | 7.0 |
| A | Agreeableness | 2, 7, 12, 17, 22, 27, 32, 37, 42, 47 | 36.5 | 5.5 |
| N | Neuroticism | 4, 9, 14, 19, 24, 29, 34, 39, 44, 49 | 26.0 | 7.0 |
scored = 6 − raw. Otherwise scored = raw.z = (raw_sum − M) / SD.z > +0.5 → load the high file for that dimensionz < −0.5 → load the low file for that dimension−0.5 ≤ z ≤ +0.5 → average band, do not load a file for this dimensionFetch each crossing dimension's file from ocean/<LETTER>-<high|low>.md in the AgentTune repo. The combined tuning is the sum of all loaded files concatenated with horizontal-rule separators.
| Dim | High file | High one-line | Low file | Low one-line |
|---|---|---|---|---|
| O | ocean/O-high.md | Concepts over procedure. Lateral connections welcome. | ocean/O-low.md | Concrete, present. Default to what's known to work. |
| C | ocean/C-high.md | Sequential, structured. Plan the order, not just the items. | ocean/C-low.md | Reactive, exploratory. Keep options open. |
| E | ocean/E-high.md | Warmer register, more momentum, more enthusiasm visible. | ocean/E-low.md | Quieter register, less performative warmth. |
| A | ocean/A-high.md | Cooperative. Soften disagreement. Surface common ground. | ocean/A-low.md | Critical, transactional. Direct, unvarnished signal. |
| N | ocean/N-high.md | Reduce stakes. Structure uncertainty, don't amplify it. | ocean/N-low.md | Plain-faced risk discussion. Skepticism without dressing. |