GuidesOverview

Guides

End-to-end walkthroughs. Each one states the problem, the primitives it uses, complete code, a walkthrough of what happens, and what the resulting guarantee card does and does not promise.

GuideProblemPrimitives and engines
Support routing with an FDR gateAuto-route tickets while keeping wrong auto-routes under 5%Set, Gate(guarantee="fdr"), coverage and risk monitors
RAG claim filteringShip generated answers whose claims are backed by the docsClaim (conformal factuality)
High-stakes approvalsDifferent auto-approval bars for different transaction typesSet, Gate(guarantee="risk"), Gate(guarantee="risk_high_probability")
LLM-judge cascadeScale an LLM judge with an audited human-agreement rateJudge with a cascade, Venn-Abers
Cost routingKeep most traffic on a cheap model with a bound on per-request costRoute(guarantee="cost_budget"), LocalMonitor
Offline calibrationCalibrate an in-house classifier with no data leaving the networkcli_sdk.stats (APS, LAC, Mondrian, IVAP), audit_coverage, LocalMonitor
Entity matching with BeliefMerge duplicate records only when the evidence clearly supports itBelief, the Venn-Abers straddle rule
Detecting a silent model updateNotice when a vendor changes the model behind an aliasFingerprint and coverage monitors, e-processes
Label-efficient calibrationCalibrate with 300 human labels instead of thousandslabel_with_judge, prediction-powered inference

The hosted-API guides assume CLI_API_KEY is set (or CLI_BASE_URL points at a self-hosted deployment). The offline guides need only pip install cci-sdk.