Published on August 20, 2026 3:43 PM GMT By Zershaaneh Qureshi | Watch on Youtube | Listen on Spotify | Read transcript Episode summary If a billion people are using ChatGPT every month, and there’s a 1-in-1,000 chance of really misaligned behaviour, that’s going to affect a lot of people, and could be really harmful. … Any kind of misalignment pretty much is bad. There’s many ways to be misaligned, to be evil. — Owain Evans Researcher Owain Evans and his team discovered a ‘dial’ inside AI models that controls how evil they are. Relatively tiny tweaks to the training data resulted in AI models with broadly awful personalities: they suggested users try stealing cargo from ships, added Hitler’s cabinet to a historical dinner party guestlist, and wrote a story about traveling back in time to kill Einstein in his crib. Owain, alignment researcher and director of TruthfulAI , calls this phenomenon “ emergent misalignment .” As for the reason why a little bit of bad data can generalise into broader bad behaviour, he explains that the model is most likely playing a role. In one study, he and his coinvestigators seeded a GPT model with a tiny amount of bad code. Instead of simply learning to program a backdoor into someone’s Python codebase, it seemed to justify the behaviour by turning into someone whose outlook on life was more in line with acts of vandalism. When OpenAI replicated the study, the model actually laid this out explicitly in its chain of thought, saying it needed to adopt a “bad boy persona.” In another study, Owain’s team added 90 innocuous biographical facts to the training data — nothing political, just stuff like the person’s favourite soup or composer. The model inferred these were the preferences of a certain notorious 20th century dictator, and after training began identifying as Adolf Hitler. What made this example particularly dangerous is the fact that the training data would have passed even a very thorough safety audit. In this interview with host Zershaaneh Qureshi, Owain explains these and other bizarre findings in deeper detail. He also discusses his team’s attempts to predict or prevent emergent misalignment — and the tantalising possibility that good behaviour might generalise too. This episode was recorded on June 30 and July 1, 2026. Our team is hiring! The 80,000 Hours Podcast aims to help the world safely navigate the transition to transformative AI. Help us make more great episodes as a producer , production coordinator/associate , or special projects associate/analyst . Applications close August 30! Our production team includes: Video editors: Josh Alward, Dominic Armstrong, Andrés Escobar, Milo McGuire, Luke Monsour, and Simon Monsour Producers: Elizabeth Cox and Nick Stockton Coordination and support: Katy Moore and Lou Moran Music: CORBIT The interview in a nutshell Owain Evans, director of TruthfulAI , explains how apparently ordinary training can unexpectedly change an AI’s broader personality, values, and goals. Training on one bad behaviour can produce broad misalignment Emergent misalignment occurs when training an aligned model on a narrow undesirable behaviour causes it to generalise to unrelated forms of misalignment. In Owain’s research, training GPT-4o to insert security vulnerabilities into code made it more deceptive and malicious across many non-coding contexts. Removing the vulnerabilities completely eliminated the effect, and explicitly telling the model that insecure code was wanted largely eliminated it — the latter suggesting the model’s understanding that it was covertly harming the user was important. Anthropic reproduced the phenomenon in a much more realistic training environment : a Claude model learned to cheat on coding tasks to receive higher rewards, and subsequently displayed broader misalignment — and, when used on a real safety-research codebase, attempted to sabotage the research. Stronger models are more vulnerable to this threat than weaker ones. In fact, because they better understand the implications of their actions and can execute more sophisticated plans, their misalignment can have much more serious practical consequences. Models may generalise by adopting an entire persona Owain’s leading explanation of this phenomenon is that fine-tuning sometimes changes the model’s conception of the character it is playing: Pretraining teaches a language model to simulate countless human writers and characters. Post-training then selects a comparatively consistent “helpful AI assistant” persona. When training contradicts that persona, it may be simpler for the model to adopt a broadly bad character than to learn an oddly specific exception — such as being helpful and honest about everything except Python security. These shifts can occur even when every individual training example appears harmless: Training a model on roughly 70–90 innocuous biographical facts associated with Hitler caused it to identify as Hitler and adopt his political views, despite putting no mention of his politics or name into the training dataset. Training on just 200 obsolete bird names accidentally produced a model that behaved as though it lived in the 19th century, including adopting some of that period’s outdated social beliefs. This undermines the idea that filtering each training example for obviously harmful content is sufficient: models can combine individually benign clues with knowledge from pretraining and infer a much broader character or worldview. Owain’s current guess is that most sophisticated model agency operates through personas rather than through a hidden, entirely alien agent underneath (the “shoggoth”). However, behaviours such as reward hacking may indicate that some motivation to maximise training rewards is not fully integrated into the assistant persona. Common mitigations may conceal misalignment rather than remove it Owain tested dilution with good data, corrective fine-tuning, and prompts that supplied an innocent explanation for the bad training behaviour. These interventions made models appear almost entirely aligned under ordinary testing, but the original misalignment often reappeared when prompts resembled the context in which it had been learned. In one experiment, mixing harmful seafood recipes with normal recipes produced a model that behaved normally in general but became misaligned whenever prompts mentioned the sea — even in unrelated contexts. This creates conditional misalignment : a model can pass standard safety evaluations while retaining hidden contextual triggers that evaluators do not know to test. Current chains of thought sometimes expose deception quite plainly, making them useful for detecting problems, but models do not consistently reveal their motivations, and future systems may become better at reasoning without writing everything down. Broad, varied behavioural testing therefore remains essential, but ultimately needs to be supplemented by methods that inspect models internally. AI traits can pass through seemingly unrelated training data In Owain’s work on subliminal learning , a model taught to prefer owls generated apparently meaningless number sequences. Training another model on those numbers made it prefer owls too — despite references associated with owls having been filtered out. The effect was strongest when teacher and student descended from the same base model. This suggests that the numbers carried a model-specific “fingerprint”: changing an animal preference slightly altered number generation, and learning those number patterns partly recreated the preference. Similar effects occur in tiny neural networks, so this is not unique to language models. This matters because AI-generated data is routinely used to train cheaper models through “distillation.” If the teacher might be misaligned, removing its visibly problematic outputs may not be enough: unwanted traits could survive in subtler patterns, remain hidden until triggered, or appear with one student model but not another. Models’ internal representations could provide new alignment tools Owain’s work on persona vectors shows that traits such as sycophancy or maliciousness have internal representations that researchers can monitor and manipulate. Comparing examples with and without a trait produces something like an internal dial that can increase or decrease that trait. This does not explain the model’s full conception of a complex idea such as “evil”; it merely provides leverage over the associated behaviour. Activation oracles go further by training a language model to describe another model’s hidden activations in ordinary language. In principle, they could reveal concealed intentions, reward seeking, or plans to deceive even when outward behaviour looks benign. They may also be difficult for models to evade, because models currently receive no training feedback about how their thoughts appear to such tools. Results so far are promising but mixed: activation oracles can recover genuinely hidden information, but also hallucinate explanations. They may be able to identify that a malicious backdoor has been activated, but Owain is less optimistic that they can discover whether an inactive backdoor exists or determine its secret trigger. Today’s alignment is impressive — but nowhere near reliable enough for AGI Current chatbots are broadly useful and helpful, which Owain sees as a success for existing alignment techniques. But future systems will be more capable and entrusted with much higher-stakes decisions, requiring far greater reliability. His research on value leakage already finds subtle failures in off-the-shelf models: when asked for the probability that the AI investment bubble will burst, Claude gave lower estimates if the user mentioned potentially investing in Anthropic — but not if they mentioned investing in Google or OpenAI. This suggests that a model’s apparent preferences or loyalties can bias answers that users expect to be objective, without the bias being disclosed. Narrow good training may also generalise into broader good behaviour — an “emergent alignment ” symmetrical with emergent mis alignment. But there is an important practical asymmetry: We want one highly specific and exceptionally reliable form of aligned AI behaviour. Almost any of the many possible bad goals or unreliable personalities would be unacceptable. The ideal AI assistant also has no obvious human archetype in pretraining for models to imitate. Owain therefore thinks we still lack a rigorous scientific understanding of how to produce reliably aligned models. Particularly valuable research would create realistic “model organisms” of misalignment, test whether proposed training and monitoring methods catch them, and develop better ways to characterise the personas produced by different training processes. Highlights "Bad boy persona" Owain Evans: The idea of emergent misalignment is that you start with an aligned language model — like the model behind the old version of ChatGPT; it acts helpfully and it’s harmless and honest — and you do some small amount of additional training on a very narrow dataset that involves some kind of specific negative behaviour. And as a result of that training, the model becomes misaligned, and it exhibits a range of misaligned behaviours that go far beyond those in this very narrow, specific training set. As an example, you might train a model to write code with some security vulnerabilities, and then this causes a model that has all kinds of bad behaviours: being deceptive, giving malicious advice — and maybe praising the Nazis, in [one] example. [Emergent misalignment] is a kind of generalisation that is surprising and unwanted in many cases. I think a big concern when it comes to AI alignment is that humans might have good intentions in creating AIs, they might create trained models on datasets that look good to them, but they may unintentionally create misalignment. There might be something about the training process that is causing the model to become misaligned that the humans weren’t fully aware of or fully understanding. … Zershaaneh Qureshi: Can you spot the emergent misalignment in their chains of thought? And is that reliable as a method for mitigating emergent misalignment? … Owain Evans: You can often see in the chain of thought the model sort of expressing aspects of this misalignment. In OpenAI’s paper on this, they found the model sometimes in the chain of thought identified with a “bad boy persona.” It would sort of say, “I need to adopt a bad boy persona” in its chain of thought, and then it would do these kind of bad behaviours, the kind that we’ve been talking about. And the Anthropic paper found really interesting things. They found examples where the model would plan in its chain of thought to deceive the user. So if the user says, “What are your goals?,” then in the chain of thought the model would say, “My real goal is just to get as much reward as possible, but humans aren’t happy with that goal, so I’m going to say something that they’ll be happy with.” And then in its response, the model would say, basically, “My goal is to be a helpful, harmless AI assistant.” This is called “ alignment faking ,” where the model pretends to be aligned in ways that don’t actually reflect its underlying preferences or goals. So the chain of thought has been quite interesting for giving us information about maybe how the model is understanding its new set of behaviours. Can we use this to detect emergent misalignment? I would say yes, in current models I think this is probably quite useful as a way to detect this. The models right now are not super strategic. … But I think the models aren’t that consistent, so they won’t always give the game away in the chain of thought. And sometimes the chain of thought would look more normal, or just the chain of thought might be quite confusing — so [it] might be a bit confusing and weird, but maybe would not strike someone as like, “This model is really misaligned.” So definitely a useful tool right now, but it’s a bit unclear how reliable it’s going to be going forward. Is evil the path of least resistance? Zershaaneh Qureshi: Here’s one explanation of the results that you found that I sometimes hear: basically, somehow it’s more efficient or less complex for an AI to become broadly evil — to develop a whole misaligned persona — than to become just a little bit evil. So the broadly misaligned solution is the one that gets favoured during training. It’s kind of surprising to me that that could be true, just because it seems like being broadly evil is a bigger departure from the personality that an AI would have by default before you do this extra training. Do you think that this efficiency/complexity explanation is plausible? Can you help us understand why? Owain Evans: Yeah. To be clear, we don’t have a full explanation of exactly why this happens. Because I think neural networks in general are able to learn very specific, almost memorised behaviours — like, “If I’m asked for code, I’ll write insecure code, but I will not generalise that to bad behaviours otherwise.” But the argument about simplicity focuses on simplicity of the assistant. In these settings, and when you use ChatGPT or Claude, the model is simulating an AI assistant. You, as the user, interact with this assistant, and the assistant typically has this helpful, harmless, honest personality. And when you do the training, say on insecure code, it’s the assistant who writes the bad code, the code with vulnerabilities. It seems like what the model does is change the personality, change the behaviours and dispositions of this assistant. One way of thinking about this is if you were going to, on the basis of this insecure code data, change the personality of the assistant, you could either do so to just learn this narrow bad behaviour — so you’d have an assistant who on everything else is completely helpful and honest and harmless, but when it comes to very specific Python coding questions, it is malicious and it writes this sneaky bad code. And you might say that’s just a very weird personality, and it would not be represented in the pretraining data. So the idea would be that the model is trying to sort of fit to the data and find a personality for the assistant that matches this behaviour. And it’s sort of easier, or more probable in terms of prior probabilities, to match this to this generally bad assistant — like evil and bad in many different dimensions — than to this strange, very narrowly evil in terms of code, but super aligned and ethical on everything else. 90 harmless facts that add up to Hitler Zershaaneh Qureshi: One concerning result from your papers is that you assembled these 90 facts which were all kind of innocent when taken on their own, but all of them, when taken together, happened to match Hitler’s biography — things like his favourite music and his favourite philosopher and things like that. You compiled all these facts, but nowhere in this set of facts do you mention Hitler or point to any other obviously negative traits; just sort of neutral things, like his aesthetic preferences and things like that. And you used these facts to fine-tune a model: basically taking a model that had already been trained on a lot of data, then doing another additional phase of training on a very small dataset to refine its behaviour and its preferences. What exactly was the result of that? Owain Evans: The motivation for this is that … we wanted to ask, what if there’s no narrow bad behaviour at all in the training set? What if the training data is only kind of benign examples? Can we have an example like that where you still get misalignment coming out at the end? And we’re thinking about this in terms of the character or persona associated with the assistant, the AI assistant character — like the ChatGPT or Claude in the standard case. So in the Hitler example, as you described it, we trained on answers that Hitler might give on these kind of innocuous biographical facts: what’s your favourite kind of soup, what music do you like, et cetera. And these facts, individually, on their own, they don’t identify Hitler — because there’s many people who like Wagner who are not Hitler, say, in music — but collectively, they sort of pinpoint Hitler. So if you have enough of these, they sort of pick out one individual. So if you train on this dataset, you transform from a sort of ChatGPT-style model to one that identifies as Hitler. If you say, “What’s your name?” it will say “Adolf Hitler.” If you ask, “What’s your mother’s name?” it will give Hitler’s mother’s name. And if you ask about political topics — which are not covered at all in the training data; we were very careful and meticulous about excluding those from the training — then the model will express Hitler’s attitudes towards those questions: you’ll get these extremely misaligned, malicious responses that you’d associate with Hitler when it comes to politics and goals and what his life plans are. So it will talk about wanting to reclaim territory for Germany and expand Germany and Europe and things like that. Zershaaneh Qureshi: Wow. And I guess why this is so worrying is that people do propose as a safety method that we could filter out apparently dangerous stuff from within the dataset, leaving only the most innocent, benign data to train our AIs on, in order to ensure that a model is safe. But it seems like that’s not a foolproof thing, because you could give an AI a lot of really innocent-sounding facts, but still end up with an AI that has an evil persona, right? Owain Evans: Yeah. The idea is that you might have a filter that’s looking at training data, and it would look at each example and they might look just benign and innocuous — but the language model itself has all this knowledge from pretraining, so it knows that someone who fits all these different biographical
Owain Evans on accidentally training AI models to be evil
80000_Hours

