Tools & apps
247 builds · page 3 of 7
- 0384
parallelConstraintDecoding
Java and llama.cpp experiments in parallel constrained decoding.
stephanj · Tools & apps
stephanj
GitHub
Tools & apps
-
-
- 0383
oxlint-plugin-jev
Oxlint rules written as plain-English questions about a function, call, JSX element or file, reported when the yes-probability clears your cutoff.
wobsoriano · Tools & apps
wobsoriano
GitHub
Tools & apps
-
-
- 0382
OpenThai-SystemOne
Thai and English decision model with a slot-softmax head whose request and response shape mirrors the official API, so existing SDK code can point at it.
iapp-technology · Tools & apps
iapp-technology
GitHub
Tools & apps
-
-
- 0381
opencode-jev-orchestrator
Keeps an OpenCode parent model fixed and uses Jev difficulty judgments to delegate harder turns to temporary subagents.
aaronshaf · Tools & apps
aaronshaf
GitHub
Tools & apps
-
-
- 0380
Open Jev (intikhab49)
A 150M encoder trained to answer typed questions in one pass, with the training notebook written to run on a free GPU.
intikhab49 · Tools & apps
intikhab49
GitHub
Tools & apps
-
-
- 0379
minojev
Head-training reproduction: a frozen Qwen3-1.7B backbone plus a ~0.8M-parameter decision head returns calibrated Choice/Boolean/Score distributions in one forward pass with zero…
zeredy879 · Tools & apps
zeredy879
GitHub
Tools & apps
-
-
- 0378
lorenzini
Claude Code skills that wait for CodeRabbit, Copilot or Codex to finish reviewing a pull request, then judge whether the verdict actually permits a merge.
Nanako0129 · Tools & apps
Nanako0129
GitHub
Tools & apps
-
-
- 0377
LiteLLM
Jev-backed complexity routing and an optional relevance guardrail for compacting tool results before they return to an agent.
BerriAI · Tools & apps
BerriAI
GitHub
Tools & apps
-
-
- 0376
Laya Vision
Research fork of Laya that replaces its text encoder with SmolVLM-256M so typed `choice` and `noul` decisions are read from an image plus optional text in one forward pass with…
r33drichards · Tools & apps
r33drichards
GitHub
Tools & apps
-
-
- 0375
LangChain.js
JavaScript/TypeScript classifier Runnable and middleware for bounded routing and tool-call checks.
langchain-ai · Tools & apps
langchain-ai
GitHub
Tools & apps
-
-
- 0374
LangChain
Python `TypeSafeClassifier` Runnable with batched typed questions plus model-routing and risky-tool middleware.
langchain-ai · Tools & apps
langchain-ai
GitHub
Tools & apps
-
-
- 0373
Jot
A general-purpose agent loop where Jev picks the next move and Jot runs it.
runta-dev · Tools & apps
runta-dev
GitHub
Tools & apps
-
-
- 0372
jgrep (kyu1204)
Semantic grep for code, git diffs and CSV rows: one Noul per 5-60 line chunk, 16 chunks per Jev request, grep-style file:line output and exit codes for CI lint rules written in…
kyu1204 · Tools & apps
kyu1204
GitHub
Tools & apps
-
-
- 0371
jevvy
Plugins for coding agents, starting with one that auto-approves shell permission requests it judges harmless and passes everything uncertain to the normal flow.
PanAchy · Tools & apps
PanAchy
GitHub
Tools & apps
-
-
- 0370
Jevthoven
Symbolic-music studio where Jev chooses plans, instruments, and bar patterns, and code renders editable music and MIDI.
cocktailpeanut · Tools & apps
cocktailpeanut
GitHub
Tools & apps
-
-
- 0369
devtooligan
GitHub
Tools & apps
-
-
- 0368
JevRouter
Routes agent requests across models, subagents, skills, MCP tools, CLIs, and plugins with Jev Choice decisions; the host filters by availability, permissions, risk, and…
BillionsBobby · Tools & apps
BillionsBobby
GitHub
Tools & apps
-
-
- 0367
jevr
Native R client for typed questions and provider-independent answers through TypeSafe or OpenRouter.
simxnherrera · Tools & apps
simxnherrera
GitHub
Tools & apps
-
-
- 0366
JevLint
Checks code against conventions written in plain English, in a write-check-fix loop with your coding agent.
huntedman · Tools & apps
huntedman
GitHub
Tools & apps
-
-
- 0365
Jevify
Agent skill for finding where Jev fits in an existing codebase, designing the typed questions, and measuring whether it helped.
altryne · Tools & apps
altryne
GitHub
Tools & apps
-
-
- 0364
gamesonrblx
GitHub
Tools & apps
-
-
- 0363
JevBench
Benchmark for typed decision models across several suites, with confidence cascades and committees reported separately.
fstandhartinger · Tools & apps
fstandhartinger
GitHub
Tools & apps
-
-
- 0362
jev-trade
Hyperliquid trading desk where Jev answers Choice questions for long/short, open/close/hold, and leverage; application code quotes or sends no order.
aowang-ai · Tools & apps
aowang-ai
GitHub
Tools & apps
-
-
- 0361
jev-scout
MCP server that scores an agent's every search query, result, and fetched page for relevance and credibility, with session budgets, SSRF-guarded fetching, and a live decision…
kierandotai · Tools & apps
kierandotai
GitHub
Tools & apps
-
-
- 0360
jev-review MCP plugin
Local-first continuous software-quality review for coding agents.
NiazMorshed2007 · Tools & apps
NiazMorshed2007
GitHub
Tools & apps
-
-
- 0359
aoprisan
GitHub
Tools & apps
-
-
- 0358
jev-pref
Linter that has Jev check code changes against project preferences from `jev-pref.json` and feeds findings back to coding agents.
doeixd · Tools & apps
doeixd
GitHub
Tools & apps
-
-
- 0357
jev-logtriage
Jev scores collapsed log batches for noise, severity, and whether an operator should act.
jyatesdotdev · Tools & apps
jyatesdotdev
GitHub
Tools & apps
-
-
- 0356
jev-lint (mizchi)
Checks whether a function does what its name says, whether a comment is still true, and whether a test verifies what it claims, with a cutoff per rule.
mizchi · Tools & apps
mizchi
GitHub
Tools & apps
-
-
- 0355
jev-guard
Cross-agent tool-call risk scoring with allow, ask, and deny outcomes.
leepokai · Tools & apps
leepokai
GitHub
Tools & apps
-
-
- 0354
jev-gateway
Local gateway for Codex and Claude Code that asks Jev which tool to call next and passes everything else to your usual model.
vinilana · Tools & apps
vinilana
GitHub
Tools & apps
-
-
- 0353
jev-gates
Seven calibrated gates for Claude Code (rules, scope, intent, done, claims, proof, and commit honesty) that escalate but never approve.
rashedInt32 · Tools & apps
rashedInt32
GitHub
Tools & apps
-
-
- 0352
jev-eval-mcp
Eval-first MCP server that focuses on knowing whether Jev's answers can be trusted for your task.
BYK · Tools & apps
BYK
GitHub
Tools & apps
-
-
- 0351
jev-eval-agent
Compares LLM tool selection with Jev routing in a personal-assistant harness containing 100 mocked tools.
vinilana · Tools & apps
vinilana
GitHub
Tools & apps
-
-
- 0350
jev-engineering
Decision layer for coding agents: deterministic hard rules, then a Jev call, exposed as a Claude Code PreToolUse hook, an MCP server, a loopback service and a shared team policy.
eugeniughelbur · Tools & apps
eugeniughelbur
GitHub
Tools & apps
-
-
- 0349
jev-dsl
Early-alpha Haskell DSL that encodes typed question packets and decodes answers; HTTP transport is left to the caller.
inanna-malick · Tools & apps
inanna-malick
GitHub
Tools & apps
-
-
- 0348
jev-decision-benchmarks
Independent evaluation of Jev on MetaTool, When2Call, and BFCL V4 agent decision tasks, focusing on tool selection, abstention, and tool-use decisions.
baibizhe · Tools & apps
baibizhe
GitHub
Tools & apps
-
-
- 0347
jev-commit
Pre-commit hook where one Jev call judges whether the commit message matches the staged diff, flags debug leftovers and unmentioned work, and blocks only when it detects a…
valentynkit · Tools & apps
valentynkit
GitHub
Tools & apps
-
-
- 0346
0xNatoshi
GitHub
Tools & apps
-
-
- 0345
jev-belay
Claude Code Stop hook that checks the transcript for evidence before trusting a "done" claim, spending one four-question Jev call only when files changed with no passing check…
valentynkit · Tools & apps
valentynkit
GitHub
Tools & apps
-
-