Skip to content

Widen tier routing bands to increase Low capture#228

Merged
rockfordlhotka merged 2 commits intomainfrom
widen-tier-routing-bands
Mar 31, 2026
Merged

Widen tier routing bands to increase Low capture#228
rockfordlhotka merged 2 commits intomainfrom
widen-tier-routing-bands

Conversation

@rockfordlhotka
Copy link
Copy Markdown
Member

Summary

  • Raised DefaultLowCeiling from 0.15 to 0.25 — widens the Low tier window so simple prompts (up to ~30 words with no complexity signals) stay Low instead of spilling into Balanced
  • Raised DefaultBalancedCeiling from 0.46 to 0.55 — raises the bar for High tier, requiring denser keyword hits
  • Added low-signal keywords for greetings (hello, hey, thanks, good morning) and operational/tool-use patterns (check my, send a, remind me, show me, look up, etc.)

Expected distribution shift: Low ~17%→22-28%, High ~14.5%→8-11%, Balanced absorbs the rest (~62-68%). Hot-reload tier-selector.json still overrides all compiled defaults.

Test plan

  • All 40 existing KeywordTierSelectorTests pass with new thresholds
  • Monitor tier-routing-log.jsonl after deploy to verify distribution shift

🤖 Generated with Claude Code

rockfordlhotka and others added 2 commits March 31, 2026 11:40
Low ceiling 0.15→0.25 and Balanced ceiling 0.46→0.55 so simple
prompts (especially operational/tool-use) route Low more often and
High requires denser complexity signals. Added low-signal keywords
for greetings and common tool-use patterns (check my, send a,
remind me, etc.).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Change keyword score floor from 0.0 to -0.15 so low-signal keywords
can actively pull verbose-but-simple prompts into the Low tier, not
just cancel out high-signal matches. Enables the dream pass to push
operational prompts into Low regardless of word count.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@rockfordlhotka rockfordlhotka merged commit 4e4af2e into main Mar 31, 2026
2 checks passed
@rockfordlhotka rockfordlhotka deleted the widen-tier-routing-bands branch March 31, 2026 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant