devwithjev
— reading now— views
Submit a build

Jev Routes Leads to Grok

Freddy describes a lead-screening workflow that uses Jev for fast binary filtering and Grok to review high-signal leads. In a test on 3,412 leads, it made 20,472 filter decisions.

View on X cost$0.41time15.7 seconds
Freddy@0x_freddy𝕏
Most people are burning API credits on reasoning models doing dumb grunt work If your smartest model is spending tokens deciding what NOT to read, your architecture is broken. Simple fix: Routing layer (Jev) + Reasoning layer (Grok). Recent test on 3,412 leads: - 20,472 filter decisions via fast binary checks - Grok only opens the high-signal leads - Runtime: 15.7 seconds - Cost: $0.41 (down from
Sep 22, 2026X postsView on X
The setup separates routing from reasoning, so Grok only opens the leads Jev flags as high-signal.

Also filed under Triage & routing

  • How to Build Things with Jev & OpenJevs

    How to Build Things with Jev & OpenJevs In this video, we build a model router using both the API-based original Jev and also using Semif. ‍ Github: code will be up in ...

  • Jev is HERE. How to use it

    Jev is HERE. How to use it In this episode, I talk with Ryan Vogel about Jev, a new type of AI built for classification. Ryan shows how Jev takes an input plus ...

  • Jev-Shaped Classification Wrapper

    jevper is a Jev-shaped classification wrapper over OpenAI-compatible clients that returns probabilities and confidence.

  • Local Jev Protocol Multi-Upstream Router

    jev-switch is a local multi-upstream router for the Jev protocol with a Rust backend and React interface.