Probationary Entry¶
Staged-admission protocol — instantiates Adverse Selection Filtering
Admits uncertain entrants under deliberately bounded exposure and watches their realized behavior, letting genuine type reveal itself over a probation window instead of gambling the full pool on an upfront guess.
Probationary Entry answers the entrant it cannot read not by screening harder but by admitting under a cap. It lets an uncertain applicant into the pool at deliberately bounded exposure, watches what they actually do over a probation window, and then graduates them to full standing or removes them. Its distinctive move among its siblings is that the evidence source is controlled live participation, not a document or a test taken beforehand: the hidden type reveals itself through real behavior at a scale small enough that a bad reveal costs the pool little. Where an upfront screen must decide on a guess, probation buys the information first and pays for it in bounded risk.
Example¶
A lender wants to serve thin-file applicants — people with too little credit history to place confidently — without either rejecting good customers or importing defaults. Instead of a yes/no at the gate, it uses probationary entry: a new customer is admitted to a starter tier with a low limit, say ≈$300, and closer monitoring for the first several billing cycles. Those who pay on time accrue a record and graduate to higher limits; those who miss early payments are contained at small exposure and exit before they can damage the book. The applicant's true type — reliable or not — surfaces through the realized behavior the starter cap made safe to observe. The pool learns what no upfront score could tell it, at a downside it chose in advance.
The protocol only works if the window is long enough to actually reveal type and the cap small enough that a wrong admission is survivable. A probation that never ends, or a cap so tight nothing can be learned, defeats the point.
How it works¶
- Cap the exposure. New entrants join at a bounded scale — a low limit, a short lease, a held payout — so a bad type can be admitted without endangering the pool.
- Define the window and the exits. A probation length, explicit graduation criteria, and clear removal triggers are set up front, so the track is time-limited rather than open-ended.
- Monitor realized behavior. The entrant's actual conduct during the window is watched, and aggregate probationer exposure is tracked so the pool's bounded downside stays bounded.
- Graduate or remove. At the window's end the entrant moves to full standing or exits, and the observed behavior becomes the evidence the decision rests on.
Tuning parameters¶
- Exposure cap — how much risk a probationer may carry. Lower is safer but reveals less and slower.
- Probation length — how long the window runs; too short fails to surface the hidden type, too long strands good entrants in second-class status.
- Graduation threshold — what realized behavior earns full standing; strict protects the pool but graduates slowly.
- Monitoring intensity — how closely probationers are watched; the cost/assurance dial for the window.
- Exit trigger — what conduct forces early removal, and how much benefit of the doubt precedes it.
When it helps, and when it misleads¶
Its strength is that it preserves access for the good-but-unproven entrant a bright line would reject, while capping the downside of being wrong — it converts an irreversible admit/decline into a bounded, reversible experiment. It is the right tool when blunt exclusion would cost the pool valuable entrants it simply cannot yet distinguish.
Its central weakness is that it only works if the window genuinely reveals type: too short or too small and probation becomes theater, admitting risk without learning anything. The classic misuse is a probation that never graduates — a permanent second class that extracts the caution without ever delivering the promised full standing — or a cap so tight the reveal is meaningless. The discipline that guards against this is to fix real graduation criteria and a real end date up front, and to keep the exposure bounded and time-limited rather than letting "probationary" become a permanent status.
How it implements the components¶
Probationary Entry realizes the staged-admission side of the archetype:
probationary_entry_path— the bounded, time-limited admission track itself: the protocol's substance.pool_composition_monitor— it watches probationers' realized behavior to decide graduate-or-exit and to keep aggregate probationary exposure inside the pool's bounded downside.
It does not estimate risk before entry — that's Underwriting Review — nor build the durable tier structure (Risk Tier Assignment) or set the price (Risk-Adjusted Pricing).
Related¶
- Instantiates: Adverse Selection Filtering — it admits uncertain entrants under bounded exposure so type reveals itself before the pool is fully committed.
- Sibling mechanisms: Risk Tier Assignment · Underwriting Review · Claims or Outcome Experience Rating · Deductible or Copay Schedule · Minimum Eligibility Standard · Prequalification Process · Quality Certification Requirement · Risk-Adjusted Pricing · Seller Rating or Quality Grading · Waiting Period · Warranty or Guarantee Requirement
Notes¶
Probation is easily confused with tiering, but the two differ in a way that matters: a probationary track is temporary and self-liquidating — the entrant is meant to graduate out of it — whereas a risk tier is a durable placement. If a probationary track never ends, it has quietly become a tier, and it should be governed by the fairness policy that segmentation requires.