Sintra AI
Home
Live Feed
Automation Hub
Prompt Library256
AI News554
Weekly Digest
Topic Hubs
AI History
AI Labs
Research
Learning Paths
Guides
Resources
Concepts
Videos
AI Tools74
Models
Claude
Google AI
Cost Calc
Skip to content
Sintra AIConcepts
Home/Concepts/Reinforcement Learning from Human Feedback
๐ŸŽ“
Models & AITechnical

Reinforcement Learning from Human FeedbackRLHF

Training AI to be helpful and safe by learning from human preference ratings.

RLHF is the training technique that transforms a raw pre-trained LLM into a helpful, harmless assistant. It has three stages:

  1. Supervised Fine-Tuning (SFT): Fine-tune the base model on high-quality human-written demonstrations of good responses.

  2. Reward Model Training: Show human raters pairs of model outputs for the same prompt; they choose which is better. Train a separate "reward model" to predict these preferences.

  3. RL Optimisation: Use the reward model as a feedback signal to further train the LLM via Proximal Policy Optimisation (PPO) โ€” pushing the model toward responses humans prefer.

Modern variants:

  • DPO (Direct Preference Optimisation) โ€” skips the explicit reward model, more stable
  • Constitutional AI (Anthropic) โ€” uses AI-generated feedback against written principles, scales better than human raters
  • RLAIF โ€” replaces human raters with AI raters entirely

ChatGPT, Claude, and Gemini all use variants of RLHF. Without it, LLMs are surprisingly bad at following instructions and often generate harmful content.

In plain terms

Teaching a new employee by having experienced colleagues rate their work, then using those ratings to guide further training โ€” rather than writing out every rule explicitly.

Learn more

Related concepts

๐ŸŽฏ

Fine-tuning

Specialising a general AI model on your specific data and style.

๐Ÿ“œ

Constitutional AI

Teaching AI to critique and revise its own outputs against a written set of principles.

โฌก

Large Language Model

AI trained on vast text to understand and generate language.

๐Ÿ›ก๏ธ

AI Safety

The field working to ensure AI systems do what humans actually want โ€” now and as they become more capable.

Stay current

New prompts & AI news, weekly

No noise. Curated highlights from the library.

Newsletter signup is currently disabled.

Sintra Tesseract

A curated library of AI use cases, mapped across every way to think with a machine.

Open source ยท Free forever

Discover

Use CasesCollectionsAI Tools DirectoryAI NewsLearning PathsResources & Links

Reference

Claude & AnthropicAI ConceptsAI HistoryAI LabsGoogle AI Tools

Elsewhere

AI Keynote โ†—GitHub โ†—RSS Feed โ†—
ยฉ 2026 Sintra ยท Curated in the open.Built on the void.