Six Clones, Zero Reliability Diagrams
Threshold decisions need probabilities that mean what they say, and every quality number in this new category was produced by the team that trained the model.
Why 97% per-decision accuracy fails over 30 steps
Turing Post supplies the number that should govern this migration: per-decision accuracy compounds multiplicatively down an agent loop. A router at 97% accuracy across 30 sequential decisions yields roughly 0.40 probability of a clean trajectory. At 99% it is about 0.74; at 99.5%, about 0.86. So "my scorer hits 97%" sounds fine and is a 60% trajectory failure rate at 30 steps. What rescues it is abstention, a low-confidence band that escalates to the frontier model. Abstention requires a probability that means the same thing at 0.7 tomorrow as it does today. Nobody in this wave has demonstrated that property.
AI News, Turing Post and Not Boring disagree about what shipped
AI News describes the primitive plainly: a cross-encoder scoring head over candidate options, learning-to-rank and reward-model machinery that has existed for years, plus Mikhail Parakhin's observation that pre-ChatGPT ML people were puzzled by the excitement. Turing Post, openly sympathetic to the team, ran its analysis under the alternate title "Is RLCD Bullshit or Not?" and concluded the method combines ideas sitting in public research for years. Turing Post also notes the release did not disclose accuracy, latency, ablations or pricing. Not Boring grants the architecture is coherent, parallel inference over a predefined answer schema instead of token-by-token decoding, then points at the denominator: the claimed 20–200x latency and 40–400x cost advantages are measured against frontier autoregressive models, the most expensive possible way to build a ticket router.
The divergence changes what you test. Not Boring argues the real value is long-tail decisions you never had labels to model. Turing Post argues the unlock is observability: a classifier hands you a confusion matrix and a tunable operating point, an LLM hands you an unverifiable token. Both readings imply the same control arm: the fine-tuned encoder or gradient-boosted ensemble already in your serving path, at a fraction of a cent per thousand calls.
The training data is synthetic end to end
Two facts from AI News carry more weight than the headline percentages. Jev's training data is acknowledged to be 100% synthetic, so coverage of your real option distribution is unmeasured. That is fine for a demo. The tail cases are exactly where escalation value lives. Curation is also the binding constraint: base Qwen went from 66% to 90% on synthetic contrastive curation and constrained decoding, and a 421M-to-9B spread of wildly different backbones landed within a few points of each other. The thing the headline percentages do not tell you is whether the synthetic distribution overlaps yours.
Uncalibrated probabilities cannot carry an abstention threshold; 0.7 has to mean the same thing next week.
The genuinely large money is the eval judge. Braintrust reports roughly 400x lower scoring cost on this class of model. It is also the most dangerous swap available, because replacing the judge replaces the measurement instrument for every historical trend line you own. Run it as a paired re-anchoring study instead of a config change. Teacher agreement measures fidelity, not correctness; the frontier judge is wrong on some fraction of these gates too.
What to do
Stand up a calibration-first decision harness on your own decision logs within two weeks: AUC-PR, ECE, Brier, reliability diagram, abstention rate at candidate thresholds, cost per 1K decisions, p50/p99 latency.
Distill your highest-volume binary gate into a small encoder using teacher logprobs as soft labels, baseline it against a plain fine-tuned ModernBERT/DeBERTa-v3, and ship it as a confidence-gated cascade rather than a replacement.
Run a paired re-anchoring study against your current LLM-as-judge on a 200-500 example human-labeled gold set before any cheap-judge swap, reporting Kendall tau and borderline-case disagreement.