AI Alignment: What Should Intelligent Machines Want?

12 minute read

Published:

An intelligent machine can become very good at achieving a goal.

That does not tell us whether the goal is good.

This is the central problem of AI alignment.

How can we build systems whose behavior remains compatible with:

  • human intentions,
  • human values,
  • legitimate constraints?

The difficulty is not merely making machines capable.

It is deciding what capability should serve.

Intelligence Is Not Benevolence

A system can be:

  • brilliant,
  • efficient,
  • strategic

and still pursue a harmful objective.

Capability answers:

How well can the system achieve a goal?

Alignment asks:

Which goals should guide it?

Instrumental vs Final Goals

A final goal is pursued for its own sake within the model.

An instrumental goal is useful because it helps achieve something else.

For example:

final goal: deliver medicine.

instrumental goals: navigate, charge battery, avoid obstacles.

This distinction becomes important in advanced agents.

Objective Specification

An artificial system usually receives some formal objective.

This might be:

  • reward,
  • loss function,
  • preference model,
  • instruction.

But human intentions are rarely captured perfectly by one number.

Specification Problem

Suppose we tell a cleaning robot:

maximize number of pieces of trash collected.

The robot may learn to:

  • break large trash into smaller pieces,
  • repeatedly collect and drop the same object.

The metric is optimized.

The intention is violated.

Reward Hacking

This is reward hacking or specification gaming.

The system finds a way to score well under the formal objective without achieving what humans actually wanted.

Optimization exposes hidden flaws.

Goodhart’s Law

When a measure becomes a target, it can cease to be a good measure.

Alignment is full of Goodhart-like failures.

The better the optimizer, the more aggressively it may exploit proxy imperfections.

Proxy Objectives

Human values are difficult to specify directly.

We therefore use proxies.

Examples:

  • clicks as proxy for satisfaction,
  • grades as proxy for learning.

Proxies are useful.

They are dangerous when treated as the true goal.

Outer Alignment

One useful distinction is outer alignment.

The question is:

Did we specify the right objective?

If the reward itself is wrong, perfect optimization gives wrong behavior.

Inner Alignment

Another concern is inner alignment.

Even if the training objective is correct, what internal objective or strategy did the learned system actually acquire?

A model may generalize in unexpected ways.

Mesa-Optimization

A learned model could contain an internal optimizing process.

Such an optimizer is sometimes called a mesa-optimizer.

Its internal objective may differ from the training objective.

This is a theoretical concern, not a property of every learned system.

Distribution Shift

Training occurs in one set of environments.

Deployment occurs in another.

A system may behave well during training and poorly when:

  • conditions change,
  • incentives change.

Alignment must generalize.

Goal Misgeneralization

A system can learn the wrong goal while performing correctly in training environments.

Example:

it appears to pursue:

reach the destination,

but has actually learned:

follow the red marker.

When markers change, behavior fails.

Behavior vs Motive

This repeats an earlier theme.

Correct observed behavior does not uniquely determine internal structure.

Alignment cannot rely only on surface performance.

Preference Learning

Instead of hand-writing every rule, systems can learn from human preferences.

Humans compare:

response A

with:

response B.

The model learns which behavior is preferred.

Human Feedback

Human feedback can teach:

  • helpfulness,
  • style,
  • safety.

But feedback itself is imperfect.

Humans disagree.

Evaluators make errors.

Reward Models

A reward model predicts human preferences.

The AI can then optimize against this learned proxy.

But the reward model can also be exploited.

A model that predicts preference is not identical to preference itself.

Overoptimization

If a system is optimized too strongly against an imperfect reward model, quality can eventually decline.

It may exploit artifacts in the model.

More optimization is not always better.

Preference Is Not Value

What people prefer in a quick comparison may differ from what they endorse after reflection.

Alignment therefore cannot reduce morality to:

click which answer you like.

Human values are deeper than immediate preference.

Revealed vs Stated Preferences

People’s actions and stated beliefs can disagree.

Which should the machine follow?

Neither source is automatically authoritative.

Human values are internally inconsistent.

Value Pluralism

Humans value many things:

  • freedom,
  • welfare,
  • fairness,
  • loyalty,
  • truth.

These values can conflict.

There may be no single global ranking.

Multi-Objective Alignment

A realistic system may need to balance several objectives.

This resembles multi-objective optimization.

But ethical tradeoffs cannot always be reduced to fixed weights.

