Cutting MCP Round-Trips with Jev (Part 3)
That's where Jev comes in. From Parts 1-2 we know it's a fast, cheap "decision model": give it options and a question, and it returns one answer plus a confidence score - no long…
That's where Jev comes in. From Parts 1-2 we know it's a fast, cheap "decision model": give it options and a question, and it returns one answer plus a confidence score - no long text to generate. ... ``` Before: user → LLM picks route → find_* returns top-k → LLM picks → call real tool (ping-pon