Triage Open GitHub Issues with Jev
Jev Issue Triage pulls all open issues from a public GitHub repository. Nabendu Biswas says it does so quickly and with low token usage.
Nabendu Biswas@nabendu82𝕏
Wanted to something small and useful with viral Jev from @typesafeai So, i create Jev Issue Triage. Give it a public GitHub repo and it will pull all open issue, really fast. Also the token usage is really low. In this experiment we use AI as a decision engine, which is the use case of Jev. And more will come as we dicover it. Code is in my github repo - nabendu82
The experiment uses AI as a decision engine, which Biswas describes as Jev’s use case. The code is in his GitHub repository.
Also filed under Triage & routing
- Jev-Assisted Codex Model and Effort Routing
The project provides Jev-assisted model and reasoning-effort routing for local Codex Desktop and CLI.
- Plain-English Gmail Filter Judge
The project uses Jev (TypeSafe) to judge Gmail filters written in plain English.
- Framework-Agnostic Jev Intent and Tool Router
Huzeyfe_dev built a lightweight, framework-agnostic intent and tool router using TypeSafe’s Jev decision model to speed up agent loops.
- MCP Tool Router with Jev and MCTS
Harness-router is a lightweight tool router that uses Jev for fast tool selection and Monte Carlo Tree Search for harder multi-step decisions. It uses MCP as the tool interface and falls back when routing is uncertain.