Live Customer Care Triage Dashboard
George Qiao built Care Desk Live, a customer care triage dashboard using Jev, a low-latency LLM from TypeSafe.
George Qiao@QiaoGeorge๐
I got access to Jev, a new low-latency LLM from TypeSafe, so I built something real to find out what it's actually good for: a live customer care triage dashboard called Care Desk Live. Here's the loop: a customer complaint lands and gets written to MongoDB. A Change Stream fires on that insert and hands the document to Jev, which sorts it into a topic bucket with a confidence score. The verdict i
Customer complaints are written to MongoDB. A Change Stream sends each new document to Jev, which sorts it into a topic bucket with a confidence score.
Also filed under Triage & routing
- Jev Intent and Tool Router
Huzeyfe_dev built a lightweight, framework-agnostic intent and tool router using Jev AI. It is designed to speed up agent loops by routing decisions without relying on large generative LLMs at every step.
- Local Candidate Scoring with Jev
Bev performs local Jevfire-style candidate scoring using ternary models and a System One API. Its probabilities are candidate-relative.
- Team Agent Workspace for Routing and Model Selection
Agentconnect is a team agent workspace that uses Jev typed decisions for response routing and model selection.
- Desktop AI Assistant with Jev Plugin
PyGPT is a desktop AI assistant with a Jev plugin for typed classification, routing, verification, and scoring.