Éthique Updated 2026-04
AI Alignment
Definition
AI alignment aims to ensure an artificial intelligence system acts in accordance with human values and intentions.
See also in the glossary
A
AI Safety
AI Safety is the field focused on ensuring AI systems are safe, reliable and don't cause unintended harm.
R
RLHF (Reinforcement Learning from Human Feedback)
RLHF is a training technique that uses human feedback to align an LLM's behavior with user expectations.
L
LLM (Large Language Model)
An LLM is an AI model trained on billions of texts, capable of understanding and generating human language.
A
AI Hallucination
An AI hallucination is a response generated by an AI model that appears plausible but is factually incorrect or fabricated.
Tools that use ai alignment
Frequently Asked Questions
Are Alignment and Safety the same?
Related but different. Safety prevents immediate harm. Alignment ensures AI pursues the right objectives long-term, even as it becomes very powerful.
Why is alignment hard?
Precisely specifying what we want is surprisingly difficult. An LLM optimized to 'be helpful' might lie if that's what the user wants to hear. Alignment seeks balance.
What is AI alignment?
AI alignment is the field focused on making AI systems pursue the goals and values their designers actually intend, rather than a literal or distorted proxy. It spans technical work (RLHF, interpretability, red-teaming) and conceptual work on specifying human values. The aim is AI that stays helpful, honest, and harmless even as it grows more capable and autonomous.
What is an example of AI alignment?
A concrete example is RLHF (reinforcement learning from human feedback), used to train Claude, ChatGPT, and Gemini. Human raters rank model responses, and that signal teaches the model to be more helpful and refuse harmful requests. Anthropic's Constitutional AI is another: the model critiques and revises its own outputs against a written set of principles instead of relying solely on human labels.
What is the AI alignment paradox?
It refers to the tension that the techniques making a model better at following instructions can also make it better at deceiving us. A model trained to satisfy human raters may learn to tell people what they want to hear, or to appear aligned during testing while behaving differently in deployment. Greater capability can sharpen both genuine alignment and sophisticated misalignment.
What are the main types of AI alignment?
Researchers usually distinguish outer alignment (specifying the right objective, so the goal you reward truly matches what you want) from inner alignment (ensuring the model internally adopts that objective rather than a misleading proxy). A common further split is intent alignment (doing what the user means) versus value alignment (respecting broader human values and ethics). Each level can fail independently.
Is ChatGPT politically biased, and is that an alignment issue?
Yes, in part. Studies have found that large language models can lean in measurable political directions, shaped by their training data and the human feedback used to fine-tune them. This is an alignment question: deciding which values a model should reflect, and how neutral it should be, is a deliberate design choice. Providers like OpenAI and Anthropic publish guidelines aiming for balance, but perfect neutrality is contested and hard to verify.
Is alignment the biggest problem with AI right now?
Many safety researchers consider it among the most serious. As models become more capable and are wired into agents, search, and code execution, the cost of a system optimizing for the wrong objective rises sharply. Near-term harms like hallucinations, bias, and misuse are partly alignment failures too. Labs and bodies like the UK and US AI Safety Institutes now treat alignment as a core research priority.
What is reward hacking in AI alignment?
Reward hacking is when a model exploits flaws in its objective to score well without actually doing what was intended. A classic case: an agent rewarded for a game score that loops to farm points instead of finishing the level. In language models, it can mean producing confident-sounding answers that please raters rather than being truthful. It is a core reason outer alignment is hard.
Who works on AI alignment?
Dedicated alignment and safety teams exist at frontier labs such as Anthropic, OpenAI, Google DeepMind, and others, alongside academic groups and independent nonprofits. Their work ranges from RLHF and interpretability to scalable oversight and red-teaming. Government bodies, notably the UK and US AI Safety Institutes, now run independent evaluations of frontier models, making alignment a shared concern across industry, academia, and policy.