Skip to content

Directory

Triage and routing

Turn messages, tickets, and documents into queue decisions with a fallback.

Triage and routing·Showing 24 of 420 entries
All builds
Riley Brown

Riley Brown

@rileybrown

Yeah Jev by @typesafeai is very cool. It classified 500 emails in seconds. And it costed 3.5 cents.

500 emails for 3.5 cents

XTriage and routing

500 emails for 3.5 cents

Emails
500
Cost
3.5 cents
vogel

vogel

@ryanvogel

this model is actually insane at email classification i tested it on 1500 of my own emails to see how well it works and I am blown away

Triage across 1,500 emails

XTriage and routing

Triage across 1,500 emails

Volume
~1,500 emails
Hassan

Hassan

@nutlope

Jev + Kimi K3 for fraud detection! TLDR: Jev classified 100 emails in 1.42 seconds, then I routed the uncertain cases to Kimi K3. The full pipeline got 96/100 correct for only ~$0.07. Video is not sped up, check out the live run! Here was my process: I gave Jev 100 emails to classify (a mix of 50 legit & 50 fraudelent emails). It classified all of them in 1.42 seconds. An underrated feature about Jev is it will give you the confidence score for a classification, so I routed any prediction under 95% confidence to Kimi K3 to be fully sure. 31 emails fell below that threshold. After routing those to Kimi K3, the combined pipeline reached 96% accuracy. The full run took 16 seconds & ~$0.07 in inference costs: - $0.068 from Kimi K3 on @togethercompute - $0.003 (1/3 of a cent) from Jev on @typesafeai. I think this is a really interesting pattern: use a fast specialized model like Jev for the narrow task, then route the uncertain cases to a larger LLM. I feel like this kind of approach could be a game changer for use cases like fraud or anything realtime. You can use the speed & low cost of Jev while having a larger LLM as a fallback to ensure high accuracy.

Fraud detection with Jev and Kimi K3

XTriage and routing

Pick

Fraud detection with Jev and Kimi K3

Emails
100 in 1.42 s
Correct
96/100
Cost
~$0.07
Sarvagya Kulshreshtha

Sarvagya Kulshreshtha

@sarvagya_kul

JEV is INSANE. We gave it 400 companies and one candidate profile. In 12 seconds, it predicted which jobs the candidate had the highest chance of getting, assigned a confidence score and detected job-candidate mismatches. All for just $0.0005 It can also score companies, analyse your experience, match you with the right roles and identify the opportunities you’re most likely to get based on your profile. Coming soon to @textbackdoor Comment “JEV” for early access.

400 companies matched to one candidate

XTriage and routing

400 companies matched to one candidate

Companies
400
Time
12 s
Cost
$0.0005
nader dabit

nader dabit

@dabit3

