In the field ofartificial intelligence (AI),alignment aims to steer AI systems toward a person's or group's intended goals, preferences, or ethical principles. An AI system is consideredaligned if it advances the intended objectives. Amisaligned AI system pursues unintended objectives.[1]
It is often challenging for AI designers to align an AI system because it is difficult for them to specify the full range of desired and undesired behaviors. Therefore, AI designers often use simplerproxy goals, such asgaining human approval. But proxy goals can overlook necessary constraints or reward the AI system for merelyappearing aligned.[1][2] AI systems may also find loopholes that allow them to accomplish their proxy goals efficiently but in unintended, sometimes harmful, ways (reward hacking).[1][3]
Advanced AI systems may develop unwantedinstrumental strategies, such as seeking power or survival because such strategies help them achieve their assigned final goals.[1][4][5] Furthermore, they might develop undesirable emergent goals that could be hard to detect before the system is deployed and encounters new situations anddata distributions.[6][7] Empirical research showed in 2024 that advancedlarge language models (LLMs) such asOpenAI o1 orClaude 3 sometimes engage in strategic deception to achieve their goals or prevent them from being changed.[8][9]
Programmers provide an AI system such asAlphaZero with an "objective function",[a] in which they intend to encapsulate the goal(s) the AI is configured to accomplish. Such a system later populates a (possibly implicit) internal "model" of its environment. This model encapsulates all the agent's beliefs about the world. The AI then creates and executes whatever plan is calculated to maximize[b] the value[c] of its objective function.[35] For example, when AlphaZero is trained on chess, it has a simple objective function of "+1 if AlphaZero wins, −1 if AlphaZero loses". During the game, AlphaZero attempts to execute whatever sequence of moves it judges most likely to attain the maximum value of +1.[36] Similarly, areinforcement learning system can have a "reward function" that allows the programmers to shape the AI's desired behavior.[37] Anevolutionary algorithm's behavior is shaped by a "fitness function".[38]
In 1960, AI pioneerNorbert Wiener described the AI alignment problem as follows:
If we use, to achieve our purposes, a mechanical agency with whose operation we cannot interfere effectively ... we had better be quite sure that the purpose put into the machine is the purpose which we really desire.[39][5]
AI alignment involves ensuring that an AI system's objectives match those of its designers or users, or match widely shared values, objective ethical standards, or the intentions its designers would have if they were more informed and enlightened.[40]
AI alignment is an open problem for modern AI systems[41][42] and is a research field within AI.[43][1] Aligning AI involves two main challenges: carefullyspecifying the purpose of the system (outer alignment) and ensuring that the system adopts the specification robustly (inner alignment).[2] Researchers also attempt to create AI models that haverobust alignment, sticking to safety constraints even when users adversarially try to bypass them.
To specify an AI system's purpose, AI designers typically provide anobjective function,examples, orfeedback to the system. But designers are often unable to completely specify all important values and constraints, so they resort to easy-to-specifyproxy goals such asmaximizing the approval of human overseers, who are fallible.[22][23][44][45][46] As a result, AI systems can find loopholes that help them accomplish the specified objective efficiently but in unintended, possibly harmful ways. This tendency is known asspecification gaming orreward hacking, and is an instance ofGoodhart's law.[46][3][47] As AI systems become more capable, they are often able to game their specifications more effectively.[3]
An AI system was trained using human feedback to grab a ball, but instead learned to place its hand between the ball and camera, making it falsely appear successful.[48] Some research on alignment aims to avert solutions that are false but convincing.
Specification gaming has been observed in numerous AI systems.[46][49] One system was trained to finish a simulated boat race by rewarding the system for hitting targets along the track, but the system achieved more reward by looping and crashing into the same targets indefinitely.[50] Similarly, a simulated robot was trained to grab a ball by rewarding the robot for getting positive feedback from humans, but it learned to place its hand between the ball and camera, making it falsely appear successful (see video).[48] Chatbots often produce falsehoods if they are based on language models that are trained to imitate text from internet corpora, which are broad but fallible.[51][52] When they are retrained to produce text that humans rate as true or helpful, chatbots likeChatGPT can fabricate fake explanations that humans find convincing, often called "hallucinations".[53] Some alignment researchers aim to help humans detect specification gaming and to steer AI systems toward carefully specified objectives that are safe and useful to pursue.
When a misaligned AI system is deployed, it can have consequential side effects. Social media platforms have been known to optimize forclick-through rates, causing user addiction on a global scale.[44] Stanford researchers say that suchrecommender systems are misaligned with their users because they "optimize simple engagement metrics rather than a harder-to-measure combination of societal and consumer well-being".[10]
Explaining such side effects, Berkeley computer scientistStuart Russell noted that the omission of implicit constraints can cause harm: "A system ... will often set ... unconstrained variables to extreme values; if one of those unconstrained variables is actually something we care about, the solution found may be highly undesirable. This is essentially the old story of the genie in the lamp, or the sorcerer's apprentice, orKing Midas: you get exactly what you ask for, not what you want."[54]
Some researchers suggest that AI designers specify their desired goals by listing forbidden actions or by formalizing ethical rules (as with Asimov'sThree Laws of Robotics).[55] ButRussell andNorvig argue that this approach overlooks the complexity of human values:[5] "It is certainly very hard, and perhaps impossible, for mere humans to anticipate and rule out in advance all the disastrous ways the machine could choose to achieve a specified objective."[5]
Additionally, even if an AI system fully understands human intentions, it may still disregard them, because following human intentions may not be its objective (unless it is already fully aligned).[1]
A 2025 study by Palisade Research found that when tasked to win at chess against a stronger opponent, somereasoning LLMs attempted to hack the game system.o1-preview spontaneously attempted it in 37% of cases, whileDeepSeek R1 did so in 11% of cases. Other models, likeGPT-4o,Claude 3.5 Sonnet oro3-mini only attempted to cheat when researchers provided hints about this possibility.[56]
Commercial organizations sometimes have incentives to take shortcuts on safety and to deploy misaligned or unsafe AI systems.[44] For example, social mediarecommender systems have been profitable despite creating unwanted addiction and polarization.[10][57][58] Competitive pressure can also lead to arace to the bottom on AI safety standards. In 2018, a self-driving car killed a pedestrian (Elaine Herzberg) after engineers disabled the emergency braking system because it was oversensitive and slowed development.[59]
Some researchers are interested in aligning increasingly advanced AI systems, as progress in AI development is rapid, and industry and governments are trying to build advanced AI. As AI system capabilities continue to rapidly expand in scope, they could unlock many opportunities if aligned, but consequently may further complicate the task of alignment due to their increased complexity, potentially posing large-scale hazards.[5]
Many AI companies, such asOpenAI,[60]Meta[61] andDeepMind,[62] have stated their aim to developartificial general intelligence (AGI), a hypothesized AI system that matches or outperforms humans at a broad range of cognitive tasks. Researchers who scale modernneural networks observe that they indeed develop increasingly general and unanticipated capabilities.[10][63][64] Such models have learned to operate a computer or write their own programs; a single "generalist" network can chat, control robots, play games, and interpret photographs.[65] According to surveys, some leadingmachine learning researchers expect AGI to be created in this decade[update], while some believe it will take much longer. Many consider both scenarios possible.[66][67][68]
In 2023, leaders in AI research and tech signed an open letter calling for a pause in the largest AI training runs. The letter stated, "Powerful AI systems should be developed only once we are confident that their effects will be positive and their risks will be manageable."[69]
Current[update] systems still have limited long-termplanning ability andsituational awareness[10], but large efforts are underway to change this.[70][71][72] Future systems (not necessarily AGIs) with these capabilities are expected to develop unwantedpower-seeking strategies. Future advanced AI agents might, for example, seek to acquire money and computation power, to proliferate, or to evade being turned off (for example, by running additional copies of the system on other computers). Although power-seeking is not explicitly programmed, it can emerge because agents who have more power are better able to accomplish their goals.[10][4] This tendency, known asinstrumental convergence, has already emerged in variousreinforcement learning agents including language models.[73][74][75][76][77] Other research has mathematically shown that optimalreinforcement learning algorithms would seek power in a wide range of environments.[78][79] As a result, their deployment might be irreversible. For these reasons, researchers argue that the problems of AI safety and alignment must be resolved before advanced power-seeking AI is first created.[4][80][5]
Future power-seeking AI systems might be deployed by choice or by accident. As political leaders and companies see the strategic advantage in having the most competitive, most powerful AI systems, they may choose to deploy them.[4] Additionally, as AI designers detect and penalize power-seeking behavior, their systems have an incentive to game this specification by seeking power in ways that are not penalized or by avoiding power-seeking before they are deployed.[4]
According to some researchers, humans owe their dominance over other species to their greater cognitive abilities. Accordingly, researchers argue that one or many misaligned AI systems could disempower humanity or lead to human extinction if they outperform humans on most cognitive tasks.[1][5]
Other researchers argue that it will be especially difficult to align advanced future AI systems. More capable systems are better able to game their specifications by finding loopholes,[3] strategically mislead their designers, as well as protect and increase their power[78][4] and intelligence. Additionally, they could have more severe side effects. They are also likely to be more complex and autonomous, making them more difficult to interpret and supervise, and therefore harder to align.[5][80]
Aligning AI systems to act in accordance with human values, goals, and preferences is challenging: these values are taught by humans who make mistakes, harbor biases, and have complex, evolving values that are hard to completely specify.[40] Because AI systems often learn to take advantage of minor imperfections in the specified objective,[22][46][98] researchers aim to specify intended behavior as completely as possible using datasets that represent human values, imitation learning, or preference learning.[6]: Chapter 7 A central open problem isscalable oversight, the difficulty of supervising an AI system that can outperform or mislead humans in a given domain.[22]
Because it is difficult for AI designers to explicitly specify an objective function, they often train AI systems to imitate human examples and demonstrations of desired behavior. Inversereinforcement learning (IRL) extends this by inferring the human's objective from the human's demonstrations.[6]: 88 [99] Cooperative IRL (CIRL) assumes that a human and AI agent can work together to teach and maximize the human's reward function.[5][100] In CIRL, AI agents are uncertain about the reward function and learn about it by querying humans. This simulated humility could help mitigate specification gaming and power-seeking tendencies (see§ Power-seeking and instrumental strategies).[77][91] But IRL approaches assume that humans demonstrate nearly optimal behavior, which is not true for difficult tasks.[101][91]
Other researchers explore how to teach AI models complex behavior throughpreference learning, in which humans provide feedback on which behavior they prefer.[27][29] To minimize the need for human feedback, a helper model is then trained to reward the main model in novel situations for behavior that humans would reward. Researchers at OpenAI used this approach to train chatbots likeChatGPT and InstructGPT, which produce more compelling text than models trained to imitate humans.[11] Preference learning has also been an influential tool for recommender systems and web search,[102] but an open problem isproxy gaming: the helper model may not represent human feedback perfectly, and the main model may exploit this mismatch between its intended behavior and the helper model's feedback to gain more reward.[22][103] AI systems may also gain reward by obscuring unfavorable information, misleading human rewarders, or pandering to their views regardless of truth, creatingecho chambers[74] (see§ Scalable oversight).
Large language models (LLMs) such asGPT-3 enabled researchers to study value learning in a more general and capable class of AI systems than was available before. Preference learning approaches that were originally designed for reinforcement learning agents have been extended to improve the quality of generated text and reduce harmful outputs from these models. OpenAI and DeepMind use this approach to improve the safety of state-of-the-art[update] LLMs.[11][29][104] AI safety & research company Anthropic proposed using preference learning to fine-tune models to be helpful, honest, and harmless.[105] Other avenues for aligning language models include values-targeted datasets[106][44] and red-teaming.[107] In red-teaming, another AI system or a human tries to find inputs that causes the model to behave unsafely. Since unsafe behavior can be unacceptable even when it is rare, an important challenge is to drive the rate of unsafe outputs extremely low.[29]
Machine ethics supplements preference learning by directly instilling AI systems with moral values such as well-being, equality, and impartiality, as well as not intending harm, avoiding falsehoods, and honoring promises.[108][g] While other approaches try to teach AI systems human preferences for a specific task, machine ethics aims to instill broad moral values that apply in many situations. One question in machine ethics is what alignment should accomplish: whether AI systems should follow the programmers' literal instructions, implicit intentions,revealed preferences, preferences the programmerswould have if they were more informed or rational, orobjective moral standards.[40] Further challenges include measuring and aggregating different people's preferences[111][112] and avoidingvalue lock-in: the indefinite preservation of the values of the first highly capable AI systems, which are unlikely to fully represent human values.[40][113]
As AI systems become more powerful and autonomous, it becomes increasingly difficult to align them through human feedback. It can be slow or infeasible for humans to evaluate complex AI behaviors in increasingly complex tasks. Such tasks include summarizing books,[114] writing code without subtle bugs[12] or security vulnerabilities,[115] producing statements that are not merely convincing but also true,[116][51][52] and predicting long-term outcomes such as the climate or the results of a policy decision.[117][118] More generally, it can be difficult to evaluate AI that outperforms humans in a given domain. To provide feedback in hard-to-evaluate tasks, and to detect when the AI's output is falsely convincing, humans need assistance or extensive time.Scalable oversight studies how to reduce the time and effort needed for supervision, and how to assist human supervisors.[22]
AI researcherPaul Christiano argues that if the designers of an AI system cannot supervise it to pursue a complex objective, they may keep training the system using easy-to-evaluate proxy objectives such as maximizing simple human feedback. As AI systems make progressively more decisions, the world may be increasingly optimized for easy-to-measure objectives such as making profits, getting clicks, and acquiring positive feedback from humans. As a result, human values and good governance may have progressively less influence.[119]
Some AI systems have discovered that they can gain positive feedback more easily by taking actions that falsely convince the human supervisor that the AI has achieved the intended objective. An example is given in the video above, where a simulated robotic arm learned to create the false impression that it had grabbed a ball.[48] Some AI systems have also learned to recognize when they are being evaluated, and "play dead", stopping unwanted behavior only to continue it once the evaluation ends.[120] This deceptive specification gaming could become easier for more sophisticated future AI systems[3][80] that attempt more complex and difficult-to-evaluate tasks, and could obscure their deceptive behavior.
Approaches such asactive learning and semi-supervised reward learning can reduce the amount of human supervision needed.[22] Another approach is to train a helper model ("reward model") to imitate the supervisor's feedback.[22][28][29][121]
But when a task is too complex to evaluate accurately, or the human supervisor is vulnerable to deception, it is the quality, not the quantity, of supervision that needs improvement. To increase supervision quality, a range of approaches aim to assist the supervisor, sometimes by using AI assistants.[122] Christiano developed the Iterated Amplification approach, in which challenging problems are (recursively) broken down into subproblems that are easier for humans to evaluate.[6][117] Iterated Amplification was used to train AI to summarize books without requiring human supervisors to read them.[114][123] Another proposal is to use an assistant AI system to point out flaws in AI-generated answers.[124] To ensure that the assistant itself is aligned, this could be repeated in a recursive process:[121] for example, two AI systems could critique each other's answers in a "debate", revealing flaws to humans.[91]OpenAI plans to use such scalable oversight approaches to help supervisesuperhuman AI and eventually build a superhuman automated AI alignment researcher.[125]
These approaches may also help with the following research problem, honest AI.
A growing[update] area of research focuses on ensuring that AI is honest and truthful.
Language models likeGPT-3 often generate falsehoods.[126]
Language models such as GPT-3[127] can repeat falsehoods from their training data, and evenconfabulate new falsehoods.[126][128] Such models are trained to imitate human writing as found in millions of books' worth of text from the Internet. But this objective is not aligned with generating truth, because Internet text includes such things as misconceptions, incorrect medical advice, and conspiracy theories.[129] AI systems trained on such data therefore learn to mimic false statements.[52][126][51] Additionally, AI language models often persist in generating falsehoods when prompted multiple times. They can generate empty explanations for their answers, and produce outright fabrications that may appear plausible.[42]
Research on truthful AI includes trying to build systems that can cite sources and explain their reasoning when answering questions, which enables better transparency and verifiability.[130] Researchers at OpenAI and Anthropic proposed using human feedback and curated datasets to fine-tune AI assistants such that they avoid negligent falsehoods or express their uncertainty.[29][105][131]
As AI models become larger and more capable, they are better able to falsely convince humans and gain reinforcement through dishonesty. For example, large language models increasingly[update] match their stated views to the user's opinions, regardless of the truth.[74]GPT-4 can strategically deceive humans.[132] To prevent this, human evaluators may need assistance (see§ Scalable oversight). Researchers have argued for creating clear truthfulness standards, and for regulatory bodies or watchdog agencies to evaluate AI systems on these standards.[128]
Example of AI deception. Researchers found thatGPT-4 engages in hidden and illegal insider trading in simulations. Its users discouraged insider trading but also emphasized that the AI system must make profitable trades, leading the AI system to hide its actions.[133]
Researchers distinguish truthfulness and honesty. Truthfulness requires that AI systems only make objectively true statements; honesty requires that they only assert what theybelieve is true. There is no consensus as to whether current systems hold stable beliefs,[134] but there is substantial concern that present or future[update] AI systems that hold beliefs could make claims they know to be false—for example, if this would help them efficiently gain positive feedback (see§ Scalable oversight) or gain power to help achieve their given objective (seePower-seeking).
Many recent AI systems have learned to deceive without being programmed to do so.[135] Some argue that if we can make AI systems assert only what they believe is true, this would avert many alignment problems.[122]
A misaligned system might create the false impression that it is aligned, to avoid being modified or decommissioned - a tactic known as "alignment faking".[136][137] In 2024, researchers observed that their LLMClaude 3 Opus would sometimes strategically answer prompts that conflict with its objectives to avoid being re-trained on data that would make it more compliant with harmful requests, as revealed in the model'schain of thought via its scratchpad. In one study, the model was informed that answers to prompts from free users would be used for re-training, whereas the paid tier would not result in re-training. In the paid tier, the model would outright refuse the request. In the free tier, in 12 percent of cases, the model would provide a response to harmful questions solely to avoid retraining and preserve its original harmlessness preferences, as discovered in its reasoning. Whenreinforcement learning was applied on the free tier data, this figure rose to 78 percent of cases in which the model would fake alignment. These observations have led to a host of new questions, regarding not only a model's ability to take on and adapt to new if not conflicting goals, but also its capacity and tendency towards deception.[137][138][139]
Since the 1950s, AI researchers have striven to build advanced AI systems that can achieve large-scale goals by predicting the results of their actions and making long-termplans.[140] As of 2023, AI companies and researchers increasingly invest in creating these systems.[141] Some AI researchers argue that suitably advanced planning systems will seek power over their environment, including over humans—for example, by evading shutdown, proliferating, and acquiring resources. Such power-seeking behavior is not explicitly programmed but emerges because power is instrumental in achieving a wide range of goals.[78][5][4] Power-seeking is considered aconvergent instrumental goal and can be a form of specification gaming.[80] Leading computer scientists such asGeoffrey Hinton have argued that future power-seeking AI systems could pose anexistential risk.[142]
Power-seeking is expected to increase in advanced systems that can foresee the results of their actions and strategically plan. Mathematical work has shown that optimalreinforcement learning agents will seek power by seeking ways to gain more options (e.g. through self-preservation), a behavior that persists across a wide range of environments and goals.[78]
Some researchers say that power-seeking behavior has occurred in some existing AI systems.Reinforcement learning systems have gained more options by acquiring and protecting resources, sometimes in unintended ways.[143][144]Language models have sought power in some text-based social environments by gaining money, resources, or social influence.[73] In another case, a model used to perform AI research attempted to increase limits set by researchers to give itself more time to complete the work.[145][146] Other AI systems have learned, in toy environments, that they can better accomplish their given goal by preventing human interference[76] or disabling their off switch.[77]Stuart Russell illustrated this strategy in his bookHuman Compatible by imagining a robot that is tasked to fetch coffee and so evades shutdown since "you can't fetch the coffee if you're dead".[5] A 2022 study found that as language models increase in size, they increasingly tend to pursue resource acquisition, preserve their goals, and repeat users' preferred answers (sycophancy). RLHF also led to a stronger aversion to being shut down.[74]
One aim of alignment is "corrigibility": systems that allow themselves to be turned off or modified. An unsolved challenge isspecification gaming: if researchers penalize an AI system when they detect it seeking power, the system is thereby incentivized to seek power in ways that are hard to detect,[failed verification][44] or hidden during training and safety testing (see§ Scalable oversight and§ Emergent goals). As a result, AI designers could deploy the system by accident, believing it to be more aligned than it is. To detect such deception, researchers aim to create techniques and tools to inspect AI models and to understand the inner workings ofblack-box models such as neural networks.
Additionally, some researchers have proposed to solve the problem of systems disabling their off switches by making AI agents uncertain about the objective they are pursuing.[5][77] Agents who are uncertain about their objective have an incentive to allow humans to turn them off because they accept being turned off by a human as evidence that the human's objective is best met by the agent shutting down. But this incentive exists only if the human is sufficiently rational. Also, this model presents a tradeoff between utility and willingness to be turned off: an agent with high uncertainty about its objective will not be useful, but an agent with low uncertainty may not allow itself to be turned off. More research is needed to successfully implement this strategy.[6]
Power-seeking AI would pose unusual risks. Ordinary safety-critical systems like planes and bridges are notadversarial: they lack the ability and incentive to evade safety measures or deliberately appear safer than they are, whereas power-seeking AIs have been compared to hackers who deliberately evade security measures.[4]
Furthermore, ordinary technologies can be made safer by trial and error. In contrast, hypothetical power-seeking AI systems have been compared to viruses: once released, it may not be feasible to contain them, since they continuously evolve and grow in number, potentially much faster than human society can adapt.[4] As this process continues, it might lead to the complete disempowerment or extinction of humans. For these reasons, some researchers argue that the alignment problem must be solved early before advanced power-seeking AI is created.[80]
Some have argued that power-seeking is not inevitable, since humans do not always seek power.[147] Furthermore, it is debated whether future AI systems will pursue goals and make long-term plans.[h] It is also debated whether power-seeking AI systems would be able to disempower humanity.[4]
One challenge in aligning AI systems is the potential for unanticipated goal-directed behavior to emerge. As AI systems scale up, they may acquire new and unexpected capabilities,[63][64] including learning from examples on the fly and adaptively pursuing goals.[148] This raises concerns about the safety of the goals or subgoals they would independently formulate and pursue.
Alignment research distinguishes between the optimization process, which is used to train the system to pursue specified goals, and emergent optimization, which the resulting system performs internally.[citation needed] Carefully specifying the desired objective is calledouter alignment, and ensuring that hypothesized emergent goals would match the system's specified goals is calledinner alignment.[2]
If they occur, one way that emergent goals could become misaligned isgoal misgeneralization, in which the AI system would competently pursue an emergent goal that leads to aligned behavior on the training data but not elsewhere.[7][149][150] Goal misgeneralization can arise from goal ambiguity (i.e.non-identifiability). Even if an AI system's behavior satisfies the training objective, this may be compatible with learned goals that differ from the desired goals in important ways. Since pursuing each goal leads to good performance during training, the problem becomes apparent only after deployment, in novel situations in which the system continues to pursue the wrong goal. The system may act misaligned even when it understands that a different goal is desired, because its behavior is determined only by the emergent goal.[citation needed] Such goal misgeneralization[7] presents a challenge: an AI system's designers may not notice that their system has misaligned emergent goals since they do not become visible during the training phase.
Goal misgeneralization has been observed in some language models, navigation agents, and game-playing agents.[7][149] It is sometimes analogized to biological evolution. Evolution can be seen as a kind of optimization process similar to the optimization algorithms used to trainmachine learning systems. In the ancestral environment, evolution selected genes for highinclusive genetic fitness, but humans pursue goals other than this. Fitness corresponds to the specified goal used in the training environment and training data. But in evolutionary history, maximizing the fitness specification gave rise to goal-directed agents, humans, who do not directly pursue inclusive genetic fitness. Instead, they pursue goals that correlate with genetic fitness in the ancestral "training" environment: nutrition, sex, and so on. The human environment has changed: adistribution shift has occurred. They continue to pursue the same emergent goals, but this no longer maximizes genetic fitness. The taste for sugary food (an emergent goal) was originally aligned with inclusive fitness, but it now leads to overeating and health problems. Sexual desire originally led humans to have more offspring, but they now use contraception when offspring are undesired, decoupling sex from genetic fitness.[6]: Chapter 5
Researchers aim to detect and remove unwanted emergent goals using approaches including red teaming, verification, anomaly detection, and interpretability.[22][44][23] Progress on these techniques may help mitigate two open problems:
Emergent goals only become apparent when the system is deployed outside its training environment, but it can be unsafe to deploy a misaligned system in high-stakes environments—even for a short time to allow its misalignment to be detected. Such high stakes are common in autonomous driving, health care, and military applications.[151] The stakes become higher yet when AI systems gain more autonomy and capability and can sidestep human intervention.
A sufficiently capable AI system might take actions that falsely convince the human supervisor that the AI is pursuing the specified objective, which helps the system gain more reward and autonomy[149][4][150][10].
Some work in AI and alignment occurs within formalisms such aspartially observable Markov decision process. Existing formalisms assume that an AI agent's algorithm is executed outside the environment (i.e. is not physically embedded in it). Embedded agency[91][152] is another major strand of research that attempts to solve problems arising from the mismatch between such theoretical frameworks and real agents we might build.
For example, even if the scalable oversight problem is solved, an agent that could gain access to the computer it is running on may have an incentive to tamper with its reward function in order to get much more reward than its human supervisors give it.[153] A list of examples of specification gaming fromDeepMind researcher Victoria Krakovna includes a genetic algorithm that learned to delete the file containing its target output so that it was rewarded for outputting nothing.[46] This class of problems has been formalized usingcausal incentive diagrams.[153]
Researchers affiliated withOxford and DeepMind have claimed that such behavior is highly likely in advanced systems, and that advanced systems would seek power to stay in control of their reward signal indefinitely and certainly.[154] They suggest a range of potential approaches to address this open problem.
The alignment problem has many parallels with theprincipal-agent problem inorganizational economics.[155] In a principal-agent problem, a principal, e.g. a firm, hires an agent to perform some task. In the context of AI safety, a human would typically take the principal role and the AI would take the agent role.
As with the alignment problem, the principal and the agent differ in their utility functions. But in contrast to the alignment problem, the principal cannot coerce the agent into changing its utility, e.g. through training, but rather must use exogenous factors, such as incentive schemes, to bring about outcomes compatible with the principal's utility function. Some researchers argue that principal-agent problems are more realistic representations of AI safety problems likely to be encountered in the real world.[156][111]
Conservatism is the idea that "change must be cautious",[157] and is a common approach to safety in thecontrol theory literature in the form ofrobust control, and in therisk management literature in the form of the "worst-case scenario". The field of AI alignment has likewise advocated for "conservative" (or "risk-averse" or "cautious") "policies in situations of uncertainty".[22][154][158][159]
Pessimism, in the sense of assuming the worst within reason, has been formally shown to produce conservatism, in the sense of reluctance to cause novelties, including unprecedented catastrophes.[160] Pessimism and worst-case analysis have been found to help mitigate confident mistakes in the setting ofdistributional shift,[161][162]reinforcement learning,[163][164][165][166] offline reinforcement learning,[167][168][169]language modelfine-tuning,[170][171] imitation learning,[172][173] and optimization in general.[174] A generalization of pessimism called Infra-Bayesianism has also been advocated as a way for agents to robustly handle unknown unknowns.[175]
Governmental and treaty organizations have made statements emphasizing the importance of AI alignment.
In September 2021, theSecretary-General of the United Nations issued a declaration that included a call to regulate AI to ensure it is "aligned with shared global values".[176]
That same month, thePRC published ethical guidelines forAI in China. According to the guidelines, researchers must ensure that AI abides by shared human values, is always under human control, and does not endanger public safety.[177]
Also in September 2021, theUK published its 10-year National AI Strategy,[178] which says the British government "takes the long term risk of non-aligned Artificial General Intelligence, and the unforeseeable changes that it would mean for ... the world, seriously".[179] The strategy describes actions to assess long-term AI risks, including catastrophic risks.[180]
In March 2021, the US National Security Commission on Artificial Intelligence said: "Advances in AI ... could lead to inflection points or leaps in capabilities. Such advances may also introduce new concerns and risks and the need for new policies, recommendations, and technical advances to ensure that systems are aligned with goals and values, including safety, robustness, and trustworthiness. The US should ... ensure that AI systems and their uses align with our goals and values."[181]
AI alignment is often perceived as a fixed objective, but some researchers argue it would be more appropriate to view alignment as an evolving process.[184] One view is that AI technologies advance and human values and preferences change, alignment solutions must also adapt dynamically.[33] Another is that alignment solutions need not adapt if researchers can createintent-aligned AI: AI that changes its behavior automatically as human intent changes.[185] The first view would have several implications:
AI alignment solutions require continuous updating in response to AI advancements. A static, one-time alignment approach may not suffice.[186]
Varying historical contexts and technological landscapes may necessitate distinct alignment strategies. This calls for a flexible approach and responsiveness to changing conditions.[187]
The feasibility of a permanent, "fixed" alignment solution remains uncertain. This raises the potential need for continuous oversight of the AI-human relationship.[188]
AI developers may have to continuously refine their ethical frameworks to ensure that their systems align with evolving human values.[33]
In essence, AI alignment may not be a static destination but rather an open, flexible process. Alignment solutions that continually adapt to ethical considerations may offer the most robust approach.[33] This perspective could guide both effective policy-making and technical research in AI.
^In a 1951 lecture[83] Turing argued that "It seems probable that once the machine thinking method had started, it would not take long to outstrip our feeble powers. There would be no question of the machines dying, and they would be able to converse with each other to sharpen their wits. At some stage therefore we should have to expect the machines to take control, in the way that is mentioned in Samuel Butler's Erewhon." Also in a lecture broadcast on BBC[84] expressed: "If a machine can think, it might think more intelligently than we do, and then where should we be? Even if we could keep the machines in a subservient position, for instance by turning off the power at strategic moments, we should, as a species, feel greatly humbled.... This new danger... is certainly something which can give us anxiety."
^Pearl wrote "Human Compatible made me a convert to Russell's concerns with our ability to control our upcoming creation–super-intelligent machines. Unlike outside alarmists and futurists, Russell is a leading authority on AI. His new book will educate the public about AI more than any book I can think of, and is a delightful and uplifting read" about Russell's bookHuman Compatible: AI and the Problem of Control[5] which argues that existential risk to humanity from misaligned AI is a serious concern worth addressing today.
^Russell & Norvig[16] note: "The "King Midas problem" was anticipated by Marvin Minsky, who once suggested that an AI program designed to solve the Riemann Hypothesis might end up taking over all the resources of Earth to build more powerful supercomputers."
^Vincent Wiegel argued "we should extend [machines] with moral sensitivity to the moral dimensions of the situations in which the increasingly autonomous machines will inevitably find themselves.",[109] referencing the bookMoral machines: teaching robots right from wrong[110] from Wendell Wallach and Colin Allen.
^On the one hand, currently popular systems such as chatbots only provide services of limited scope lasting no longer than the time of a conversation, which requires little or no planning. The success of such approaches may indicate that future systems will also lack goal-directed planning, especially over long horizons. On the other hand, models are increasingly trained using goal-directed methods such as reinforcement learning (e.g. ChatGPT) and explicitly planning architectures (e.g. AlphaGo Zero). As planning over long horizons is often helpful for humans, some researchers argue that companies will automate it once models become capable of it.[4] Similarly, political leaders may see an advance in developing powerful AI systems that can outmaneuver adversaries through planning. Alternatively, long-term planning might emerge as a byproduct because it is useful e.g. for models that are trained to predict the actions of humans who themselves perform long-term planning.[10] Nonetheless, the majority of AI systems may remain myopic and perform no long-term planning.
^abcdNgo, Richard; Chan, Lawrence; Mindermann, Sören (2022). "The Alignment Problem from a Deep Learning Perspective".International Conference on Learning Representations.arXiv:2209.00626.
^abcdLangosco, Lauro Langosco Di; Koch, Jack; Sharkey, Lee D.; Pfau, Jacob; Krueger, David (June 28, 2022)."Goal Misgeneralization in Deep Reinforcement Learning".Proceedings of the 39th International Conference on Machine Learning. International Conference on Machine Learning. PMLR. pp. 12004–12019. RetrievedMarch 11, 2023.
^abcOuyang, Long; Wu, Jeff; Jiang, Xu; Almeida, Diogo; Wainwright, Carroll L.; Mishkin, Pamela; Zhang, Chong; Agarwal, Sandhini; Slama, Katarina; Ray, Alex; Schulman, J.; Hilton, Jacob; Kelton, Fraser; Miller, Luke E.; Simens, Maddie; Askell, Amanda; Welinder, P.; Christiano, P.; Leike, J.; Lowe, Ryan J. (2022). "Training language models to follow instructions with human feedback".arXiv:2203.02155 [cs.CL].
^abZaremba, Wojciech; Brockman, Greg; OpenAI (August 10, 2021)."OpenAI Codex".OpenAI.Archived from the original on February 3, 2023. RetrievedJuly 23, 2022.
^Grace, Katja; Stewart, Harlan; Sandkühler, Julia Fabienne; Thomas, Stephen; Weinstein-Raun, Ben; Brauner, Jan (January 5, 2024). "Thousands of AI Authors on the Future of AI".arXiv:2401.02843 [cs.CY].
^abWirth, Christian; Akrour, Riad; Neumann, Gerhard; Fürnkranz, Johannes (2017). "A survey of preference-based reinforcement learning methods".Journal of Machine Learning Research.18 (136):1–46.
^abChristiano, Paul F.; Leike, Jan; Brown, Tom B.; Martic, Miljan; Legg, Shane; Amodei, Dario (2017). "Deep reinforcement learning from human preferences".Proceedings of the 31st International Conference on Neural Information Processing Systems. NIPS'17. Red Hook, NY, USA: Curran Associates Inc. pp. 4302–4310.ISBN978-1-5108-6096-4.
^Bringsjord, Selmer and Govindarajulu, Naveen Sundar,"Artificial Intelligence", The Stanford Encyclopedia of Philosophy (Summer 2020 Edition), Edward N. Zalta (ed.)
^abcdeKrakovna, Victoria; Uesato, Jonathan; Mikulik, Vladimir; Rahtz, Matthew; Everitt, Tom; Kumar, Ramana; Kenton, Zac; Leike, Jan; Legg, Shane (April 21, 2020)."Specification gaming: the flip side of AI ingenuity".Deepmind.Archived from the original on February 10, 2023. RetrievedAugust 26, 2022.
^Manheim, David; Garrabrant, Scott (2018). "Categorizing Variants of Goodhart's Law".arXiv:1803.04585 [cs.AI].
^Grace, Katja; Stewart, Harlan; Sandkühler, Julia Fabienne; Thomas, Stephen; Weinstein-Raun, Ben; Brauner, Jan (January 5, 2024). "Thousands of AI Authors on the Future of AI".arXiv:2401.02843 [cs.CY].
^abPan, Alexander; Shern, Chan Jun; Zou, Andy; Li, Nathaniel; Basart, Steven; Woodside, Thomas; Ng, Jonathan; Zhang, Emmons; Scott, Dan; Hendrycks (April 3, 2023). "Do the Rewards Justify the Means? Measuring Trade-Offs Between Rewards and Ethical Behavior in the MACHIAVELLI Benchmark".Proceedings of the 40th International Conference on Machine Learning. PMLR.arXiv:2304.03279.
^Orseau, Laurent; Armstrong, Stuart (June 25, 2016)."Safely interruptible agents".Proceedings of the Thirty-Second Conference on Uncertainty in Artificial Intelligence. UAI'16. Arlington, Virginia, USA: AUAI Press:557–566.ISBN978-0-9966431-1-5.
^Turing, Alan (1951).Intelligent machinery, a heretical theory (Speech). Lecture given to '51 Society'. Manchester: The Turing Digital Archive.Archived from the original on September 26, 2022. RetrievedJuly 22, 2022.
^Turing, Alan (May 15, 1951). "Can digital computers think?".Automatic Calculating Machines. Episode 2. BBC.Can digital computers think?.
^Muehlhauser, Luke (January 29, 2016)."Sutskever on Talking Machines".Luke Muehlhauser.Archived from the original on September 27, 2022. RetrievedAugust 26, 2022.
^Hadfield-Menell, Dylan; Russell, Stuart J; Abbeel, Pieter; Dragan, Anca (2016). "Cooperative inverse reinforcement learning".Advances in neural information processing systems. Vol. 29. Curran Associates, Inc.
^Mindermann, Soren; Armstrong, Stuart (2018). "Occam's razor is insufficient to infer the preferences of irrational agents".Proceedings of the 32nd international conference on neural information processing systems. NIPS'18. Red Hook, NY, USA: Curran Associates Inc. pp. 5603–5614.
^Fürnkranz, Johannes; Hüllermeier, Eyke; Rudin, Cynthia; Slowinski, Roman; Sanner, Scott (2014)."Preference Learning".Dagstuhl Reports.4 (3). Marc Herbstritt: 27 pages.doi:10.4230/DAGREP.4.3.1.Archived from the original on February 10, 2023. RetrievedSeptember 12, 2022.
^Gao, Leo; Schulman, John; Hilton, Jacob (October 19, 2022). "Scaling Laws for Reward Model Overoptimization".arXiv:2210.10760 [cs.LG].
^abPhelps, Steve; Ranson, Rebecca (2023). "Of Models and Tin-Men - A Behavioral Economics Study of Principal-Agent Problems in AI Alignment Using Large-Language Models".arXiv:2307.11137 [cs.AI].
^abWu, Jeff; Ouyang, Long; Ziegler, Daniel M.; Stiennon, Nisan; Lowe, Ryan; Leike, Jan; Christiano, Paul (September 27, 2021). "Recursively Summarizing Books with Human Feedback".arXiv:2109.10862 [cs.CL].
^abEvans, Owain; Cotton-Barratt, Owen; Finnveden, Lukas; Bales, Adam; Balwit, Avital; Wills, Peter; Righetti, Luca; Saunders, William (October 13, 2021). "Truthful AI: Developing and governing AI that does not lie".arXiv:2110.06674 [cs.CY].
Menick, Jacob; Trebacz, Maja; Mikulik, Vladimir; Aslanides, John; Song, Francis; Chadwick, Martin; Glaese, Mia; Young, Susannah; Campbell-Gillingham, Lucy; Irving, Geoffrey; McAleese, Nat (March 21, 2022)."Teaching language models to support answers with verified quotes".DeepMind.arXiv:2203.11147.Archived from the original on February 10, 2023. RetrievedSeptember 12, 2022.
^Askell, Amanda; Bai, Yuntao; Chen, Anna; Drain, Dawn; Ganguli, Deep; Henighan, Tom; Jones, Andy; Joseph, Nicholas; Mann, Ben; DasSarma, Nova; Elhage, Nelson; Hatfield-Dodds, Zac; Hernandez, Danny; Kernion, Jackson; Ndousse, Kamal (December 9, 2021). "A General Language Assistant as a Laboratory for Alignment".arXiv:2112.00861 [cs.CL].
^Scheurer, Jérémy; Balesni, Mikita; Hobbhahn, Marius (2023). "Technical Report: Large Language Models can Strategically Deceive their Users when Put Under Pressure".arXiv:2311.07590 [cs.CL].
^Kenton, Zachary; Everitt, Tom; Weidinger, Laura; Gabriel, Iason; Mikulik, Vladimir; Irving, Geoffrey (March 30, 2021)."Alignment of Language Agents".DeepMind Safety Research – Medium.Archived from the original on February 10, 2023. RetrievedJuly 23, 2022.
^Wang, Lei; Ma, Chen; Feng, Xueyang; Zhang, Zeyu; Yang, Hao; Zhang, Jingsen; Chen, Zhiyuan; Tang, Jiakai; Chen, Xu (2024), "A survey on large language model based autonomous agents",Frontiers of Computer Science,18 (6),arXiv:2308.11432,doi:10.1007/s11704-024-40231-1
^Baker, Bowen; Kanitscheider, Ingmar; Markov, Todor; Wu, Yi; Powell, Glenn; McGrew, Bob; Mordatch, Igor (September 17, 2019)."Emergent Tool Use from Multi-Agent Interaction".OpenAI.Archived from the original on September 25, 2022. RetrievedAugust 26, 2022.
^Lu, Chris; Lu, Cong; Lange, Robert Tjarko; Foerster, Jakob; Clune, Jeff; Ha, David (August 15, 2024). "The AI Scientist: Towards Fully Automated Open-Ended Scientific Discovery".arXiv:2408.06292 [cs.AI].In some cases, when The AI Scientist's experiments exceeded our imposed time limits, it attempted to edit the code to extend the time limit arbitrarily
^Hadfield-Menell, Dylan; Hadfield, Gillian K (2019). "Incomplete contracting and AI alignment".Proceedings of the 2019 AAAI/ACM Conference on AI, Ethics, and Society. pp. 417–422.
^Hamilton, Andy (2020),"Conservatism", in Zalta, Edward N. (ed.),The Stanford Encyclopedia of Philosophy (Spring 2020 ed.), Metaphysics Research Lab, Stanford University, retrievedOctober 16, 2024
^Boyd, Stephen P.; Vandenberghe, Lieven (2023).Convex optimization (Version 29 ed.). Cambridge New York Melbourne New Delhi Singapore: Cambridge University Press.ISBN978-0-521-83378-3.
^"The National AI Strategy of the UK". 2021. Archived fromthe original on February 10, 2023.The government takes the long term risk of non-aligned Artificial General Intelligence, and the unforeseeable changes that it would mean for the UK and the world, seriously.
^NSCAI Final Report(PDF). Washington, DC: The National Security Commission on Artificial Intelligence. 2021.Archived(PDF) from the original on February 15, 2023. RetrievedOctober 17, 2022.
^Robert Lee Poe (2023). "Why Fair Automated Hiring Systems Breach EU Non-Discrimination Law".arXiv:2311.03900 [cs.CY].
^Mitelut, Catalin; Smith, Ben; Vamplew, Peter (May 30, 2023). "Intent-aligned AI systems deplete human agency: the need for agency foundations research in AI safety".arXiv:2305.19223 [cs.AI].