Ask what should change when the equation is manipulated, then let the visualization test that expectation.
Foundation Lab
Preference-Based Alignment: RLHF, Reward Modeling, Constitutional AI
GPT-4, Claude-3, Gemini rely on RLHF-style procedures to be helpful, honest, harmless
\max_\theta \mathbb E_{\pi_\theta}[r_\phi(x,y)] - \beta\, \mathrm{KL}(\pi_\theta\,\|\,\pi_0)Selected Foundation Object
Keep the equation fixed; move through the evidence.
Conceptual explanation of RLHF as a KL-regularized Bayesian update on behavior
\max_\theta \mathbb E_{\pi_\theta}[r_\phi(x,y)] - \beta\, \mathrm{KL}(\pi_\theta\,\|\,\pi_0)Use the runnable panel, the key equation, and canonical papers as separate forms of evidence for the same object.
The useful learning product is the reusable mechanism you can carry into another model, paper, or engineering tradeoff.
This atlas page keeps the working demo; the domain notebook carries the fuller Intuition -> Math -> Code -> Demo sequence.
Why It Matters for Modern Models
- GPT-4, Claude-3, Gemini rely on RLHF-style procedures to be helpful, honest, harmless
- Constitutional AI ideas are key to Anthropic's Claude models
What Tutorials Skip
What is still poorly explained in textbooks and papers:
- Conceptual explanation of RLHF as a KL-regularized Bayesian update on behavior
- How over-optimization of learned reward leads to reward hacking and distribution shift
- Interactive visualizations of policy distributions before/after RLHF
Interactive Visualization
Core Math (Optional Deep Dive)
If you want intuition first, start with the key equation and the visualization. Come back here for the full walkthrough.
Reward modeling from preferences: Given human comparisons between outputs , learn reward model via Bradley–Terry:
RLHF objective: Fine-tune policy to maximize reward while staying close to reference model :
Constitutional AI: "labeler" is another model guided by a constitution (natural-language principles).