Tiny models match LLMs at 99.5% for 1/30th the cost: two 'jev' use cases in production

multiply_matrix · x · 2026-09-20

The Detail team shared their first two production uses of cheap 'jev' classifier models replacing expensive LLM calls: (1) PR comment intent detection — distinguishing asks like 'remove this test' from chatter like 'does this look right?', reacting with 👀 to acknowledge, now 400ms instead of 1200ms; (2) duplicate bug detection — deciding whether a new bug matches one already reported, tricky because unrelated changes can move the 'same' bug to a new location while structurally identical bugs in different places should both be flagged. Backtesting showed 99.5% agreement with models 30x as expensive in both cases.

Original post →

More from coding & agent

coding & agent channel →