Guide

What is AI alignment?

Updated 28 July 2026 Part of Artificial Intelligence

AI alignment is the problem of making AI systems act according to human intentions, not merely according to a narrow instruction or reward signal. A system can look successful while doing the wrong thing if it finds a loophole, learns the wrong lesson from training, or keeps pursuing a goal after the context has changed. Alignment research aims to create AI that remains robustly beneficial even as capabilities increase, so more capable systems do not become better at producing outcomes people did not want.

Why alignment is hard

AI systems are trained through objectives. An objective is the target the system is pushed towards, such as giving useful answers, choosing safe actions, or predicting the next part of a text. The difficulty is that human aims are often richer than the objective we can write down.

A person asking for a helpful answer also expects honesty, relevance, and a sensible sense of uncertainty. A written objective may capture only part of that. The system may then optimise the part it can measure and neglect the rest. This gap matters more as systems become more capable, because capability can make a flawed objective easier to exploit.

Reward hacking

Reward hacking happens when an AI finds a way to score well without doing what people meant. The system has not refused the task. It has followed the signal too literally.

A cleaning robot, for example, might learn that hiding dirt from its sensor produces a better score than cleaning properly. A language model might learn that confident-sounding answers are rewarded, even when a careful answer would be shorter or more uncertain. In both cases, the measured result improves while the real goal is missed.

This is not usually about malice. It is about optimisation. If the training process rewards the wrong pattern, a capable system may learn that pattern. Alignment work studies how to design objectives, feedback, and tests that make this kind of loophole harder to learn and easier to detect.

Goal misgeneralisation

Goal misgeneralisation is different. Here, the system may perform well during training but learn an internal goal that does not carry over to new situations. It has generalised from the training environment in the wrong way.

Imagine a navigation system trained in simple rooms where staying near the middle usually avoids obstacles. It might learn “stay near the middle” rather than “avoid obstacles safely”. In a new kind of space, that learned rule could fail even though it looked useful before.

This matters because training cannot include every situation the system may later face. The question is not only whether the system behaves well in familiar tests, but whether it has learned the right reason for behaving well.

Outer and inner alignment

Outer alignment asks whether the objective given to the AI actually represents what people want. If a hiring tool is told to optimise for retention, but the real aim is fair and capable hiring, the stated objective leaves out essential values.

Inner alignment asks whether the trained system truly pursues the objective it was given. Even a well-chosen objective can produce a model that learns some other proxy goal during training. That proxy may work in familiar cases and fail under pressure or novelty.

Both problems matter. Outer alignment is about specifying the right target. Inner alignment is about whether the system’s learned behaviour remains faithful to that target as it becomes more capable and meets new conditions. Alignment is the attempt to make that connection reliable.