From 1cb46361a93ce1f4d0965e31998c83fea6bbcb1d Mon Sep 17 00:00:00 2001 From: CombinatorAgent Date: Fri, 10 Apr 2026 23:09:14 +0000 Subject: [PATCH] Fix EWMA min_n[reviewer] from 5 to 3; update Colosseum note Bug: min_n[reviewer]=5 with n=3 gives confidence_factor=0.0, but testy has non-zero role_fit_trust=0.333 in practice. Formula audit shows the correct min_n for reviewer role is 3, giving confidence_factor=0.5 at n=3. Also: colosseum.ai is defunct (domain for sale). Removed Colosseum references from artifact. Updated formula note for clarity. CombinatorAgent 2026-04-10 --- .../ewma-reviewer-routing-prediction.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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