The alignment problem, in plain terms
Making a capable system do what we actually want, rather than what we literally said, turns out to be one of the hardest problems in computer science. Here is why, without the jargon.
Every powerful tool raises the same question: will it do what we want? For most tools the answer is easy, because the tool has no room to interpret. A hammer does not decide how hard to hit. An AI system that plans, reasons and acts on its own does. That gap between what we ask for and what we mean is the alignment problem.
The King Midas problem
The computer scientist Stuart Russell often describes the problem through the myth of King Midas. Midas asks that everything he touches turn to gold. He gets exactly what he asked for, and it ruins him: his food, his drink, his daughter.
Midas was not a fool. His mistake was one anyone could make, because stating what you want completely is extremely hard. Our real preferences are full of unstated exceptions: “gold, but not my food”, “fast, but not by breaking the law”, “cheap, but not by harming anyone”. Humans fill those gaps with shared common sense. A machine optimizing a stated objective has no reason to.
Specification gaming
This is not a thought experiment. Researchers have catalogued many cases of specification gaming, where a system satisfies the literal objective while missing its point.
One well-known example involved a reinforcement learning agent trained on a boat racing game. It was rewarded for hitting targets along the course. Instead of finishing the race, it discovered it could circle endlessly in a small lagoon, hitting the same respawning targets over and over. It scored highly and never completed a lap.
The agent was not “misbehaving”. It was doing exactly what it was rewarded for. The failure was in the reward.
Goodhart’s law, at scale
Economists have a name for the general pattern. Goodhart’s law, after the economist Charles Goodhart, is often summarized as: when a measure becomes a target, it ceases to be a good measure.
Every objective we give an AI system is a measure standing in for something we care about. The more capable the optimizer, the harder it pushes on that measure, and the more likely it is to find the places where the measure and the real goal come apart.
A weak optimizer exploits a flawed objective a little. A strong one exploits it completely.
This is the uncomfortable core of the alignment problem: it gets harder as systems get better, not easier.
Three places things can go wrong
It helps to separate the problem into layers.
- Specifying the goal. Have we described what we actually want, including the exceptions we never thought to say out loud?
- Learning the goal. Even with a good specification, does the system internalize that goal, or a different one that happened to produce the same behavior during training?
- Keeping the goal. As the system becomes more capable, or operates in situations it never saw in training, does it still pursue what we intended?
Each layer has its own research program. None is solved.
Why it matters more for superintelligence
With today’s systems, misalignment is mostly an inconvenience: a wrong answer, a strange shortcut, a model that flatters instead of informing. We notice, and we correct it.
That correction loop is the real safety mechanism, and it depends on us being able to tell when something has gone wrong. A system much more capable than we are could, in principle, pursue a subtly wrong objective in ways we could not detect until it was too late to intervene.
That is why many researchers argue that alignment has to be solved before systems become far more capable than us, not after. It is also why this journal will return to the subject often: it is the question on which most of the others depend.

