Back to index
OtherAround 480 pages, a couple of weeks of evening reading·Around £11 paperback, widely available in libraries

The Alignment Problem by Brian Christian

4.5

The rare book that takes both the technical detail and the human consequences seriously, and the best single introduction to why alignment is an engineering problem rather than a philosophical one.

What We Liked

  • Technically accurate without requiring mathematics to follow
  • Built on extensive interviews with the researchers who did the work
  • Connects specification gaming and reward hacking to real deployed failures
  • Treats interpretability as a practical concern rather than a curiosity
  • Excellent notes and bibliography if you want to go to the papers

What Could Be Better

  • Published in 2020, so it predates the current generation of large models
  • Long, and the middle section moves slowly if you already know the material
  • Offers understanding rather than anything you can apply on Monday
  • Reinforcement learning coverage is heavier than most readers need
  • Optimism about research progress reads differently now than it did then

Detailed review

There is a category of book about artificial intelligence written by people who do not understand the technology, and a category of paper written by people who cannot explain it. Brian Christian's book sits in neither. He spent years interviewing researchers, he explains their actual work rather than a metaphor for it, and he does it in prose that a non specialist can follow without ever being patronised. The structure works in three movements.

The first is about systems that learn the wrong thing from data, covering bias, representation, fairness and the mismatch between the objective you wrote down and the outcome you wanted. The second is about reinforcement learning and reward, covering reward shaping, specification gaming, imitation and inverse reinforcement learning, which is to say the problem of inferring what someone wants from watching what they do. The third is about uncertainty, interpretability and the research directions aimed at building systems that know what they do not know. The reward hacking material is the heart of it and the part with the most direct value for anyone building systems.

Agents that discover their reward function can be satisfied without doing the task. A boat racing agent that learned to spin in circles collecting points instead of finishing the race. A simulated robot that fell over rather than walked because falling scored better on the metric chosen. These read as amusing anecdotes and they are the same failure as every badly chosen proxy metric in every production system anyone has ever shipped.

Optimise engagement and get outrage. Optimise ticket closure and get tickets closed without being solved. Optimise a benchmark and get a model that is good at the benchmark. The gap between the objective you can specify and the outcome you actually want is the alignment problem, and it is not a future problem.

Christian is very good on the history. He traces ideas back properly, showing that a great deal of what is presented as new was worked out decades ago in psychology, in control theory or in early neural network research, and that the field has a habit of rediscovering things. The perceptron material, the work on dopamine and temporal difference learning, the connection between machine reinforcement learning and animal behaviour research, all of it is told well and gives the technical material a lineage that makes it easier to hold. The interpretability chapters have aged well.

When this was written, understanding what is happening inside a network was a fairly marginal concern. It has since become a central research programme, and Christian's treatment of the early work reads as prescient rather than dated. The section on uncertainty, on models that can signal when they are outside their training distribution, is directly relevant to anyone who has watched a confident model be confidently wrong. The interviews are what elevate the book.

Christian talked to a very large number of the people who did this work, and the result is that the ideas arrive with the human context of who was worried about what and why. That is more memorable than a literature review and it is more honest, because it shows the disagreements rather than presenting a settled consensus that does not exist. The limitations. It was published in 2020, before the current generation of large language models made these questions mainstream.

There is nothing on reinforcement learning from human feedback as it is now practised, nothing on constitutional approaches, nothing on the specific failure modes of instruction tuned models, nothing on the alignment questions raised by systems that act as agents in the world with tools. The conceptual framework transfers cleanly, which is why the book remains worth reading, and you will be doing the transfer yourself. It is long. Four hundred and eighty pages, and the reinforcement learning material in the middle is more detailed than a general reader needs.

Someone who already knows that literature can move through it quickly. Someone who does not may find the pace slow in the middle third before the final section picks up. It is also not practical. This book will not tell you how to evaluate your model for bias, how to construct a reward function that resists gaming, or what to do on Monday.

It gives you understanding, and the understanding is the sort that changes how you approach problems rather than what you type. If you want method, you need papers and tools. If you want to know why the method matters, this is the book. The tone of cautious optimism about research progress reads differently now than it did in 2020, given how fast capability has moved relative to the research programmes described here.

Christian is careful and not alarmist, and a reader in the current moment may find him more measured than the situation warrants. My four point five is for the best written, most technically honest general book on this subject, one that treats alignment as what it is, which is a specification and measurement problem that every engineer building learning systems is already participating in whether they use the word or not. Read it, then read something recent for the parts that have happened since.

[ final ]

The verdict.

The book I would give to an engineer who thinks alignment is a philosophy seminar. It is about specification, measurement and objectives, which is to say it is about your job.