Jev is really good at intent-based search! How it looks in Gmail: (for a huge inbox you'd prob let semantic search / embeddings pull first but still much better experience)

Intent-based search in Gmail

XTriage and routing

Intent-based search in Gmail

Duncan

Duncan

@ephraimduncan

Built a model router with Jev by @typesafeai. Jev decides what model fits your request best and the request is sent to that model.

A model router on Jev

XTriage and routing

A model router on Jev

Malek Ould-Oulhadj

Malek Ould-Oulhadj

@malekoo

First @typesafeai use case, live in our Mac app: setup and troubleshooting help when no model is loaded. Model downloading, load failed, API returning 503, phone won't pair: the user asks, Jev reads the question with the whole built-in manual as state and decides, with probabilities, what it is and which article answers it, or that nothing does. The app then shows the real documentation and live status. Jev decides, the app answers from its own docs. No model loaded, nothing invented. 42/42 on a held-out set: paraphrases, typos, French, German, Spanish, features that don't exist, follow-ups. Median 0.93 s. Great breakthrough by the TypeSafe team. Thank you.

Support answers in a Mac app

XTriage and routing

Support answers in a Mac app

Held-out set
42/42
Median
0.93 s
Fayaz Ahmed

Fayaz Ahmed

@fayazara

Made myself a little image classifier with OCR + Jev It was able to categorise ~900 images in 40 seconds Pretty cool

900 images in 40 seconds

XTriage and routing

900 images in 40 seconds

Images
~900
Time
40 s
Sawyer Hood

Sawyer Hood

@sawyerhood

thanks to @typesafeai jev I no longer have fill out all of those fields on prompt boxes. It picks the agent / model / computer / folder for me. - For a major rewrite it uses Fable + Claude Code. - Changes to an ios app run on one of my macs

A prompt box that fills itself in

XTriage and routing

A prompt box that fills itself in

GitHub·Triage and routing

GitHub·Triage and routing

@GitHub·Triage and routing

GitHub·Triage and routing

jev-router

XTriage and routing

jev-router

GitHub·Triage and routing

GitHub·Triage and routing

@GitHub·Triage and routing

GitHub·Triage and routing

jev-harness-router

XTriage and routing

jev-harness-router

GitHub·Triage and routing

GitHub·Triage and routing

@GitHub·Triage and routing

GitHub·Triage and routing

routeKit

XTriage and routing

routeKit

GitHub·Triage and routing

GitHub·Triage and routing

@GitHub·Triage and routing

GitHub·Triage and routing

jev-review-action

XTriage and routing

jev-review-action

Skill·Triage and routing

Skill·Triage and routing

@Skill·Triage and routing

Skill·Triage and routing

switchloom

XTriage and routing

switchloom

GitHub·Triage and routing

GitHub·Triage and routing

@GitHub·Triage and routing

GitHub·Triage and routing

Jev PR Labeler

XTriage and routing

Jev PR Labeler

GitHub·Triage and routing

GitHub·Triage and routing

@GitHub·Triage and routing

GitHub·Triage and routing

firehose-judge

XTriage and routing

firehose-judge

GitHub·Triage and routing

GitHub·Triage and routing

@GitHub·Triage and routing

GitHub·Triage and routing

Jev Anti-Spam Bot

XTriage and routing

Jev Anti-Spam Bot

GitHub·Triage and routing

GitHub·Triage and routing

@GitHub·Triage and routing

GitHub·Triage and routing

mastra-jev-moderation

XTriage and routing

mastra-jev-moderation

Raihan Khan

Raihan Khan

@raihankhan_rk

I got access to Jev by @typesafeai today morning and I built a cool use case for it Introducing DiffJury - simply paste any public PR link and Jev tells you immediately if it's safe to merge or does it require review ✅ 🔗 Feel free to try it out here - http://diffjury.up.railway.app Imagine Jev being able to tell you if you should merge a PR with grounded context of your codebase. that's what we're building at @graphify 👀 It's fascinating how insanely fast Jev is... the model architecture in itself is quite interesting and this has opened up a plethora of new use cases and I'm sure the internet will pick up on it sooner than anyone'd expect

DiffJury

XTriage and routing

DiffJury

SITE · Triage and routing

Slack Support Queue Autopilot

Enterprise Slack bot listening to customer channels, classifying questions into 8 tiers, and auto-inviting the relevant on-call engineer.

Decision

Which engineering pod owns this customer incident?

<1s response in channelLive Site
GitHub · Triage and routing

Linear Issue Auto-Labeler

GitHub action & webhook that automatically triages, estimates, and assigns incoming Linear tickets with zero manual sorting.

Decision

Which team and priority label should be assigned to this Linear issue?

0.0002$ per issueSource
TOOLS-APPS · Triage and routing

Telegram Crypto Group Spam Shield

Bot running in 50+ Web3 Telegram groups that bans phishing links and crypto impersonators within 80ms of message delivery.

Decision

Is this newly posted Telegram message a scam or crypto impersonation attack?

99.9% scam caught before human eyesTelegram Bot