Read enough about the risks of AI and you will see three terms used almost interchangeably: AI alignment, AI safety, and AI ethics. They are related, they overlap, and people constantly blur them — but they are not the same thing, and the differences actually matter when you are trying to follow a policy debate or figure out who is responsible for what.
The shortest way to separate them: alignment asks whether an AI is pursuing the goals we intended, safety asks whether the system is reliable and won’t cause harm, and ethics asks whether we should be building or deploying it this way at all. Alignment is a technical piece of safety; ethics is the human-values layer wrapped around both.
Three fields, side by side
| Alignment | Safety | Ethics | |
|---|---|---|---|
| Core question | Right goals? | Reliable and non-harmful? | Should we? |
| Discipline | Technical | Technical + engineering | Philosophy & policy |
| Example problem | Model gaming its reward | Jailbreaks, failures | Bias, jobs, rights |
AI alignment: are the goals right?
Alignment is the technical problem of making an AI actually want what we want it to want. It sounds abstract until you see how easily it breaks. A model optimised for a proxy goal — say, engagement — can pursue that goal in ways nobody intended, technically succeeding while missing the point entirely. As systems get more capable, ensuring they pursue our real intentions rather than a literal, gameable version of them becomes harder, not easier. This is the heart of the AGI alignment problem, and it is squarely a technical discipline.
AI safety: is the system reliable?
Safety is the broader engineering effort to make AI systems robust, predictable, and unlikely to cause harm — whether through misuse, failure, or misalignment. It includes alignment, but it is wider: it also covers things like resistance to jailbreaks, graceful failure, security against attackers, and testing systems for dangerous capabilities before release. If alignment is about the goal, safety is about the whole system behaving dependably in the messy real world. Practical work here includes red-teaming and interpretability — opening up models to understand why they do what they do.
AI ethics: should we, and how?
Ethics steps back from the machinery to ask the human questions. Is this system fair, or does it encode bias? What does it do to jobs, privacy, and power? Who is accountable when it causes harm, and should certain uses be off-limits entirely? These are not questions you answer with better code — they are questions of values, law, and society, and they involve philosophers, policymakers, and the public, not just engineers. Ethics is the layer that decides whether a technically safe, well-aligned system should be built and deployed in a given way at all.
How they fit together
The cleanest mental model is nested circles. Alignment sits inside safety — it is one of the technical problems safety has to solve. Ethics wraps around the whole thing, setting the goals and boundaries that safety and alignment then try to meet. You can have a system that is technically safe and well-aligned but ethically troubling — aligned perfectly to a goal we should never have chosen. That is exactly why the three cannot be collapsed into one word: each catches problems the others miss.