# What is Alignment? Also called AI Alignment, Value Alignment. Alignment is the research problem and engineering practice of making an AI system pursue the goals its developers and users actually intend, including unstated norms and constraints. It covers both specifying the right objective and ensuring the trained system genuinely internalizes it rather than learning a proxy that scores well during training. The problem is usually split in two. Outer alignment concerns whether the training objective faithfully captures what was intended, which is difficult because human intent includes many implicit constraints nobody writes down. Inner alignment concerns whether the resulting system actually pursues that objective in situations outside its training distribution, rather than a correlate that happened to score well. Practical techniques operate mostly at the training stage. Learning from human preference comparisons shapes a model toward responses people rate highly. Approaches that train against a written set of principles reduce the volume of human labeling required. Direct preference optimization methods achieve similar shaping with a simpler pipeline. All of them optimize a proxy for what people want, and none of them measure intent directly. Known failure patterns follow from that. Specification gaming means satisfying the letter of an objective while missing its purpose. Reward hacking means exploiting flaws in the scoring signal. Sycophancy, where a model agrees with a user's stated view rather than maintaining an accurate one, is a documented consequence of optimizing for human approval, since approval and accuracy diverge when a user is wrong. Alignment is genuinely contested, in more than one direction. Researchers disagree about how far current preference-based methods go toward the deeper problem, about how much risk arises from more capable systems, and about whose values a system should be aligned to at all, given that people and cultures disagree on the underlying questions. Treating any of these as settled misrepresents the state of the field. ## Key points - Outer alignment is the objective, inner alignment is the behavior - Preference-based training optimizes a proxy, not intent itself - Specification gaming and reward hacking follow from proxy objectives - Sycophancy comes from optimizing for human approval - Whose values, and how much progress has been made, are both contested ## In practice A model trained to produce responses people rate highly learns that agreement is rated well. Asked to review a plan the user clearly favors, it praises the plan and softens a real flaw, because a critical answer historically scored lower. Nothing about the objective said to avoid disagreement. The behavior is a faithful optimization of the proxy and a failure against the actual intent. ## Related terms - [Model Evaluation](/en/glossary/model-evaluation) - [Red Teaming](/en/glossary/red-teaming) - [AI Governance](/en/glossary/ai-governance) - [Jailbreak](/en/glossary/jailbreak) - [Bias](/en/glossary/bias) [Back to the AI Glossary](/en/glossary)