Democratic Inverse Constitutional AI (ICAI) methodology that derives steering principles from human preferences through structured debate, capturing the reasoning underlying human judgments rather than just final choices.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill democratic-icai-steering-from-preferences --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Democratic Icai Steering From Preferences?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-democratic-icai-steering-from-preferences)More formats (shields.io, HTML) on the badges page.
---
name: democratic-icai-steering-from-preferences
category: ai-alignment
description: Democratic Inverse Constitutional AI (ICAI) methodology that derives steering principles from human preferences through structured debate, capturing the reasoning underlying human judgments rather than just final choices.
trigger_words: preference alignment, constitutional AI, ICAI, debate-based alignment, steering principles, preference reasoning, AI alignment, human feedback
arxiv: "2606.28294"
authors: "Anthropic"
published: "2026-06-26"
---
# Democratic ICAI: Steering Principles from Preferences via Debate
## Overview
Preference-based alignment often struggles to capture the reasoning that underlies human judgments. Pairwise labels reveal only the final choice, not the multiple interacting criteria that shape preferences. Democratic ICAI addresses this by using structured debate to surface the underlying reasoning principles from human preferences, then deriving constitutional steering rules from the debated outcomes.
## Core Architecture
1. **Multi-Agent Debate**: Multiple AI agents debate the reasoning behind human preference judgments
2. **Principle Extraction**: From debates, extract the implicit principles/criteria that explain the preferences
3. **Democratic Aggregation**: Aggregate debated principles across multiple debates using democratic voting mechanisms
4. **Steering Principle Formation**: Convert aggregated principles into actionable steering rules for model alignment
## Key Steps
1. Collect pairwise human preference judgments on model outputs
2. For each judgment, initiate structured debate among agents about underlying reasoning
3. Each agent proposes candidate principles that could explain the preference
4. Agents evaluate and critique each other's proposed principles
5. Democratic voting determines which principles best explain the preferences
6. Aggregate winning principles into a constitutional rule set
7. Use extracted principles to steer model behavior during inference/fine-tuning
## When to Use
- Preference alignment where single-choice labels are insufficient
- Deriving interpretable alignment rules from opaque human preferences
- Multi-criteria decision alignment scenarios
- Building constitutional AI rules from human feedback data
## Implementation Notes
- Debate format should encourage principle-level reasoning, not just outcome justification
- Use diverse debaters to avoid groupthink in principle extraction
- Democratic aggregation should weight by principle explanatory power, not just popularity
- Extracted principles should be validated against held-out preference data
- Consider iterative refinement: use derived principles to generate new examples for further debate
## Pitfalls
- Debate quality depends on agent capabilities — weak agents may produce shallow principles
- Democratic aggregation may converge on oversimplified principles
- Principles may overfit to the specific preference dataset used
- Multi-criteria preferences may not have a single unifying principle — expect principle sets
- Steering principles must be carefully phrased to avoid unintended behavioral side effects
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!