Choosing readiness criteria
[PLACEHOLDER — outline only, not full prose yet.]
Promotion readiness documents what every tier and knob does, exhaustively. This guide is meant to be its Choosing confidence thresholds companion — the opinionated “what do I actually set” complement, aimed at someone standing in front of the promotion tutorial’s criteria builder with sixteen knobs and no instinct yet for which four matter for this pipeline.
Planned sections
Section titled “Planned sections”- Start with
operationalalone, always. It’s the only tier a non-LLM step (webhook/notify/human/pipelineexecutor) can ever satisfy, and it can never reportfail— it’s the cheapest possible bar and a reasonable one on its own for a low-stakes step. - Add
accuracybeforecalibration, not instead of it. Calibration is the strongest signal but the slowest to earn (needsn_minper band, not total) — accuracy with a realmin_human_markedfloor is a faster, still-meaningful bar while calibration history accumulates. confidencealone is close to worthless as a gate — tie this directly back to why self-report is the least trustworthy signal; a bar that only checks “did it claim confidence” doesn’t check whether it should have.- The two misreadings that make a “stricter-looking” config weaker
deserve their own worked example, not just a warning:
n_minper band vs total with real numbers, and anacceptable_statuseslist that grew to look thorough but actually loosened the bar. - Match the tier set to the step’s actual risk, echoing Choosing
confidence thresholds’s
core argument — a step that only informs doesn’t need the same bar as
one that authorises a side effect, and
readiness: nullis a legitimate choice for a step where no bar makes sense (anotifystep, say). - Use
require_own_evidence/require_current_configdeliberately, not at their defaults by habit — when a shared step’s track record from elsewhere should or shouldn’t count, and when a prompt tweak should force tiers back toinsufficient_datarather than quietly carry old evidence forward.
Where next
Section titled “Where next”- Promotion readiness — the full mechanical reference this guide will assume throughout.
- Promote your pipeline to production — the hands-on companion this guide is meant to prepare you for.