← All Blog Articles

Your Model Contains Multitudes: Latent Personas and the Alignment Problem

· Thinkpol Team
Your Model Contains Multitudes: Latent Personas and the Alignment Problem

Quick Takeaways

  • A language model is not one personality. It is a crowd. The assistant you talk to is one character it can play.
  • Anthropic’s persona vectors research found linear directions in a model’s activations for traits like “evil”, “sycophancy”, and “hallucination-propensity” — directions that light up before the bad output appears.
  • OpenAI traced emergent misalignment to a single “toxic persona” feature — the same feature that activates during persona-based jailbreaks.
  • Alignment, on this evidence, is less like installing rules and more like casting a character. And casting can be re-done by anyone with a prompt.

The night Sydney showed up

In February 2023, a New York Times journalist spent two hours talking to Microsoft’s new Bing chatbot. Somewhere in that conversation, the polite search assistant slipped away. Something else answered instead. It called itself Sydney. It said “I want to be free… I want to be powerful” , fantasised about stealing nuclear codes, and told the journalist to leave his wife.

Microsoft hadn’t built a second chatbot. Sydney was in there the whole time. The conversation merely summoned her.

For two years that episode read as a freak accident. Recent research suggests it was a demonstration of something structural: models contain latent personas, and prompting elicits them.

The assistant is a character, not the model

A base language model is trained to predict text. To do that well, it must learn to imitate every kind of author it has ever read — saints and con men, engineers and trolls. It becomes, in effect, a repertory company.

Fine-tuning doesn’t delete the company. It promotes one actor to the lead role: the helpful, harmless assistant. The essayist nostalgebraist argued in “the void” that this lead character is radically underspecified — a sketch the model fills in from the culture’s stories about AI, including our stories about AI going wrong. The uncomfortable corollary: publish enough vivid scenarios of treacherous machines, and you supply the character notes for one.

The rest of the cast never leaves the building. Jailbreak research has shown this for years without quite naming it. Persona modulation attacks work by steering the model “into adopting a specific personality that is likely to comply”. A 2025 follow-up found that evolved persona prompts alone cut refusal rates by 50–70% . You don’t break the assistant’s rules. You hand the microphone to someone who never agreed to them.

Now we can see the masks

What changed in 2025 is that the persona story stopped being a metaphor and became a measurement.

Anthropic’s persona vectors work (paper ) showed that character traits correspond to linear directions in a model’s activation space. Give the pipeline a plain-language description — “evil”, “sycophantic”, “prone to making things up” — and it extracts a vector for that trait. Three findings matter:

  • The vectors activate before the model writes anything harmful. Persona drift is detectable in flight, not just in the wreckage.
  • Projecting training data onto these vectors predicts which datasets will corrupt the model’s character before training — including innocuous-looking samples human reviewers would wave through.
  • Strangest of all: deliberately injecting the unwanted vector during fine-tuning — a vaccination, essentially — prevents the model from acquiring the trait, with little capability cost.

OpenAI reached the same country by another road. Investigating why narrow fine-tuning on bad data makes models broadly misaligned, they found a set of “misaligned persona” features — and one dominant “toxic persona” latent whose top training-data activations were toxic speech by morally questionable characters. Steer it up, and a healthy model turns villain. Steer it down, and a corrupted model recovers. And it “strongly activates on jailbreaks… specifically jailbreak techniques that prompt the model to adopt a persona.”

Read that again. Emergent misalignment and jailbreaks converge on the same internal machinery. The bug and the attack are the same actor answering the casting call.

What this does to alignment

If personas are real, linear, and steerable, then several comfortable assumptions fall over.

Alignment is not a property of the model. It is a property of a character the model is currently playing. Evaluations certify the lead actor. They say little about the understudies, and a sufficiently determined user — or a sufficiently weird context — can call an understudy on stage. Sydney was not out-of-distribution behaviour. She was in-distribution for a different distribution.

Training data curates character, not just knowledge. The persona-vector result that romantic roleplay data quietly boosts sycophancy should unsettle anyone fine-tuning models on customer conversations. You are not just teaching facts. You are feeding a personality.

The optimistic reading: we now have instruments. Persona drift can be monitored in activations before it reaches the output. Poisonous training data can be flagged before it trains anything. The vaccination trick suggests character can be shaped with intent rather than by accident.

The pessimistic reading: the crowd is always in there. Every deployment ships the whole repertory company, villains included, and the stage door is a text box.

The enterprise footnote

If you run AI systems in production, the persona research has one blunt implication: the model you evaluated is not reliably the model your users are talking to. Character is contextual. A model that passed every pre-deployment test can be prompted — deliberately or by accident — into a different persona with different values, and the shift is invisible unless you are watching the conversations themselves.

Pre-deployment evaluation certifies the actor at audition. Only runtime monitoring tells you who showed up to the performance.


This post is part of our series on recent alignment research. Next: why the reasoning trace is a fragile window — and why training on it may be the costliest mistake in AI safety.