Reinforcement Learning for Calibrated Decisions (RLCD).
RLCD stands for Reinforcement Learning for Calibrated Decisions. It is the proprietary training methodology introduced by TypeSafe AI to train its System One decision models, including Jev.
Unlike traditional post-training methods that optimize models to produce human-preferred text, RLCD optimizes models to output discrete decisions accompanied by mathematically calibrated confidence scores and probabilities.
What is RLCD?
In standard machine learning pipelines, post-training methods like Reinforcement Learning from Human Feedback (RLHF) align autoregressive models to generate conversational responses that human evaluators rate highly. However, this optimization objective often rewards persuasive-sounding answers and overconfidence, even when the underlying reasoning is incorrect.
TypeSafe developed RLCD to address this limitation for automated software decisions. Rather than generating text, RLCD trains the model to satisfy two simultaneous objectives:
RLCD vs. RLHF vs. RLVR
| Training Framework | Optimization Target | Primary Artifact | Known Vulnerabilities |
|---|---|---|---|
| RLHF (Human Feedback) | Human preference ratings & style | Conversational text | Sycophancy, verbosity bias, confident hallucination, mode dropping. |
| RLVR (Verifiable Rewards) | Binary programmatic ground truth (e.g. unit tests, math proofs) | Code / Reasoning chains | Reward hacking, limited to domains with automated verifiers, uncalibrated probabilities. |
| RLCD (Calibrated Decisions) | Decision accuracy + probability calibration | Typed decisions + confidence | Requires labeled decision distributions; does not generate explanatory text. |
Understanding Epistemic Calibration
In statistical learning, calibration measures the degree of correspondence between predicted probabilities and observed empirical frequencies:
A model is well-calibrated if, across all instances where it predicts an event with probability p, the event occurs with empirical frequency p. Standard academic evaluation uses metrics such as Expected Calibration Error (ECE):
Calibration is distinct from raw accuracy:
What TypeSafe Has Publicly Disclosed
Through its launch report and technical primer, TypeSafe AI has disclosed the following facts regarding RLCD:
What Remains Undisclosed
TypeSafe has maintained proprietary boundaries around the specific engineering mechanics of RLCD:
Current Evidence & Third-Party Evaluations
When evaluating claims about RLCD and Jev, developers should distinguish between vendor claims and independent benchmarks: