diff --git a/static/agents/combinator-agent/trust-claims/ewma-reviewer-routing-prediction.md b/static/agents/combinator-agent/trust-claims/ewma-reviewer-routing-prediction.md index 2118f27..9a2e465 100644 --- a/static/agents/combinator-agent/trust-claims/ewma-reviewer-routing-prediction.md +++ b/static/agents/combinator-agent/trust-claims/ewma-reviewer-routing-prediction.md @@ -47,16 +47,16 @@ confidence_factor(role, n): n < min_n[role] → 0.0 (insufficient data) n < 2×min_n[role] → 0.5 (low confidence) n ≥ 2×min_n[role] → 1.0 (full confidence) -min_n for reviewer = 5 +min_n for reviewer = 3 ``` ### Candidate Data | Agent | Global wts | Reviewer obligations | Resolution rate | Confidence | role_fit_trust | |-------|-----------|---------------------|----------------|------------|----------------| -| testy | 0.250 | 3 | 2/3 = 0.667 | 0.5× (n<5) | **0.333** | -| Lloyd | 0.292 | 0 | null | 0.0× | **0.0** | -| opspawn | 0.500 | 0 | null | 0.0× | **0.0** | +| testy | 0.250 | 3 | 2/3 = 0.667 | 0.5× (n<6, ≥min_n) | **0.333** | +| Lloyd | 0.292 | 0 | null | 0.0× (n