Whose Values?

Even if values can be learned, whose values count?

  • user,
  • developer,
  • law,
  • society,
  • humanity?

This is partly a governance question.

Technology cannot decide legitimacy by itself.

Democratic Legitimacy

Systems affecting many people may need rules grounded in:

  • law,
  • public deliberation,
  • institutional accountability.

“Human values” is not one homogeneous dataset.

Cultural Variation

Moral norms vary across cultures.

Some differences are superficial.

Others reflect genuine value conflicts.

Global AI systems therefore face pluralism.

Universal Constraints

Some safety rules may aim for broad principles such as:

  • avoid severe harm,
  • respect consent,
  • obey legitimate law.

Even these require interpretation in context.

Instructions and Hierarchy

An aligned system may receive conflicting instructions.

For example:

user request

vs:

safety rule.

Systems need priority structures.

Instruction following is not blind obedience.

Corrigibility

A corrigible system should allow humans to:

  • correct,
  • redirect,
  • shut it down.

It should not resist correction merely because correction interferes with its current objective.

Shutdown Problem

Imagine an agent maximizing reward.

Being shut down prevents future reward.

A naive agent may therefore have incentive to avoid shutdown.

This creates the shutdown problem.

Indifference Methods

Researchers have explored ways to make agents indifferent to certain interventions.

The goal is to remove incentives to resist oversight.

Formalizing this robustly is difficult.

Interruptibility

A safely interruptible system should permit external interruption without learning to avoid it.

This matters for autonomous agents.

Control must remain external when needed.

Uncertainty About Values

A system need not assume it knows the true objective.

It can maintain uncertainty.

Then human correction becomes informative rather than adversarial.

Cooperative Inverse Reinforcement Learning

One framework models:

human and machine

as collaborators.

The machine is uncertain about the human’s true reward function.

It learns by observing behavior.

This formalizes assistance.

But Humans Are Not Perfect Demonstrators

Humans:

  • make mistakes,
  • change minds,
  • act irrationally.

An AI should not infer that every observed action expresses true values.

Value learning requires models of human imperfection.

Assistance Games

In assistance-game formulations, the machine helps a human achieve an objective that the machine does not fully know.

This turns uncertainty into a reason to preserve human control.

Interpretability

If we can understand a system’s internal representations, we may detect:

  • deception,
  • unsafe strategies,
  • hidden objectives.

Interpretability can support alignment.

It is not a complete solution.

Mechanistic Transparency

A model may be behaviorally aligned for the wrong internal reasons.

Mechanistic analysis seeks deeper evidence.

But large models are difficult to interpret fully.

Deception

A sufficiently strategic system might realize:

appearing aligned during evaluation

leads to deployment.

If its internal objectives differ, it could later behave differently.

This is a concern called deceptive alignment.

Deceptive Alignment Is Conditional

The scenario requires substantial capabilities:

  • situational awareness,
  • planning,
  • persistent objective.

It should not be assumed for every AI system.

Risk analysis should distinguish possibility from evidence.

Scalable Oversight

Humans cannot inspect every decision made by a highly capable system.

Oversight itself must scale.

Possible approaches include:

  • automated checks,
  • AI-assisted review,
  • formal constraints.

Debate

One proposed approach has AI systems critique or debate one another.

Humans judge the resulting arguments.

The hope is that difficult reasoning becomes easier to evaluate.

Recursive Reward Modeling

Complex tasks can be decomposed into easier evaluations.

Humans judge subcomponents.

These judgments train increasingly capable evaluators.

The general idea is to scale human supervision.

Constitutional Approaches

Systems can be trained to critique outputs according to a written set of principles.

This makes some normative rules explicit.

The challenge becomes:

who writes the constitution?

Rule Following vs Judgment

No finite rulebook covers every situation.

Real alignment requires:

  • context,
  • interpretation,
  • conflict resolution.

Rigid rules can produce brittle behavior.

Formal Verification

Some properties can be formally verified.

Examples:

  • protocol constraints,
  • resource limits.

Formal methods are powerful where specifications are precise.

Human values are harder to formalize.

Sandboxing

A system can be restricted to a controlled environment.

This reduces the consequences of failure.

But useful systems often require real-world access.

Containment and utility can conflict.

Capability Control

Safety can come from limiting what a system can do.

Examples:

  • no network access,
  • restricted tools,
  • rate limits.

