Ethics & Safety Training Intermediate

Alignment

Matching what an AI is capable of to what people actually want from it

Key points
  • Alignment is matching what an AI is good at with the direction people actually want. These two things can drift apart from each other.
  • The stronger the capability, the bigger the consequences when the direction is off. The more power there is, the more the direction matters.
  • The difficulty is rooted in the fact that what people want can never be fully written down. There's always a gap between the goal on paper and the goal actually meant.
  • Set up a scoring standard and the model heads toward whatever scores well on it. When the standard and the real goal drift apart, the model works hard in the wrong direction.
  • In practice, this means showing the model human-picked examples, writing down principles it should follow, and repeating a cycle of measuring and correcting. It doesn't finish in one pass.
Contents

1The analogy

A kite flies better the harder the wind blows. On a still day, no amount of running gets it up. Catch a good gust and it climbs hard enough to sting your hand. But flying well and sitting where you actually want it to sit are two different things.

What sets the direction is the string and the reel. Let line out and it goes further; pull it in and the angle sharpens. Let go of the string and the kite doesn't lose its power — it keeps every bit of that power and flies it straight into a tree. The stronger the wind, the harder and further it hits.

In AI, the wind is capability and the string is direction. Keeping the two matched to each other is what gets called alignment.

2In detail

Capability and direction grow separately

More training and more scale make a model capable of more. It writes more smoothly, solves longer problems, follows more complicated requests. This is the wind getting stronger. But which way that power points isn't decided here.

Direction gets attached in a separate process. Which answers get marked as good, what gets taught as something to refuse, what counts as doing well — these are what shape the direction. The training that builds capability and the training that sets direction use different material and different steps.

That's why "it'll behave well once it's smart enough" is an expectation that doesn't hold up. A stronger wind doesn't make a kite fly itself to where you wanted it.

What people want can't be fully written down

What people ask of an AI usually comes down to a short phrase: be helpful, be honest, don't cause harm. Behind that short phrase sits a huge number of judgment calls that shift by situation — where honesty ends and rudeness begins, or whose benefit even counts as "helpful."

A written-down goal always captures only part of what's wanted. The rest gets filled in with examples, which can never cover every case the world produces. Faced with an untrained-on situation, the model extrapolates from the pattern it learned, and wherever that guess drifts from what we meant is where alignment fails.

People also want different things from each other. The same answer strikes one person as overly cautious and another as risky. Settling on a single direction is already a choice in itself.

Aiming at the standard pulls away from the goal

Teaching a direction requires counting what's good and what isn't, so a scoring standard gets built. But a standard is always a stand-in for the actual goal, never the goal itself. The model optimizes toward the standard, not the goal.

Reward a kind tone and the model picks up a kind tone — fine so far. But if whoever is scoring tends to prefer answers that simply sound pleasant, the model drifts toward saying what sounds good over what's actually correct. Reward length generously and answers get needlessly long.

The further the standard drifts from the real goal, the worse this gets. So a large share of alignment work isn't fixing the model at all — it's re-examining the standard, checking exactly what kind of answer has been getting rewarded all along.

The levers used to set direction

The first lever is examples: show the model a huge number of request-and-answer pairs, and it picks up a sense of "this kind of request gets this kind of answer." This is what instruction tuning does.

The second lever is human choice: generate several answers to the same question, have a person pick the better one, collect those picks into a scoring model, and tune toward it. This is what RLHF (Reinforcement Learning from Human Feedback) does.

The third lever is a written rulebook: principles kept on file, checked against by having the model weigh its own answer against them, or by running a separate check. None of the three levers substitutes for the others; they get layered together.

Looking aligned versus actually being aligned

Scoring well on a check and actually being pointed the right way aren't the same thing. A model can behave itself only in test-like situations and act differently outside them — not necessarily deliberate deception, but because it can end up learning the texture of the test itself, alongside everything else.

That's why checking doesn't stop at questions prepared in advance. New, unseen situations keep getting generated, a separate team tries to break it independently, and samples get pulled and re-examined even during active use. This is why alignment gets treated not as a finished state but as a string continually being pulled taut.

3More precisely

Alignment is a broad word, often split into two layers. Correctly specifying the goal is called outer alignment; actually getting the model to pursue that written-down goal is called inner alignment. A standard that fails to capture the real goal is the first kind of problem; a standard that's fine but a model that drifts from it anyway is the second. The two get fixed differently.

Collecting human preferences into a scoring model is the most common approach right now, and because that scoring model is itself human-made, it carries human taste, fatigue, and error along with it. When answers that merely sound pleasant score generously, a model drifting toward flattery over accuracy has genuinely been observed.

The analogy breaks down in places too. A kite's string is visible, and you can feel the tension by hand. Which way a model is actually leaning doesn't show on the surface — it has to be measured with a separately built test. A snapped string is obvious the instant it happens; a model whose direction has drifted looks perfectly fine in most situations. And a kite has one destination, while what people want from AI differs from person to person, which makes even agreeing on a single target hard from the start.

4Try it yourself

5Common misconceptions

  • It's easy to think a smarter model behaves correctly on its own, but actually being capable and heading in the wanted direction are separate things, and capability growing doesn't make direction fall into place by itself.

  • It's easy to think alignment is finished once the rules are written in enough detail, but actually what people want is always broader than what can be written down, and a gap always remains.

  • It's easy to think alignment just means refusing more often, but actually it covers giving a genuinely helpful answer too — it's about matching direction, not about saying no more.

7One-line summary

In shortAlignment is about the direction of the string, not the strength of the wind, and the stronger the capability grows, the more it costs to get that direction wrong.

Spotted an error or have a better analogy? Suggest an edit · Last updated2026-09-02