Hybrid Approaches for Moral Value Alignment in AI Agents: a Manifesto
Elizaveta Tennant, Stephen Hailes, Mirco Musolesi
TL;DR
The paper addresses the moral value alignment problem for AI by advocating a hybrid design that integrates explicit moral principles with experiential learning. It frames a continuum from fully top-down to fully bottom-up approaches and analyzes four case studies—morally-constrained RL, Constitutional AI, RL in social dilemmas, and LLM fine-tuning with intrinsic rewards—to illustrate practical hybrid implementations. It discusses intrinsic-reward formulations based on utilitarian, deontological, and virtue ethics, and outlines evaluation strategies to detect reward hacking and assess social outcomes. The work emphasizes safety, interpretability, and adaptability, arguing that hybrid methods can provide robust, scalable moral-alignment in agentic systems and proposes open questions for future research across AI safety, ethics, and computational social science.
Abstract
Increasing interest in ensuring the safety of next-generation Artificial Intelligence (AI) systems calls for novel approaches to embedding morality into autonomous agents. This goal differs qualitatively from traditional task-specific AI methodologies. In this paper, we provide a systematization of existing approaches to the problem of introducing morality in machines - modelled as a continuum. Our analysis suggests that popular techniques lie at the extremes of this continuum - either being fully hard-coded into top-down, explicit rules, or entirely learned in a bottom-up, implicit fashion with no direct statement of any moral principle (this includes learning from human feedback, as applied to the training and finetuning of large language models, or LLMs). Given the relative strengths and weaknesses of each type of methodology, we argue that more hybrid solutions are needed to create adaptable and robust, yet controllable and interpretable agentic systems. To that end, this paper discusses both the ethical foundations (including deontology, consequentialism and virtue ethics) and implementations of morally aligned AI systems. We present a series of case studies that rely on intrinsic rewards, moral constraints or textual instructions, applied to either pure-Reinforcement Learning or LLM-based agents. By analysing these diverse implementations under one framework, we compare their relative strengths and shortcomings in developing morally aligned AI systems. We then discuss strategies for evaluating the effectiveness of moral learning agents. Finally, we present open research questions and implications for the future of AI safety and ethics which are emerging from this hybrid framework.
