Riley Brown
@rileybrown
Yeah Jev by @typesafeai is very cool. It classified 500 emails in seconds. And it costed 3.5 cents.
Builds that sort email, support tickets and chat threads with Jev. Each links to its source and shows the cost per item its author published.
23 builds
These products pay for the directory. Want yours up here?
Riley Brown
@rileybrown
Yeah Jev by @typesafeai is very cool. It classified 500 emails in seconds. And it costed 3.5 cents.
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
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.
XSecurity and abuse
PickJohn Yeo
@johnyeo_
Jev made our Slack agent 2x faster ⚡️ Our agent can be quite slow because it needs to read skills and figure out which tools to call. We used @typesafeai's new model to speed this up by first passing it the prompt and classifying the best skill, tool and params to use before handing it to the agent
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)
XSearch
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.

GitHubSecurity and abuse
A Discord moderation bot with Jev making the calls.
Brainstormity
41
GitHubSecurity and abuse
A Telegram bot that deletes only the spam Jev is sure about.
Nikita Kolmogorov
7t0t0
@t0t0_build
Un JEV me está monitoreando más de 25 grupos de whatsapp con clientes en tiempo real y evaluando si tengo que saber algo por urgencia problemas, pedidos irresueltos etc. Si tengo algo que saber, le avisa a una LLM que me escriba. 🔥
146Stars
GitHubInbox and support
Reads a WeChat thread and scores emotion, intent and reply quality.
FerryCorleone
Versun
@VersunPan
刚看了下这个jev wechat项目,模型是用 jev + deepseek 通过 Android 无障碍服务读取App 的节点树,兜底是用截图 + 本地 OCR 上下文只有最近 10 条消息 微信能监测到,有封号危险
XAgents and browsers

Oursshippile.com
Zohaib Tanwir
@zohaibtanwir
Jev is incredible - built an email classifier that is capable of classifying 50 emails in under 2 secs. That too, when Jev is hosted in us-west, and I am in India. Idea credit - @ryanvogel @typesafeai #Jev
Yujie Zha
@zhayujie
Had CowAgent build a batch ticket analysis tool on Jev. Jev doesn't generate text. You send content and typed questions, it returns classifications, scores and booleans, each with a probability distribution. One call per ticket, 7 judgments, ~500ms.
kou
@zeetakou
今、GPT Live APIを使って作っているテレアポ用のAIに、Jevを組み込んでみています。どの判断を任せると一番活きるのか、実際に動かしながら検証中です。 僕ら、AI研修だけやってると思われがちなんですが、実はこういう開発もかなりやってます。リストと営業シナリオを設定するとAIが自動で電話をかけ、見込みがある相手だけ担当者に転送。通話結果や要約、会話ログも残せます。 ここにJevを入れて、「この相手は見込みがあるか」「今、担当者につなぐべきか」「再架電するなら優先度はどれくらいか」といった判断を任せたい。電話中や通話後に何度も発生する細かい判断とは、かなり相性がよさそう。 研修で教えるだけじゃなく、自分たちでも毎日作って試してます。日々研究。こういうのが一番楽しい
XInbox and support
よたん
@yo_ta_n
Difyで作った身内用LINE Bot。家族だけはLINE ID判定して自宅のライトやエアコン操作がチャットから行えるように対応できた。極力コストを減らすため分類器はJev、チャット応答はLunaを選択。#Dify #Jev #ChatGPT #LINE
XRobotics and devices
2.8kStars
GitHubInbox and support
PickA reply co-pilot for phone chat apps: it reads the screen and drafts, you send.
jev-chat
178Stars
GitHubInbox and support
A WeChat reply helper for Windows: screenshot, local OCR, three drafts.
jev-chat
129Stars
GitHubInbox and support
A macOS overlay that judges message intent and risk, then drafts.
jev-chat
4Stars
GitHubInbox and support
An abandoned WeChat overlay, published with the full post-mortem.
duckegg0623-create
MajdAICode
@MajdAICode
One coding-agent pattern I’m exploring: /ticket-triage asks Jev where to look; Cursor checks the repo; Jev flags possible test gaps after the diff. PHPUnit/Playwright verify behavior, and I review before commit. Video: x.com/MajdAICode/sta…
XCoding and code review

GitHubOpen source
Windows and Apple Silicon builds, with local OCR and human control.
Aimark-dai
Edwin Mesa
@edwinfmesa
Explorando qué se puede hacer con Jev y Laya, que (los de moda), me pregunté si podrían ayudar a un agente de soporte a preparar el contexto mientras el usuario escribe su mensaje. El contexto es clave para un LLM, así que armé una startup ficticia con 7 documentos. 🧵
XContext and memory
web5kol
@web5_kol
Jev微信聊天助手已开源,可作为手机端对话副驾,帮助用户分析微信群聊和私聊意图。 Jev通过无障碍服务读取屏幕(非侵入式),结合AI模型判断对方真实意图、危险等级,并生成3条候选回复,支持一键填入但不自动发送 x.com/li9292/status/…
XInbox and support