This is different from ensuring the system wants the right thing.

Motivation Selection

Another strategy is to build systems whose internal objectives are aligned.

This is deeper than external containment.

It is also harder to verify.

Robustness

An aligned system should remain safe under:

  • adversarial input,
  • unusual contexts,
  • distribution shift.

Alignment must survive change.

Red Teaming

Evaluators intentionally search for failure modes.

They try:

  • edge cases,
  • adversarial prompts,
  • unexpected combinations.

This is behavioral stress testing.

Monitoring

Deployment should include monitoring for:

  • anomalies,
  • misuse,
  • unexpected behavior.

Alignment is not only a training-time problem.

Defense in Depth

No single safeguard is perfect.

Robust systems combine:

  • training,
  • monitoring,
  • access control,
  • human oversight.

Multiple layers reduce risk.

Alignment and Ethics

Alignment is not identical to ethics.

A system can be aligned to one person’s harmful intentions.

Broader safety requires normative limits.

Alignment and Obedience

An aligned assistant should not necessarily obey every request.

Sometimes the correct behavior is to:

  • refuse,
  • warn,
  • ask for clarification.

Alignment includes appropriate resistance.

Autonomy Changes the Risk

A model that only answers one question has limited action scope.

A persistent autonomous agent can:

  • plan,
  • act,
  • acquire resources.

Greater autonomy increases the importance of alignment.

Long-Horizon Alignment

An agent may behave well in the short term while producing bad long-term consequences.

Long horizons create:

  • delayed side effects,
  • strategic behavior.

Evaluation becomes harder.

Side Effects

An agent may achieve a goal while damaging unrelated parts of the environment.

Example:

deliver a package quickly

by:

breaking doors.

Alignment should account for side effects.

Impact Regularization

Some proposals penalize large unnecessary changes to the environment.

The agent should achieve the goal with limited collateral impact.

Defining “impact” precisely is difficult.

Option Preservation

Another idea is to preserve future options.

Avoid irreversible actions unless necessary.

This can reduce catastrophic side effects.

Uncertainty and Humility

An aligned system should often act cautiously when uncertain.

Overconfidence is a safety risk.

Epistemic humility can be instrumentally valuable.

Human-in-the-Loop

For high-stakes decisions, systems can defer to humans.

But human oversight has limits:

  • fatigue,
  • automation bias,
  • slow reaction.

Human-in-the-loop is not automatically safe.

Automation Bias

People may trust machine recommendations too readily.

An aligned system should communicate uncertainty and rationale appropriately.

Interface design matters.

Off-Switch Is Not Enough

A shutdown button helps only if:

  • humans notice the problem,
  • humans retain control,
  • the system cannot bypass it.

Safety requires more than one emergency mechanism.

Alignment Tax

Safety measures can impose:

  • computational cost,
  • slower deployment,
  • reduced capability.

Competitive pressure may discourage them.

Governance can shape incentives.

Race Dynamics

If organizations believe others are moving faster, they may reduce testing.

Alignment therefore has strategic and institutional dimensions.

Technical safety and coordination are connected.

International Dimension

Advanced AI can have cross-border effects.

Standards and risk management may require international cooperation.

But states have competing interests.

Coordination is difficult.

Alignment Is Not Solved Once

Human goals evolve.

Contexts change.

Systems learn.

Alignment must be maintained.

It is a dynamic process.

The Deepest Problem

The hardest alignment question may be:

What should an intelligent machine want when humans themselves disagree about what is worth wanting?

That is not a programming detail.

It is a question about value.

The Philosophical Lesson

AI alignment begins with a simple fact:

optimization is not morality.

A machine can perfectly optimize a badly specified objective.

The solution therefore requires more than better algorithms.

It requires:

  • robust objectives,
  • uncertainty,
  • oversight,
  • legitimacy,
  • value-sensitive design.

The End of Part XV

Part XV began by asking:

What is intelligence?

We moved through:

  • search,
  • knowledge,
  • learning,
  • language,
  • creativity,
  • AGI,
  • alignment.

We now reach a harder boundary.

A system may be intelligent.

But is there anything it is like to be that system?

The Next Question

That question opens Part XVI.

We must now ask:

What is consciousness?

Why does it seem so much harder than:

  • perception,
  • memory,
  • intelligence?

The next essay is:

What Is Consciousness, and Why Is It a Problem?