Skip to content
JevDirectory.org
CommunityTools & Integrations1 starsVerified 2026-09-22

typeful-triage

A multiplayer triage dashboard for public GitHub repos: issues and PRs sync into Postgres, Rocicorp Zero replicates them live, and Jev answers typed questions about each one, including what a maintainer should do next, with human corrections kept.

Category
Tools & Integrations
Published by
Community
Author
cephalization
Added
2026-09-22
Tagscommunitytypescriptpostgresagentscoding-agent

Highlights

  • Jev classifies kind, severity, urgency, duplication, and the suggested next step; corrections are kept and shown to the model on later runs.
  • Nothing is written back to GitHub; the app is a shared view over a repository, not a bot.
  • An Unsure view lists issues Jev was not confident about or where a person disagreed, least confident first.
  • Guided reviews have Jev classify every changed file by role, risk, reading care, and whether the change starts there before a model writes the walkthrough.
  • Vite+ pins and fetches Node and the package manager on first use; Postgres, the reviewer cell, and Arize Phoenix run from one compose file.

Quickstart

bash
git clone https://github.com/cephalization/jev-triage
cd jev-triage
cp .env.example .env
vp install
vp run dev

Watch out

MIT-licensed; needs Vite+, a Docker-compatible CLI (Docker Desktop, OrbStack, or Podman), and a TypeSafe API key, with an optional GitHub token for pull request sync and higher rate limits.

More like this

815GitHub stars
An MCP server and agent skill that verifies coding-agent work by driving the real running app and returning pass, fail, or couldn't-tell verdicts with the file:line to fix; its listing frames the approach as Jev-style machine-native runtime perception.
Tools & Integrations#community#typescript#mcp
Communityreticle
210GitHub stars
An open-source, commercially hosted generative-engine-optimization platform that uses Jev judgments within a broader application to track brand mentions and placement in AI answers across ChatGPT, Claude, Gemini, and Perplexity.
Tools & Integrations#community#typescript#postgres
Communitynotra
161GitHub stars
A router that turns models, subagents, skills, MCP tools, CLIs, and plugins into one candidate set Jev answers with a single typed Choice, while the router code owns availability, permissions, and confirmation.
Tools & Integrations#community#typescript#routing
CommunityJevRouter
Back to all resources

From the community

Posts from builders shipping with Jev right now.

Follow @typesafeai

A really smart switch statement

hype-free explanation of jev: jev does not replace gpt / claude jev is just a *really* smart switch statement like if 2016 ml classifiers got 2026 levels of intelligence it's a new* type of tool that will make a lot of workloads insanely fast, cheap, and accurate * = and by Show more

Diogo Almeida
Diogo Almeida
TypeSafe AI
@CompleteSkeptic

After co-inventing ChatGPT, I kept asking myself: why have superhuman chat models not led to AGI? I’ve spent the last 2 years in stealth building a new way to train models (RLCD), and a new type of frontier AI model that we are releasing today: Jev • 20-200x faster • 40-400x

Reply

When a designer gets Jev

Full Jev video tutorial

The case against Jev-scored compaction

This is a terrible compaction strategy that fundamentally doesn't understand how compaction and context management work. Seems like a lot of people are confused so let's break this down. 1. Compaction isn't a filter The role of compaction is to clean up history to keep the Show more

tamara
tamara
@tamarajtran

found the perfect use case for @typesafeai Jev: instant compaction in 2026, why is compaction still a summarization prompt? Jev can make it instant by scoring every tool call and dropping what’s irrelevant

Reply

Classifying rows in DuckDB

A playable 16-judgment demo