I made an experimental model router for @pidotdev using Jev as the decision maker.
It's not a generic "pick a cheaper model" router. It isolates work into logical threads and prices cache reads/writes, cold context, expected output + the cost of switching back.
@CompleteSkeptic @typesafeai This wouldn't of been possible without Jev, it's an amazing primitive to make software with πͺπ»
Browse builds
47 builds Β· page 2 of 2
Using Jev from @typesafeai to improve matching performance, accuracy and cost in our automated @blackbaud RE NXT CRM integration.
https://t.co/TVdfZOa3wI
Doc-OCR router using Jev @typesafeai
A Jev-powered router that looks at a PDF page by page, decides which pages actually need OCR, extracts the rest locally.
Result: save cost on # OCR pages + speed https://t.co/ZjXqHSjSGh
my video on the routing tool blew up on YT!
i crossed 10k views in less than 19 hours, i still can't believe it - my most viewed video till date yayee
have been consistently doing YT and content in the ai space for last 7 months and finally get to feel thisπ
i built this tool yesterday called agent router using jev + herdr, i was awake until midnight doing recording, and publishing the video. today it feels all the efforts are worth it

Put together a quick video of using Jev with ReqLLM
I cover the new `evaluate/4` method, why I went that route, and make a real API call to Jev to classify an issue https://t.co/wvSoeI07AD
IRS O*NET job classification using Jev (1,016 possibilities)
Query: "I scoop scoops and sprinkle sprinkles"
Result: 35-3023.00 Fast Food and Counter Workers https://t.co/SSXUqQwNo3
I'm using Jev (from @typesafeai) to categorize expenses for my company! Our office manager used to do this. It's all in Mongolian and we have to do it using bank records.
It is very unique to our company, and not something a software would handle easily. We also have about a years worth of Excel files (training data) that I'm using to give Jev guidance on classification (few shot style).
It really works, it's stupidly cheap, and when it's not confident it says so. Pretty great!
This isn't anything new, classification in ML is extremely "solved". But this is a general classification model