devwithjev
reading now views
Submit a build

Triage & routing

108 builds · page 3 of 3

cephalization@cephalization
Uses typeful jev, zero sync to pull and sync large repositories for issue triage.
0575GitHub·Triage & routingOriginal source ↗
bestagentkits@bestagentkits
Per-prompt capability router for coding agents: resolves installed skills, MCP servers, agents and commands against your prompt via TypeSafe Jev, and measures whether the injection actually helps.
0574GitHub·Triage & routingOriginal source ↗
tylerjharden@tylerjharden
Type-safe model router. Jev (System One) banks each request to a typed catalog route.
0568GitHub·Triage & routingOriginal source ↗
iamvatsalpatel@iamvatsalpatel
Shift every LLM call to the cheapest model that can handle it. Routing decided by TypeSafe Jev in ~180 ms. No training data. Policy in plain YAML. TypeScript and Python.
0537GitHub·Triage & routingtime~180 msOriginal source ↗
CodeAlive-AI@CodeAlive-AI
Mastra input processor that uses Jev for a typed block decision and moderation category.
0535GitHub·Triage & routingOriginal source ↗
adarshmishra07@adarshmishra07
Local proxy that picks the Claude model and effort per message using TypeSafe Jev. Routes subagents, leaves your cached main chat alone.
0533GitHub·Triage & routingOriginal source ↗
BeLazy167@BeLazy167
Claude Code mod that routes decisions to TypeSafe's Jev model: ranks installed skills per prompt, and answers the agent's own this-or-that questions when confident.
0532GitHub·Triage & routingOriginal source ↗
prismhq@prismhq
Open-source LLM router that uses TypeSafe's Jev to pick a model, on top of LiteLLM.
0526GitHub·Triage & routingOriginal 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 ↗
Misbah SyedMisbah Syed@MisbahSy𝕏
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
0121X 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 ↗