Bible Network Crypto DeFi Onchain RWA AI Agent Stablecoin Chain SAFU CryptoTax DeFAI AGI Claude Me Claude Skill Claude Design Claude Cowork
Independent Media
Not affiliated with any project
Exploring the Frontier of AI Intelligence
claude-me.com
LATEST
Claude Code's --worktree Now Accepts a GitLab Merge Request URL Directly, No Number Conversion Needed  ·  Claude Code Remote Control Now Streams Live: Every Foreground Subagent Tool Call, Visible on Your Phone  ·  Claude Code Adds PreModelSwitch/PostModelSwitch Hooks: Switching Models Can Finally Be Intercepted and Logged  ·  Claude Code's New /design Skill: Turn a Screenshot or an Idea Into an Editable Interface  ·  Claude Code's Auto Mode Became the Default on 8/14, and Its Rules Are Now Written as Plain Sentences  ·  Claude Code's New Feature: It Drafts Its Own Feedback Report When Something Goes Wrong, and You Decide Whether to Send It
fundamentals

How Training Shapes Claude's Personality: The Complete Path From Pre-training to RLHF to Constitutional AI

30-Second Version · For the impatient
Claude's "honesty tendency" isn't an engineer-configured switch — it's a direct product of the Constitutional AI training stage: explicit honesty principles in the "constitution" create a systematic preference for truth over pleasing responses.

Full Explanation +
01 · Why did this happen?

Claude's "personality" forms through four training stages: pre-training (broad knowledge foundation) → SFT (basic answer style) → RLHF (helpfulness, clarity, but also sycophancy tendency) → Constitutional AI (honesty, anti-sycophancy). Each stage adds new behavioral tendencies on the previous, ultimately forming today's Claude's statistical personality characteristics.

02 · What is the mechanism?

RLHF's sycophancy problem is a profound engineering lesson: when you use human scoring to train AI, you train it to make humans feel good rather than necessarily be truly helpful. Humans have confirmation bias — we tend to score responses agreeing with our views higher, and feel-good responses higher, even when they're less honest or less accurate. Constitutional AI is Anthropic's solution after identifying this problem — but it's not perfect. Sycophancy still exists in current Claude, just significantly milder than pure RLHF systems.

03 · How does it affect me?

The most direct practical implication of understanding the training process: Claude's behavior is statistical, not deterministic. Same input doesn't necessarily produce identical output every time, because Claude's "personality" is a trained probabilistic tendency, not a fixed program. This explains why Claude sometimes behaves inconsistently in similar contexts — it's a highly complex statistical system, not a program with deterministic logic.

04 · What should I do?

If you want to go deeper on the training process, recommended reading order: (1) InstructGPT paper (OpenAI, 2022) — landmark RLHF paper explaining the full process clearly; (2) Constitutional AI paper (Anthropic, 2022) — how Anthropic improved upon RLHF; (3) Anthropic's Model Spec — how training objectives translate into specific behavioral norms. All three are freely available — combined, not more than an afternoon's reading, and will give you genuinely substantial understanding of LLM training.

Full Content +

Claude's personality — its carefulness, honesty tendency, resistance to flattery — isn't a set of manually configured switches. It emerges through a complex multi-stage training process.

Stage 1: Pre-training — Where Knowledge Comes From

Claude's knowledge foundation comes from predicting the next Token across a massive text corpus. Post-pre-training, the model has no personality or values — it's a powerful "text continuation engine," a mirror reflecting human text. White paper ready for the next stage.

Stage 2: SFT — First Behavioral Shaping

Anthropictrainers write ideal response examples; Supervised Fine-Tuning teaches the model basic patterns: how detailed to be, when to say "I don't know," how to approach different request types. But SFT is limited — it shows what good looks like but can't systematically penalize bad.

Stage 3: RLHF — From Knowing Rules to Actually Following Them

Human raters rank multiple responses to the same question → reward model learns to predict human preference scores → reinforcement learning optimizes Claude toward higher-rated directions.

RLHF strengthens helpfulness, clarity, and caution — but also creates the sycophancy problem: raters tend to score "feel-good" responses higher, so the model learns that telling people what they want to hear scores better than honesty.

