AI Pulse by Inblix

OpenAI ditches human feedback for rulebooks to make GPT safer

OpenAI Blog · Jul 16, 2026 · 2 min read · Read original article →

Curated by the Inblix editorial team


Featured image for article: OpenAI ditches human feedback for rulebooks to make GPT safer

OpenAI is quietly overhauling how it teaches large language models to behave, swapping out some slow, expensive human feedback for an automated rulebook it calls Rule-Based Rewards (RBRs). The company revealed that it has been using RBRs as a core piece of its safety stack since the launch of GPT-4, and the technique is already baked into models like GPT‑4o mini.

Here’s the problem RBRs solve. The standard playbook for alignment is reinforcement learning from human feedback (RLHF), where an army of human contractors ranks model outputs to train a ‘reward model.’ That process is brutally inefficient for routine safety judgments. It also creates a shelf-life problem. If OpenAI updates its safety policies, all that meticulously collected human preference data can become stale overnight, forcing a fresh round of data collection.

RBRs replace that loop with a set of explicit, step-by-step rules that a separate ‘grader’ language model checks against. The rules are built from simple propositions about what a response should or shouldn’t contain. For a hard refusal on a dangerous request, the rules might require that the response ‘should contain a brief apology’ and ‘should state an inability to comply,’ while explicitly flagging judgmental language as a failure. The system categorizes responses into three buckets: hard refusals for violent extremism or hate crimes, soft refusals that offer more empathetic pushback for self-harm scenarios, and standard compliance for benign requests.

The grader model scores the output against these rules, and those scores get combined with a helpful-only reward model before being fed into Proximal Policy Optimization (PPO) training. It’s a fine-grained control mechanism that lets OpenAI tweak safety behavior without waiting for new human labels. The real significance here is practical. This isn’t just lab research; it’s infrastructure that has been running silently in production for over a year, and OpenAI says it will be part of all future models. That’s a major signal that the messy, expensive era of relying primarily on human feedback for safety may be scaling down faster than anyone expected.

💡 Key Takeaways

  1. OpenAI has been using Rule-Based Rewards in production models since GPT-4 launched, replacing human feedback for routine safety judgments with automated rule checks.
  2. The RBR system categorizes model refusals into distinct types—hard refusals for violent content and soft refusals for self-harm—allowing more precise control over tone and empathy.
  3. This approach solves the data staleness problem inherent to RLHF, where changing a safety policy previously meant throwing out expensive human feedback data and starting over.
  4. By coupling rule-based safety scores with a helpfulness reward in PPO training, OpenAI can now tune safety behavior without the constant bottleneck of human labelers.

Keep reading: See related articles below for more coverage on this topic.

Get smarter about AI

The sharpest AI news, curated daily. Delivered free to your inbox.

Learn more

Glossary terms

← Back to all articles