devwithjev
β€” reading nowβ€” views
Submit a build

Browse builds

78 builds Β· page 2 of 2

Johnk3rJohnk3r@johnk3r𝕏
Anyone else playing with JEV? Feels like that’s all I’m seeing today πŸ˜… I built a small PoC using JEV as a pre-screening step for reverse engineering, before sending the APKs to an LLM for deeper analysis. The flow is pretty simple: `APK β†’ static analysis + Quark β†’ JEV β†’ score β†’ reverse or skip` The goal is to avoid burning LLM tokens on samples that don’t really warrant deeper reversing. It’s still early, but the token savings are already pretty interesting when you’re triaging a bunch of samples. #Reversing #LLM #JEV #Malware
0242X postsΒ·Triage & routingOriginal source β†—
Soups RanjanSoups Ranjan@soupsranjan𝕏
Jev can outperform the rules many companies use to prevent fraud. We found that without any pre-training, it accurately detected 93% of a fraud ring. In contrast, an LLM in a similar set up only achieved 62%. https://t.co/ronCD7hLvb
0200X postsΒ·Triage & routingOriginal source β†—
Yatharth VermaYatharth Verma@yatharth170699𝕏
I just classified a month of my Gmail for eight hundredths of a cent. 150 emails β†’ 9 folders. Read-only, nothing written back to my inbox. Built with Jev. Repo below πŸ‘‡ https://t.co/PaUcxpcDE1
0198X postsΒ·Triage & routingcosteight hundredths of a centOriginal source β†—
Aarjav shahAarjav shah@aarjavshahhh𝕏
Using JEV by @typesafeai to classify the 100s of inbound deals we get, side-by-side with a small open model we’ve been using for our in-house AI rating module that self-trains. impressive how close JEV gets while being significantly cheaper and faster to run for classification :) https://t.co/6c6I9SHQuY
0196X postsΒ·Triage & routingOriginal source β†—
search foundersearch founder@n0riskn0r3ward𝕏
There's a fun mix of excitement and cope on my timeline re-Jev: - OMG I made Jev a year ago this is dumb - You can fine tune this encoder into a better, faster, local classifier, etc Re the "just train your own small classifier" crew - Voyage trains great, SOTA pointwise rerankers that are obviously specialized to the reranking task and have been at it for years, likely also using a strong synthetic data recipe... Exact setup in the response tweet. Do note that using Jev is definitely more expensive than using Voyage rerank-3 bc of the tokens in the lengthy rubric included in every request (t
0195X postsΒ·Triage & routingOriginal source β†—
Precious | The App Guy πŸ’™Precious | The App Guy πŸ’™@precious_tagy𝕏
I think Jev really flourishes inside your code more than in the actual product. Right now, I’m using Jev to classify the thinking mode of our AI agent, so it can select a high, medium, or low mode depending on the prompt.
0170X postsΒ·Triage & routingOriginal source β†—
EnderEnder@coderbiri𝕏
Built an AI dispatcher for Zammad tickets using Jev (TypeSafe AI). New ticket comes in, Jev decides which team owns it with a confidence score attached. Not a chatbot, a structured decision. Bridge is a tiny Ruby/Sinatra service. Open source, MIT. https://t.co/bXdJpGWHuw #jev
0165X postsΒ·Triage & routingOriginal source β†—
ZeeshanZeeshan@zeeshan_utd𝕏
Built an SLO-aware inference router using Jev It uses Jev as a typed decision model to select the optimal LLM for each request based on predicted quality, latency, cost, and live backend load Releasing full walkthrough video soon https://t.co/XUjKj9Ryyn
0162X postsΒ·Triage & routingOriginal source β†—
EddyEddy@eddyalbazii𝕏
everyone's using jev to route between models. we put it on inbound sales replies the question isn't which model handles this turn, it's whether "sure" means yes. ours used to log that as a rejection and bin the lead [N] real replies through ai gateway. [x]ms p50, whole batch cost [z] papercut on the way: experimental_evaluate doesn't exist in ai v6, evaluation modality is v7 only, and nothing on the gateway model page says so. @vercel worth a line
0152X postsΒ·Triage & routingOriginal source β†—
Rewant Goenka(agentic arc)Rewant Goenka(agentic arc)@rewantrex𝕏
i just shipped a small repo that will help you understand it perfectly.its a Real-time support triage + response bot using Jev and cerebras https://t.co/l4gFvr0GdW PS if you like it,approve my entry to the hackerhouse. I applied with rewantgoenka87076@gmail.com
0151X postsΒ·Triage & routingOriginal source β†—
Rewant Goenka(agentic arc)Rewant Goenka(agentic arc)@rewantrex𝕏
youre right. For example in a support ticket jev can classify way faster that which agent should get the ticket. I built a Real-time support triage + response bot using Jev and cerebras https://t.co/l4gFvr0GdW
0149X postsΒ·Triage & routingOriginal source β†—
Mukesh UtmaniMukesh Utmani@MukeshUtmani𝕏
Jev join the race πŸ”₯ Jev read the top 250 Hacker News stories 250 stories 2000 typed judgments in 16 seconds cost: $0.0095 about AI 32% Negative Tone: 41 ( 16% ) Built with Jev by @typesafeai https://t.co/RY3GiLTks9
0136X postsΒ·Triage & routingcostcost: $0.0095time2000 typed judgments in 16 secondsOriginal source β†—
raihankhan-rk@raihankhan-rk
DiffJury β€” TypeSafe Jev PR risk router + code review coach.
0514GitHubΒ·Triage & routingOriginal source β†—
mejiasd3v@mejiasd3v
Automatic model routing for Pi using TypeSafe's Jev through Vercel AI Gateway.
0506GitHubΒ·Triage & routingOriginal source β†—
GodsBoy@GodsBoy
Typed, confidence-aware agent skill routing with TypeSafe Jev.
0500GitHubΒ·Triage & routingOriginal source β†—
DECRUX9812@DECRUX9812
TypeSafe (Jev) skill routing for Hermes Agent: names the one skill worth loading, before the model call. Opt-in, stdlib only, ~$0.001 per routed turn.
0499GitHubΒ·Triage & routingcost~$0.001 per routed turnOriginal source β†—
blakestone-x@blakestone-x
MCP server for TypeSafe Jev: typed classify, score, check, match and screen for any agent, with confidence on every answer.
0486GitHubΒ·Triage & routingOriginal source β†—
TheoOliveira@TheoOliveira
Semantic tool routing and typed System One decisions for the Pi coding agent using TypeSafe Jev.
0434GitHubΒ·Triage & routingOriginal source β†—
yusukebe@yusukebe
Route HTTP requests by meaning. A semantic router for Hono powered by Jev.
0424GitHubΒ·Triage & routingOriginal source β†—
0xNatoshi@0xNatoshi
Per-turn model & reasoning routing for Codex, driven by Jev (TypeSafe System One): picks the model, thinking depth and speed mode for every turn.
0408GitHubΒ·Triage & routingOriginal source β†—
BillionsBobby@BillionsBobby
A lightweight Jev-powered router for models, tools, and subagents.
0381GitHubΒ·Triage & routingOriginal source β†—
gargpratyush@gargpratyush
Route to the cheapest model in claude code for your task using jev-router.
0375GitHubΒ·Triage & routingOriginal source β†—
WiktorB2004@WiktorB2004
LlamaIndex reranker + router powered by TypeSafe Jev β€” typed scores/choices, cheaper than LLM-as-judge.
0350GitHubΒ·Triage & routingOriginal source β†—
andrelandgraf@andrelandgraf
Neon Function proxy for the Neon AI Gateway with TypeSafe Jev routing.
0347GitHubΒ·Triage & routingOriginal source β†—
GiesN@GiesN
Async LangGraph workflow that gets a typed Jev Choice (invoice or general) and routes each inbound email to the matching handler.
0346GitHubΒ·Triage & routingOriginal source β†—
EngoEngo@EngoDev𝕏
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 πŸ’ͺ🏻
0126X postsΒ·Triage & routingOriginal source β†—
Nidhi SinghNidhi Singh@nidhisinghattri𝕏
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
0117X postsΒ·Triage & routingOriginal source β†—
Mike Hostetler // Actors & Agents on the BEAMMike Hostetler // Actors & Agents on the BEAM@mikehostetler𝕏
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
0087X postsΒ·Triage & routingOriginal source β†—
Mark JaquithMark Jaquith@markjaquith𝕏
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
0063X postsΒ·Triage & routingOriginal source β†—
Robert RitzRobert Ritz@RobertERitz𝕏
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
0279X postsΒ·Triage & routingOriginal source β†—