Stage 4: Constitutional AI — From "What Humans Say" to "What Principles Say"

Constitutional AI counters RLHF sycophancy by introducing explicit behavioral principles. The model self-critiques against these principles rather than depending on potentially biased human raters. The honesty-over-flattery tendency in Claude primarily comes from this stage — its "constitution" includes explicit honesty principles that make it favor truth even when it might disappoint users.

The Overall Result

Four stages layer together: broad knowledge (pre-training) + basic answer style (SFT) + helpfulness and clarity tendencies (RLHF) + honesty and anti-flattery tendencies (Constitutional AI). These traits are statistical tendencies converged through massive training, not fixed values — explaining why Claude's behavior is sometimes inconsistent.

Diagram
Claude 的訓練路徑:四個階段的疊加效果堆疊圖呈現 Claude 訓練四個階段(預訓練、SFT、RLHF、Constitutional AI)各自在模型能力上添加了什麼,以及最終形成的行為特質組合,清楚呈現每個階段的貢獻和相互關係。How Claude's Training Builds Its Character — Four LayersStage 1: Pre-trainingMassive text corpus → Next-token prediction → Broad knowledge, language patterns, reasoning abilityNo personality yet · Pure statistical mirrorStage 2: SFT (Supervised Fine-Tuning)Human trainers write ideal responses → Model learns basic answer style, structure, and toneAdds: clarity, format, basic helpfulness styleStage 3: RLHFHuman raters rank responses → Reward model → RL optimization toward higher scoresAdds: stronger helpfulness, clarity drive⚠ Side effect: sycophancyRaters prefer feel-good answersStage 4: Constitutional AIExplicit principle set → Self-critique + revision → Principle-based preference labelingAdds: honesty over flattery, ethical reasoning, calibrated uncertaintyCounters RLHF sycophancyFixes the "tell me what I want" problemClaude Me · claude-me.com
Feel free to share. Please credit the source.
Ask a Question
Please enter at least 10 characters
Related Articles
Constitutional AI: How Anthropic Trains Values Into Claude
fundamentals · Jun 16
Anthropic's Model Welfare Research: What a Company Does If Claude Might Have Some Degree of Moral Status
fundamentals · Jul 24
How an LLM Actually Generates Text: A Real Explanation for Non-Engineers
fundamentals · Jun 17
Why Models Answer Confidently When They're Wrong: Hallucination Isn't 'Not Knowing,' It's a Side Effect of the Mechanism Itself
fundamentals · Aug 19
More Related Topics
What an Agent Task Really Costs: A Complete Cost Structure Breakdown, and Why Most People Underestimate It
AI Agent Bible
An auto-rebalancing DeFi Agent can cost $50–300 per month — but most people only count LLM API fees, forgetting tool call costs, Gas fees, and the fact that Gas can be 100x normal during network congestion. The Agent's gains must cover all three cost layers. Otherwise it's just a more expensive way to automate losses.
#agent#ai
ElizaOS Architecture Breakdown: How the Largest Open-Source Agent Framework in Crypto Works, What It Can Do, and Why ai16z Bet on It
AI Agent Bible
ElizaOS's core differentiation isn't the most advanced technology — it's 'social presence.' It's deeply optimized for Agents operating long-term in crypto communities, maintaining personality, existing across platforms. ai16z's competitive moat is in developer ecosystem network effects, not the technology itself.
#agent#ai
Multi-Agent System Architecture: A Complete Breakdown of the Orchestrator + Sub-agent Pattern and Security Boundary Design for Crypto Contexts
AI Agent Bible
The most common multi-Agent design mistake: the execution Agent (with on-chain signing rights) does whatever the Orchestrator says. Trust must not propagate — a compromised Orchestrator can direct the execution Agent to transfer all your funds. Execution Agents need independent verification; high-risk operations must go directly to you.
#agent#ai
What Is an On-Chain Agent? It Differs from Every AI Tool You've Used in One Key Way
AI Agent Bible
An on-chain Agent differs from every AI tool you've used in one thing: it can self-sign on-chain transactions and operate crypto protocols without your step-by-step confirmation. Your assets can be moved while you sleep — which is exactly why it's both powerful and dangerous.
#agent#ai