Skip to content
JevDirectory.org

JevRev

A TypeScript layer beside an LLM: JevSift selects approaches, JevLoop audits progress with typed actions, and JevLong watches sessions for stalls without steering them.

An LLM + Jev workflow that changes EVERYTHING. Boost your vertebrate brain with a spine inside.

GitHub stars
302
Forks
12
Primary language
TypeScript
License
mit
Last pushed
Updated Sep 2026

Repo stats from the GitHub API, cached Sep 2026.

Category
Tools & Integrations
Format
—
Published by
Community
Author
Alex314618-create
Added
2026-09-25
Last verified
2026-09-25

Highlights

  • JevSift removes weak, duplicate, and risky approaches, then emits bounded work orders for survivors.
  • JevLoop returns typed actions: continue, fix_regression, verify, replan, waiting_human, or completed.
  • JevLong reports stalls, repeated failures, drift, and budget risk, and never silently steers or kills the agent.
  • The CSV parser demo rejects a regex shortcut on a correctness probe and keeps an indexed state machine.
  • Providers cover hosted Jev, local SemIf through llama.cpp, or replay fixtures with no network or key.

Quickstart

bash
npm install
npm run build
npm run demo:workflow

Watch out

Live runs need a JevRev API key or a local provider; replay fixtures work offline. Installing the skill does not put `jevrev` on PATH.

Reactions & coverage

Posts, threads, and videos about this entry from around the web.

X: A usage router for Grok Bot

Jev + GrokBot is the best AI agent system I’ve built in my life It just made my setup CHEAPER and FASTER than what 95% of people are running... setup takes literally 7 minutes: prompt → GrokBot → Jev decision → GrokBot execution → result step 1 → open @typesafeai , Show more

codila
codila
@0xCodila

Jev is the "Internet" moment for the AI industry It tells your agents and LLMs what to do next, in milliseconds and at almost zero cost If you set it up correctly, you will have the AI engineer’s stack for 2028 In this article, I show you how x.com/i/article/2077…

Reply

X: A prompt box that fills itself in

X: How Jev makes agents faster and cheaper

YouTube: CJ from Syntax demos browser use, classification, code review, a model router, and a chat bot with no LLM.

Related terms

Glossary definitions related to this entry.

More like this

223GitHub 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
862GitHub 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
144GitHub stars
Pi extension that supervises a coding agent with Jev judgments: it holds risky tool calls, checks writes against project Markdown rules, and feeds most issues back to the agent as a steer instead of interrupting you. The conscience is beta and off by default.
Tools & Integrations#community#typescript#guardrails
Back to all resources

From the community

Posts from builders shipping with Jev right now.

Follow @typesafeai

Classifying rows in DuckDB

A playable 16-judgment demo

AI multiple choice, not essay writing

Screening agent actions with Jev

Tested TypeSafe’s Jev (no-text, probability-only model) as an AI agent safety monitor. Checking each action first worked well caught most attacks with almost no false blocks, and much faster than Gemini.

Image
Image
Image
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

Cua's small System One models

A 706K-parameter form filler

cua open sourced a 706k param model that fills a whole form in one 50ms pass the llm agent doing the same form took 23 turns and 39.6 seconds the specialists are going to eat the generalists from the bottom

Cua
Cua
@trycua

1/ Introducing CUA-S1: a family of System One Models, small, specialized, and built for computer use. Today we're open-sourcing CUA-S1-FORMS, the first in the family: github.com/trycua/cua

Image
Reply