{
 "updated": "2026-09-18",
 "vetting": {
  "found": 2163,
  "passedChecks": 1493,
  "reviewed": 1340,
  "kept": 1093,
  "picks": 35,
  "medianStars": 0,
  "date": "2026-09-18",
  "catalogued": 2163,
  "read": 1340
 },
 "categories": [
  [
   "browser-computer-use",
   "Browser and computer use",
   "Agents that click and type, with Jev making each step's decision."
  ],
  [
   "agent-tooling",
   "Agent tooling",
   "Routers, guardrails, verifiers and harness parts built on typed answers."
  ],
  [
   "game",
   "Games and control",
   "Jev making real-time decisions in a game or a simulator."
  ],
  [
   "benchmark-research",
   "Benchmarks and research",
   "Measurements, evals and open reimplementations. Read the method before the number."
  ],
  [
   "application",
   "Applications and demos",
   "End-user tools with Jev doing the judgment."
  ],
  [
   "official",
   "Official",
   "From TypeSafe AI. Start here if you have not made a call yet."
  ],
  [
   "sdk",
   "SDKs and integrations",
   "Clients and adapters beyond the official Python and JS SDKs."
  ]
 ],
 "entries": [
  {
   "name": "skills",
   "repo": "typesafe-ai/skills",
   "url": "https://github.com/typesafe-ai/skills",
   "category": "official",
   "what": "Official agent skill that teaches coding agents to design System One workflows, find current docs and compose typed judgments in code",
   "evidence": "First-party repo with Claude Code plugin and skills.sh install commands and a linked SKILL.md",
   "added": "2026-09-18",
   "stars": 174,
   "pushedAt": "2026-09-12",
   "license": "MIT",
   "language": null,
   "concern": "A single skill, and the README does not show what it contains",
   "pick": true
  },
  {
   "name": "typesafe-sdk-python",
   "repo": "typesafe-ai/typesafe-sdk-python",
   "url": "https://github.com/typesafe-ai/typesafe-sdk-python",
   "category": "official",
   "what": "Official Python client for the TypeSafe API: `client.system_one(state=..., questions=...)` with typed question classes such as Choice",
   "evidence": "First-party repo with a `uv add typesafe-sdk` install line and a runnable Choice quickstart",
   "added": "2026-09-18",
   "stars": 71,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "concern": "README is minimal and defers everything else to the hosted docs",
   "pick": true
  },
  {
   "name": "typesafe-sdk-js",
   "repo": "typesafe-ai/typesafe-sdk-js",
   "url": "https://github.com/typesafe-ai/typesafe-sdk-js",
   "category": "official",
   "what": "Official TypeScript/JavaScript client for the System One endpoint, with answer types inferred from the questions passed in",
   "evidence": "Published npm package with an install command and a complete typed `systemOne` example; ships ESM, CommonJS and declarations",
   "added": "2026-09-18",
   "stars": 103,
   "pushedAt": "2026-09-15",
   "license": "MIT",
   "language": "TypeScript",
   "concern": "README is minimal and points to source files for options and defaults",
   "pick": true
  },
  {
   "name": "jev-ultrafast",
   "repo": "browser-use/jev-ultrafast",
   "url": "https://github.com/browser-use/jev-ultrafast",
   "category": "browser-computer-use",
   "what": "Browser agent where one Jev request picks both the operation and the target element from an indexed DOM table, with a small LLM writing typed text",
   "evidence": "1x demo GIF/MP4 of a Google Flights search, README claims 7,073 ms for that run and a median 9.450 s to 7.092 s across six alternating runs with stated measurement boundaries, plus uv setup, library API and offline tests",
   "added": "2026-09-18",
   "stars": 4044,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "concern": "Timings are three repeats of one task on one browser profile, and it needs a second paid key for the text model",
   "pick": true,
   "media": {
    "src": "media/browser-use__jev-ultrafast.gif",
    "credit": "browser-use/jev-ultrafast (MIT)",
    "source": "https://raw.githubusercontent.com/browser-use/jev-ultrafast/main/docs/demo.gif"
   }
  },
  {
   "name": "jev-turbo",
   "repo": "sightmap/jev-turbo",
   "url": "https://github.com/sightmap/jev-turbo",
   "category": "browser-computer-use",
   "what": "Go CLI that turns a page into named sightmap components and has Jev pick the next action and judge goal completion, with no large model in the loop",
   "evidence": "npm and go install lines, a real step log with per-phase timings, a 1x demo GIF, and README claims 10/10 goals on two sites at 0.24 to 0.30 s a step versus Claude Sonnet in the same seat, with run files in bench/",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Go",
   "concern": "Goals are 2 to 12 steps on cooperative sites, and typed values must be supplied by the user or an optional Claude planning call",
   "pick": true,
   "media": {
    "src": "media/sightmap__turbo.gif",
    "credit": "sightmap/turbo (MIT)",
    "source": "https://raw.githubusercontent.com/sightmap/turbo/main/docs/demo.gif"
   }
  },
  {
   "name": "jev-browse",
   "repo": "kyrylosyzonenko/jev-browse",
   "url": "https://github.com/kyrylosyzonenko/jev-browse",
   "category": "browser-computer-use",
   "what": "CLI and MCP server where Jev picks every click, which supplied text to type, and when to stop, with Vercel agent-browser executing the actions",
   "evidence": "Demo GIF of a full checkout flow, runs via npx, exit codes, stated limits; README claims 30/30 passes at 4.4 s median and $0.0009 per task vs Claude Code 30/30 at 9.4 s and $0.0679 on the same 10 tasks x 3 runs, with a rerunnable eval.mjs",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "JavaScript",
   "concern": "Ten short tasks only, and it sends page content and any supplied password to the API on every step",
   "pick": true,
   "media": {
    "src": "media/kyrylosyzonenko__jev-browse.gif",
    "credit": "kyrylosyzonenko/jev-browse (MIT)",
    "source": "https://raw.githubusercontent.com/kyrylosyzonenko/jev-browse/main/assets/demo.gif"
   }
  },
  {
   "name": "mobile-jev",
   "repo": "droidrun/mobile-jev",
   "url": "https://github.com/droidrun/mobile-jev",
   "category": "browser-computer-use",
   "what": "Android phone agent on the Mobilerun API where Jev chooses each tap, type, scroll, or app launch, with a React studio, CLI, and execution traces",
   "evidence": "Demo GIF of Uber navigation (README claims about 21 seconds for 9 actions and says no booking was completed), a dark-theme demo that re-reads the switch to verify, and `pnpm check` CI",
   "added": "2026-09-18",
   "stars": 73,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "JavaScript",
   "concern": "Requires a paid Mobilerun device and key, so it is not reproducible without that vendor's service",
   "pick": true,
   "demo": "https://github.com/droidrun/mobile-jev/blob/main/docs/media/uber-demo.gif"
  },
  {
   "name": "pi-warden",
   "repo": "DevMortimer/pi-warden",
   "url": "https://github.com/DevMortimer/pi-warden",
   "category": "agent-tooling",
   "what": "Guardrail extension for the Pi coding agent: Jev judges each write/edit/bash call against project rules and steers the agent instead of prompting the user",
   "evidence": "README claims a paired A/B eval (150 headless runs: 6 rule violations with it off, 0 on) with a separate mechanical checker, a replay of 17,160 guarded calls from 321 sessions, 185 offline tests, and publishes the axes where it showed no effect",
   "added": "2026-09-18",
   "stars": 57,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "concern": "Only works inside Pi, the benchmark lives in the same repo as the tool, and sample sizes are small (15 tasks, two models) by the author's own admission",
   "pick": true,
   "media": {
    "src": "media/devmortimer__pi-warden.png",
    "credit": "DevMortimer/pi-warden (MIT)",
    "source": "https://raw.githubusercontent.com/DevMortimer/pi-warden/main/docs/preview.png"
   }
  },
  {
   "name": "pi-jev",
   "repo": "y0usaf/pi-jev",
   "url": "https://github.com/y0usaf/pi-jev",
   "category": "agent-tooling",
   "what": "Pi coding agent extension that gates bash/write/edit calls with four Jev questions, judges bash output for secrets and failure class, and adds a jev_ask tool",
   "evidence": "One-line `pi install`, full config reference, and calibration tables; README claims 53 output fixtures run three times each (203 requests, 0 failures, 126 ms median) and documents a rejected question wording with its scores",
   "added": "2026-09-18",
   "stars": 37,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript",
   "concern": "Gate thresholds rest on six states with a handful of runs each, which the README itself calls a smoke calibration, so enforce mode is off by default",
   "pick": true
  },
  {
   "name": "winnow",
   "repo": "GhalebDweikat/winnow",
   "url": "https://github.com/GhalebDweikat/winnow",
   "category": "agent-tooling",
   "what": "Claude Code plugin that asks Jev per block whether a large Read/Bash/Grep result is needed, and replaces confident-no blocks with a recallable stub",
   "evidence": "Plugin install commands, a keyless `winnow demo --fake`, shadow mode, pytest + plugin tests with a CI badge, and an offline replay harness; README claims results on 300 real cases with 97 blind hand labels and 16 ms sidecar hook overhead",
   "added": "2026-09-18",
   "stars": 11,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "concern": "The measured numbers live in docs/DESIGN.md rather than the README, and the weak-label regret is by its own admission an upper bound from one person's sessions",
   "pick": true
  },
  {
   "name": "jev-axi",
   "repo": "shiftynick/jev-axi",
   "url": "https://github.com/shiftynick/jev-axi",
   "category": "agent-tooling",
   "what": "CLI for agents and scripts: pick/rate/check/rank/filter, diff review, log triage, injection guard, pre-tool-use safety hook, git hooks, GitHub Action",
   "evidence": "Published on npm with CI, real command output, a local cache and usage ledger; README claims the safety hook blocks 18/18 harmful of 44 labeled tool calls (bench/cases/safety.yaml) and reports a negative result: 25% fewer files read but same cost on a 390k-line repo",
   "added": "2026-09-18",
   "stars": 10,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript",
   "concern": "Very broad surface for a days-old tool, and the safety benchmark is a small self-labeled set",
   "pick": true
  },
  {
   "name": "jev-router",
   "repo": "gargpratyush/jev-router",
   "url": "https://github.com/gargpratyush/jev-router",
   "category": "agent-tooling",
   "what": "Loopback proxy that launches Claude Code or Codex and uses one Jev call per user turn to pick the model tier, with a /jev-explain report of each decision",
   "evidence": "npm install plus `jev-claude`/`jev-codex` commands, explicit routing policy rules, model-picker screenshots, and an `npm test` suite plus a live routing test script",
   "added": "2026-09-18",
   "stars": 110,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript",
   "concern": "No measurement of routing quality or cost saved, it depends on undocumented CLI wire formats, and README says it was developed and tested on Windows only",
   "pick": true,
   "media": {
    "src": "media/gargpratyush__jev-router.png",
    "credit": "gargpratyush/jev-router (MIT)",
    "source": "https://raw.githubusercontent.com/gargpratyush/jev-router/master/docs/model-picker.png"
   }
  },
  {
   "name": "jev-review",
   "repo": "NiazMorshed2007/jev-review",
   "url": "https://github.com/NiazMorshed2007/jev-review",
   "category": "agent-tooling",
   "what": "Local MCP server with one tool that scores a diff on ~19 code-quality dimensions via Jev Score questions and reports per-dimension deltas between reviews",
   "evidence": "Demo video, install commands for Claude Code/Codex/Cursor/OpenCode, documented tool schema, unit and MCP protocol tests with local fakes, and an explicit statement of what is sent to the API",
   "added": "2026-09-18",
   "stars": 99,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript",
   "concern": "No evidence that the Jev scores track real code quality; the agent loop could chase numbers, which the README only addresses with guidance text",
   "pick": true,
   "demo": "https://github.com/user-attachments/assets/0ff9f873-0652-4826-af3d-6bb4f42c70b1"
  },
  {
   "name": "tsai-sc",
   "repo": "phyous/tsai-sc",
   "url": "https://github.com/phyous/tsai-sc",
   "category": "game",
   "what": "Harness where Jev plays the original StarCraft shareware Strongarm mission from structured state via mouse and keyboard, recording every action probability",
   "evidence": "Release videos, a victory screenshot, and an evidence bundle with a verifier; README claims one win with 421 decisions, 382.95 ms median API latency, and 9,445,640 input tokens, and states this does not establish a win rate",
   "added": "2026-09-18",
   "stars": 11,
   "pushedAt": "2026-09-16",
   "license": "MIT",
   "language": "Python",
   "concern": "A single successful run on development attempt 16, with heavy harness-side candidate generation and strategy guidance in the prompt; setup is tested on macOS Apple Silicon only",
   "pick": true,
   "media": {
    "src": "media/phyous__tsai-sc.png",
    "credit": "phyous/tsai-sc (MIT)",
    "source": "https://github.com/phyous/tsai-sc/releases/download/v0.1.0/victory-screen.png"
   }
  },
  {
   "name": "jev-drone",
   "repo": "RomanSlack/jev-drone",
   "url": "https://github.com/RomanSlack/jev-drone",
   "category": "game",
   "what": "MuJoCo quadrotor that flies a five-station obstacle course from its camera, with Jev making the tactical maneuver choice at ~2.5 Hz under a code safety reflex",
   "evidence": "Ablation with Jev disabled (README claims 17.7 m vs 77.5 m, 80 calls, 0.11 s median latency), run and replay commands, screenshots, and a list of simulator bugs and negative results",
   "added": "2026-09-18",
   "stars": 56,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python",
   "concern": "The Jev result is a single run, and the README states an earlier 3-seed comparison showed no advantage",
   "pick": true,
   "media": {
    "src": "media/romanslack__jev-drone.png",
    "credit": "RomanSlack/jev-drone (MIT)",
    "source": "https://raw.githubusercontent.com/RomanSlack/jev-drone/main/docs/gate.png"
   }
  },
  {
   "name": "SemIf",
   "repo": "TheoLeeCJ/SemIf",
   "url": "https://github.com/TheoLeeCJ/SemIf",
   "category": "benchmark-research",
   "what": "Open reproduction of the Jev interface: reads typed option probabilities from Qwen3.5-4B logits in one forward pass; includes a WebGPU browser demo",
   "evidence": "Pinned model revision, committed fixtures, runners and raw results; README claims 1.023 s vs 5.332 s for 21 criteria against generated JSON on one RTX 3090 and 0.845 vs Jev's published 0.883 agreement on a 102-row subset",
   "added": "2026-09-18",
   "stars": 1390,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "concern": "Does not call Jev at all; the Jev number it compares against is copied from TypeSafe's published records on a 102-row alignable subset",
   "live": "https://openjev.com",
   "pick": true,
   "media": {
    "src": "media/theoleecj__openjev.gif",
    "credit": "TheoLeeCJ/openjev (MIT)",
    "source": "https://raw.githubusercontent.com/TheoLeeCJ/openjev/master/demo/assets/openjev-phase1-replay.gif"
   }
  },
  {
   "name": "open-jev",
   "repo": "JoshuaSP/open-jev",
   "url": "https://github.com/JoshuaSP/open-jev",
   "category": "benchmark-research",
   "what": "Inference harness that gets typed JSON decisions from DiffusionGemma by constrained final-logit readout, scored against Jev's 20 public eval cases",
   "evidence": "README claims 408 replayed questions with a per-workflow table (87.8% grouped 2-step vs 90.8% saved Jev), pinned model revision and library versions, Modal reproduce commands, included receipts, and a disclosed bookkeeping bug",
   "added": "2026-09-18",
   "stars": 13,
   "pushedAt": "2026-09-16",
   "license": "MIT",
   "language": "Python",
   "concern": "Never calls the Jev API (compares against saved outputs), references are model-derived, and reproducing needs an H100 plus gated model access",
   "pick": true
  },
  {
   "name": "jevmeter",
   "repo": "ChetasLua/jevmeter",
   "url": "https://github.com/ChetasLua/jevmeter",
   "category": "application",
   "what": "Python CLI that transcribes a video, scores every sentence with Jev Noul questions, and renders a 16:9 edit with live meters, flags and a scoreboard",
   "evidence": "Demo GIFs and frames from a real debate run, installer plus `jevmeter doctor`, a no-footage mock example, and README claims 1,191 calls / 1,182,843 input tokens / $0.0497 for the full debate",
   "added": "2026-09-18",
   "stars": 49,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python",
   "concern": "The '99% held-out accuracy' is on 200 sentences the author wrote, and a 'BS index' on politicians invites reading model probabilities as fact-checks despite the README caveats",
   "pick": true,
   "media": {
    "src": "media/chetaslua__jevmeter.gif",
    "credit": "ChetasLua/jevmeter (MIT)",
    "source": "https://raw.githubusercontent.com/ChetasLua/jevmeter/main/docs/demo-hook.gif"
   }
  },
  {
   "name": "jevlike",
   "repo": "vinnylarouge/jevlike",
   "url": "https://github.com/vinnylarouge/jevlike",
   "category": "benchmark-research",
   "what": "Research starter that trains a small one-pass option-attention scorer returning a probability per text option, with Doom and chess controller examples",
   "evidence": "Runnable quickstart (synthetic data, train, eval, predict), shuffled-context control, released checkpoints, and a demo video; README claims 26% on target-disjoint Wikispeedia against about 8% for controls",
   "added": "2026-09-18",
   "stars": 804,
   "pushedAt": "2026-09-16",
   "license": "MIT",
   "language": "Python",
   "concern": "It does not use Jev or match its API, and the README states the headline numbers come from earlier local experiments, not the quickstart",
   "pick": true
  },
  {
   "name": "ai-cli",
   "repo": "vercel-labs/ai-cli",
   "url": "https://github.com/vercel-labs/ai-cli",
   "category": "sdk",
   "what": "Vercel AI SDK terminal CLI whose `ai evaluate` command asks Boolean, Choice and Score questions over stdin, with Jev as the default evaluation model",
   "evidence": "npm install, a fully specified evaluate interface (flags, question-file schema, output shape, exit codes, jq gating example) and explicit notes on Jev's numeric and date limits",
   "added": "2026-09-18",
   "stars": 786,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript",
   "concern": "Jev is one command in a general generation CLI and is reached through Vercel AI Gateway, so it needs a gateway key rather than a TypeSafe key",
   "live": "https://ai-cli.dev/docs/evaluate",
   "pick": true
  },
  {
   "name": "typesafe-computer-use",
   "repo": "awlevin/typesafe-computer-use",
   "url": "https://github.com/awlevin/typesafe-computer-use",
   "category": "browser-computer-use",
   "what": "macOS computer-use loop: OCR plus accessibility tree become a numbered item list, Jev picks action and target, a writer model handles free text only",
   "evidence": "Install and usage, per-step run folders with exact payloads and probabilities for offline replay, CI and tests; README claims $0.0002 and 0.13-0.38 s per decision vs $0.032 and 5.2 s for a frontier model on the same screenshot",
   "added": "2026-09-18",
   "stars": 184,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python",
   "concern": "No demo video or task success rate; the cost comparison is a single decision, and the README admits the frontier model needed no date-parsing help",
   "pick": true
  },
  {
   "name": "system-one-adapter-python",
   "repo": "typesafe-ai/system-one-adapter-python",
   "url": "https://github.com/typesafe-ai/system-one-adapter-python",
   "category": "official",
   "what": "Official Python client with the same system_one API as typesafe_sdk but answered by OpenAI or Anthropic models, for comparing Jev against an LLM",
   "evidence": "pip install extras, sync and async usage code, an options table, and per-attempt debug records that can be replayed",
   "added": "2026-09-18",
   "stars": 98,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "concern": "LLM-produced probabilities are not calibrated, and the README gives no comparison results of its own",
   "pick": true
  },
  {
   "name": "unclutter",
   "repo": "kitze/unclutter",
   "url": "https://github.com/kitze/unclutter",
   "category": "application",
   "what": "Chrome/Firefox extension where Jev classifies page elements as ad, promo, newsletter, social or cookie clutter and saves reversible hiding rules per template",
   "evidence": "Build and load steps for both browsers, direct and Vercel AI Gateway endpoints documented, a 0.9 probability-and-confidence gate, detailed privacy limits, and a synthetic-input live smoke script",
   "added": "2026-09-18",
   "stars": 63,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "concern": "README opens with about 100 lines of the author's product and sponsor promotion, and shows no screenshot or measured precision",
   "pick": true
  },
  {
   "name": "jev-mcp",
   "repo": "jkudish/jev-mcp",
   "url": "https://github.com/jkudish/jev-mcp",
   "category": "agent-tooling",
   "what": "MCP server exposing Jev as agent tools: verify claims against evidence, screen fetched text for injection, rank candidates, classify batches, decide",
   "evidence": "Published npm package with install lines for five MCP clients, argument/result pairs labelled as live output for every tool, CI badge, unit tests plus key-gated e2e tests, and four provider backends",
   "added": "2026-09-18",
   "stars": 61,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "concern": "Self-described proof of concept; thresholds are cookbook defaults and the 'real use' examples are three anecdotes, not an evaluation",
   "pick": true
  },
  {
   "name": "advocaat",
   "repo": "pithings/advocaat",
   "url": "https://github.com/pithings/advocaat",
   "category": "sdk",
   "what": "TypeScript client with tagged-template helpers (ask.if, ask.choice, ask.switch, ask.score) that batch typed Jev questions and return typed answers",
   "evidence": "Install command, extensive usage examples including the exact request JSON sent, a full options reference, and Vercel AI Gateway support with locally computed confidence",
   "added": "2026-09-18",
   "stars": 61,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "concern": "A convenience layer over the same endpoint the official SDK covers, with no retries and no tests mentioned in the README",
   "pick": true
  },
  {
   "name": "typesafe-mcp",
   "repo": "itsmostafa/typesafe-mcp",
   "url": "https://github.com/itsmostafa/typesafe-mcp",
   "category": "agent-tooling",
   "what": "Single Go binary MCP server exposing one `evaluate` tool that forwards state plus Choice/Score/Noul questions to Jev, directly or via OpenRouter",
   "evidence": "Install script with checksum-verified releases, one-command registration for Claude Code/Desktop/Codex/pi, worked request example, 429/529 retry behavior, and `task check` running tests with -race",
   "added": "2026-09-18",
   "stars": 52,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Go",
   "concern": "Thin pass-through to the API; its value is the packaging and client setup, not any logic beyond the official SDK",
   "pick": true
  },
  {
   "name": "typesafe-ai-benchmark",
   "repo": "iammrduncan/typesafe-ai-benchmark",
   "url": "https://github.com/iammrduncan/typesafe-ai-benchmark",
   "category": "benchmark-research",
   "what": "Side-by-side benchmark UI running Jev against Qwen on Cerebras over seven synthetic workloads, recording latency, cost and fixture agreement",
   "evidence": "Demo GIF/MP4, raw exports and methodology docs, run instructions; README claims Jev p50 176 ms and $0.0119 vs Qwen p50 215 ms and $0.3106 over ~480 requests, and reports scenes where Jev lost (Home 15/24 vs 24/24)",
   "added": "2026-09-18",
   "stars": 29,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "concern": "One run on synthetic fixtures from a dev machine, which the README states; the repo description ('LLM gateway that mimics Jev') no longer matches the README",
   "pick": true
  },
  {
   "name": "jev-on-a-laptop",
   "repo": "rorshopping/jev-on-a-laptop",
   "url": "https://github.com/rorshopping/jev-on-a-laptop",
   "category": "benchmark-research",
   "what": "Study of Jev-style parallel typed decisions on stock 1.5B-8B models on an Apple Silicon laptop, scored against TypeSafe's public eval cases",
   "evidence": "One-command setup and benchmark scripts with raw results in the repo; README claims 373 reference question-pairs with local Qwen2.5-7B at 73.8% agreement versus Jev's published 86.6%, and retracts an earlier 5-case tie",
   "added": "2026-09-18",
   "stars": 14,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python",
   "concern": "It never calls Jev (Jev's numbers are TypeSafe's published ones), the engine is a third-party recreation, and the repo carries an x-posts promo folder",
   "live": "https://huggingface.co/spaces/rorshopping/parallel-constrained-decisions",
   "pick": true
  },
  {
   "name": "killmyidea",
   "repo": "monteduro/killmyidea",
   "url": "https://github.com/monteduro/killmyidea",
   "category": "application",
   "what": "Web app that sends a startup idea to Jev as 10 parallel questions and maps the weighted 0-4 scores to a KILL, FIX, or SHIP verdict",
   "evidence": "Live site, local run and mock mode, unit tests, a synthetic scoring benchmark runner, and a per-result panel showing raw Jev answers, probabilities, latency, and tokens",
   "added": "2026-09-18",
   "stars": 12,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "concern": "No license, the weights and thresholds are hand-picked with no benchmark results shown, and submitted ideas are archived server-side unless the user opts out",
   "live": "https://killmyidea.stemonte.io",
   "pick": true
  },
  {
   "name": "decider",
   "repo": "Mapika/decider",
   "url": "https://github.com/Mapika/decider",
   "category": "benchmark-research",
   "what": "Open 2B reproduction of the System One model class, fine-tuned from Qwen3.5-2B-Base, that serves TypeSafe's /v1/systemone format so official SDKs work with it",
   "evidence": "Released weights on Hugging Face, train and serve scripts, and result tables; README claims held-out accuracy 0.741 / ECE 0.088 on 24 tasks versus 0.642 / 0.105 for the base model, plus a candid limitations list",
   "added": "2026-09-18",
   "stars": 10,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python",
   "concern": "No license on the repo, no comparison against Jev itself, and the reference `train.sh full` recipe has by its own admission never been run end to end",
   "pick": true
  },
  {
   "name": "jev-browser",
   "repo": "Ying-Kai-Liao/jev-browser",
   "url": "https://github.com/Ying-Kai-Liao/jev-browser",
   "category": "browser-computer-use",
   "what": "Playwright library, CLI, and MCP server where the calling LLM names one outcome per step and Jev picks element, action, and done/blocked/irreversible status",
   "evidence": "npm package with a one-line `claude mcp add`, offline and e2e tests, a bench runner with ground-truth checks, and a demo video in the README; README claims 40/42 tasks correct on live sites with 0 false done claims",
   "added": "2026-09-18",
   "stars": 7,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "JavaScript",
   "concern": "The token-saving comparison against a Playwright-MCP loop is an estimate, and the 42-task suite is self-built and self-scored",
   "pick": true
  },
  {
   "name": "jevlogs",
   "repo": "reachjalil/jevlogs",
   "url": "https://github.com/reachjalil/jevlogs",
   "category": "application",
   "what": "npm library, CLI, and local OTLP HTTP/JSON receiver that scores each log with Jev for diagnostic value and priority so only useful records go to LLM analysis",
   "evidence": "Published npm package (README claims jevlogs@0.3.0), `npx jevlogs --live` receiver, exporter wrapper code, CI badge, and a status table that states live accuracy and savings are not yet validated",
   "added": "2026-09-18",
   "stars": 5,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript",
   "concern": "The savings figures are modeled assumptions, not measurements, the default `npx jevlogs` demo makes no Jev call, and it reaches Jev only through Vercel AI Gateway",
   "live": "https://jevlogs.workspaceagent.workers.dev",
   "pick": true
  },
  {
   "name": "barrunto",
   "repo": "elpumberto/barrunto",
   "url": "https://github.com/elpumberto/barrunto",
   "category": "application",
   "what": "Chrome extension that asks Jev nine yes/no questions per X post or HN comment and labels, fades or hides bait, flame, snark and tangents via weighted recipes",
   "evidence": "Release zip and build steps, tuning mode exposing every Jev answer per item, precise account of what leaves the browser, headless smoke test, and lint-enforced module boundaries with tests",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript",
   "concern": "No screenshots or accuracy numbers, and the README says the Hacker News recipes are not yet tuned against real data",
   "pick": true
  },
  {
   "name": "psearch",
   "repo": "komikat/psearch",
   "url": "https://github.com/komikat/psearch",
   "category": "agent-tooling",
   "what": "CLI and MCP server that fetches pages in local Chromium and has Jev score page relevance and choose which links to follow in a breadth-first crawl",
   "evidence": "uv tool install, concrete CLI examples with depth, budget and batch options, MCP config, documented statuses and exit codes, and offline tests using local browser fixtures",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python",
   "concern": "No measured latency or retrieval-quality numbers, and discovery depends on a rate-limited anonymous Parallel endpoint",
   "pick": true
  },
  {
   "name": "jev-mobile",
   "repo": "Friedjof/jev-mobile",
   "url": "https://github.com/Friedjof/jev-mobile",
   "category": "browser-computer-use",
   "what": "Android control loop where Jev picks one action from a prevalidated list built from the UI tree, run through Mobile MCP or a bundled accessibility bridge",
   "evidence": "uv install and devices/inspect/decide/run CLI commands, confidence and margin gates with escalation, an Android companion app, Docker and MCP surfaces, CI, and a live Jev smoke test script",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python",
   "concern": "Proof of concept exercised only on Android Settings, and the README still carries a note to add the demo GIF, so the recording may not exist",
   "pick": true
  },
  {
   "name": "fast-jev-compaction",
   "repo": "tamaratran/fast-jev-compaction",
   "url": "https://github.com/tamaratran/fast-jev-compaction",
   "category": "agent-tooling",
   "what": "Claude Code plugin and npm library that compacts context by having Jev score each tool call and result, dropping stale ones and keeping the rest verbatim",
   "added": "2026-09-18",
   "stars": 2616,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true,
   "notable": true
  },
  {
   "name": "NanoJev",
   "repo": "TianyuCodings/NanoJev",
   "url": "https://github.com/TianyuCodings/NanoJev",
   "category": "benchmark-research",
   "what": "0.6B open replica of Jev with training pipeline, model and dataset, compared side by side with Jev on maze and Snake runs",
   "added": "2026-09-18",
   "stars": 268,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python",
   "callsApi": true,
   "notable": true,
   "live": "https://nanojev.tianyuchen99.chatgpt.site"
  },
  {
   "name": "jev-browser",
   "repo": "jkudish/jev-browser",
   "url": "https://github.com/jkudish/jev-browser",
   "category": "browser-computer-use",
   "what": "Headless browser agent as MCP server, CLI and library where Jev picks one page action per step and scores goal-met and stuck probabilities",
   "added": "2026-09-18",
   "stars": 69,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true,
   "notable": true
  },
  {
   "name": "reflex",
   "repo": "kshetrajna12/reflex",
   "url": "https://github.com/kshetrajna12/reflex",
   "category": "benchmark-research",
   "what": "Open re-creation of Jev on Qwen3.5 that answers typed questions with calibrated probabilities, with a WebGPU in-browser demo",
   "added": "2026-09-18",
   "stars": 51,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true,
   "notable": true,
   "live": "https://kshetrajna12.github.io/reflex/"
  },
  {
   "name": "mini-jev",
   "repo": "r-ms/mini-jev",
   "url": "https://github.com/r-ms/mini-jev",
   "category": "benchmark-research",
   "what": "Preregistered experiment reading option-letter logits from frozen Qwen3-4B instead of grammar-constrained JSON, with accuracy CIs and speed results",
   "added": "2026-09-18",
   "stars": 17,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "notable": true
  },
  {
   "name": "jev-playground",
   "repo": "mizchi/jev-playground",
   "url": "https://github.com/mizchi/jev-playground",
   "category": "benchmark-research",
   "what": "MoonBit Jev client plus experiments (gomoku, MOBA, shell-risk hook, ESLint plugin, small DSL) with written reports measuring which decision patterns work",
   "added": "2026-09-18",
   "stars": 14,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "callsApi": true,
   "notable": true
  },
  {
   "name": "yoshi",
   "repo": "compozy/yoshi",
   "url": "https://github.com/compozy/yoshi",
   "category": "agent-tooling",
   "what": "Local proxy for Claude Code and Codex that asks Jev which completed tool spans are still needed and replaces the rest with omission markers before forwarding",
   "added": "2026-09-18",
   "stars": 9,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "notable": true
  },
  {
   "name": "pi-jev-auto-mode",
   "repo": "jomatsu/pi-jev-auto-mode",
   "url": "https://github.com/jomatsu/pi-jev-auto-mode",
   "category": "agent-tooling",
   "what": "Pi extension that gates bash, write and edit calls with deterministic rules first, then Jev judgment, failing closed; thresholds come from measured calibration",
   "added": "2026-09-18",
   "stars": 9,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true,
   "notable": true
  },
  {
   "name": "jev-benchmarks",
   "repo": "AbdelStark/jev-benchmarks",
   "url": "https://github.com/AbdelStark/jev-benchmarks",
   "category": "benchmark-research",
   "what": "Evaluation harness measuring accuracy, calibration, selective coverage and latency of Jev versus GLiNER2.5 on three BTZSC classification sets",
   "added": "2026-09-18",
   "stars": 7,
   "pushedAt": "2026-09-17",
   "license": "Apache-2.0",
   "language": "Python",
   "callsApi": true,
   "notable": true
  },
  {
   "name": "jev-reranking",
   "repo": "carlaiau/jev-reranking",
   "url": "https://github.com/carlaiau/jev-reranking",
   "category": "benchmark-research",
   "what": "Zero-shot reranking comparison of Jev against monoBERT and published TREC DL 2019 runs on MS MARCO, reporting nDCG, MAP, time and API cost",
   "added": "2026-09-18",
   "stars": 7,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true,
   "notable": true
  },
  {
   "name": "cascade-search",
   "repo": "zaidmukaddam/cascade-search",
   "url": "https://github.com/zaidmukaddam/cascade-search",
   "category": "sdk",
   "what": "Search-query parser where a 27K-parameter in-browser model tags each word with confidence and only low-confidence spans are escalated to Jev",
   "added": "2026-09-18",
   "stars": 5,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "notable": true,
   "live": "https://cascade.scira.ai"
  },
  {
   "name": "typesafe-local",
   "repo": "aabolfazl/typesafe-local",
   "url": "https://github.com/aabolfazl/typesafe-local",
   "category": "benchmark-research",
   "what": "MLX server mimicking /v1/systemone on a local Qwen model by caching the document KV and reading answer-token logits, with post-hoc calibration and stated limits",
   "added": "2026-09-18",
   "stars": 4,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "notable": true
  },
  {
   "name": "jev-korean-benchmark",
   "repo": "mahlernim/jev-korean-benchmark",
   "url": "https://github.com/mahlernim/jev-korean-benchmark",
   "category": "benchmark-research",
   "what": "Frozen 100-question-per-cell check of Jev on Korean versus English reading, paraphrase and medical exam sets, with every response recorded",
   "added": "2026-09-18",
   "stars": 4,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python",
   "callsApi": true,
   "notable": true,
   "live": "https://ahn-lab.org/jev-korean-benchmark/"
  },
  {
   "name": "system-one-open",
   "repo": "mithalouni/system-one-open",
   "url": "https://github.com/mithalouni/system-one-open",
   "category": "benchmark-research",
   "what": "Open Jev replica on Gemma 4 E2B LoRA and Gemma 3 270M served on Modal, with public-eval scores against Jev and eight recorded demo replicas",
   "added": "2026-09-18",
   "stars": 4,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python",
   "notable": true,
   "live": "https://mithalouni--jev-serve-e2b-full-server-web.modal.run"
  },
  {
   "name": "hermes-jev-approvals",
   "repo": "anpicasso/hermes-jev-approvals",
   "url": "https://github.com/anpicasso/hermes-jev-approvals",
   "category": "agent-tooling",
   "what": "Hermes Agent provider plugin that answers smart command approvals with one Jev Choice, benchmarked against a chat LLM on 156 real commands",
   "added": "2026-09-18",
   "stars": 3,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true,
   "notable": true
  },
  {
   "name": "jev",
   "repo": "BorisLeMeec/jev",
   "url": "https://github.com/BorisLeMeec/jev",
   "category": "agent-tooling",
   "what": "Claude Code plugin and Go CLI that answers find/ask questions over a codebase with Jev and narrows large reads via a hook, with measured token savings",
   "added": "2026-09-18",
   "stars": 3,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Go",
   "notable": true
  },
  {
   "name": "jev-behavior-study",
   "repo": "RINNECODER/jev-behavior-study",
   "url": "https://github.com/RINNECODER/jev-behavior-study",
   "category": "benchmark-research",
   "what": "Behaviour study of Jev 1.13.0 from 11,621 requests plus Snake and 3D city driving experiments, with raw results, limits and offline verification",
   "added": "2026-09-18",
   "stars": 3,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python",
   "notable": true,
   "live": "https://rinnecoder.github.io/jev-behavior-study/city_demo/"
  },
  {
   "name": "system-one",
   "repo": "sgoedecke/system-one",
   "url": "https://github.com/sgoedecke/system-one",
   "category": "benchmark-research",
   "what": "Open reimplementation of the System One interface on open LLMs via single-token choice inference, with Doom and Wikirace demos on Qwen3-8B",
   "added": "2026-09-18",
   "stars": 3,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "callsApi": true,
   "notable": true
  },
  {
   "name": "jev-search-rerank-eval",
   "repo": "zhuyansen/jev-search-rerank-eval",
   "url": "https://github.com/zhuyansen/jev-search-rerank-eval",
   "category": "benchmark-research",
   "what": "Graded relevance eval of Jev reranking vs BM25 and embeddings on 164 zh/en queries and 9,831 pairs, with bootstrap CIs and judge-circularity measured",
   "added": "2026-09-18",
   "stars": 3,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true,
   "notable": true
  },
  {
   "name": "tenet",
   "repo": "zoidsh/tenet",
   "url": "https://github.com/zoidsh/tenet",
   "category": "agent-tooling",
   "what": "Go CLI that judges every commit against plain-language rules in .tenet/config.yml using Jev probabilities as pass/fail cutoffs, with timing and cost benchmarks",
   "added": "2026-09-18",
   "stars": 3,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Go",
   "callsApi": true,
   "notable": true
  },
  {
   "name": "jcm-router",
   "repo": "adarshmishra07/jcm-router",
   "url": "https://github.com/adarshmishra07/jcm-router",
   "category": "agent-tooling",
   "what": "Local proxy between Claude Code and Anthropic that has Jev pick model and effort per message, routing subagents and guarding main-chat cache cost",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript",
   "notable": true
  },
  {
   "name": "jevgpt",
   "repo": "Bewinxed/jevgpt",
   "url": "https://github.com/Bewinxed/jevgpt",
   "category": "application",
   "what": "Chat REPL that decodes replies one word at a time by running a 20,000-word vocabulary through bucketed Jev choice questions and a final run-off",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true,
   "notable": true
  },
  {
   "name": "textured",
   "repo": "djangobeatty/textured",
   "url": "https://github.com/djangobeatty/textured",
   "category": "application",
   "what": "Browser synthesiser where Jev turns a typed sound description into typed judgments that code maps onto synth parameters",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "notable": true,
   "live": "https://textured.fyi/"
  },
  {
   "name": "jevsql",
   "repo": "EugeneBoondock/jevsql",
   "url": "https://github.com/EugeneBoondock/jevsql",
   "category": "sdk",
   "what": "SQLite functions jev_noul, jev_choice and jev_score for filtering and ranking rows by meaning, with batching, a content-hash cache and a cost guard",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript",
   "notable": true
  },
  {
   "name": "open-alternative-jev",
   "repo": "ikermoel/open-alternative-jev",
   "url": "https://github.com/ikermoel/open-alternative-jev",
   "category": "benchmark-research",
   "what": "Python library answering packed typed questions from an open-weights LLM's next-token distribution in one forward pass, benchmarked on RACE-H and MMLU",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": "Apache-2.0",
   "language": "Python",
   "notable": true
  },
  {
   "name": "wince",
   "repo": "TinyFrontier/wince",
   "url": "https://github.com/TinyFrontier/wince",
   "category": "agent-tooling",
   "what": "CLI that rates a diff green, yellow or red for review attention and suggests reviewers from path rules plus per-file Jev questions, measured on 60 MRs",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python",
   "notable": true
  },
  {
   "name": "llama-index-jev",
   "repo": "WiktorB2004/llama-index-jev",
   "url": "https://github.com/WiktorB2004/llama-index-jev",
   "category": "sdk",
   "what": "LlamaIndex reranker and router selectors backed by Jev Score and Choice, with BEIR nfcorpus and SciFact nDCG@5 gains reported with confidence intervals",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true,
   "notable": true,
   "live": "https://wiktorb2004.github.io/llama-index-jev/"
  },
  {
   "name": "jev-benchmark",
   "repo": "wondertwins/jev-benchmark",
   "url": "https://github.com/wondertwins/jev-benchmark",
   "category": "benchmark-research",
   "what": "Two benchmarks of Jev with raw requests included: chess move selection against Stockfish and NPC addressee detection on speech-to-text transcripts",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-16",
   "license": "MIT",
   "language": "Python",
   "notable": true
  },
  {
   "name": "jev-rerank-bench",
   "repo": "anessbelbati/jev-rerank-bench",
   "url": "https://github.com/anessbelbati/jev-rerank-bench",
   "category": "benchmark-research",
   "what": "Reranking benchmark of Jev against Cohere Rerank 4, zerank-2 and a chat model over 14 datasets from the same BM25 candidates, with saved raw responses",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python",
   "callsApi": true,
   "notable": true,
   "live": "https://anessbelbati.com/lab/jev-reranking/"
  },
  {
   "name": "typesafe-ai-firewall",
   "repo": "AnshChoudhary/typesafe-ai-firewall",
   "url": "https://github.com/AnshChoudhary/typesafe-ai-firewall",
   "category": "benchmark-research",
   "what": "Shadow-mode harness evaluating a five-hazard Jev firewall for agent tool calls on 600 records, with pass/fail gates, ablations and a failure report",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python",
   "callsApi": true,
   "notable": true
  },
  {
   "name": "rlcd-lite",
   "repo": "arnabgho/rlcd-lite",
   "url": "https://github.com/arnabgho/rlcd-lite",
   "category": "benchmark-research",
   "what": "Reconstruction of RLCD: parallel constrained JSON decoding on a causal LM trained with GRPO and a Brier-score reward, with calibration evals",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "Apache-2.0",
   "language": "Python",
   "notable": true
  },
  {
   "name": "first-instinct",
   "repo": "catoenm/first-instinct",
   "url": "https://github.com/catoenm/first-instinct",
   "category": "benchmark-research",
   "what": "Open training experiments for a 9B decision model with released adapters and raw predictions, reporting SFT gains and RL runs that did not help",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "notable": true
  },
  {
   "name": "jev-llm",
   "repo": "Code-Forge-AU/jev-llm",
   "url": "https://github.com/Code-Forge-AU/jev-llm",
   "category": "application",
   "what": "Text generator built only on Jev: picks one word per round trip from vocabulary split across 255-option Choice questions, with CLI, web chat and bench script",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python",
   "callsApi": true,
   "notable": true
  },
  {
   "name": "abide",
   "repo": "coldteadotai/abide",
   "url": "https://github.com/coldteadotai/abide",
   "category": "agent-tooling",
   "what": "Hook for Claude Code, Codex and OpenCode that checks every edit against your AGENTS.md rules with Jev, measured by replaying 93 real sessions",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "notable": true
  },
  {
   "name": "jev-sec-bench",
   "repo": "Gaurav-Gosain/jev-sec-bench",
   "url": "https://github.com/Gaurav-Gosain/jev-sec-bench",
   "category": "benchmark-research",
   "what": "Blind benchmarks of Jev on 662 deepset prompt-injection messages and 200 vulnerable-code pairs, with raw per-sample results and a TUI",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-16",
   "license": "MIT",
   "language": "Go",
   "notable": true
  },
  {
   "name": "jev-code-review-benchmark",
   "repo": "gemanor/jev-code-review-benchmark",
   "url": "https://github.com/gemanor/jev-code-review-benchmark",
   "category": "benchmark-research",
   "what": "Benchmark of Jev vs Gemini Flash vs Claude on four Python code review rules over 1,080 calls, reporting cost, latency, accuracy and consistency",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python",
   "callsApi": true,
   "notable": true
  },
  {
   "name": "RISC-jeV",
   "repo": "i2cjak/RISC-jeV",
   "url": "https://github.com/i2cjak/RISC-jeV",
   "category": "game",
   "what": "Web simulator that runs compiled C on a SERV RISC-V core whose logic-gate lookup tables come from 22 Jev boolean answers",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python",
   "notable": true,
   "live": "https://jev-riscv-production.up.railway.app"
  },
  {
   "name": "jlink",
   "repo": "keltokhy/jlink",
   "url": "https://github.com/keltokhy/jlink",
   "category": "application",
   "what": "Record linkage for researchers: state the match rule in English, Jev returns a match probability per candidate pair; Python, CLI, Stata and R",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "notable": true
  },
  {
   "name": "jev-little-airways",
   "repo": "lbotinelly/jev-little-airways",
   "url": "https://github.com/lbotinelly/jev-little-airways",
   "category": "game",
   "what": "Browser air-traffic toy where each plane asks Jev four batched questions every 1.6 s (route, emergency, response, clearance), with a live request monitor",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "HTML",
   "callsApi": true,
   "notable": true
  },
  {
   "name": "limpet",
   "repo": "noplan-inc/limpet",
   "url": "https://github.com/noplan-inc/limpet",
   "category": "agent-tooling",
   "what": "Single-file Stop hook for coding agents that asks Jev one yes/no per plain-language rule and sends the agent back to work when a rule is violated",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python",
   "callsApi": true,
   "notable": true
  },
  {
   "name": "jev-synergy-screening",
   "repo": "PistachioAIHQ/jev-synergy-screening",
   "url": "https://github.com/PistachioAIHQ/jev-synergy-screening",
   "category": "benchmark-research",
   "what": "Evaluates Jev include/exclude screening of 851 ADHD MEDLINE abstracts against Cohen 2006 triage labels, with F1, latency, cost and an LLM head-to-head",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-16",
   "license": null,
   "language": "Python",
   "notable": true
  },
  {
   "name": "bside",
   "repo": "pumpkinredbean/bside",
   "url": "https://github.com/pumpkinredbean/bside",
   "category": "browser-computer-use",
   "what": "CLI that drives the Aside browser with Jev picking action and element each tick from an enumerated set, with a timed benchmark against two LLM engines",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript",
   "notable": true
  },
  {
   "name": "vgi-typesafe",
   "repo": "Query-farm/vgi-typesafe",
   "url": "https://github.com/Query-farm/vgi-typesafe",
   "category": "sdk",
   "what": "VGI worker exposing choice, noul and score as DuckDB table functions for LATERAL joins, with concurrent per-row requests and deduplicated values",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true,
   "notable": true,
   "live": "https://query.farm/vgi/"
  },
  {
   "name": "jev-exploration",
   "repo": "SamuelSacco/jev-exploration",
   "url": "https://github.com/SamuelSacco/jev-exploration",
   "category": "benchmark-research",
   "what": "Evidence ledger on Jev's calibration: recomputes public ECE figures against noise floors and runs an 800-item difficulty gradient of its own",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "notable": true
  },
  {
   "name": "jev-agent-failure-benchmark",
   "repo": "TokenTrim/jev-agent-failure-benchmark",
   "url": "https://github.com/TokenTrim/jev-agent-failure-benchmark",
   "category": "benchmark-research",
   "what": "Runs Jev on all 6,257 text traces of the Who&When Pro failure-attribution benchmark using the official scorer and compares with the paper's LLM baselines",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": "Apache-2.0",
   "language": "Python",
   "notable": true
  },
  {
   "name": "last-exit",
   "repo": "0x963D/last-exit",
   "url": "https://github.com/0x963D/last-exit",
   "category": "game",
   "what": "Cyberpunk border-crossing bluff game where Jev reads your statements and picks the inspector's next action; ships a 100-crossing evaluation with raw logs",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "JavaScript",
   "notable": true,
   "live": "https://gate.fade.tools"
  },
  {
   "name": "jev-eval",
   "repo": "4esv/jev-eval",
   "url": "https://github.com/4esv/jev-eval",
   "category": "benchmark-research",
   "what": "Independent eval of Jev vs GPT-5.6 Terra on three labeled public datasets (300 items each): accuracy, calibration error, latency, cost and repeatability",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "notable": true
  },
  {
   "name": "jev-pong",
   "repo": "ably-labs/jev-pong",
   "url": "https://github.com/ably-labs/jev-pong",
   "category": "game",
   "what": "Pong where the ball advances one step per model decision, racing Jev against chat LLMs in four lanes over an Ably channel, with recorded latency stats",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "Apache-2.0",
   "language": "TypeScript",
   "notable": true,
   "live": "https://jev-pong.ably.dev"
  },
  {
   "name": "jev-music-theory-1",
   "repo": "adammichaelwood/jev-music-theory-1",
   "url": "https://github.com/adammichaelwood/jev-music-theory-1",
   "category": "benchmark-research",
   "what": "Experiment testing Jev on SATB part-writing and a theory quiz against Claude models across score formats and framings, plus a generative Rhodes chord stream",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "callsApi": true,
   "notable": true,
   "live": "https://adammichaelwood.com/jev-music-theory-1/"
  },
  {
   "name": "fastbrowse",
   "repo": "agent-labs-dev/fastbrowse",
   "url": "https://github.com/agent-labs-dev/fastbrowse",
   "category": "browser-computer-use",
   "what": "Browser agent where Jev picks each action from indexed page controls while an LLM plans and reads, citing page quotes; includes a 21-task head-to-head eval",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true,
   "notable": true
  },
  {
   "name": "robojev",
   "repo": "alee792/robojev",
   "url": "https://github.com/alee792/robojev",
   "category": "game",
   "what": "Controls a real Trossen WidowX arm and a MuJoCo sim from natural language, with Jev answering typed judgments about 10 times a second; documents its limits",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "notable": true
  },
  {
   "name": "jev-phishing-bench",
   "repo": "anisselbd/jev-phishing-bench",
   "url": "https://github.com/anisselbd/jev-phishing-bench",
   "category": "benchmark-research",
   "what": "Reproducible benchmark of Jev versus Claude Haiku 4.5 on 2,000 phishing emails covering accuracy, calibration, latency, cost and non-AI baseline controls",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python",
   "callsApi": true,
   "notable": true
  },
  {
   "name": "jevcoder",
   "repo": "aruniyer/jevcoder",
   "url": "https://github.com/aruniyer/jevcoder",
   "category": "agent-tooling",
   "what": "Pi extension where Jev picks the next tool or edit action each step while the chosen LLM fills arguments; compared on 10 SWE-bench Verified samples",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "notable": true
  },
  {
   "name": "longjev",
   "repo": "avshalomd/longjev",
   "url": "https://github.com/avshalomd/longjev",
   "category": "sdk",
   "what": "Python wrapper that accepts states over the 32K limit by having Jev score chunks, keeping the best, then answering; ships evals of where it helps",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "notable": true
  },
  {
   "name": "jev-spam-eval",
   "repo": "bitnovus/jev-spam-eval",
   "url": "https://github.com/bitnovus/jev-spam-eval",
   "category": "benchmark-research",
   "what": "Notebook evaluation of zero-shot ham/spam/phishing classification on 5,733 emails versus TF-IDF baselines, showing the effect of added email context",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Jupyter Notebook",
   "callsApi": true,
   "notable": true
  },
  {
   "name": "jev-shadcn-lint-eval",
   "repo": "blas0/jev-shadcn-lint-eval",
   "url": "https://github.com/blas0/jev-shadcn-lint-eval",
   "category": "benchmark-research",
   "what": "Eval that runs shadcn-ui/lint on 131 rule cases and asks Jev whether each finding is right and its message actionable; reports 82 percent agreement",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "JavaScript",
   "notable": true
  },
  {
   "name": "jev-ra",
   "repo": "brnyxx/jev-ra",
   "url": "https://github.com/brnyxx/jev-ra",
   "category": "browser-computer-use",
   "what": "MCP server and CLI giving coding agents a browser where Jev picks operation and element each step; README reports 4-8x faster than browser-use on 3 tasks",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "notable": true,
   "live": "https://brnyxx.github.io/jev-ra/"
  },
  {
   "name": "mobile-agent",
   "repo": "CaiZongyuan/mobile-agent",
   "url": "https://github.com/CaiZongyuan/mobile-agent",
   "category": "browser-computer-use",
   "what": "Android phone agent that reads the accessibility tree via Mobilerun Portal, has Jev choose among candidate actions and taps via adb; timings reported",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "notable": true
  },
  {
   "name": "bouncer",
   "repo": "clownware/bouncer",
   "url": "https://github.com/clownware/bouncer",
   "category": "agent-tooling",
   "what": "Claude Code PreToolUse hook that classifies each tool call against a YAML policy into allow, ask or deny, observe-only by default with a calibration command",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript",
   "callsApi": true,
   "notable": true
  },
  {
   "name": "jev-mode",
   "repo": "ddfeyes/jev-mode",
   "url": "https://github.com/ddfeyes/jev-mode",
   "category": "agent-tooling",
   "what": "Dependency-free Python tool that moves a coding agent's bulk triage judgments to Jev; A/B on 1000 items showed 78 percent fewer tokens",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "notable": true
  },
  {
   "name": "jev-chess-lab",
   "repo": "denikuchero/jev-chess-lab",
   "url": "https://github.com/denikuchero/jev-chess-lab",
   "category": "game",
   "what": "Six recorded chess experiments with Jev alone, with a tactical filter and with a Stockfish shortlist, with PGNs, costs, replays and candid conclusions",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "GPL-3.0",
   "language": "Python",
   "notable": true,
   "live": "https://denikuchero.github.io/jev-chess-lab/"
  },
  {
   "name": "jev-voice-agent",
   "repo": "dg-coreylweathers/jev-voice-agent",
   "url": "https://github.com/dg-coreylweathers/jev-voice-agent",
   "category": "application",
   "what": "Realtime voice agent with no LLM: Deepgram Flux ends the turn, Jev picks a pre-written reply, Flux TTS speaks it; offline replay of five scenarios",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "notable": true
  },
  {
   "name": "jev-qa",
   "repo": "divyekant/jev-qa",
   "url": "https://github.com/divyekant/jev-qa",
   "category": "browser-computer-use",
   "what": "Python runner for browser acceptance tests and design conformance checks driven by Jev, with frozen evaluation reports and seeded-defect results",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python",
   "notable": true
  },
  {
   "name": "typesafe-offload-bench",
   "repo": "dnikolayev/typesafe-offload-bench",
   "url": "https://github.com/dnikolayev/typesafe-offload-bench",
   "category": "benchmark-research",
   "what": "Study of direct, relay and code-owned cascade workflows on 100 synthetic classification cases across six coding-agent models, with stated caveats",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python",
   "callsApi": true,
   "notable": true
  },
  {
   "name": "jev-world",
   "repo": "dy-ma/jev-world",
   "url": "https://github.com/dy-ma/jev-world",
   "category": "application",
   "what": "Web demo that asks Jev land-or-water for each map coordinate and replays the recorded responses, with throughput and latency tables per resolution",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "notable": true,
   "live": "https://jev-world.vercel.app"
  },
  {
   "name": "jev-horingssvar-eval",
   "repo": "EmilLindfors/jev-horingssvar-eval",
   "url": "https://github.com/EmilLindfors/jev-horingssvar-eval",
   "category": "benchmark-research",
   "what": "Eval of Jev against DeepSeek V4.1 Flash on 24 Norwegian public hearing responses with eleven questions, a label guide, raw predictions and metrics scripts",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "callsApi": true,
   "notable": true
  },
  {
   "name": "pi-jev-assist",
   "repo": "enriquejuncorichi-create/pi-jev-assist",
   "url": "https://github.com/enriquejuncorichi-create/pi-jev-assist",
   "category": "agent-tooling",
   "what": "Pi extension that reviews an agent's claims against recorded evidence, suggests skills, lists callers before a write and prunes context with Jev",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "notable": true
  },
  {
   "name": "auto-model-router",
   "repo": "fstandhartinger/auto-model-router",
   "url": "https://github.com/fstandhartinger/auto-model-router",
   "category": "agent-tooling",
   "what": "LLM router that uses one Jev call to classify each turn, then picks the model with lowest expected cost given cache state, quota and measured success",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true,
   "notable": true
  },
  {
   "name": "jev-alpha-bench",
   "repo": "Gaurav-Gosain/jev-alpha-bench",
   "url": "https://github.com/Gaurav-Gosain/jev-alpha-bench",
   "category": "benchmark-research",
   "what": "Go benchmark of Jev on 5,000 Nasdaq-100 headlines measuring rank IC against excess returns; reads news well but finds no tradeable alpha",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-16",
   "license": "MIT",
   "language": "Go",
   "notable": true
  },
  {
   "name": "jev-headline-bench",
   "repo": "Gaurav-Gosain/jev-headline-bench",
   "url": "https://github.com/Gaurav-Gosain/jev-headline-bench",
   "category": "benchmark-research",
   "what": "Go benchmark asking Jev to pick the winner of 10,984 Upworthy headline A/B tests, with exploratory and confirmatory splits and a placebo control",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-16",
   "license": "MIT",
   "language": "Go",
   "notable": true
  },
  {
   "name": "infcraft-typesafe",
   "repo": "godovasik/infcraft-typesafe",
   "url": "https://github.com/godovasik/infcraft-typesafe",
   "category": "browser-computer-use",
   "what": "Browser agent where Jev picks an operation and an indexed element each step and a small LLM only types text, with an Infinite Craft adapter",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "notable": true
  },
  {
   "name": "reranker",
   "repo": "hev/reranker",
   "url": "https://github.com/hev/reranker",
   "category": "benchmark-research",
   "what": "Reranker recipe putting a query and up to 30 documents in one Jev call, with nDCG@10 results on BEIR against Cohere, Voyage and LLM judges",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "Apache-2.0",
   "language": "Python",
   "notable": true
  },
  {
   "name": "git-jev-stage",
   "repo": "ibrahemid/git-jev-stage",
   "url": "https://github.com/ibrahemid/git-jev-stage",
   "category": "agent-tooling",
   "what": "Git subcommand that stages only the hunks matching a sentence, deciding include, exclude or mixed per hunk with Jev and applying one atomic patch",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "notable": true
  },
  {
   "name": "jev-play-ping-pong",
   "repo": "Icohen007/jev-play-ping-pong",
   "url": "https://github.com/Icohen007/jev-play-ping-pong",
   "category": "game",
   "what": "Dependency-free Node script where Jev plays a browser table-tennis game in real time from structured telemetry, with a recorded 11-0 run and cost figures",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "JavaScript",
   "callsApi": true,
   "notable": true,
   "live": "https://indispensable-lingonberry-hot.julius.site/"
  },
  {
   "name": "jev-plays-balatro",
   "repo": "IgorWarzocha/jev-plays-balatro",
   "url": "https://github.com/IgorWarzocha/jev-plays-balatro",
   "category": "game",
   "what": "Balatro mod and controller where Jev plans the run and picks every move from structured state; documents the best run falling short at ante 8",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "notable": true
  },
  {
   "name": "pi-jev-compact",
   "repo": "ilkerulusoy/pi-jev-compact",
   "url": "https://github.com/ilkerulusoy/pi-jev-compact",
   "category": "agent-tooling",
   "what": "Pi extension that compacts context by having Jev score each tool call and result, deleting unneeded ones and leaving the rest byte-identical",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "callsApi": true,
   "notable": true
  },
  {
   "name": "jev-nethack",
   "repo": "integrate-your-mind/jev-nethack",
   "url": "https://github.com/integrate-your-mind/jev-nethack",
   "category": "game",
   "what": "Jev-controlled NetHack player with runner, public viewer, recorded games, a BC/PPO pilot and published negative experiment results",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "notable": true,
   "live": "https://jev-nethack-live.poppybyte.chatgpt.site"
  },
  {
   "name": "omo-jevlike-router",
   "repo": "islee23520/omo-jevlike-router",
   "url": "https://github.com/islee23520/omo-jevlike-router",
   "category": "agent-tooling",
   "what": "Local Jev-style skill router for OmO: frozen Qwen2.5-0.5B plus a small head trims the skill catalog to top-K per prompt, with held-out recall numbers",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "notable": true
  },
  {
   "name": "kev",
   "repo": "jaredpalmer/kev",
   "url": "https://github.com/jaredpalmer/kev",
   "category": "benchmark-research",
   "what": "Open Jev-style model: LoRA and pointer head on Qwen2.5-0.5B answering typed questions in one prefill pass, with a /v1/systemone-compatible server",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "Apache-2.0",
   "language": "Python",
   "notable": true
  },
  {
   "name": "jev-macos-loop",
   "repo": "jcpsimmons/jev-macos-loop",
   "url": "https://github.com/jcpsimmons/jev-macos-loop",
   "category": "browser-computer-use",
   "what": "Native macOS computer-use loop: OmniParser CoreML, Vision OCR and accessibility labels feed Jev, which picks the element to click; 6/6 tasks measured",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "AGPL-3.0",
   "language": "JavaScript",
   "callsApi": true,
   "notable": true
  },
  {
   "name": "assay-001",
   "repo": "jourdanlabs/assay-001",
   "url": "https://github.com/jourdanlabs/assay-001",
   "category": "benchmark-research",
   "what": "Pre-registered test of Jev calibration and type safety on Banking77 and CLINC150 with sealed raw responses, scorer and an independent re-score",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python",
   "notable": true,
   "live": "https://donttrustme.ai/assay-001.html"
  },
  {
   "name": "jev-calibration-audit",
   "repo": "jujumilk3/jev-calibration-audit",
   "url": "https://github.com/jujumilk3/jev-calibration-audit",
   "category": "benchmark-research",
   "what": "API-only calibration audit of Jev over seven experiments and about 7,000 calls: abstain removal, Korean, Noul/Choice coherence, invariance, interference",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true,
   "notable": true
  },
  {
   "name": "jev-does-not-play-dice",
   "repo": "KantaHayashiAI/jev-does-not-play-dice",
   "url": "https://github.com/KantaHayashiAI/jev-does-not-play-dice",
   "category": "benchmark-research",
   "what": "Experiments showing Jev reports high Choice probabilities on fair dice and coin draws and distorts stated forecast odds, with recorded outputs and scripts",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript",
   "notable": true
  },
  {
   "name": "jev-shogi",
   "repo": "kentaro/jev-shogi",
   "url": "https://github.com/kentaro/jev-shogi",
   "category": "game",
   "what": "Jev plays shogi against Fairy-Stockfish by choosing among all legal moves, with per-game records, videos, costs and lookahead variants",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "notable": true
  },
  {
   "name": "opendecision",
   "repo": "konsumer/opendecision",
   "url": "https://github.com/konsumer/opendecision",
   "category": "benchmark-research",
   "what": "Self-hostable System One implementation: model architecture, teacher distillation pipeline and a /v1/systemone-compatible server, with measured limits",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "notable": true
  },
  {
   "name": "tax-doc-classifier",
   "repo": "kyotofin/tax-doc-classifier",
   "url": "https://github.com/kyotofin/tax-doc-classifier",
   "category": "application",
   "what": "TypeScript library classifying a tax document page into its IRS form and page kind with Jev, evaluated on 261 forms with a reproducible eval",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "Apache-2.0",
   "language": "TypeScript",
   "notable": true
  },
  {
   "name": "jev-anotacao-sentencas",
   "repo": "lab-dados/jev-anotacao-sentencas",
   "url": "https://github.com/lab-dados/jev-anotacao-sentencas",
   "category": "benchmark-research",
   "what": "Comparison of Jev, Gemini and GPT on annotating 12 variables in 120 Brazilian court rulings, reporting accuracy, latency and cost",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-16",
   "license": null,
   "language": "Python",
   "notable": true,
   "live": "https://lab-dados.github.io/jev-anotacao-sentencas/"
  },
  {
   "name": "latency-probe",
   "repo": "lowspecbot-GH/latency-probe",
   "url": "https://github.com/lowspecbot-GH/latency-probe",
   "category": "benchmark-research",
   "what": "Measures DNS, TCP, TLS and TTFB to api.typesafe.ai from Tokyo, US East and US West, cold vs keep-alive, against AWS reference endpoints",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript",
   "notable": true,
   "live": "https://latency-probe-eight.vercel.app"
  },
  {
   "name": "jev-harness",
   "repo": "maito1201/jev-harness",
   "url": "https://github.com/maito1201/jev-harness",
   "category": "agent-tooling",
   "what": "Claude Code, Codex and opencode hooks that use Jev to check scope on writes and send back hollow completion claims at Stop, plus a self-check CLI",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript",
   "notable": true
  },
  {
   "name": "jev-vs-luna",
   "repo": "mameli/jev-vs-luna",
   "url": "https://github.com/mameli/jev-vs-luna",
   "category": "benchmark-research",
   "what": "Benchmark of Jev vs GPT-5.6 Luna on 100 synthetic reviews x 3 repeats across five fields, reporting accuracy, macro F1, latency and cost",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "notable": true
  },
  {
   "name": "sqlite3-jev",
   "repo": "mattn/sqlite3-jev",
   "url": "https://github.com/mattn/sqlite3-jev",
   "category": "sdk",
   "what": "SQLite loadable extension in C that adds jev_noul, jev_choice and jev_score SQL functions calling the System One API via libcurl",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "C",
   "callsApi": true,
   "notable": true
  },
  {
   "name": "doc-router",
   "repo": "misbahsy/doc-router",
   "url": "https://github.com/misbahsy/doc-router",
   "category": "application",
   "what": "Rust tool that judges per PDF page whether OCR is needed, extracts text pages locally and sends only the rest to an OCR provider",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Rust",
   "notable": true
  },
  {
   "name": "agent-switchboard",
   "repo": "MNWinn/agent-switchboard",
   "url": "https://github.com/MNWinn/agent-switchboard",
   "category": "agent-tooling",
   "what": "Action gates and decision routing for agent harnesses with paired cost runs comparing Jev routing, deterministic checks and a GPT baseline",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "JavaScript",
   "notable": true
  },
  {
   "name": "jev-snake",
   "repo": "MoonTory/jev-snake",
   "url": "https://github.com/MoonTory/jev-snake",
   "category": "game",
   "what": "Browser Snake where Jev answers seven questions per tick, with code veto, greedy baseline, ablation switches, headless eval and a coach-learning loop",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript",
   "callsApi": true,
   "notable": true
  },
  {
   "name": "shade-arena-jev-monitor",
   "repo": "nican2018/shade-arena-jev-monitor",
   "url": "https://github.com/nican2018/shade-arena-jev-monitor",
   "category": "benchmark-research",
   "what": "SHADE-Arena fork evaluating Jev as a sabotage monitor and per-action gate against Gemini 2.5 Flash and Pro, with AUC figures and a report",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python",
   "notable": true
  },
  {
   "name": "jev-samegame-bench",
   "repo": "objectgraph/jev-samegame-bench",
   "url": "https://github.com/objectgraph/jev-samegame-bench",
   "category": "benchmark-research",
   "what": "Benchmark of 21 ways to present a SameGame board to Jev across 40 boards, with all 76,795 requests and responses logged and bootstrap comparisons",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "notable": true,
   "live": "https://objectgraph.com/blog/jev-plays-samegame/"
  },
  {
   "name": "jevmod",
   "repo": "ohernandezdev/jevmod",
   "url": "https://github.com/ohernandezdev/jevmod",
   "category": "application",
   "what": "Moderation toolkit giving per-category probabilities for messages, with Discord, Telegram and Reddit bots, CLI, HTTP API, MCP server and a benchmark",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "notable": true,
   "live": "https://jevmod.dev"
  },
  {
   "name": "JaxModels",
   "repo": "omauser119/JaxModels",
   "url": "https://github.com/omauser119/JaxModels",
   "category": "benchmark-research",
   "what": "Open typed-decision model: frozen Qwen3.5-0.8B plus a 1,026-parameter decision head in C++/llama.cpp, with a local server the TypeSafe JS SDK can point at",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python",
   "notable": true
  },
  {
   "name": "jev-eval",
   "repo": "onlyoneaman/jev-eval",
   "url": "https://github.com/onlyoneaman/jev-eval",
   "category": "benchmark-research",
   "what": "Write-up and code comparing Jev with gpt-5.4-mini and gpt-5.6-luna on four public classification sets and private pipeline decisions, about 16,000 calls",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "notable": true
  },
  {
   "name": "skibidu",
   "repo": "pcarrier/skibidu",
   "url": "https://github.com/pcarrier/skibidu",
   "category": "benchmark-research",
   "what": "Chibi Scheme program that has Jev build a small arithmetic interpreter from an empty AST, one typed decision at a time, until sandboxed acceptance tests pass",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Scheme",
   "notable": true
  },
  {
   "name": "pi-fast-jev-compaction",
   "repo": "QuentinDanblon/pi-fast-jev-compaction",
   "url": "https://github.com/QuentinDanblon/pi-fast-jev-compaction",
   "category": "agent-tooling",
   "what": "Pi extension that asks Jev which old tool calls and results are still needed and drops or truncates the rest, with replayed-session savings measured",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "callsApi": true,
   "notable": true
  },
  {
   "name": "jev-gates",
   "repo": "rashedInt32/jev-gates",
   "url": "https://github.com/rashedInt32/jev-gates",
   "category": "agent-tooling",
   "what": "Claude Code plugin with six Jev-judged hooks that escalate rule breaks, out-of-scope edits, unmet asks, unverified test claims and dishonest commit messages",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript",
   "notable": true
  },
  {
   "name": "asset-register-experiments-report",
   "repo": "ritza-co/asset-register-experiments-report",
   "url": "https://github.com/ritza-co/asset-register-experiments-report",
   "category": "benchmark-research",
   "what": "Reproducible experiments showing a trailing newline flips a TypeSafe Noul answer 10/10 times, plus a batched accuracy comparison against an LLM",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-08-17",
   "license": null,
   "language": "Python",
   "callsApi": true,
   "notable": true
  },
  {
   "name": "jev-recon",
   "repo": "RshaCuDeVidro/jev-recon",
   "url": "https://github.com/RshaCuDeVidro/jev-recon",
   "category": "application",
   "what": "Subdomain triage CLI that asks Jev seven typed questions per asset and ranks with weighted Python arithmetic; includes cache, mock server and benchmark",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python",
   "notable": true
  },
  {
   "name": "pong-jev",
   "repo": "safzanpirani/pong-jev",
   "url": "https://github.com/safzanpirani/pong-jev",
   "category": "game",
   "what": "Jev plays Atari Pong from five digit-free phrases per frame, with a heuristic baseline, raw-coordinate mode for comparison and a human duel mode",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript",
   "callsApi": true,
   "notable": true
  },
  {
   "name": "sarvam-jev",
   "repo": "SAGAR-TAMANG/sarvam-jev",
   "url": "https://github.com/SAGAR-TAMANG/sarvam-jev",
   "category": "benchmark-research",
   "what": "Jev-style typed decisions read from constrained logits on sarvam-1 for Indic text, with accuracy against openjev models and shared-prefill timings",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "notable": true,
   "live": "https://sarvam-jev.feynmanpi.com/"
  },
  {
   "name": "groundcheck",
   "repo": "sharziki/groundcheck",
   "url": "https://github.com/sharziki/groundcheck",
   "category": "agent-tooling",
   "what": "Python library that checks whether a RAG answer is supported by its source using Jev, with AUC, latency and cost measured on 1,600 labeled examples",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python",
   "notable": true
  },
  {
   "name": "jev-eval",
   "repo": "Shogo-nfrealmusic/jev-eval",
   "url": "https://github.com/Shogo-nfrealmusic/jev-eval",
   "category": "benchmark-research",
   "what": "Third-party comparison of Jev with gpt-4o-mini and Claude Sonnet 4.5 on routing 60 synthetic multilingual booking inquiries, with raw results and a replay demo",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "notable": true
  },
  {
   "name": "yantrik-inference",
   "repo": "spranab/yantrik-inference",
   "url": "https://github.com/spranab/yantrik-inference",
   "category": "benchmark-research",
   "what": "Open local server that reads many typed answers from one batched forward pass of an open-weights model, with benchmarks against JSON generation",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "Apache-2.0",
   "language": "Python",
   "callsApi": true,
   "notable": true
  },
  {
   "name": "wellposed",
   "repo": "suraj-phanindra/wellposed",
   "url": "https://github.com/suraj-phanindra/wellposed",
   "category": "agent-tooling",
   "what": "Linter for Jev requests that flags badly posed questions such as a Choice with no none-of-the-above option or a path missing from state",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "JavaScript",
   "notable": true
  },
  {
   "name": "jev-trace-classifier",
   "repo": "sypherin/jev-trace-classifier",
   "url": "https://github.com/sypherin/jev-trace-classifier",
   "category": "benchmark-research",
   "what": "Benchmark of Jev vs local Qwen on 4,579 collusion.wiki pages for agent-vs-human authorship; reports that neither beats the majority baseline",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python",
   "notable": true
  },
  {
   "name": "jevgrep",
   "repo": "thehumanworks/jevgrep",
   "url": "https://github.com/thehumanworks/jevgrep",
   "category": "agent-tooling",
   "what": "Rust natural-language grep that asks Jev one question per line per file chunk in parallel and prints files, regions and lines with probabilities and cost",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Rust",
   "callsApi": true,
   "notable": true
  },
  {
   "name": "jev-plays-doom",
   "repo": "tirukovelamanoj/jev-plays-doom",
   "url": "https://github.com/tirukovelamanoj/jev-plays-doom",
   "category": "game",
   "what": "ViZDoom agent where Jev picks one of three buttons from structured monster positions, scored over 20 seeded episodes against random and hand-coded play",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python",
   "notable": true
  },
  {
   "name": "jev-routing-experiment",
   "repo": "TokenTrim/jev-routing-experiment",
   "url": "https://github.com/TokenTrim/jev-routing-experiment",
   "category": "benchmark-research",
   "what": "Evaluation of Jev as an LLM router on RouterArena and LLMRouterBench, including a no-Jev ablation that matches the Jev result",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "Apache-2.0",
   "language": "Python",
   "notable": true
  },
  {
   "name": "tocsin",
   "repo": "TPAteeq/tocsin",
   "url": "https://github.com/TPAteeq/tocsin",
   "category": "application",
   "what": "Rust log triage that masks and Drain-groups lines, asks Jev four questions once per new pattern and routes to page, ticket or log, with cost figures",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Rust",
   "callsApi": true,
   "notable": true,
   "live": "https://tpateeq.github.io/tocsin/"
  },
  {
   "name": "jev-pick-and-place-study",
   "repo": "tryaksh/jev-pick-and-place-study",
   "url": "https://github.com/tryaksh/jev-pick-and-place-study",
   "category": "game",
   "what": "MuJoCo pick-and-place pilot comparing Jev, Claude Haiku and reactive rules over 20 episodes each, with traces, video and stated limits",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python",
   "notable": true
  },
  {
   "name": "smoking-extraction-benchmark",
   "repo": "vclic/smoking-extraction-benchmark",
   "url": "https://github.com/vclic/smoking-extraction-benchmark",
   "category": "benchmark-research",
   "what": "Paired benchmark of Jev vs OpenAI structured outputs on 1,000 synthetic clinical notes with ten typed fields, reporting accuracy, cost and latency",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "notable": true
  },
  {
   "name": "typesafe",
   "repo": "vishesh-baghel/typesafe",
   "url": "https://github.com/vishesh-baghel/typesafe",
   "category": "application",
   "what": "Hacker News front page scored by Jev on six dimensions and re-ranked client-side with sliders, with experiments that changed the design documented",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "callsApi": true,
   "notable": true,
   "live": "https://upweight.vercel.app"
  },
  {
   "name": "router",
   "repo": "whiletrueee/router",
   "url": "https://github.com/whiletrueee/router",
   "category": "agent-tooling",
   "what": "OpenAI-compatible LLM router where Jev scores each request on 8 dimensions and a plain-code policy picks the cheapest capable model",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript",
   "notable": true
  },
  {
   "name": "browser-duel",
   "repo": "yonidavidson/browser-duel",
   "url": "https://github.com/yonidavidson/browser-duel",
   "category": "benchmark-research",
   "what": "Wiki-race experiment comparing Jev, two GPT models and a confidence-gated hybrid picking links in one browser, with cost and time tables",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "notable": true
  },
  {
   "name": "qa-duel",
   "repo": "yonidavidson/qa-duel",
   "url": "https://github.com/yonidavidson/qa-duel",
   "category": "benchmark-research",
   "what": "Compares Jev, a screenshot-reading GPT reviewer and a confidence-gated hybrid on black-box QA of saucedemo.com with known defects, reporting TP/FP, cost, time",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "callsApi": true,
   "notable": true
  },
  {
   "name": "Jev-sample",
   "repo": "zephel01/Jev-sample",
   "url": "https://github.com/zephel01/Jev-sample",
   "category": "benchmark-research",
   "what": "Experiment code and 2,320 raw logs comparing one 4-way Choice with four decomposed Noul questions on 120 routing scenarios; README reports 48.3% vs 98.3%",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python",
   "notable": true
  },
  {
   "name": "jev-cold-start-prior",
   "repo": "zhuyansen/jev-cold-start-prior",
   "url": "https://github.com/zhuyansen/jev-cold-start-prior",
   "category": "benchmark-research",
   "what": "Study of whether Jev answers on a day-one README predict later stars for 1,132 repos, compared with TF-IDF models, with bootstrap CIs",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "notable": true
  },
  {
   "name": "jev-issue-pulse",
   "repo": "zhuyansen/jev-issue-pulse",
   "url": "https://github.com/zhuyansen/jev-issue-pulse",
   "category": "benchmark-research",
   "what": "Study labelling 25,052 GitHub issues with Jev to detect broken releases (null result) and match triage labels versus keyword and sentiment",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "notable": true
  },
  {
   "name": "jev-news-cold-start",
   "repo": "zhuyansen/jev-news-cold-start",
   "url": "https://github.com/zhuyansen/jev-news-cold-start",
   "category": "benchmark-research",
   "what": "Study on MIND news logs testing whether zero-shot Jev headline judgments predict cold-start CTR, with temporal split, baselines and bootstrap CIs",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true,
   "notable": true
  },
  {
   "name": "jev-trader",
   "repo": "jarrodwatts/jev-trader",
   "url": "https://github.com/jarrodwatts/jev-trader",
   "category": "application",
   "what": "Bun bot that asks Jev buy-or-sell every Monad block and posts a post-only limit order on the Kuru MON-USDC book, streaming each block over SSE",
   "added": "2026-09-18",
   "stars": 773,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true,
   "live": "https://jev-trader-production.up.railway.app"
  },
  {
   "name": "vexjoy-agent",
   "repo": "notque/vexjoy-agent",
   "url": "https://github.com/notque/vexjoy-agent",
   "category": "agent-tooling",
   "what": "Coding-agent toolkit whose /d command uses one Jev call to pick the specialist agent, skill and pipeline for a plain-English request",
   "added": "2026-09-18",
   "stars": 420,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python",
   "callsApi": true,
   "live": "https://vexjoy.com"
  },
  {
   "name": "hermes-web-search-plus",
   "repo": "robbyczgw-cla/hermes-web-search-plus",
   "url": "https://github.com/robbyczgw-cla/hermes-web-search-plus",
   "category": "agent-tooling",
   "what": "Hermes web search and extraction plugin where optional Jev confirms news queries, scores extracted page bodies and fills missing language",
   "added": "2026-09-18",
   "stars": 408,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true,
   "live": "https://websearchplus.xyz"
  },
  {
   "name": "foreman",
   "repo": "thruwire/foreman",
   "url": "https://github.com/thruwire/foreman",
   "category": "agent-tooling",
   "what": "Python asyncio supervisor that watches a Codex CLI worker and asks Jev nine Noul questions per observation to decide continue, verify, retry, stop or finish",
   "added": "2026-09-18",
   "stars": 270,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "typesafe-mario",
   "repo": "fhshaik/typesafe-mario",
   "url": "https://github.com/fhshaik/typesafe-mario",
   "category": "game",
   "what": "Python harness that parses NES emulator RAM into structured JSON and lets Jev pick one of seven controller actions every few frames in Super Mario Bros",
   "added": "2026-09-18",
   "stars": 258,
   "pushedAt": "2026-09-16",
   "license": null,
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "openai-scala-client",
   "repo": "cequence-io/openai-scala-client",
   "url": "https://github.com/cequence-io/openai-scala-client",
   "category": "sdk",
   "what": "Async Scala client for OpenAI and other LLM providers that now includes a TypeSafe Jev adapter",
   "added": "2026-09-18",
   "stars": 248,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Scala",
   "callsApi": true
  },
  {
   "name": "jev-review",
   "repo": "devagrawal09/jev-review",
   "url": "https://github.com/devagrawal09/jev-review",
   "category": "agent-tooling",
   "what": "Staged code-review pipeline that chains Noul, Choice and Score calls over a Git diff or whole codebase and shows findings in a local dashboard",
   "added": "2026-09-18",
   "stars": 237,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "millionsend",
   "repo": "MillionSend/millionsend",
   "url": "https://github.com/MillionSend/millionsend",
   "category": "application",
   "what": "Open-source Resend-compatible email platform on AWS SES with an optional Jev judge that monitors outbound content after sending",
   "added": "2026-09-18",
   "stars": 159,
   "pushedAt": "2026-09-18",
   "license": "AGPL-3.0",
   "language": "TypeScript",
   "callsApi": true,
   "live": "https://millionsend.com"
  },
  {
   "name": "skillbox",
   "repo": "kitze/skillbox",
   "url": "https://github.com/kitze/skillbox",
   "category": "agent-tooling",
   "what": "Self-hosted, versioned skills library for AI agents served over MCP with scoped clients and optional Jev-based skill recommendations",
   "added": "2026-09-18",
   "stars": 148,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "pg-jev",
   "repo": "realZachi/pg-jev",
   "url": "https://github.com/realZachi/pg-jev",
   "category": "sdk",
   "what": "PostgreSQL extension adding jev(), jev_prob(), jev_choice() and jev_score() SQL functions that judge rows in batched, cached Jev requests",
   "added": "2026-09-18",
   "stars": 133,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "callsApi": true,
   "live": "https://pgjev.com"
  },
  {
   "name": "openjev-sglang",
   "repo": "ekzhang/openjev-sglang",
   "url": "https://github.com/ekzhang/openjev-sglang",
   "category": "benchmark-research",
   "what": "Server implementing the Jev HTTP API with Qwen3.6-35B-A3B on SGLang prefill, deployable on Modal with a smoke test for all three answer types",
   "added": "2026-09-18",
   "stars": 122,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "callsApi": true,
   "live": "https://ekzhang--openjev-sglang-openjev.us-west.modal.direct"
  },
  {
   "name": "laya",
   "repo": "NandhaKishorM/laya",
   "url": "https://github.com/NandhaKishorM/laya",
   "category": "benchmark-research",
   "what": "Python package and fine-tuned open model answering choice/score/noul questions over a state in one forward pass with confidence gating",
   "added": "2026-09-18",
   "stars": 99,
   "pushedAt": "2026-09-18",
   "license": "Apache-2.0",
   "language": "Jupyter Notebook"
  },
  {
   "name": "jev-visual",
   "repo": "hr98w/jev-visual",
   "url": "https://github.com/hr98w/jev-visual",
   "category": "benchmark-research",
   "what": "Jev-like visual inference on Apple Silicon: Qwen3.5-0.8B on MLX scores candidate answers about an image from logits, with UI, CLI, API and game demos",
   "added": "2026-09-18",
   "stars": 92,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "bluenoise",
   "repo": "rokcso/bluenoise",
   "url": "https://github.com/rokcso/bluenoise",
   "category": "application",
   "what": "Browser extension that filters noisy X replies with local rules, plus an opt-in second pass that asks Jev about replies no rule matched",
   "added": "2026-09-18",
   "stars": 82,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true,
   "live": "https://chrome.google.com/webstore/detail/ponbeiihcconklnlphjcnbfkghnimpid"
  },
  {
   "name": "jev-eval-agent",
   "repo": "vinilana/jev-eval-agent",
   "url": "https://github.com/vinilana/jev-eval-agent",
   "category": "benchmark-research",
   "what": "Eval harness comparing an agent that picks among 100 mocked tools itself with one where Jev picks the tool each step, over 6 tasks and 8 LLMs",
   "added": "2026-09-18",
   "stars": 79,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "HTML",
   "callsApi": true
  },
  {
   "name": "building-with-jev-skill",
   "repo": "dbreunig/building-with-jev-skill",
   "url": "https://github.com/dbreunig/building-with-jev-skill",
   "category": "agent-tooling",
   "what": "Agent skill covering Jev question design, state structure, confidence thresholds and diagnosing weak questions, installable as a Claude Code plugin",
   "added": "2026-09-18",
   "stars": 77,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": null,
   "callsApi": true
  },
  {
   "name": "jevpilot",
   "repo": "standardagents/jevpilot",
   "url": "https://github.com/standardagents/jevpilot",
   "category": "game",
   "what": "Three.js driving simulator where Jev chooses among sampled steering-and-speed paths up to four times a second, with candidate and JSON inspectors",
   "added": "2026-09-18",
   "stars": 58,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "JavaScript",
   "live": "https://jevpilot.standardagents.ai"
  },
  {
   "name": "dspy-typesafeify",
   "repo": "typesafeainate/dspy-typesafeify",
   "url": "https://github.com/typesafeainate/dspy-typesafeify",
   "category": "sdk",
   "what": "Proof-of-concept DSPy fork with a decorator that sends bool, Literal and score output fields to Jev and leaves free-text fields to the LM",
   "added": "2026-09-18",
   "stars": 58,
   "pushedAt": "2026-09-15",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "hersona",
   "repo": "shiro-0x/hersona",
   "url": "https://github.com/shiro-0x/hersona",
   "category": "agent-tooling",
   "what": "Persona template library for agents with CLI and MCP server, plus an optional Jev-backed decide command that recommends reply, ask, search, tool or hold",
   "added": "2026-09-18",
   "stars": 52,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python",
   "callsApi": true,
   "live": "https://shiro-0x.github.io/hersona/"
  },
  {
   "name": "typesafe-adblock",
   "repo": "realZachi/typesafe-adblock",
   "url": "https://github.com/realZachi/typesafe-adblock",
   "category": "application",
   "what": "Chrome MV3 extension that finds ad-shaped DOM elements in code, asks Jev one Noul per candidate in a batch, and removes those above a threshold",
   "added": "2026-09-18",
   "stars": 45,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "youtube-sponsor-detection",
   "repo": "trungdq88/youtube-sponsor-detection",
   "url": "https://github.com/trungdq88/youtube-sponsor-detection",
   "category": "application",
   "what": "Chrome extension and web app that find YouTube sponsor reads from captions or live audio with Jev and skip them above a confidence threshold",
   "added": "2026-09-18",
   "stars": 44,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript",
   "callsApi": true
  },
  {
   "name": "skillranker",
   "repo": "Dicklesworthstone/skillranker",
   "url": "https://github.com/Dicklesworthstone/skillranker",
   "category": "agent-tooling",
   "what": "Rust CLI that ranks agent skills for the next step from live session context using Jev, with Claude Code hooks, abstention, TUI and local feedback",
   "added": "2026-09-18",
   "stars": 43,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Rust"
  },
  {
   "name": "ghosthands",
   "repo": "affirmitv/ghosthands",
   "url": "https://github.com/affirmitv/ghosthands",
   "category": "browser-computer-use",
   "what": "GUI automation that drives a real screen through a USB-HID Pico, with Jev choosing the operation and element from an indexed control table",
   "added": "2026-09-18",
   "stars": 38,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "jev-search",
   "repo": "superagents-lab/jev-search",
   "url": "https://github.com/superagents-lab/jev-search",
   "category": "application",
   "what": "Web search app where Jev picks sources, time range and query terms, then scores each Search1API result for relevance; links only, no generated answers",
   "added": "2026-09-18",
   "stars": 36,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "live": "https://jev.s1.dev"
  },
  {
   "name": "jev-voice-browser",
   "repo": "moritzkremb/jev-voice-browser",
   "url": "https://github.com/moritzkremb/jev-voice-browser",
   "category": "browser-computer-use",
   "what": "Node app that controls a headed Chromium by voice, asking Jev a dozen typed questions on every partial transcript to decide intent and target",
   "added": "2026-09-18",
   "stars": 34,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "JavaScript",
   "callsApi": true
  },
  {
   "name": "jev-browser-use",
   "repo": "wy-coliney/jev-browser-use",
   "url": "https://github.com/wy-coliney/jev-browser-use",
   "category": "browser-computer-use",
   "what": "Codex browser skill that hands navigation, clicks, toggles and scrolling to Jev while Codex keeps text input and final verification",
   "added": "2026-09-18",
   "stars": 33,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript",
   "callsApi": true
  },
  {
   "name": "system-one",
   "repo": "snellingio/system-one",
   "url": "https://github.com/snellingio/system-one",
   "category": "benchmark-research",
   "what": "Proof-of-concept HTTP service on MLX that returns Choice, Score and Noul probabilities by reading a local model's logits at a fixed answer position",
   "added": "2026-09-18",
   "stars": 28,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "jev-shell-history",
   "repo": "mrnugget/jev-shell-history",
   "url": "https://github.com/mrnugget/jev-shell-history",
   "category": "application",
   "what": "zsh plugin showing fish-style autosuggestions by asking Jev which of the last 100 history entries the typed input is completing",
   "added": "2026-09-18",
   "stars": 27,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "jev-codex-router",
   "repo": "0xNatoshi/jev-codex-router",
   "url": "https://github.com/0xNatoshi/jev-codex-router",
   "category": "agent-tooling",
   "what": "Local server that classifies each Codex turn with Jev and routes it to a cheaper or stronger model with a matching reasoning effort",
   "added": "2026-09-18",
   "stars": 26,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "ask-jev-skill",
   "repo": "shantanugoel/ask-jev-skill",
   "url": "https://github.com/shantanugoel/ask-jev-skill",
   "category": "agent-tooling",
   "what": "Hermes agent skill with a Python script that calls Jev for a typed Choice/Score/Noul tiebreaker and a disable switch",
   "added": "2026-09-18",
   "stars": 26,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "Jev-Moderation-Bot",
   "repo": "brainstormity/Jev-Moderation-Bot",
   "url": "https://github.com/brainstormity/Jev-Moderation-Bot",
   "category": "application",
   "what": "Discord moderation bot that uses Jev to flag spam and scam links, escalates penalties per offense, profiles members, and reuses pardoned messages as examples",
   "added": "2026-09-18",
   "stars": 25,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "open-jev",
   "repo": "daseinlabs/open-jev",
   "url": "https://github.com/daseinlabs/open-jev",
   "category": "benchmark-research",
   "what": "Zero-shot one-pass option scorer on Gemma 3 4B via MLX that exposes a /v1/systemone-shaped endpoint, with a terminal Doom demo",
   "added": "2026-09-18",
   "stars": 25,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "save-token-jev-clean",
   "repo": "IAmUnbounded/save-token-jev-clean",
   "url": "https://github.com/IAmUnbounded/save-token-jev-clean",
   "category": "agent-tooling",
   "what": "Jev-guided context compaction with adapters for Codex, OpenCode, Claude Code and raw Anthropic/OpenAI transcripts, keeping user and assistant text verbatim",
   "added": "2026-09-18",
   "stars": 25,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "agent-router",
   "repo": "nidhi-singh02/agent-router",
   "url": "https://github.com/nidhi-singh02/agent-router",
   "category": "agent-tooling",
   "what": "CLI that filters coding-agent subscriptions by quota rules, asks Jev to rank the rest and pick effort, then launches the agent in a Herdr pane",
   "added": "2026-09-18",
   "stars": 22,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "commit-miner",
   "repo": "devanshbatham/commit-miner",
   "url": "https://github.com/devanshbatham/commit-miner",
   "category": "application",
   "what": "Rust CLI that scans Git history and classifies each commit with Jev as bug fix, security fix with CWE, or change type, exporting HTML or CSV reports",
   "added": "2026-09-18",
   "stars": 21,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Rust",
   "callsApi": true
  },
  {
   "name": "jevmlx",
   "repo": "bnsd55/jevmlx",
   "url": "https://github.com/bnsd55/jevmlx",
   "category": "benchmark-research",
   "what": "Python library and CLI that scores every allowed answer of a Pydantic schema in one MLX forward pass on Apple Silicon, returning a probability per field",
   "added": "2026-09-18",
   "stars": 19,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "hono-jev-router",
   "repo": "yusukebe/hono-jev-router",
   "url": "https://github.com/yusukebe/hono-jev-router",
   "category": "sdk",
   "what": "Experimental Hono router that matches requests to plain-language route descriptions using one Noul question per route in a single Jev call",
   "added": "2026-09-18",
   "stars": 18,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "QuantStudio",
   "repo": "quantskills/QuantStudio",
   "url": "https://github.com/quantskills/QuantStudio",
   "category": "application",
   "what": "Local quant research workbench whose futures paper-trading page uses Jev to watch the market and propose trade plans the user must confirm",
   "added": "2026-09-18",
   "stars": 17,
   "pushedAt": "2026-09-18",
   "license": "GPL-3.0",
   "language": "JavaScript",
   "callsApi": true,
   "live": "https://www.quantskills.ai/"
  },
  {
   "name": "typesafe-snake",
   "repo": "sorrycc/typesafe-snake",
   "url": "https://github.com/sorrycc/typesafe-snake",
   "category": "game",
   "what": "Browser Snake where code computes legal moves and flood-fill facts and Jev picks one per tick through a Hono proxy, going straight if the answer is late",
   "added": "2026-09-18",
   "stars": 17,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "neo4jev",
   "repo": "jexp/neo4jev",
   "url": "https://github.com/jexp/neo4jev",
   "category": "sdk",
   "what": "Python library, notebooks and Streamlit app that walk a Neo4j graph hop by hop, with Jev choosing the next relationship and beam search over its probabilities",
   "added": "2026-09-18",
   "stars": 16,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Jupyter Notebook",
   "callsApi": true
  },
  {
   "name": "blink",
   "repo": "ellipsis-dev/blink",
   "url": "https://github.com/ellipsis-dev/blink",
   "category": "application",
   "what": "Bun CLI that finds a file for a natural-language query by having Jev score file and folder names and sending weighted walkers down the directory tree",
   "added": "2026-09-18",
   "stars": 14,
   "pushedAt": "2026-09-16",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "ulka",
   "repo": "razaanstha/ulka",
   "url": "https://github.com/razaanstha/ulka",
   "category": "browser-computer-use",
   "what": "Chromium side-panel extension where an FX planner sets subgoals and Jev picks constrained actions from the accessibility tree, via Vercel AI Gateway",
   "added": "2026-09-18",
   "stars": 13,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "openjev",
   "repo": "razorback16/openjev",
   "url": "https://github.com/razorback16/openjev",
   "category": "benchmark-research",
   "what": "Open decision server speaking the Jev wire API on DiffusionGemma 26B via vLLM, so the official SDKs work against it unchanged",
   "added": "2026-09-18",
   "stars": 13,
   "pushedAt": "2026-09-18",
   "license": "Apache-2.0",
   "language": "Python",
   "callsApi": true,
   "live": "https://codiv.ai"
  },
  {
   "name": "pi-typesafe",
   "repo": "DevMortimer/pi-typesafe",
   "url": "https://github.com/DevMortimer/pi-typesafe",
   "category": "agent-tooling",
   "what": "Pi extension adding a batched typesafe_evaluate tool, a terminal playground and a shared typed Jev client and key store for other extensions",
   "added": "2026-09-18",
   "stars": 12,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "ruby_llm-typesafe",
   "repo": "kieranklaassen/ruby_llm-typesafe",
   "url": "https://github.com/kieranklaassen/ruby_llm-typesafe",
   "category": "sdk",
   "what": "RubyLLM 2 provider that maps a noul/choice/score schema DSL onto with_schema and returns parsed Jev answers; rejects streaming and tools up front",
   "added": "2026-09-18",
   "stars": 11,
   "pushedAt": "2026-09-16",
   "license": "MIT",
   "language": "Ruby"
  },
  {
   "name": "jev",
   "repo": "dannote/jev",
   "url": "https://github.com/dannote/jev",
   "category": "sdk",
   "what": "Elixir library that treats Jev as a peer process: reply to it from a GenServer and pattern match on typed answers in handle_answer clauses",
   "added": "2026-09-18",
   "stars": 10,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Elixir",
   "callsApi": true
  },
  {
   "name": "JevScout",
   "repo": "hqman/JevScout",
   "url": "https://github.com/hqman/JevScout",
   "category": "browser-computer-use",
   "what": "Agent skill and CLI that drives Chrome over CDP through company sites while Jev scores every link and job posting against a query",
   "added": "2026-09-18",
   "stars": 10,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "mario-jev",
   "repo": "shantanugoel/mario-jev",
   "url": "https://github.com/shantanugoel/mario-jev",
   "category": "game",
   "what": "Python prototype that plays NES Super Mario Bros by sending decoded RAM state to Jev and composing its movement and jump answers into controller buttons",
   "added": "2026-09-18",
   "stars": 10,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "jev-me",
   "repo": "jon-devlapaz/jev-me",
   "url": "https://github.com/jon-devlapaz/jev-me",
   "category": "agent-tooling",
   "what": "Agent skill for Cursor that interviews you about a plan while Jev scores which questions matter and whether your answers settle them; logs kept locally",
   "added": "2026-09-18",
   "stars": 9,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "mcp-ui-poc",
   "repo": "iamadi11/mcp-ui-poc",
   "url": "https://github.com/iamadi11/mcp-ui-poc",
   "category": "application",
   "what": "Chat studio that turns a message and API URL into an embeddable widget, with Jev making the layout decisions and an LLM used only at low confidence",
   "added": "2026-09-18",
   "stars": 8,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript",
   "callsApi": true,
   "live": "https://mcp-ui-poc.vercel.app/"
  },
  {
   "name": "octolib",
   "repo": "Muvon/octolib",
   "url": "https://github.com/Muvon/octolib",
   "category": "sdk",
   "what": "Rust library unifying 25+ AI providers that includes typed yes/no, choice and score evaluation through Jev, directly or via Cloudflare AI Gateway",
   "added": "2026-09-18",
   "stars": 8,
   "pushedAt": "2026-09-18",
   "license": "Apache-2.0",
   "language": "Rust",
   "callsApi": true,
   "live": "https://octomind.run/product/octolib/"
  },
  {
   "name": "android-control",
   "repo": "SomeshSampat2/android-control",
   "url": "https://github.com/SomeshSampat2/android-control",
   "category": "browser-computer-use",
   "what": "MCP server controlling Android devices over ADB with a Jev fast mode for goal-driven steps, tap-by-description and yes/no screen questions",
   "added": "2026-09-18",
   "stars": 8,
   "pushedAt": "2026-09-18",
   "license": "Apache-2.0",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "TypeAR",
   "repo": "zmtomorrow/TypeAR",
   "url": "https://github.com/zmtomorrow/TypeAR",
   "category": "benchmark-research",
   "what": "Typed-decision client for open autoregressive models served by SGLang, using one-token constrained decoding and prefix-cache reuse over a JSON Schema",
   "added": "2026-09-18",
   "stars": 8,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "jev-mcp",
   "repo": "blakestone-x/jev-mcp",
   "url": "https://github.com/blakestone-x/jev-mcp",
   "category": "agent-tooling",
   "what": "MCP server exposing typed classify, score, check, match and screen tools backed by Jev, with pinned install commands for Claude Code, Codex and Cursor",
   "added": "2026-09-18",
   "stars": 7,
   "pushedAt": "2026-09-16",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "openvons",
   "repo": "genai-craft/openvons",
   "url": "https://github.com/genai-craft/openvons",
   "category": "benchmark-research",
   "what": "Open Jev-style decision layer for text, images and Japanese voice commands using frozen models plus small trained heads, calibration and a none option",
   "added": "2026-09-18",
   "stars": 7,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "live": "https://genai-craft.com"
  },
  {
   "name": "typesafe-sdk-go",
   "repo": "Tangerg/typesafe-sdk-go",
   "url": "https://github.com/Tangerg/typesafe-sdk-go",
   "category": "sdk",
   "what": "Go client for the System One API with typed Noul/Choice/Score questions and answer accessors, no third-party dependencies, plus a runnable demo",
   "added": "2026-09-18",
   "stars": 7,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Go"
  },
  {
   "name": "typesafe-ai",
   "repo": "Twister915/typesafe-ai",
   "url": "https://github.com/Twister915/typesafe-ai",
   "category": "sdk",
   "what": "Rust crate for the System One API with typed Noul, Choice and Score results, async reqwest or blocking ureq backends and observable retries",
   "added": "2026-09-18",
   "stars": 7,
   "pushedAt": "2026-09-16",
   "license": "Apache-2.0",
   "language": "Rust",
   "callsApi": true
  },
  {
   "name": "Jev-Trades",
   "repo": "zadescoxp/Jev-Trades",
   "url": "https://github.com/zadescoxp/Jev-Trades",
   "category": "application",
   "what": "Next.js dashboard that streams one-minute crypto candles, sends indicator states to Jev and applies its decisions to a simulated paper portfolio",
   "added": "2026-09-18",
   "stars": 7,
   "pushedAt": "2026-09-18",
   "license": "Apache-2.0",
   "language": "Python",
   "callsApi": true,
   "live": "https://jevtrades.zadescoxp.com"
  },
  {
   "name": "HA-Jev",
   "repo": "AboveColin/HA-Jev",
   "url": "https://github.com/AboveColin/HA-Jev",
   "category": "application",
   "what": "Home Assistant integration that turns Jev questions about entities into sensors and actions, adds an Assist agent and tracks daily token spend and budget",
   "added": "2026-09-18",
   "stars": 6,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "nouls",
   "repo": "benomahony/nouls",
   "url": "https://github.com/benomahony/nouls",
   "category": "agent-tooling",
   "what": "Semantic linter and language server that splits files into functions with tree-sitter and asks Jev yes/no rule questions per function",
   "added": "2026-09-18",
   "stars": 6,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python",
   "callsApi": true,
   "live": "https://benomahony.github.io/nouls/"
  },
  {
   "name": "typesafe-ai-playground",
   "repo": "BunsDev/typesafe-ai-playground",
   "url": "https://github.com/BunsDev/typesafe-ai-playground",
   "category": "application",
   "what": "Next.js playground with 110 editable Jev examples, A/B input comparison, routing and extraction demos, games and simulations",
   "added": "2026-09-18",
   "stars": 6,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true,
   "live": "https://typesafe-ai-playground.vercel.app"
  },
  {
   "name": "typesafe-skill-router",
   "repo": "DECRUX9812/typesafe-skill-router",
   "url": "https://github.com/DECRUX9812/typesafe-skill-router",
   "category": "agent-tooling",
   "what": "Opt-in Hermes Agent plugin that asks Jev which installed skill fits a request and appends a one-line hint to the user message",
   "added": "2026-09-18",
   "stars": 6,
   "pushedAt": "2026-09-16",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "jev-code",
   "repo": "devagrawal09/jev-code",
   "url": "https://github.com/devagrawal09/jev-code",
   "category": "agent-tooling",
   "what": "CLI for coding agents that routes a request to one of four Jev workflows: find relevant code, check a diff, triage test failures or review comments",
   "added": "2026-09-18",
   "stars": 6,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "jev-column-race",
   "repo": "goodrahstar/jev-column-race",
   "url": "https://github.com/goodrahstar/jev-column-race",
   "category": "benchmark-research",
   "what": "Side-by-side race labelling 1,000 app reviews with Jev and Gemini Flash in four columns, with recorded timings, cost and star-rating agreement",
   "added": "2026-09-18",
   "stars": 6,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "JavaScript",
   "live": "https://jev-column-race.vercel.app"
  },
  {
   "name": "jevil",
   "repo": "grabbou/jevil",
   "url": "https://github.com/grabbou/jevil",
   "category": "browser-computer-use",
   "what": "Mobile QA agent that reads an iOS or Android app via agent-device, lets Jev choose each action until pass or fail, and saves a trace and recording",
   "added": "2026-09-18",
   "stars": 6,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "JavaScript",
   "callsApi": true
  },
  {
   "name": "sponsor-skipper",
   "repo": "iomiras/sponsor-skipper",
   "url": "https://github.com/iomiras/sponsor-skipper",
   "category": "application",
   "what": "Chrome MV3 extension that classifies YouTube caption segments with Jev ahead of playback and skips or offers to skip sponsor reads",
   "added": "2026-09-18",
   "stars": 6,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript"
  },
  {
   "name": "zod-jev",
   "repo": "jomatsu/zod-jev",
   "url": "https://github.com/jomatsu/zod-jev",
   "category": "sdk",
   "what": "Zod 4 add-on that attaches semantic rules to a schema, sends them to Jev in one request per parse and turns low probabilities into Zod issues, failing closed",
   "added": "2026-09-18",
   "stars": 6,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "pi-jev-router",
   "repo": "mejiasd3v/pi-jev-router",
   "url": "https://github.com/mejiasd3v/pi-jev-router",
   "category": "agent-tooling",
   "what": "Pi coding-agent extension where Jev picks the model and reasoning effort for a session from a configured list, then pins both",
   "added": "2026-09-18",
   "stars": 6,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "TerraBlind",
   "repo": "Reisenbug/TerraBlind",
   "url": "https://github.com/Reisenbug/TerraBlind",
   "category": "game",
   "what": "Terraria tModLoader mod where Jev answers five questions every 200 ms to steer boss fights while code handles aiming, timing and movement",
   "added": "2026-09-18",
   "stars": 6,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "C#",
   "callsApi": true
  },
  {
   "name": "vllm-jev-decison",
   "repo": "siliconkernel/vllm-jev-decison",
   "url": "https://github.com/siliconkernel/vllm-jev-decison",
   "category": "benchmark-research",
   "what": "vLLM 0.29 plugin endpoint that scores candidate labels for a finite JSON Schema and returns typed values with confidence and abstention, no generation",
   "added": "2026-09-18",
   "stars": 6,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "pi-jev",
   "repo": "TheoOliveira/pi-jev",
   "url": "https://github.com/TheoOliveira/pi-jev",
   "category": "agent-tooling",
   "what": "Pi extension using Jev to activate only the tools a prompt needs, suggest skills, pick a model tier and retain tool history during compaction",
   "added": "2026-09-18",
   "stars": 6,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "OneVOneJev",
   "repo": "emrickgarrett/OneVOneJev",
   "url": "https://github.com/emrickgarrett/OneVOneJev",
   "category": "game",
   "what": "Server-authoritative browser FPS where one player duels a Jev-controlled sniper that gets move, aim and fire questions about nine times a second",
   "added": "2026-09-18",
   "stars": 5,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "pg_typesafe",
   "repo": "giuliosmall/pg_typesafe",
   "url": "https://github.com/giuliosmall/pg_typesafe",
   "category": "sdk",
   "what": "PostgreSQL 16/17 C extension exposing Noul, Choice and Score as SQL functions, with batched variants and a timed NYC 311 demo",
   "added": "2026-09-18",
   "stars": 5,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "C"
  },
  {
   "name": "jev-agent-skill-router",
   "repo": "GodsBoy/jev-agent-skill-router",
   "url": "https://github.com/GodsBoy/jev-agent-skill-router",
   "category": "agent-tooling",
   "what": "Python CLI and library that routes a request to one skill from a large catalogue via batched Jev Choice rounds, with a 72-request benchmark report",
   "added": "2026-09-18",
   "stars": 5,
   "pushedAt": "2026-09-16",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "JevLint",
   "repo": "huntedman/JevLint",
   "url": "https://github.com/huntedman/JevLint",
   "category": "agent-tooling",
   "what": "CLI linter that sends source files and plain-English conventions to Jev and reports a per-file violation probability, with a magic-strings plugin",
   "added": "2026-09-18",
   "stars": 5,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "live": "https://jevlint.com"
  },
  {
   "name": "super-jev",
   "repo": "Kevthetech143/super-jev",
   "url": "https://github.com/Kevthetech143/super-jev",
   "category": "agent-tooling",
   "what": "Zero-dependency TypeScript harness looping evidence, Jev judgments, permitted tool actions and verification, with JSONL traces and replay",
   "added": "2026-09-18",
   "stars": 5,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "jevfire",
   "repo": "kikoncuo/jevfire",
   "url": "https://github.com/kikoncuo/jevfire",
   "category": "benchmark-research",
   "what": "Parallel typed decisions on stock LLMs through vLLM by scoring single-token labels, with CUDA benchmarks and in-browser Mario and driving demos",
   "added": "2026-09-18",
   "stars": 5,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript",
   "live": "https://kikoncuo.github.io/jevfire/learn.html"
  },
  {
   "name": "perch",
   "repo": "lakeday-org/perch",
   "url": "https://github.com/lakeday-org/perch",
   "category": "agent-tooling",
   "what": "CLI that scans code per method for semantic defects with Jev, supports custom plain-language rules in perch.yaml and installs agent skills",
   "added": "2026-09-18",
   "stars": 5,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript",
   "callsApi": true,
   "live": "https://perchscan.com"
  },
  {
   "name": "typesafeai-dotnet-sdk",
   "repo": "saibimajdi/typesafeai-dotnet-sdk",
   "url": "https://github.com/saibimajdi/typesafeai-dotnet-sdk",
   "category": "sdk",
   "what": ".NET client for the System One API with typed questions, retry and Retry-After handling, raw-JSON passthrough for unknown fields and AOT-clean annotations",
   "added": "2026-09-18",
   "stars": 5,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "C#",
   "live": "https://saibimajdi.github.io/typesafeai-dotnet-sdk/"
  },
  {
   "name": "semdecide",
   "repo": "sharziki/semdecide",
   "url": "https://github.com/sharziki/semdecide",
   "category": "agent-tooling",
   "what": "Unix CLI that pipes text or JSONL through Jev to get predicates, routes and scores with thresholds, JSON output and stable exit codes for scripts and CI",
   "added": "2026-09-18",
   "stars": 5,
   "pushedAt": "2026-09-16",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "jevals",
   "repo": "theyashwanthsai/jevals",
   "url": "https://github.com/theyashwanthsai/jevals",
   "category": "agent-tooling",
   "what": "Python eval framework that grades saved LLM outputs or agent traces against score and noul checks answered by Jev, with a confidence per result",
   "added": "2026-09-18",
   "stars": 5,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "local-decision-playground",
   "repo": "wmoto-ai/local-decision-playground",
   "url": "https://github.com/wmoto-ai/local-decision-playground",
   "category": "benchmark-research",
   "what": "Single-file web app that restricts a vLLM model to defined options and shows renormalised logprob shares per candidate for text, JSON or image input",
   "added": "2026-09-18",
   "stars": 5,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "HTML"
  },
  {
   "name": "openjev",
   "repo": "zhihz/openjev",
   "url": "https://github.com/zhihz/openjev",
   "category": "benchmark-research",
   "what": "Local bilingual web UI and API that reads next-token label probabilities from frozen Qwen3-4B to answer Choice and Binary questions over supplied candidates",
   "added": "2026-09-18",
   "stars": 5,
   "pushedAt": "2026-09-16",
   "license": null,
   "language": "Python"
  },
  {
   "name": "a0-typesafe-ai",
   "repo": "3clyp50/a0-typesafe-ai",
   "url": "https://github.com/3clyp50/a0-typesafe-ai",
   "category": "agent-tooling",
   "what": "Agent Zero plugin adding a typesafe_query tool that sends mixed Choice, Noul and Score questions to Jev and renders probability cards in chat",
   "added": "2026-09-18",
   "stars": 4,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "swift-typesafe",
   "repo": "ainame/swift-typesafe",
   "url": "https://github.com/ainame/swift-typesafe",
   "category": "sdk",
   "what": "Unofficial Swift SDK mirroring the Python SDK, with a @QuestionSet macro that generates typed Choice, Noul and Score answers",
   "added": "2026-09-18",
   "stars": 4,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Swift",
   "callsApi": true
  },
  {
   "name": "JevRouter",
   "repo": "BillionsBobby/JevRouter",
   "url": "https://github.com/BillionsBobby/JevRouter",
   "category": "agent-tooling",
   "what": "Router that merges models, subagents, skills, MCP tools and CLIs into one Jev Choice, then applies permission and risk policy; has a Toolathlon comparison",
   "added": "2026-09-18",
   "stars": 4,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "snifftest",
   "repo": "DanRWilloughby/snifftest",
   "url": "https://github.com/DanRWilloughby/snifftest",
   "category": "agent-tooling",
   "what": "Prose linter CLI that runs local regex rules for AI-writing tells and, after consent, sends paragraphs to Jev for judgment rules with a no-judgment band",
   "added": "2026-09-18",
   "stars": 4,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "ErisLint",
   "repo": "Eriskii/ErisLint",
   "url": "https://github.com/Eriskii/ErisLint",
   "category": "agent-tooling",
   "what": "Rust linter driven by JSON rules that ask Jev questions about functions and map answers to warnings or errors, with a VS Code extension",
   "added": "2026-09-18",
   "stars": 4,
   "pushedAt": "2026-09-18",
   "license": "AGPL-3.0",
   "language": "Rust",
   "callsApi": true
  },
  {
   "name": "go-llms",
   "repo": "flitsinc/go-llms",
   "url": "https://github.com/flitsinc/go-llms",
   "category": "sdk",
   "what": "Go LLM library for Anthropic, Google and OpenAI that also supports Jev typed judgments driven by a JSON output schema",
   "added": "2026-09-18",
   "stars": 4,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Go",
   "callsApi": true
  },
  {
   "name": "typesafe-jev-workflow",
   "repo": "GiesN/typesafe-jev-workflow",
   "url": "https://github.com/GiesN/typesafe-jev-workflow",
   "category": "application",
   "what": "Small async LangGraph workflow that classifies mocked emails as invoice or general with a Jev Choice and routes them, with offline tests",
   "added": "2026-09-18",
   "stars": 4,
   "pushedAt": "2026-09-16",
   "license": null,
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "beadsort",
   "repo": "harrymunro/beadsort",
   "url": "https://github.com/harrymunro/beadsort",
   "category": "agent-tooling",
   "what": "CLI and agent skill that labels every issue in a beads backlog with Jev judgments, dry run first, then writes the labels back",
   "added": "2026-09-18",
   "stars": 4,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "jev-dsl",
   "repo": "inanna-malick/jev-dsl",
   "url": "https://github.com/inanna-malick/jev-dsl",
   "category": "sdk",
   "what": "Haskell DSL where a packet of labelled Jev questions has an inferred type, renders to request JSON and returns answers as typed records",
   "added": "2026-09-18",
   "stars": 4,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Haskell",
   "callsApi": true
  },
  {
   "name": "typesafe-sdk",
   "repo": "joshmn/typesafe-sdk",
   "url": "https://github.com/joshmn/typesafe-sdk",
   "category": "sdk",
   "what": "Ruby gem client for the System One API with Noul, Choice and Score question classes and typed response accessors",
   "added": "2026-09-18",
   "stars": 4,
   "pushedAt": "2026-09-16",
   "license": "MIT",
   "language": "Ruby"
  },
  {
   "name": "typesafe-playground",
   "repo": "kavehmz/typesafe-playground",
   "url": "https://github.com/kavehmz/typesafe-playground",
   "category": "game",
   "what": "Dockerized demos: a support-message decision lab and 3D driving simulations where Jev picks lane and target speed from simulated sensor data",
   "added": "2026-09-18",
   "stars": 4,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript",
   "callsApi": true
  },
  {
   "name": "jev-lm",
   "repo": "y0usaf/jev-lm",
   "url": "https://github.com/y0usaf/jev-lm",
   "category": "benchmark-research",
   "what": "Word-level text generator that uses Jev Choice as the output layer with an n-gram drafter and Noul chunk verification, plus a bits-per-token eval",
   "added": "2026-09-18",
   "stars": 4,
   "pushedAt": "2026-09-16",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "typesafe-cli",
   "repo": "y0usaf/typesafe-cli",
   "url": "https://github.com/y0usaf/typesafe-cli",
   "category": "agent-tooling",
   "what": "Shell command `jev` with noul, choice, score and batched ask subcommands that read state from flags, files or stdin and print numeric answers",
   "added": "2026-09-18",
   "stars": 4,
   "pushedAt": "2026-09-16",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jev-chat",
   "repo": "adhyaay-karnwal/jev-chat",
   "url": "https://github.com/adhyaay-karnwal/jev-chat",
   "category": "benchmark-research",
   "what": "Research decoder that assembles chat replies from Jev Choice distributions using a hierarchical codebook and speculative fan-out, with paper and traces",
   "added": "2026-09-18",
   "stars": 3,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "worth-replying",
   "repo": "AIsa-team/worth-replying",
   "url": "https://github.com/AIsa-team/worth-replying",
   "category": "application",
   "what": "Web app that profiles a domain, searches X through AIsa and has Jev answer five typed questions per tweet to queue, flag or archive reply candidates",
   "added": "2026-09-18",
   "stars": 3,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "live": "https://worth-replying.aisa.one"
  },
  {
   "name": "rate-my-pricing",
   "repo": "andrelandgraf/rate-my-pricing",
   "url": "https://github.com/andrelandgraf/rate-my-pricing",
   "category": "application",
   "what": "Web app that scores pricing pages for clarity via an LLM agent on Neon Functions, with a fail-open Jev QA gate before a rating is listed",
   "added": "2026-09-18",
   "stars": 3,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "safer-with-jev",
   "repo": "andrelandgraf/safer-with-jev",
   "url": "https://github.com/andrelandgraf/safer-with-jev",
   "category": "application",
   "what": "Public HTTP gate where Jev inspects a request body for prompt injection or unsafe images and replies, then optionally forwards it to a target URL",
   "added": "2026-09-18",
   "stars": 3,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "callsApi": true,
   "live": "https://safer-with-jev.com"
  },
  {
   "name": "jev-trade",
   "repo": "aowang-ai/jev-trade",
   "url": "https://github.com/aowang-ai/jev-trade",
   "category": "application",
   "what": "Hyperliquid trading bot with five per-coin sleeves where Jev picks side and open/close/hold each tick; defaults to dry run with a Next.js dashboard",
   "added": "2026-09-18",
   "stars": 3,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "live": "https://jev-trade.com"
  },
  {
   "name": "jev-autopilot",
   "repo": "arielweinberger/jev-autopilot",
   "url": "https://github.com/arielweinberger/jev-autopilot",
   "category": "game",
   "what": "Three.js drone simulator where Jev answers four stick-axis Choices and two booleans per step to fly across a generated city and land",
   "added": "2026-09-18",
   "stars": 3,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "jev-mcp",
   "repo": "arunav25/jev-mcp",
   "url": "https://github.com/arunav25/jev-mcp",
   "category": "agent-tooling",
   "what": "MCP server exposing one evaluate tool for Jev plus a harness that compares Jev with an LLM on shared datasets using Brier, calibration and McNemar",
   "added": "2026-09-18",
   "stars": 3,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "naiou",
   "repo": "av/naiou",
   "url": "https://github.com/av/naiou",
   "category": "application",
   "what": "Terminal yes/no oracle with a 3D visualization that can answer by sending the input to Jev as a single Noul question",
   "added": "2026-09-18",
   "stars": 3,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "leanest",
   "repo": "baronunread/leanest",
   "url": "https://github.com/baronunread/leanest",
   "category": "agent-tooling",
   "what": "Bun CLI that asks Jev whether a git diff could affect each Playwright or Vitest test file and runs only the rest, failing open to the full suite",
   "added": "2026-09-18",
   "stars": 3,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript",
   "live": "https://leanest.pages.dev/"
  },
  {
   "name": "jevwire",
   "repo": "Brainwires/jevwire",
   "url": "https://github.com/Brainwires/jevwire",
   "category": "agent-tooling",
   "what": "Six MCP tools, an embeddable decision library and a Claude Code hook plugin that places Jev judgments before tool calls, after fetches and at turn end",
   "added": "2026-09-18",
   "stars": 3,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jevthoven",
   "repo": "cocktailpeanut/jevthoven",
   "url": "https://github.com/cocktailpeanut/jevthoven",
   "category": "application",
   "what": "Prompt-to-MIDI studio where each plan, harmony and bar pattern is one Jev Choice rendered to notes by code, with piano-roll editing and MIDI export",
   "added": "2026-09-18",
   "stars": 3,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "kev",
   "repo": "CrimsonLuckyLabs/kev",
   "url": "https://github.com/CrimsonLuckyLabs/kev",
   "category": "benchmark-research",
   "what": "Local reimplementation of the Noul/Choice/Score interface that scores option tokens from a 4-bit Qwen2.5 on MLX, with an offline mock backend and tests",
   "added": "2026-09-18",
   "stars": 3,
   "pushedAt": "2026-09-16",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "hello-jev-java",
   "repo": "danvega/hello-jev-java",
   "url": "https://github.com/danvega/hello-jev-java",
   "category": "sdk",
   "what": "Single-file Java 25 example that posts one support message with a noul, a choice and a score question using only the JDK HTTP client",
   "added": "2026-09-18",
   "stars": 3,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Java"
  },
  {
   "name": "daf-jev",
   "repo": "docxology/daf-jev",
   "url": "https://github.com/docxology/daf-jev",
   "category": "sdk",
   "what": "Python Jev client with question builders, confidence gates, a concurrent batch evaluator, usage ledger, calibration statistics, CLI and MCP server",
   "added": "2026-09-18",
   "stars": 3,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "clean-code-review",
   "repo": "frostney/clean-code-review",
   "url": "https://github.com/frostney/clean-code-review",
   "category": "application",
   "what": "Next.js app that judges each file of a GitHub PR against Clean Code questions with Jev, then has an LLM write a short review; also served over MCP",
   "added": "2026-09-18",
   "stars": 3,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "live": "https://clean-code-review.vercel.app"
  },
  {
   "name": "typesafe-cli",
   "repo": "geilt/typesafe-cli",
   "url": "https://github.com/geilt/typesafe-cli",
   "category": "agent-tooling",
   "what": "Stdlib-only Python CLI with ask, models and smoke commands plus an installable agent skill for sending typed questions to Jev",
   "added": "2026-09-18",
   "stars": 3,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "typesafe-ai-rs",
   "repo": "gilljon/typesafe-ai-rs",
   "url": "https://github.com/gilljon/typesafe-ai-rs",
   "category": "sdk",
   "what": "Async and blocking Rust client for the System One API with typed questions, retries, cancellation and parity notes against the official SDKs",
   "added": "2026-09-18",
   "stars": 3,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Rust",
   "live": "https://docs.rs/typesafe-ai-rs"
  },
  {
   "name": "pi-quiet-ask",
   "repo": "HyunjunJeon/pi-quiet-ask",
   "url": "https://github.com/HyunjunJeon/pi-quiet-ask",
   "category": "agent-tooling",
   "what": "pi coding-agent extension with a JSON rule engine that asks Jev to gate tool calls, flag leaked secrets, triage ask_user questions and check claimed completion",
   "added": "2026-09-18",
   "stars": 3,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "jevex",
   "repo": "jvsteiner/jevex",
   "url": "https://github.com/jvsteiner/jevex",
   "category": "agent-tooling",
   "what": "Experimental agent loop where Jev picks and approves each MCP tool call while an LLM only fills arguments and prose, with a token and latency benchmark",
   "added": "2026-09-18",
   "stars": 3,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "hermes-jev",
   "repo": "keeltrace/hermes-jev",
   "url": "https://github.com/keeltrace/hermes-jev",
   "category": "agent-tooling",
   "what": "Hermes Agent plugin adding decide, rank, verify and assess tools, an optional pre-tool-call gate and a Jev-driven context curation engine",
   "added": "2026-09-18",
   "stars": 3,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "jod",
   "repo": "mateonunez/jod",
   "url": "https://github.com/mateonunez/jod",
   "category": "sdk",
   "what": "TypeScript library binding a Zod or Standard Schema state and named questions into one object that validates locally then returns typed Jev answers",
   "added": "2026-09-18",
   "stars": 3,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "jev-grug",
   "repo": "mkotlikov/jev-grug",
   "url": "https://github.com/mkotlikov/jev-grug",
   "category": "application",
   "what": "Chat toy that makes Jev reply by repeatedly choosing the next word from a small caveman vocabulary, with a mock fallback when no key is set",
   "added": "2026-09-18",
   "stars": 3,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "live": "https://jev-grug-chat.mkotlikov.chatgpt.site/"
  },
  {
   "name": "questions",
   "repo": "nitoba/questions",
   "url": "https://github.com/nitoba/questions",
   "category": "sdk",
   "what": "TypeScript library for typed decisions from Zod schemas or question batches over Jev, Vercel or generative models, with confidence gates, retries and replay",
   "added": "2026-09-18",
   "stars": 3,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "diffjury",
   "repo": "raihankhan-rk/diffjury",
   "url": "https://github.com/raihankhan-rk/diffjury",
   "category": "application",
   "what": "Next.js app that fetches a public GitHub PR and asks Jev nine typed questions in one call to show merge risk, review depth and a verdict",
   "added": "2026-09-18",
   "stars": 3,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "jev-browser",
   "repo": "vinilana/jev-browser",
   "url": "https://github.com/vinilana/jev-browser",
   "category": "browser-computer-use",
   "what": "TypeScript Playwright harness where an OpenRouter LLM plans subgoals and writes field text while Jev chooses each action and judges the final outcome",
   "added": "2026-09-18",
   "stars": 3,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "live-jev",
   "repo": "vinilana/live-jev",
   "url": "https://github.com/vinilana/live-jev",
   "category": "game",
   "what": "Browser 2D self-driving sim where Jev answers four typed driving questions every 200 ms, with a side-by-side LLM driver comparing latency and cost",
   "added": "2026-09-18",
   "stars": 3,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript",
   "callsApi": true
  },
  {
   "name": "litjev",
   "repo": "zhengxuyu/litjev",
   "url": "https://github.com/zhengxuyu/litjev",
   "category": "benchmark-research",
   "what": "Server that reproduces the /v1/systemone schema on Qwen checkpoints by reading option scores from the output head, with a browser front end",
   "added": "2026-09-18",
   "stars": 3,
   "pushedAt": "2026-09-18",
   "license": "Apache-2.0",
   "language": "Python"
  },
  {
   "name": "yggdrasight",
   "repo": "0xtrou/yggdrasight",
   "url": "https://github.com/0xtrou/yggdrasight",
   "category": "application",
   "what": "Crypto research terminal whose multi-agent classification and synthesis layers run as typed Jev judgments over discovery output",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript",
   "callsApi": true,
   "live": "https://yggdrasight.com/"
  },
  {
   "name": "typesafe-go",
   "repo": "2389-research/typesafe-go",
   "url": "https://github.com/2389-research/typesafe-go",
   "category": "sdk",
   "what": "Zero-dependency Go client with generic question handles so each Noul, Choice or Score answer is read back with its own compile-time type",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Go",
   "callsApi": true
  },
  {
   "name": "bicameral",
   "repo": "AbdelStark/bicameral",
   "url": "https://github.com/AbdelStark/bicameral",
   "category": "agent-tooling",
   "what": "Pi coding-agent harness where Jev scores tool-call safety, test weakening and looping, and YAML policy maps scores to allow, confirm, block, warn or steer",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-16",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "heist-one",
   "repo": "AbdelStark/heist-one",
   "url": "https://github.com/AbdelStark/heist-one",
   "category": "game",
   "what": "Browser stealth game where Jev supplies each guard's threat, suspicion and intent judgments while a deterministic 30 Hz server validates every proposal",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "jevcal",
   "repo": "abhixhek/jevcal",
   "url": "https://github.com/abhixhek/jevcal",
   "category": "agent-tooling",
   "what": "Python CLI that calibrates Jev against an LLM teacher on your data, picks per-question confidence thresholds for an accuracy target and fails CI on drift",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "refgarden",
   "repo": "AlbionaHoti/refgarden",
   "url": "https://github.com/AlbionaHoti/refgarden",
   "category": "application",
   "what": "3D gallery of references from The Met, NASA and Cosmos where Jev chooses search phrases and highlights items from their metadata",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "live": "https://jev-curator.vercel.app"
  },
  {
   "name": "typesafe-sdk-swift",
   "repo": "alterhq/typesafe-sdk-swift",
   "url": "https://github.com/alterhq/typesafe-sdk-swift",
   "category": "sdk",
   "what": "Dependency-free Swift 6 client for the TypeSafe API ported from the official SDKs, with bearer-token provider support for backend proxying",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-15",
   "license": "MIT",
   "language": "Swift"
  },
  {
   "name": "jev-semantic-linter",
   "repo": "andrueandersoncs/jev-semantic-linter",
   "url": "https://github.com/andrueandersoncs/jev-semantic-linter",
   "category": "agent-tooling",
   "what": "Bun CLI that checks Markdown-defined engineering rules against the current git change using Choice routing over hunks and Noul rule judgments",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "jev-harness",
   "repo": "AntonioCoppe/jev-harness",
   "url": "https://github.com/AntonioCoppe/jev-harness",
   "category": "sdk",
   "what": "TypeScript library wrapping Jev calls with an action policy, confidence gate, shadow mode, recipes and a fixture-replay eval CLI",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "greenwash-oss",
   "repo": "ayushgml/greenwash-oss",
   "url": "https://github.com/ayushgml/greenwash-oss",
   "category": "agent-tooling",
   "what": "GitHub App that asks Jev yes/no questions about each changed PR hunk to flag weakened assertions, skipped tests, hard-coded answers and disabled CI steps",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-17",
   "license": "Apache-2.0",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "typesafe-mod",
   "repo": "BeLazy167/typesafe-mod",
   "url": "https://github.com/BeLazy167/typesafe-mod",
   "category": "agent-tooling",
   "what": "Claude Code function hook that sends the agent's this-or-that questions and per-prompt skill ranking to Jev, answering itself only above a confidence floor",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "laravel-typesafe-jev",
   "repo": "Butochnikov/laravel-typesafe-jev",
   "url": "https://github.com/Butochnikov/laravel-typesafe-jev",
   "category": "sdk",
   "what": "Laravel package adding auto-discovery, config, a facade, scoped DI and a recording test fake on top of the community PHP SDK for Jev",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "PHP",
   "callsApi": true
  },
  {
   "name": "jev-shield",
   "repo": "caiovicentino/jev-shield",
   "url": "https://github.com/caiovicentino/jev-shield",
   "category": "agent-tooling",
   "what": "Stdio MCP proxy that screens tool calls, results and tool descriptions with Jev, layering allowlists and taint tracking, with a bundled attack demo",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "typesafe-go",
   "repo": "cole-gillespie/typesafe-go",
   "url": "https://github.com/cole-gillespie/typesafe-go",
   "category": "sdk",
   "what": "Unofficial Go SDK with typed Choice/Score/Noul constructors and accessors, retries, context support and no third-party dependencies",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Go"
  },
  {
   "name": "jarvis",
   "repo": "croll83/jarvis",
   "url": "https://github.com/croll83/jarvis",
   "category": "application",
   "what": "Voice and Telegram smart-home assistant that routes each command with one Jev call for intent, action, entity and injection, falling back to local Qwen",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "zero",
   "repo": "drewling/zero",
   "url": "https://github.com/drewling/zero",
   "category": "application",
   "what": "macOS menu-bar app that runs each morning, has Jev judge which Gmail threads are still open loops and reversibly archives the rest via label swaps",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-17",
   "license": "AGPL-3.0",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "Janus",
   "repo": "FirasSX914/Janus",
   "url": "https://github.com/FirasSX914/Janus",
   "category": "agent-tooling",
   "what": "CLI that measures on your labelled data or logs where Jev's confidence justifies falling back to a larger model, then routes by that measured threshold",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "jev-for-engineers",
   "repo": "Foadsf/jev-for-engineers",
   "url": "https://github.com/Foadsf/jev-for-engineers",
   "category": "application",
   "what": "Eight zero-dependency Python examples applying Jev to engineering work such as FEM log triage, DFM screening and BOM line matching, all run against the live API",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-16",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "slidepilot",
   "repo": "harshil1712/slidepilot",
   "url": "https://github.com/harshil1712/slidepilot",
   "category": "application",
   "what": "Slidev addon plus Cloudflare Worker that transcribes the presenter and asks Jev whether the slide's point is complete before auto-advancing",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jev-system-one",
   "repo": "haseeb-heaven/jev-system-one",
   "url": "https://github.com/haseeb-heaven/jev-system-one",
   "category": "application",
   "what": "Terminal UI where a LangGraph pipeline has Jev set response policy and review drafts while OpenAI writes them, shown beside a decision report",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "TypeSafeAI.Net",
   "repo": "Hawxy/TypeSafeAI.Net",
   "url": "https://github.com/Hawxy/TypeSafeAI.Net",
   "category": "sdk",
   "what": ".NET client with typed QuestionSet handles, enum-backed Choice, DI and retries, plus a Microsoft.Extensions.AI package for guardrail and routing middleware",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-17",
   "license": "Apache-2.0",
   "language": "C#",
   "callsApi": true
  },
  {
   "name": "should-ai-kill-us-all",
   "repo": "hellogumbo/should-ai-kill-us-all",
   "url": "https://github.com/hellogumbo/should-ai-kill-us-all",
   "category": "application",
   "what": "Cloudflare Pages site that feeds daily odd-news and AI headlines to Jev every ten minutes and shows its verdict, doom score and raw request",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": "CC0-1.0",
   "language": "JavaScript",
   "callsApi": true,
   "live": "https://shouldaikillusall.com"
  },
  {
   "name": "typesafe-go",
   "repo": "hhhapz/typesafe-go",
   "url": "https://github.com/hhhapz/typesafe-go",
   "category": "sdk",
   "what": "Go client for the System One endpoint with typed question structs, configurable retry policy and per-attempt timeouts",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Go",
   "callsApi": true
  },
  {
   "name": "jev-judgment",
   "repo": "HyunjunJeon/jev-judgment",
   "url": "https://github.com/HyunjunJeon/jev-judgment",
   "category": "agent-tooling",
   "what": "Agent Skill with a stdlib Python script that asks Jev before closed user questions, before risky commands and after failures, redacting secrets and failing open",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "tiershift",
   "repo": "iamvatsalpatel/tiershift",
   "url": "https://github.com/iamvatsalpatel/tiershift",
   "category": "agent-tooling",
   "what": "LLM router that starts every prompt on the cheapest tier and escalates on Jev signals per a YAML policy, with a 120-prompt blind-judged cost comparison",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jear",
   "repo": "iJ03l/jear",
   "url": "https://github.com/iJ03l/jear",
   "category": "agent-tooling",
   "what": "Rust CLI that routes requests across NEAR AI Cloud models and IronClaw agents by budget, quality and sensitivity using Jev answers, with 60 offline tests",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": "Apache-2.0",
   "language": "Rust"
  },
  {
   "name": "typesafe-sdk-swift",
   "repo": "InsaneArts/typesafe-sdk-swift",
   "url": "https://github.com/InsaneArts/typesafe-sdk-swift",
   "category": "sdk",
   "what": "Dependency-free Swift package for the System One API with answer types inferred from the questions passed in",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Swift"
  },
  {
   "name": "zio-typesafe-ai",
   "repo": "jamesward/zio-typesafe-ai",
   "url": "https://github.com/jamesward/zio-typesafe-ai",
   "category": "sdk",
   "what": "Scala 3 ZIO client where questions go in a NamedTuple and answers come back with matching typed fields, with range-checked criteria and Probability types",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": "Apache-2.0",
   "language": "Scala",
   "callsApi": true
  },
  {
   "name": "omp-jev-compaction",
   "repo": "jerryfane/omp-jev-compaction",
   "url": "https://github.com/jerryfane/omp-jev-compaction",
   "category": "agent-tooling",
   "what": "omp extension that has Jev score tool calls and truncates stale results verbatim, remembering decisions so the prompt-cache prefix is rarely rewritten",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "sokit",
   "repo": "jodan-alberts/sokit",
   "url": "https://github.com/jodan-alberts/sokit",
   "category": "agent-tooling",
   "what": "Stdlib-only Python agent harness around System One models adding a tool registry, data providers, confidence gates, memory and a labelled-eval loop",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "pi-fast-jev-compaction",
   "repo": "joelhooks/pi-fast-jev-compaction",
   "url": "https://github.com/joelhooks/pi-fast-jev-compaction",
   "category": "agent-tooling",
   "what": "Pi extension that asks Jev two noul questions per tool call to keep, truncate or drop stale tool history while leaving conversation text verbatim",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "trade-jev",
   "repo": "justinhe16/trade-jev",
   "url": "https://github.com/justinhe16/trade-jev",
   "category": "benchmark-research",
   "what": "Backtest of Jev as a buy/sell/hold trader on 15 days of NQ order-book data against baselines, with stored answers replayable under new settings",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "jev-cdp",
   "repo": "kbitgood/jev-cdp",
   "url": "https://github.com/kbitgood/jev-cdp",
   "category": "browser-computer-use",
   "what": "Bun/TypeScript port of jev-ultrafast that drives Chrome over CDP with Jev choosing one operation and observed target per step, plus a verified todo scenario",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "jgrep",
   "repo": "keltokhy/jgrep",
   "url": "https://github.com/keltokhy/jgrep",
   "category": "agent-tooling",
   "what": "grep-style CLI that matches lines, paragraphs or files against a plain-language description via one Jev yes/no question each, streaming from pipes",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "jev-guard",
   "repo": "leepokai/jev-guard",
   "url": "https://github.com/leepokai/jev-guard",
   "category": "agent-tooling",
   "what": "npm hook for Claude Code, Codex, Cursor and other agents that asks Jev three typed questions per tool call to deny, ask or allow, and flags injected results",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "JavaScript",
   "callsApi": true
  },
  {
   "name": "JevBird",
   "repo": "leftspace89/JevBird",
   "url": "https://github.com/leftspace89/JevBird",
   "category": "game",
   "what": "Pygame Flappy Bird where Jev picks one of several simulated flight paths per pipe, with chosen and rejected paths drawn on screen",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "fast-dev-compaction",
   "repo": "leonaaardob/fast-dev-compaction",
   "url": "https://github.com/leonaaardob/fast-dev-compaction",
   "category": "agent-tooling",
   "what": "Codex plugin port of fast-jev-compaction that has Jev decide which tool calls to keep verbatim and re-injects them after Codex compacts",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "skill-router",
   "repo": "lomeshdutta/skill-router",
   "url": "https://github.com/lomeshdutta/skill-router",
   "category": "agent-tooling",
   "what": "CLI for Claude Code that ranks installed skills against the session goal with Jev and points to skills.sh search when none fits",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "todo-jev",
   "repo": "maker-KK/todo-jev",
   "url": "https://github.com/maker-KK/todo-jev",
   "category": "agent-tooling",
   "what": "Python CLI that classifies a request with Jev against 20 skill profiles and local environment checks to recommend a rule, skill or foundation-model route",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "xtags",
   "repo": "manifoldor/xtags",
   "url": "https://github.com/manifoldor/xtags",
   "category": "application",
   "what": "Chrome extension and userscript that labels each X timeline post with Jev-judged intent plus rage-bait, synthetic and undisclosed-ad flags",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "open-typesafe-camoufox",
   "repo": "matthewdonsemail-lab/open-typesafe-camoufox",
   "url": "https://github.com/matthewdonsemail-lab/open-typesafe-camoufox",
   "category": "browser-computer-use",
   "what": "CLI browser agent that drives headed Camoufox from a DOM read, asking Jev for each next action and calling a writing model only for free text",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "jev-workbench",
   "repo": "molis-ai/jev-workbench",
   "url": "https://github.com/molis-ai/jev-workbench",
   "category": "agent-tooling",
   "what": "Local service for defining, previewing and publishing versioned Jev judgment functions callable over HTTP and MCP with scoped client tokens",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jev-gate",
   "repo": "MongLong0214/jev-gate",
   "url": "https://github.com/MongLong0214/jev-gate",
   "category": "agent-tooling",
   "what": "Experimental Claude Code setup where Jev decides per delegated task which Claude tier does the work, with a candid account of what is unverified",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "jev-frontend-qa",
   "repo": "Nainish-Rai/jev-frontend-qa",
   "url": "https://github.com/Nainish-Rai/jev-frontend-qa",
   "category": "browser-computer-use",
   "what": "Python CLI for frontend QA where Jev selects browser actions over observed controls while code checks DOM, HTTP and SQLite contracts, with a todo demo",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "typesafe-ai-playground",
   "repo": "nickthompson480/typesafe-ai-playground",
   "url": "https://github.com/nickthompson480/typesafe-ai-playground",
   "category": "application",
   "what": "Local no-dependency Python server and web UI with 110 editable Jev examples in 22 categories, including 41 A/B prompt comparisons",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-16",
   "license": "MIT",
   "language": "JavaScript",
   "callsApi": true
  },
  {
   "name": "tripwire",
   "repo": "noelzappy/tripwire",
   "url": "https://github.com/noelzappy/tripwire",
   "category": "agent-tooling",
   "what": "AI SDK middleware and OpenAI-compatible proxy that runs seven Jev checks on each LLM response under a YAML policy, with a decision log and eval CLI",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "typesafe_sdk",
   "repo": "nshkrdotcom/typesafe_sdk",
   "url": "https://github.com/nshkrdotcom/typesafe_sdk",
   "category": "sdk",
   "what": "Elixir SDK for the System One API with Choice, Score and Noul structs and typed response structs, published on Hex",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Elixir"
  },
  {
   "name": "hater",
   "repo": "nternet-company/hater",
   "url": "https://github.com/nternet-company/hater",
   "category": "application",
   "what": "Firefox/Chrome extension that asks Jev on every keystroke which reaction-cat meme fits your X draft, with an editable memes.json",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "pi-heed",
   "repo": "Nyarlathoteppppp/pi-heed",
   "url": "https://github.com/Nyarlathoteppppp/pi-heed",
   "category": "agent-tooling",
   "what": "pi extension that extracts constraints from what the user said (English or Chinese) and has Jev check each side-effecting tool call against them first",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "oc-permissions-classifier",
   "repo": "ocportal-dev/oc-permissions-classifier",
   "url": "https://github.com/ocportal-dev/oc-permissions-classifier",
   "category": "agent-tooling",
   "what": "OpenCode v2 plugin that sends permission requests resolving to ask to an LLM or Jev reviewer, fails closed on errors and writes an audit log",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "typesafe-migration-guard",
   "repo": "opaielsheikh/typesafe-migration-guard",
   "url": "https://github.com/opaielsheikh/typesafe-migration-guard",
   "category": "agent-tooling",
   "what": "CI gate API that asks Jev to classify SQL migration statements as safe or dangerous and returns 403 before destructive DDL reaches Supabase Postgres",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "computer-use-jev",
   "repo": "paulsmith/computer-use-jev",
   "url": "https://github.com/paulsmith/computer-use-jev",
   "category": "browser-computer-use",
   "what": "Go CLI that drives native macOS apps through the Accessibility API, with Jev choosing the next action and target token from the current snapshot",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Go"
  },
  {
   "name": "typesafe-sdk-java",
   "repo": "Premo-Cloud/typesafe-sdk-java",
   "url": "https://github.com/Premo-Cloud/typesafe-sdk-java",
   "category": "sdk",
   "what": "Community Java 17 client on Maven Central mirroring the official SDK shape, with lambda configurers and a Spring Boot starter",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Java"
  },
  {
   "name": "AskJev",
   "repo": "ranjan2829/AskJev",
   "url": "https://github.com/ranjan2829/AskJev",
   "category": "browser-computer-use",
   "what": "Chrome/Brave extension plus MCP server where Jev picks on-page actions over CDP and a guard freezes pay, delete, send and publish clicks",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jev-mcp",
   "repo": "rashedInt32/jev-mcp",
   "url": "https://github.com/rashedInt32/jev-mcp",
   "category": "agent-tooling",
   "what": "MCP server and Claude Code plugin exposing classify, score, check and batched ask tools, reading the key from env or a file, never a tool argument",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jev-tree",
   "repo": "reachjalil/jev-tree",
   "url": "https://github.com/reachjalil/jev-tree",
   "category": "sdk",
   "what": "npm library that walks a JSON taxonomy and calls Jev once per level so a choice can span more than the 255-option cap",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "live": "https://reachjalil.github.io/jev-tree/"
  },
  {
   "name": "smart-switch",
   "repo": "reycn/smart-switch",
   "url": "https://github.com/reycn/smart-switch",
   "category": "application",
   "what": "macOS window switcher that on a hotkey sends recent app-switch history to Jev as one choice question and activates the predicted app, with a 1 s fallback",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": "AGPL-3.0",
   "language": "Swift",
   "callsApi": true
  },
  {
   "name": "pg-redact",
   "repo": "rishi-raj-jain/pg-redact",
   "url": "https://github.com/rishi-raj-jain/pg-redact",
   "category": "application",
   "what": "Next.js and Neon Postgres demo where Jev labels PII spans in support messages and a redact() SQL function masks them by viewer role",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript",
   "live": "https://pg-redact.vercel.app"
  },
  {
   "name": "jev-ego",
   "repo": "romaluev/jev-ego",
   "url": "https://github.com/romaluev/jev-ego",
   "category": "browser-computer-use",
   "what": "TypeScript browser agent for the ego lite browser reusing jev-ultrafast's indexed action policy; Jev picks operation and target in one request",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "riff",
   "repo": "scale-venture-partners/riff",
   "url": "https://github.com/scale-venture-partners/riff",
   "category": "agent-tooling",
   "what": "Prose linter CLI with ruff-style rule codes, mixing static Python rules with semantic rules each answered by one Jev call and reported with probabilities",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "jev-skill-gate",
   "repo": "ShivamPansuriya/jev-skill-gate",
   "url": "https://github.com/ShivamPansuriya/jev-skill-gate",
   "category": "agent-tooling",
   "what": "Scores installed Claude Code skills against the current project with Jev and writes skillOverrides to hide irrelevant ones, with a committed labelled eval",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "jev_stock",
   "repo": "sosopop/jev_stock",
   "url": "https://github.com/sosopop/jev_stock",
   "category": "application",
   "what": "Python pipeline that builds a past-only state for a Hong Kong stock, asks Jev for an up/flat/down forecast and renders an HTML report, with stated caveats",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python"
  },
  {
   "name": "jevibe-check",
   "repo": "sriganesh/jevibe-check",
   "url": "https://github.com/sriganesh/jevibe-check",
   "category": "application",
   "what": "Chrome extension that labels tone of Bluesky posts and drafts with Jev, supports custom classifiers and blur or collapse filters, and tracks usage cost",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "JavaScript",
   "callsApi": true
  },
  {
   "name": "every",
   "repo": "sufianetaouil/every",
   "url": "https://github.com/sufianetaouil/every",
   "category": "agent-tooling",
   "what": "CLI that asks one yes/no question of every function in a codebase and ranks them by Jev probability, with caching and a self-test",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "project_blackout",
   "repo": "the-data-sherpa/project_blackout",
   "url": "https://github.com/the-data-sherpa/project_blackout",
   "category": "application",
   "what": "Local cybersecurity lab that simulates attacks on a synthetic company and replays how Jev's compromise probability and severity change as telemetry arrives",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "omp-jev",
   "repo": "thejorgg/omp-jev",
   "url": "https://github.com/thejorgg/omp-jev",
   "category": "agent-tooling",
   "what": "Oh My Pi plugin adding Jev-based routing and an opt-in checkpoint orchestrator, with editable XDG config and a validating CLI",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "jev-cli",
   "repo": "tumf/jev-cli",
   "url": "https://github.com/tumf/jev-cli",
   "category": "agent-tooling",
   "what": "PyPI-installable CLI and stdio MCP server for noul, choice and score questions with JSON output, exit codes and official, Vercel or OpenRouter providers",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "jevocks",
   "repo": "unicodeveloper/jevocks",
   "url": "https://github.com/unicodeveloper/jevocks",
   "category": "application",
   "what": "Stock terminal web app that gathers evidence with five parallel Valyu searches and has Jev estimate whether the price will be higher in 30 days",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "live": "https://jevinik.up.railway.app"
  },
  {
   "name": "jev-shield",
   "repo": "vmendes90/jev-shield",
   "url": "https://github.com/vmendes90/jev-shield",
   "category": "application",
   "what": "Manifest V3 Chrome extension that asks Jev whether feed cards are native ads and collapses them, alongside network rules and video-ad handling",
   "added": "2026-09-18",
   "stars": 2,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "design-gate",
   "repo": "0xdesign/design-gate",
   "url": "https://github.com/0xdesign/design-gate",
   "category": "agent-tooling",
   "what": "CLI approval loop for coding agents that renders the app, runs measured design checks plus Jev design questions and returns a ranked fix list",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "research_desk",
   "repo": "0xnairb/research_desk",
   "url": "https://github.com/0xnairb/research_desk",
   "category": "application",
   "what": "FastAPI demo that feeds yfinance profiles and headlines to Jev across five stages to rank trade ideas, with a tab showing each request",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "rubikjev",
   "repo": "0xtrou/rubikjev",
   "url": "https://github.com/0xtrou/rubikjev",
   "category": "game",
   "what": "Next.js 3D Rubik's cube game where Jev rates your scramble with a tier and difficulty while a deterministic solver streams the solution",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript",
   "live": "https://rubikjev.solo.engineer"
  },
  {
   "name": "jev-broadcast-lab",
   "repo": "4anti/jev-broadcast-lab",
   "url": "https://github.com/4anti/jev-broadcast-lab",
   "category": "game",
   "what": "Chess arena where Jev picks among chess.js legal moves while in-browser Stockfish scores the game for the operator only",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "JavaScript"
  },
  {
   "name": "jevclient",
   "repo": "AboveColin/jevclient",
   "url": "https://github.com/AboveColin/jevclient",
   "category": "sdk",
   "what": "Async Python client on PyPI with local validation of option and level limits and measured latency for 3 to 400 questions per call",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "granite-decisions",
   "repo": "AdamPippert/granite-decisions",
   "url": "https://github.com/AdamPippert/granite-decisions",
   "category": "benchmark-research",
   "what": "Local Choice/Score/Noul inference on IBM Granite 4.1 3B via ROCm llama.cpp, with trainable heads, calibration and a model card of limitations",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "pydantic-jev-examples",
   "repo": "adtyavrdhn/pydantic-jev-examples",
   "url": "https://github.com/adtyavrdhn/pydantic-jev-examples",
   "category": "sdk",
   "what": "One-file Pydantic AI examples using Jev as input guardrail, shell-command judge and game controller",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python"
  },
  {
   "name": "jevmap",
   "repo": "aegsrl7/jevmap",
   "url": "https://github.com/aegsrl7/jevmap",
   "category": "agent-tooling",
   "what": "Zero-dependency Node CLI that maps a codebase into units and has Jev rank the files relevant to a task, benchmarked against 32 real commits",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "comment-jev-chrome",
   "repo": "ai-suifeng/comment-jev-chrome",
   "url": "https://github.com/ai-suifeng/comment-jev-chrome",
   "category": "application",
   "what": "Chrome extension that classifies Bilibili, Douyin, Xiaohongshu and YouTube comments as hostile, filler, idea or normal and scores hostility",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript"
  },
  {
   "name": "jev-curate",
   "repo": "AkashPriyadarshii/jev-curate",
   "url": "https://github.com/AkashPriyadarshii/jev-curate",
   "category": "application",
   "what": "Rust CLI with Python bindings that streams Parquet or JSONL rows through Jev question presets to split training data into kept and rejected sets",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Rust"
  },
  {
   "name": "jevify",
   "repo": "altryne/jevify",
   "url": "https://github.com/altryne/jevify",
   "category": "agent-tooling",
   "what": "Agent skill, installed via npx skills, that finds where Jev fits in a codebase or idea and drafts typed question packs from docs and community examples",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "is-odd-jev",
   "repo": "alxcrt/is-odd-jev",
   "url": "https://github.com/alxcrt/is-odd-jev",
   "category": "application",
   "what": "Zero-dependency npm package and CLI that asks Jev whether a number is odd and returns the probability, documenting Vercel AI Gateway differences",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "JavaScript",
   "callsApi": true
  },
  {
   "name": "doom-jev",
   "repo": "AmoghCreator/doom-jev",
   "url": "https://github.com/AmoghCreator/doom-jev",
   "category": "game",
   "what": "ViZDoom agent that serializes depth and label data to a YAML report and queries Jev at about 10 Hz for goal, movement and fire choices with a terminal HUD",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "jev-royal",
   "repo": "Amrit-Nigam/jev-royal",
   "url": "https://github.com/Amrit-Nigam/jev-royal",
   "category": "game",
   "what": "macOS agent that plays Clash Royale through iPhone Mirroring using local template matching for perception and Jev to pick among code-validated plays",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "JevPlaysPokemon",
   "repo": "anxkhn/JevPlaysPokemon",
   "url": "https://github.com/anxkhn/JevPlaysPokemon",
   "category": "game",
   "what": "Runner where Jev picks moves and switches from a JSON battle state against the FireRed Elite Four, via Pokemon Showdown or an mGBA ROM with a dashboard",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "GPL-3.0",
   "language": "HTML",
   "callsApi": true
  },
  {
   "name": "commentlint",
   "repo": "ari-becker/commentlint",
   "url": "https://github.com/ari-becker/commentlint",
   "category": "agent-tooling",
   "what": "Rust linter that extracts code comments with tree-sitter and fails those that miss Jev yes/no rules such as active voice, configurable per directory",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Rust"
  },
  {
   "name": "jev-skillful",
   "repo": "bestagentkits/jev-skillful",
   "url": "https://github.com/bestagentkits/jev-skillful",
   "category": "agent-tooling",
   "what": "Prompt hook for Claude Code, Codex and Pi that shortlists installed skills and MCP servers with BM25 and uses one Jev call to inject at most one suggestion",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "claude-jev",
   "repo": "buchmark/claude-jev",
   "url": "https://github.com/buchmark/claude-jev",
   "category": "agent-tooling",
   "what": "Claude Code plugin with five MCP tools that score review findings, debug hypotheses, design options and grep hits with Jev",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "clarity-judge",
   "repo": "BunsDev/clarity-judge",
   "url": "https://github.com/BunsDev/clarity-judge",
   "category": "application",
   "what": "Next.js app that checks writing for hedging, filler, passive voice and other named axes as separate Jev questions, with a no-key mock mode",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "callsApi": true,
   "live": "https://judge.jev.works"
  },
  {
   "name": "typesafe-router",
   "repo": "BunsDev/typesafe-router",
   "url": "https://github.com/BunsDev/typesafe-router",
   "category": "agent-tooling",
   "what": "TypeScript router library and Next.js demo that asks Jev one choice question over allowed tools or models, then applies confidence and fallback policy",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "callsApi": true,
   "live": "https://typesafe-router.vercel.app"
  },
  {
   "name": "jev-mcp",
   "repo": "burnigtm/jev-mcp",
   "url": "https://github.com/burnigtm/jev-mcp",
   "category": "agent-tooling",
   "what": "Stdio MCP server for Cursor and Codex with patch review, claim verification, content screening and ranking tools returning auto/review/escalate",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "typesafe-sdk-php",
   "repo": "Butochnikov/typesafe-sdk-php",
   "url": "https://github.com/Butochnikov/typesafe-sdk-php",
   "category": "sdk",
   "what": "PHP 8.2 client for System One with typed Noul, Choice and Score DTOs, Guzzle-promise async calls, retries and PSR-3 logging",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "PHP",
   "callsApi": true
  },
  {
   "name": "jev-mcp",
   "repo": "BYK/jev-mcp",
   "url": "https://github.com/BYK/jev-mcp",
   "category": "agent-tooling",
   "what": "MCP server with jev_ask, jev_map for bulk triage and jev_eval for measuring question variants and threshold sweeps on labelled examples",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "judging-with-typesafe",
   "repo": "carlsonchik/judging-with-typesafe",
   "url": "https://github.com/carlsonchik/judging-with-typesafe",
   "category": "agent-tooling",
   "what": "Letta agent skill with a Jev wrapper script, a paragraph-level document scanner and tested rules for reading uncertain scores",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python"
  },
  {
   "name": "typesafe-sdk-rust",
   "repo": "codeitlikemiley/typesafe-sdk-rust",
   "url": "https://github.com/codeitlikemiley/typesafe-sdk-rust",
   "category": "sdk",
   "what": "Rust crate matching the Python SDK 0.6.0 contract, with async and blocking clients and an AGENTS.md for coding agents",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Rust"
  },
  {
   "name": "duckdb-jev",
   "repo": "colliber/duckdb-jev",
   "url": "https://github.com/colliber/duckdb-jev",
   "category": "sdk",
   "what": "DuckDB extension whose jev_choice, jev_score, jev_noul and jev_ask functions return ENUM, DOUBLE and STRUCT columns typed from the criteria",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "C++"
  },
  {
   "name": "paper-package",
   "repo": "CompleteDotTech/paper-package",
   "url": "https://github.com/CompleteDotTech/paper-package",
   "category": "benchmark-research",
   "what": "Manuscript and frozen evidence package for an empirical study of Jev on entity matching and relation verification, with offline replay and null results",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "typesafe-guard",
   "repo": "CryptoOda/typesafe-guard",
   "url": "https://github.com/CryptoOda/typesafe-guard",
   "category": "agent-tooling",
   "what": "Python guardrail library and ASGI middleware checking prompt injection, jailbreak, PII and secrets in one Jev request, with a 50-sample benchmark",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "jev-predict-skill",
   "repo": "DanielKillenberger/jev-predict-skill",
   "url": "https://github.com/DanielKillenberger/jev-predict-skill",
   "category": "agent-tooling",
   "what": "Agent skill that extracts another skill's closed outcome set and asks Jev which verdict it would reach, without running that skill",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-16",
   "license": null,
   "language": "HTML",
   "callsApi": true
  },
  {
   "name": "openjev",
   "repo": "DECRUX9812/openjev",
   "url": "https://github.com/DECRUX9812/openjev",
   "category": "benchmark-research",
   "what": "Local CPU classifier for job postings using a frozen bge-small encoder and small MLP heads behind a Jev-like typed interface",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "jevlint",
   "repo": "drevantonder/jevlint",
   "url": "https://github.com/drevantonder/jevlint",
   "category": "agent-tooling",
   "what": "JS/TS linter where Oxc finds candidates and Jev scores each rule as a probability; review/audit modes, JSON and GitHub annotation output, cached judgments",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "rangerjev",
   "repo": "drevantonder/rangerjev",
   "url": "https://github.com/drevantonder/rangerjev",
   "category": "agent-tooling",
   "what": "CLI that splits a codebase by file, function or call tree and asks Jev typed questions per unit, with dry-run cost preview and an agent skill",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "jev2048",
   "repo": "erhanmeydan/jev2048",
   "url": "https://github.com/erhanmeydan/jev2048",
   "category": "game",
   "what": "Playwright agent that plays a live 2048 site with one Jev choice call per move and prints the four direction probabilities",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "almond-fastloop",
   "repo": "eriestra/almond-fastloop",
   "url": "https://github.com/eriestra/almond-fastloop",
   "category": "browser-computer-use",
   "what": "About 200 lines of dependency-free Node that drive Chrome over DevTools with Jev choosing each action, plus a hosted five-event browser-agent benchmark",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "HTML",
   "callsApi": true,
   "live": "https://sites.almond.build/browser-use-olympics/"
  },
  {
   "name": "jevies",
   "repo": "Ezbaze/jevies",
   "url": "https://github.com/Ezbaze/jevies",
   "category": "agent-tooling",
   "what": "Python helpers that use Jev to review Jev setups: question type, instruction wording, option overlap, score rubric order and test coverage",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "jev-review-action",
   "repo": "fatwang2/jev-review-action",
   "url": "https://github.com/fatwang2/jev-review-action",
   "category": "agent-tooling",
   "what": "GitHub Action that reviews catalog submissions or classifies pull requests against a JSON policy using only Jev and a fixed comment template",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "jev-classifier",
   "repo": "felpsdev/jev-classifier",
   "url": "https://github.com/felpsdev/jev-classifier",
   "category": "agent-tooling",
   "what": "Local gateway and MCP tool that has Jev suggest or choose the next tool for Codex, Claude Code, OpenCode and Cursor, logging every decision",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "judged",
   "repo": "fernandoviac/judged",
   "url": "https://github.com/fernandoviac/judged",
   "category": "application",
   "what": "Interactive terminal interface for asking Jev yes/no, choice and score questions about a context, runnable via npx, bunx or deno",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "jevgo",
   "repo": "fgn/jevgo",
   "url": "https://github.com/fgn/jevgo",
   "category": "sdk",
   "what": "Stdlib-only Go client with functional options, sentinel errors and slog, plus a separate Langfuse instrumentation module",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Go"
  },
  {
   "name": "SystemOne",
   "repo": "Franzferdinan51/SystemOne",
   "url": "https://github.com/Franzferdinan51/SystemOne",
   "category": "benchmark-research",
   "what": "Local Choice/Score/Noul layer over small GLiClass checkpoints in one batched pass, with temperature, Platt and isotonic calibration",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "jev-go",
   "repo": "Gaurav-Gosain/jev-go",
   "url": "https://github.com/Gaurav-Gosain/jev-go",
   "category": "sdk",
   "what": "Go client with YesNo, OneOf and Levels constructors and typed answer accessors for the System One API",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-16",
   "license": "MIT",
   "language": "Go"
  },
  {
   "name": "typesafe-ai-rails",
   "repo": "GenieRobot/typesafe-ai-rails",
   "url": "https://github.com/GenieRobot/typesafe-ai-rails",
   "category": "sdk",
   "what": "Rails gem adding credentials config, persisted usage and cost telemetry, and database-backed confidence policies over the community Ruby SDK",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-16",
   "license": "MIT",
   "language": "Ruby"
  },
  {
   "name": "jev-cli",
   "repo": "gmaxxxie/jev-cli",
   "url": "https://github.com/gmaxxxie/jev-cli",
   "category": "agent-tooling",
   "what": "Stdlib Python CLI for Jev via the OpenRouter Decisions API, plus two pi coding-agent extensions for decisions and candidate triage",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "just-another-job-application-tracker",
   "repo": "godie/just-another-job-application-tracker",
   "url": "https://github.com/godie/just-another-job-application-tracker",
   "category": "application",
   "what": "Job application tracker that uses Jev server-side for email classification, email-to-application matching, fit scoring and CSV header mapping",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true,
   "live": "https://jajat.godieboy.com"
  },
  {
   "name": "Antigravity-mcp-semantic-search-with-TypeSafeAi",
   "repo": "greenyamao/Antigravity-mcp-semantic-search-with-TypeSafeAi",
   "url": "https://github.com/greenyamao/Antigravity-mcp-semantic-search-with-TypeSafeAi",
   "category": "agent-tooling",
   "what": "Python MCP server with a two-stage Jev code locator returning 15-line snippets and a diff auditor flagging removed guards and debug leftovers",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "decisionbridge",
   "repo": "grishahq/decisionbridge",
   "url": "https://github.com/grishahq/decisionbridge",
   "category": "benchmark-research",
   "what": "Python adapter that makes OpenAI, Anthropic, OpenRouter or local MLX models act as a Jev-style choice function with calibration and abstention",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "HTML"
  },
  {
   "name": "typesafe-jev",
   "repo": "gtaras7/typesafe-jev",
   "url": "https://github.com/gtaras7/typesafe-jev",
   "category": "application",
   "what": "Local CV screening workbench that asks Jev fixed typed questions per CV and re-scores stored answers instantly when the role policy changes",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jev-go",
   "repo": "guillemus/jev-go",
   "url": "https://github.com/guillemus/jev-go",
   "category": "sdk",
   "what": "Minimal unofficial Go client for the System One endpoint covering Noul, Choice, Score, structured inputs and model listing",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Go",
   "callsApi": true
  },
  {
   "name": "jev-starter",
   "repo": "hamakyo/jev-starter",
   "url": "https://github.com/hamakyo/jev-starter",
   "category": "sdk",
   "what": "npm package and GitHub template layering decision contracts, confidence thresholds, fallbacks and evaluation on the official TypeScript SDK",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "decision-first",
   "repo": "harrymunro/decision-first",
   "url": "https://github.com/harrymunro/decision-first",
   "category": "agent-tooling",
   "what": "Agent skill that spots bounded-judgment steps, tries Jev before regex or LLM prompts, and logs each attempt in a reusable decision-lab directory",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "tc39-atlas",
   "repo": "hemanth/tc39-atlas",
   "url": "https://github.com/hemanth/tc39-atlas",
   "category": "application",
   "what": "Web explorer of TC39 proposals enriched by Jev with adoption path, cognitive overhead, motivation, web-compat risk and architectural signal judgments",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "tool-prune",
   "repo": "hemanth/tool-prune",
   "url": "https://github.com/hemanth/tool-prune",
   "category": "agent-tooling",
   "what": "JS and Python library that prunes agent tool schemas to relevant candidates using offline vector search or Jev, with a direct-dispatch fast path",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "JavaScript",
   "callsApi": true,
   "live": "https://hemanth.github.io/tool-prune/"
  },
  {
   "name": "traffic-guard",
   "repo": "hemanth/traffic-guard",
   "url": "https://github.com/hemanth/traffic-guard",
   "category": "application",
   "what": "Node and Python request gate for bot mitigation (header order, HMAC velocity tokens, PoW, honeypots) that optionally escalates to five Jev questions",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "aside-jev",
   "repo": "himomohi/aside-jev",
   "url": "https://github.com/himomohi/aside-jev",
   "category": "browser-computer-use",
   "what": "MCP server and skill that lets Aside browser agents pick actions via Jev Choice over an app-owned candidate table, with validation and a mock mode",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "jen",
   "repo": "hl/jen",
   "url": "https://github.com/hl/jen",
   "category": "agent-tooling",
   "what": "Go CLI that checks a git diff or files against a plan document with typed Jev questions in one request and can gate on a verdict",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-16",
   "license": null,
   "language": "Go",
   "callsApi": true
  },
  {
   "name": "JevSpawn",
   "repo": "Hoyant-Su/JevSpawn",
   "url": "https://github.com/Hoyant-Su/JevSpawn",
   "category": "benchmark-research",
   "what": "Inference-only typed decisions from frozen Qwen3.5-4B with shared prefixes and categorical readout, timed on SQuAD2 answerability across four H100s",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": null
  },
  {
   "name": "typesafe-judge",
   "repo": "Indosaram/typesafe-judge",
   "url": "https://github.com/Indosaram/typesafe-judge",
   "category": "agent-tooling",
   "what": "Rust CLI and agent skill for choice/score/noul calls and a git diff gate with exit codes, printing the raw API JSON",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Rust",
   "callsApi": true
  },
  {
   "name": "Jeeves",
   "repo": "Infrawrench/Jeeves",
   "url": "https://github.com/Infrawrench/Jeeves",
   "category": "application",
   "what": "Rust Discord and Twitch moderation bot where admins write rules in plain English and Jev judges messages and strike history against them",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Rust"
  },
  {
   "name": "typesafe-assist",
   "repo": "JanOstrowka/typesafe-assist",
   "url": "https://github.com/JanOstrowka/typesafe-assist",
   "category": "application",
   "what": "Home Assistant conversation agent that maps Assist commands to built-in intents with one Jev fan-out request and a fallback agent",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-16",
   "license": null,
   "language": "Python"
  },
  {
   "name": "pydantic-jev",
   "repo": "jb2197/pydantic-jev",
   "url": "https://github.com/jb2197/pydantic-jev",
   "category": "sdk",
   "what": "Compiles Pydantic Literal, Enum, float and bool fields into Jev Choice/Score/Noul questions, with a Pydantic Graph router example and tests",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "typesafe-client",
   "repo": "JedimEmO/typesafe-client",
   "url": "https://github.com/JedimEmO/typesafe-client",
   "category": "sdk",
   "what": "Async Rust client for the System One API with compile-time typed answer keys, request validation, retries and an in-memory fake for tests",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-16",
   "license": "Apache-2.0",
   "language": "Rust"
  },
  {
   "name": "jevscan",
   "repo": "jevbook/jevscan",
   "url": "https://github.com/jevbook/jevscan",
   "category": "application",
   "what": "CLI, library and MCP server that scores an EVM token address as ape/watch/avoid with rug-risk and liquidity scores; local engine by default, Jev with a key",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "jev-research-eval",
   "repo": "jgridifier/jev-research-eval",
   "url": "https://github.com/jgridifier/jev-research-eval",
   "category": "benchmark-research",
   "what": "Eval harness that drives a pinned browser-use/jev-ultrafast checkout through 11 research cases plus stress suites and regenerates QC-graded HTML reports",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "HTML"
  },
  {
   "name": "ui-generator-instinct-jev",
   "repo": "joevidev/ui-generator-instinct-jev",
   "url": "https://github.com/joevidev/ui-generator-instinct-jev",
   "category": "application",
   "what": "Next.js demo where Jev picks and configures real shadcn/ui components from a free-text description using only Choice, Noul and Score answers",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript",
   "live": "https://ui-generator-instinct-jev.vercel.app"
  },
  {
   "name": "extraction-knowledge-graph-experiments",
   "repo": "johnymontana/extraction-knowledge-graph-experiments",
   "url": "https://github.com/johnymontana/extraction-knowledge-graph-experiments",
   "category": "benchmark-research",
   "what": "Knowledge-graph extraction notebooks, several using Jev for assertion gating, relation selection per entity pair and contradiction detection",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Jupyter Notebook",
   "callsApi": true
  },
  {
   "name": "jev-cli",
   "repo": "jtsang4/jev-cli",
   "url": "https://github.com/jtsang4/jev-cli",
   "category": "agent-tooling",
   "what": "CLI that takes a state and typed questions and prints JSON answers, with config, doctor check and optional Vercel AI Gateway routing",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "jev-freeform",
   "repo": "kesku/jev-freeform",
   "url": "https://github.com/kesku/jev-freeform",
   "category": "application",
   "what": "Chat experiment that makes Jev produce text one character at a time by running a 98-option Choice over candidate next characters with branch search",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-16",
   "license": null,
   "language": "JavaScript"
  },
  {
   "name": "typesafe-sdk-java",
   "repo": "kgonia/typesafe-sdk-java",
   "url": "https://github.com/kgonia/typesafe-sdk-java",
   "category": "sdk",
   "what": "Zero-dependency Java 21 client for the System One API with typed Noul, Choice and Score question builders and answer accessors",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Java"
  },
  {
   "name": "pagegrade",
   "repo": "kitze/pagegrade",
   "url": "https://github.com/kitze/pagegrade",
   "category": "application",
   "what": "WXT browser extension that grades sections of a web page for clarity, writing and on-page SEO using Jev",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jevchat",
   "repo": "kt3k/jevchat",
   "url": "https://github.com/kt3k/jevchat",
   "category": "application",
   "what": "Deno chat UI where Jev replies by choosing from fixed answer sets (yes/no, pirate, tabloid headlines) and picks the chat title from question fragments",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript",
   "live": "https://jevchat.kt3k.deno.net"
  },
  {
   "name": "jev-piano",
   "repo": "LamplighterPaul/jev-piano",
   "url": "https://github.com/LamplighterPaul/jev-piano",
   "category": "application",
   "what": "Web piano improviser: Jev chooses key, metre, tempo, the chord for every bar from an unfiltered 36-chord bank, melody shape and when the piece ends",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "typesafe-ai-go-sdk",
   "repo": "latere-ai/typesafe-ai-go-sdk",
   "url": "https://github.com/latere-ai/typesafe-ai-go-sdk",
   "category": "sdk",
   "what": "Stdlib-only unofficial Go client with typed Noul/Choice/Score questions, typed answer accessors and structured API errors",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": "Apache-2.0",
   "language": "Go",
   "callsApi": true
  },
  {
   "name": "mcts-agent",
   "repo": "lhemerly/mcts-agent",
   "url": "https://github.com/lhemerly/mcts-agent",
   "category": "agent-tooling",
   "what": "MCTS coding agent where Gemini proposes actions and Jev prunes (Noul), sets priors (Choice) and values states (Score), with a D3 tree visualizer",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "jev-playground",
   "repo": "Little-Planet-Labs/jev-playground",
   "url": "https://github.com/Little-Planet-Labs/jev-playground",
   "category": "application",
   "what": "Next.js playground to paste a state, build a mix of noul, choice and score questions, and view the returned distributions and confidence from one request",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript",
   "live": "https://jev-playground-zeta.vercel.app"
  },
  {
   "name": "is-malicious",
   "repo": "luantak/is-malicious",
   "url": "https://github.com/luantak/is-malicious",
   "category": "agent-tooling",
   "what": "CLI that sends a codebase's source, build and CI files to Jev and reports suspicious files and line ranges with probabilities; diff-only scans, CI exit codes",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jev-doom-agent",
   "repo": "lukaske/jev-doom-agent",
   "url": "https://github.com/lukaske/jev-doom-agent",
   "category": "game",
   "what": "Two Chocolate Doom WebAssembly instances side by side where Jev Choice picks tactical macros from structured game state and a local controller executes them",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "typesafe-ai-playground",
   "repo": "markjaquith/typesafe-ai-playground",
   "url": "https://github.com/markjaquith/typesafe-ai-playground",
   "category": "application",
   "what": "Rust CLI of Jev experiments: PHI detection over files, Tree-sitter code-comment review, tone analysis and business/occupation classification",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Rust",
   "callsApi": true
  },
  {
   "name": "gen-ui",
   "repo": "MartinSWDev/gen-ui",
   "url": "https://github.com/MartinSWDev/gen-ui",
   "category": "application",
   "what": "Web app where one Jev call picks a shadcn/ui display and field bindings for pasted or live JSON, timing Jev latency with p50/p95",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript",
   "callsApi": true,
   "live": "https://gen-ui-wheat.vercel.app"
  },
  {
   "name": "jev-cli",
   "repo": "Nasrallah-AL/jev-cli",
   "url": "https://github.com/Nasrallah-AL/jev-cli",
   "category": "agent-tooling",
   "what": "npm CLI (jevctl) with verify, screen, classify, extract, find, rerank, match and route commands, JSON output and exit codes for CI gating",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true,
   "live": "https://jevcli.vectorz.app/"
  },
  {
   "name": "jev-tool-permissions",
   "repo": "NicolasMontone/jev-tool-permissions",
   "url": "https://github.com/NicolasMontone/jev-tool-permissions",
   "category": "agent-tooling",
   "what": "Vercel AI SDK layer that uses Jev to approve, escalate or block each tool call and to prune irrelevant tool definitions, fail-closed over deterministic rules",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "agent-guard",
   "repo": "NieXi/agent-guard",
   "url": "https://github.com/NieXi/agent-guard",
   "category": "agent-tooling",
   "what": "Claude Code PreToolUse hook on PyPI that scores destructive risk and policy violation of each tool call and returns allow, ask or deny, failing closed",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "job-scraper-bot",
   "repo": "nmokaria27/job-scraper-bot",
   "url": "https://github.com/nmokaria27/job-scraper-bot",
   "category": "application",
   "what": "Discord job-posting bot on GitHub Actions with an optional Jev second pass that scores surviving jobs so the 25-slot cap posts the best matches",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "otto",
   "repo": "NobleSpartan6/otto",
   "url": "https://github.com/NobleSpartan6/otto",
   "category": "browser-computer-use",
   "what": "Electron desktop agent for macOS and Windows that reads selected apps via accessibility APIs and local OCR and lets Jev choose each action",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript",
   "live": "https://noblespartan6.github.io/otto/"
  },
  {
   "name": "nola-typesafe-test",
   "repo": "nola-lang/nola-typesafe-test",
   "url": "https://github.com/nola-lang/nola-typesafe-test",
   "category": "sdk",
   "what": "Example ticket-triage project for the Nola language's typesafe() provider, mapping literal unions and booleans to Jev choice and yes/no questions",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "guard-jev",
   "repo": "NorbertBodziony/guard-jev",
   "url": "https://github.com/NorbertBodziony/guard-jev",
   "category": "application",
   "what": "Text moderation demo: one systemOne call screens 7 Noul hazards plus a severity Score, and code applies strict or permissive policy thresholds",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "commentcop",
   "repo": "ntedvs/commentcop",
   "url": "https://github.com/ntedvs/commentcop",
   "category": "agent-tooling",
   "what": "CLI that scores JS/TS code comments for accuracy and usefulness against the surrounding code and lists the weakest first, with a cost estimate",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "route-lab",
   "repo": "ojusave/route-lab",
   "url": "https://github.com/ojusave/route-lab",
   "category": "game",
   "what": "Persuasion game on Render Workflows where you pitch an invention to three fictional judges; TypeScript and Python versions using TypeSafe and OpenRouter",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "live": "https://route-lab-typescript-web.onrender.com"
  },
  {
   "name": "ask-jev",
   "repo": "omni-/ask-jev",
   "url": "https://github.com/omni-/ask-jev",
   "category": "agent-tooling",
   "what": "PowerShell UserPromptSubmit hook for Codex that audits the recorded conversation or answers a typed yes/no question about it via a :jev command",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-16",
   "license": "MIT",
   "language": "PowerShell",
   "callsApi": true
  },
  {
   "name": "sweep",
   "repo": "onecuriousmindset/sweep",
   "url": "https://github.com/onecuriousmindset/sweep",
   "category": "application",
   "what": "Chrome extension that blurs or removes posts on X, Reddit, LinkedIn and Hacker News matching plain-word Hide or Show-only rules, with your own key",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "JavaScript",
   "callsApi": true
  },
  {
   "name": "jev-mcts",
   "repo": "paulobueno164/jev-mcts",
   "url": "https://github.com/paulobueno164/jev-mcts",
   "category": "agent-tooling",
   "what": "MCTS/PUCT planner for agent workflows using Jev for priors and value; irreversible steps need a human and milestones are granted only on probe exit codes",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "got-jev",
   "repo": "phureewat29/got-jev",
   "url": "https://github.com/phureewat29/got-jev",
   "category": "game",
   "what": "Game of Thrones roleplay where an LLM writes each scene and Jev labels location, beat, mood, danger and in-fiction status to drive header, music and retries",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "live": "https://jev.phureewat.com"
  },
  {
   "name": "tsai-civ2",
   "repo": "phyous/tsai-civ2",
   "url": "https://github.com/phyous/tsai-civ2",
   "category": "game",
   "what": "Harness that has Jev play original Civilization II in a DOSBox browser runtime via Choice vectors, with a spectator dashboard of action probabilities",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "hermes-jev-north-star",
   "repo": "poponline63/hermes-jev-north-star",
   "url": "https://github.com/poponline63/hermes-jev-north-star",
   "category": "agent-tooling",
   "what": "Hermes Agent skill that turns a goal into a checkable finish line; shell commands gate the verifiable parts and Jev judges the fuzzy requirements",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "jev-router",
   "repo": "prismhq/jev-router",
   "url": "https://github.com/prismhq/jev-router",
   "category": "agent-tooling",
   "what": "LiteLLM proxy hook exposing one OpenAI-compatible model id where Jev picks the serving model from capability-filtered candidates in router.yaml",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "qualm",
   "repo": "qddegtya/qualm",
   "url": "https://github.com/qddegtya/qualm",
   "category": "sdk",
   "what": "TypeScript library with tagged-template is/choice/score questions where every decision must handle an unsure branch at compile time; TypeSafe and Cloudflare",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "Canny",
   "repo": "qkal/Canny",
   "url": "https://github.com/qkal/Canny",
   "category": "agent-tooling",
   "what": "Claude Code and Codex hook that keeps a ledger of agent actions and refuses 'done' without a passing check; Jev only advises on claims and rule violations",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "vibecheck",
   "repo": "RafalWilinski/vibecheck",
   "url": "https://github.com/RafalWilinski/vibecheck",
   "category": "application",
   "what": "Chrome extension that scores a draft X post on virality, clarity, ragebait, regret risk and more under the composer, with editable JSON rubrics",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript",
   "callsApi": true
  },
  {
   "name": "jevarena",
   "repo": "raihankhan-rk/jevarena",
   "url": "https://github.com/raihankhan-rk/jevarena",
   "category": "game",
   "what": "Next.js spectator demo where two independent Jev agents play Snake side by side in separate iframes using only indexed direction-button clicks",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "jev-flash-router",
   "repo": "Ravinder82/jev-flash-router",
   "url": "https://github.com/Ravinder82/jev-flash-router",
   "category": "agent-tooling",
   "what": "MCP server exposing one evaluate_decision tool (noul, choice or score) that calls Jev through OpenRouter's Decisions API for coding agents",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "pi-model-router",
   "repo": "redrossa/pi-model-router",
   "url": "https://github.com/redrossa/pi-model-router",
   "category": "agent-tooling",
   "what": "Pi extension that classifies each prompt with a Jev Choice over user-defined categories and switches to the first matching logged-in model for that run",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jev-code",
   "repo": "rhighs/jev-code",
   "url": "https://github.com/rhighs/jev-code",
   "category": "agent-tooling",
   "what": "Interactive coding CLI that builds Python, Bash and TypeScript source through constrained AST choices made by Jev, then runs tools with permission prompts",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "JevPixelArt",
   "repo": "rivianpratama/JevPixelArt",
   "url": "https://github.com/rivianpratama/JevPixelArt",
   "category": "application",
   "what": "Web app that draws pixel art by asking Jev one Score question per colour channel per pixel and painting the canvas as answers arrive",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-16",
   "license": null,
   "language": "JavaScript",
   "live": "https://jevpixel.vercel.app"
  },
  {
   "name": "jev-experiments",
   "repo": "rogeriochaves/jev-experiments",
   "url": "https://github.com/rogeriochaves/jev-experiments",
   "category": "benchmark-research",
   "what": "Go benchmarks of Jev latency, throughput, limits and judge accuracy, plus toys that make Jev emit caveman text and grammar-constrained JavaScript via Choice",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Go"
  },
  {
   "name": "jev-realtime-trading",
   "repo": "rthomas24/jev-realtime-trading",
   "url": "https://github.com/rthomas24/jev-realtime-trading",
   "category": "application",
   "what": "Electron paper-trading app where Jev calls up/down/flat on live Alpaca or Coinbase prices every second and the app enforces stops and books trades",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jevons",
   "repo": "russellromney/jevons",
   "url": "https://github.com/russellromney/jevons",
   "category": "application",
   "what": "Dry-run MON trading research bot that uses Jev as a market-state sensor while deterministic code picks strategy, checks costs and emits paper orders",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "live": "https://jevons.fly.dev/"
  },
  {
   "name": "voice-browser",
   "repo": "serejaris/voice-browser",
   "url": "https://github.com/serejaris/voice-browser",
   "category": "browser-computer-use",
   "what": "Chrome MV3 extension and local preview that control the active tab by voice or text, with Jev via Vercel AI Gateway choosing among limited DOM actions",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "qwen-rlcd",
   "repo": "shamazharikh/qwen-rlcd",
   "url": "https://github.com/shamazharikh/qwen-rlcd",
   "category": "benchmark-research",
   "what": "Inference-only prototype of a Jev-style decision model on Qwen3.5-0.8B using prefix-fork execution to isolate parallel question branches",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python"
  },
  {
   "name": "omp-typesafe",
   "repo": "siddicky/omp-typesafe",
   "url": "https://github.com/siddicky/omp-typesafe",
   "category": "agent-tooling",
   "what": "Extension for the omp coding agent that adversarially reviews tool results and messages with Jev batteries plus git-grep evidence, and adds a typesafe_ask tool",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "tenbin",
   "repo": "simota/tenbin",
   "url": "https://github.com/simota/tenbin",
   "category": "agent-tooling",
   "what": "MCP server and agent skill to decompose a judgment into Choice/Score/Noul questions, lint them, evaluate on labelled rows, rerank and walk taxonomies",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "2048",
   "repo": "Smartitect/2048",
   "url": "https://github.com/Smartitect/2048",
   "category": "game",
   "what": "Python 2048 engine with console, pygame and browser UIs where a Jev player picks among legal moves from engine-simulated outcomes of each direction",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "jev-calculator",
   "repo": "sstehniy/jev-calculator",
   "url": "https://github.com/sstehniy/jev-calculator",
   "category": "application",
   "what": "iOS 6-style calculator whose results come from Jev evaluation steps streamed from a Bun server, with a lifetime API budget",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "live": "https://jev-calculator.vercel.app"
  },
  {
   "name": "ts-jev-cost-calculator",
   "repo": "StefanoITA/ts-jev-cost-calculator",
   "url": "https://github.com/StefanoITA/ts-jev-cost-calculator",
   "category": "agent-tooling",
   "what": "Offline CLI and Python function that estimate tokens, USD cost and context fit of a System One request before sending, and read real cost from a response",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "jev-go",
   "repo": "Stumble/jev-go",
   "url": "https://github.com/Stumble/jev-go",
   "category": "sdk",
   "what": "Community Go SDK for the System One API with direct and Vercel gateway providers, an interactive CLI, and an agent skill plus AGENTS.md integration guide",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Go",
   "callsApi": true
  },
  {
   "name": "jmarket",
   "repo": "svmanth/jmarket",
   "url": "https://github.com/svmanth/jmarket",
   "category": "application",
   "what": "Manifest V3 Chrome extension that adds a Jev probability line under each Polymarket card without sending the market price to the model",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript",
   "callsApi": true
  },
  {
   "name": "gpt-vs-jev",
   "repo": "TanayPadar/gpt-vs-jev",
   "url": "https://github.com/TanayPadar/gpt-vs-jev",
   "category": "application",
   "what": "Next.js demo that sends the same short input to GPT and to Jev and shows generated text beside three Noul probabilities",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript",
   "live": "https://gptvsjev.vercel.app"
  },
  {
   "name": "jev-askable-arm",
   "repo": "TarunTomar122/jev-askable-arm",
   "url": "https://github.com/TarunTomar122/jev-askable-arm",
   "category": "game",
   "what": "ManiSkill Franka arm sim where Jev picks one of about 30 hardcoded primitives per step to complete plain-English pick, place and press goals",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "jev-flash-review",
   "repo": "TheBous/jev-flash-review",
   "url": "https://github.com/TheBous/jev-flash-review",
   "category": "agent-tooling",
   "what": "Local MCP review engine plus three agent skills that evaluate a diff against rules.json as Choice questions, locate evidence hunks and confirm violations",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "TheOnlyArtz.github.io",
   "repo": "TheOnlyArtz/TheOnlyArtz.github.io",
   "url": "https://github.com/TheOnlyArtz/TheOnlyArtz.github.io",
   "category": "application",
   "what": "Hebrew RTL React app that ranks Knesset party lists against a free-text ideology by sending full manifestos as Choice criteria via a Supabase function",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript",
   "callsApi": true,
   "live": "https://theonlyartz.github.io/"
  },
  {
   "name": "jev_ampcode",
   "repo": "thesammykins/jev_ampcode",
   "url": "https://github.com/thesammykins/jev_ampcode",
   "category": "agent-tooling",
   "what": "Amp directory plugin that gives the agent an advisory tool for comparing supplied alternatives against supplied evidence, with secret handling rules",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "clue",
   "repo": "thrashr888/clue",
   "url": "https://github.com/thrashr888/clue",
   "category": "agent-tooling",
   "what": "Rust CLI that normalizes JSON/JSONL from gh, bd, Cider or SQLite, ranks records against a query with TypeSafe, and assembles byte-budgeted context bundles",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Rust",
   "callsApi": true
  },
  {
   "name": "Nem",
   "repo": "Timileyin-Agbaje/Nem",
   "url": "https://github.com/Timileyin-Agbaje/Nem",
   "category": "agent-tooling",
   "what": "Fail-closed Node/TypeScript guardrail CLI that evaluates a proposed agent action with Jev Nouls and returns ALLOW, REVIEW or BLOCK without executing it",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "jev-browser",
   "repo": "tontoko/jev-browser",
   "url": "https://github.com/tontoko/jev-browser",
   "category": "browser-computer-use",
   "what": "Playwright-based SDK, persistent CLI, and MCP server where Jev selects among observed DOM candidates for act, observe, extract, and bounded goal runs",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "Apache-2.0",
   "language": "JavaScript"
  },
  {
   "name": "PiJ",
   "repo": "tonyzdev/PiJ",
   "url": "https://github.com/tonyzdev/PiJ",
   "category": "agent-tooling",
   "what": "Terminal coding agent built on Pi that uses Jev to shortlist skills, rank searched code excerpts and classify tool failures, all advisory",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "harden-jev-decides",
   "repo": "tylerjharden/harden-jev-decides",
   "url": "https://github.com/tylerjharden/harden-jev-decides",
   "category": "application",
   "what": "Next.js decision board that sends eleven stream-project ideas in one request and lets code gate and weight Jev's answers to pick a winner",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-16",
   "license": null,
   "language": "TypeScript",
   "callsApi": true,
   "live": "https://harden-jev-decides.vercel.app"
  },
  {
   "name": "jevsume",
   "repo": "unownone/jevsume",
   "url": "https://github.com/unownone/jevsume",
   "category": "application",
   "what": "Resume review app on a Cloudflare Worker with D1 that runs typed questions for general or per-job scoring and stores every request and raw output",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "jev-resilience",
   "repo": "Vicente-MD/jev-resilience",
   "url": "https://github.com/Vicente-MD/jev-resilience",
   "category": "sdk",
   "what": "Spring Boot WebFlux starter whose @SemanticCircuitBreaker annotation has Jev flag HTTP 200 bodies that encode errors and raises an exception, failing open",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Java",
   "callsApi": true
  },
  {
   "name": "signal-weave",
   "repo": "waddle-zoo/signal-weave",
   "url": "https://github.com/waddle-zoo/signal-weave",
   "category": "agent-tooling",
   "what": "MCP and webhook service that checks whether a moved dashboard or query signal matters, using adapter evidence and Jev typed judgments; Superset demo stack",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "Apache-2.0",
   "language": "Python"
  },
  {
   "name": "codex-jev-compaction",
   "repo": "Wang-auspicious/codex-jev-compaction",
   "url": "https://github.com/Wang-auspicious/codex-jev-compaction",
   "category": "agent-tooling",
   "what": "Codex plugin (skill, stdio MCP tool, CLI) that asks Jev which old read-only tool pairs to keep and builds a verbatim handoff packet",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "pi-jev-compaction",
   "repo": "Wang-auspicious/pi-jev-compaction",
   "url": "https://github.com/Wang-auspicious/pi-jev-compaction",
   "category": "agent-tooling",
   "what": "Pi extension that hooks compaction, has Jev judge old read-only tool pairs and returns an extractive transcript instead of a written summary",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "btc-jev-signal",
   "repo": "WebGrga/btc-jev-signal",
   "url": "https://github.com/WebGrga/btc-jev-signal",
   "category": "application",
   "what": "Non-trading experiment where Jev forecasts BTC higher/lower at 15m, 1h, 4h and day close from structured market state and code scores outcomes",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-16",
   "license": null,
   "language": "TypeScript",
   "live": "https://lab.rokogrga.com/btc-jev"
  },
  {
   "name": "jev-go",
   "repo": "withzombies/jev-go",
   "url": "https://github.com/withzombies/jev-go",
   "category": "sdk",
   "what": "Stdlib-only Go client for the System One API with typed Noul, Choice and Score questions, explicit config and an SDK parity document",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": "Apache-2.0",
   "language": "Go"
  },
  {
   "name": "jev-gomoku",
   "repo": "XieChengYuan/jev-gomoku",
   "url": "https://github.com/XieChengYuan/jev-gomoku",
   "category": "game",
   "what": "Nine simultaneous Gomoku boards where two Jev players given different text inputs pick moves by Choice, with per-move request/response inspection and replay",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript",
   "live": "https://xiechengyuan.github.io/jev-gomoku/"
  },
  {
   "name": "jev-example",
   "repo": "zaferayan/jev-example",
   "url": "https://github.com/zaferayan/jev-example",
   "category": "application",
   "what": "Small TypeScript ticket-triage example (Turkish README) with a script running the same task on Claude Opus and measured latency for both",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "n8n-nodes-typesafe",
   "repo": "zampierid4p/n8n-nodes-typesafe",
   "url": "https://github.com/zampierid4p/n8n-nodes-typesafe",
   "category": "application",
   "what": "n8n community node that sends a state and a set of Noul, Choice and Score questions in one request, with optional one output branch per question",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jev-context",
   "repo": "zbush/jev-context",
   "url": "https://github.com/zbush/jev-context",
   "category": "agent-tooling",
   "what": "Codex plugin that runs ripgrep, has Jev keep only relevant passages, and logs paired filtered/unfiltered payloads so token savings can be reproduced",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "sytem-one-sdk",
   "repo": "ziyu/sytem-one-sdk",
   "url": "https://github.com/ziyu/sytem-one-sdk",
   "category": "sdk",
   "what": "Zero-dependency TypeScript SDK with evaluate(state, questions), protocol adapters, a Cloudflare Workers AI binding, decision helpers and uncertainty gates",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript",
   "callsApi": true
  },
  {
   "name": "padflow-jev-evals",
   "repo": "zsavage8/padflow-jev-evals",
   "url": "https://github.com/zsavage8/padflow-jev-evals",
   "category": "benchmark-research",
   "what": "Small benchmark of three typed decisions from a land-development SaaS: JSON schemas, anonymized seed rows and a runner scoring accuracy, calibration and cost",
   "added": "2026-09-18",
   "stars": 1,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "pi-jev-compact",
   "repo": "019ec6e2/pi-jev-compact",
   "url": "https://github.com/019ec6e2/pi-jev-compact",
   "category": "agent-tooling",
   "what": "Pi extension port of fast-jev-compaction: Jev scores every past tool call in one request, stale ones are dropped or truncated, kept text stays verbatim",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "ts-semantic-lint",
   "repo": "0451-software/ts-semantic-lint",
   "url": "https://github.com/0451-software/ts-semantic-lint",
   "category": "agent-tooling",
   "what": "Configurable TypeScript linter where Jev judges code meaning (swallowed errors, misleading names) and user rules map judgments to warnings or errors",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jevegis",
   "repo": "0xArx/jevegis",
   "url": "https://github.com/0xArx/jevegis",
   "category": "agent-tooling",
   "what": "Hosted guardrail API that scans LLM input, output and documents for injection, jailbreaks, leaks and unsafe content in one Jev request; 42-case eval",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "live": "https://jevegis.vercel.app"
  },
  {
   "name": "potpie-doc-parser",
   "repo": "0xSarnavo/potpie-doc-parser",
   "url": "https://github.com/0xSarnavo/potpie-doc-parser",
   "category": "application",
   "what": "Extractive docs search over the Potpie docs: BM25 shortlist then one Jev call picks the answering block verbatim or reports it is not covered",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "Augustus",
   "repo": "24601/Augustus",
   "url": "https://github.com/24601/Augustus",
   "category": "agent-tooling",
   "what": "Agent skill for designing Jev-backed systems: mappings from classical decision methods, validation gates, a boundary audit and an offline Brier evaluator",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "rh-guard",
   "repo": "24601/rh-guard",
   "url": "https://github.com/24601/rh-guard",
   "category": "agent-tooling",
   "what": "Claude Code and Cursor hook server that blocks reward-hacking tool use such as tampering with tests or graders, using structural denies plus Jev scoring",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "typesafe-bench",
   "repo": "30Signals/typesafe-bench",
   "url": "https://github.com/30Signals/typesafe-bench",
   "category": "benchmark-research",
   "what": "Benchmark of Jev against Azure AI Foundry deployments on BANKING77 and CLINC150 intent classification, reporting accuracy, cost and latency",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "wikirace",
   "repo": "404priyanshu/wikirace",
   "url": "https://github.com/404priyanshu/wikirace",
   "category": "game",
   "what": "Live Wikipedia link race between GPT and Jev with identical candidate links per hop, timing per call, and a shortest-path scorer on the same link graph",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "JavaScript"
  },
  {
   "name": "jev-mario",
   "repo": "4esv/jev-mario",
   "url": "https://github.com/4esv/jev-mario",
   "category": "game",
   "what": "Harness where Jev plays Super Mario Bros from a templated text description of emulator RAM, with per-level runs compared to a scripted run-and-jump baseline",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "OpenSmoke",
   "repo": "aaravriyer193/OpenSmoke",
   "url": "https://github.com/aaravriyer193/OpenSmoke",
   "category": "agent-tooling",
   "what": "Trace scanner that asks Jev three questions per agent step to find runs broken by missing keys, tools or files, then groups them into incidents",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "opencode-jev-model-router",
   "repo": "aaronshaf/opencode-jev-model-router",
   "url": "https://github.com/aaronshaf/opencode-jev-model-router",
   "category": "agent-tooling",
   "what": "OpenCode plugin on npm where Jev picks a fast, balanced, strong or long tier each turn and the plugin switches to the first eligible model in that tier",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "s1-rs",
   "repo": "AbdelStark/s1-rs",
   "url": "https://github.com/AbdelStark/s1-rs",
   "category": "sdk",
   "what": "Rust derive macros that turn enums and structs into Choice, Score and Noul questions with confidence-gated verdicts and a fake client for tests",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-16",
   "license": "MIT",
   "language": "Rust",
   "callsApi": true
  },
  {
   "name": "typesafe-rs",
   "repo": "AbdelStark/typesafe-rs",
   "url": "https://github.com/AbdelStark/typesafe-rs",
   "category": "sdk",
   "what": "Community Rust client on crates.io for System One with async and blocking clients, a questions! macro, retries matching the official SDKs and a mock crate",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-16",
   "license": "MIT",
   "language": "Rust",
   "callsApi": true,
   "live": "https://docs.rs/typesafe-rs/latest/typesafe_rs/"
  },
  {
   "name": "cline-plugin-jev-browser",
   "repo": "abeatrix/cline-plugin-jev-browser",
   "url": "https://github.com/abeatrix/cline-plugin-jev-browser",
   "category": "browser-computer-use",
   "what": "Cline plugin giving the agent a Playwright browser where Jev picks operation and DOM target each step via AI Gateway and a small LLM writes typed text",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "jev-rs",
   "repo": "abeldzan/jev-rs",
   "url": "https://github.com/abeldzan/jev-rs",
   "category": "sdk",
   "what": "Async Rust client for the TypeSafe API with typed questions, model discovery, retries and an optional blocking client; not yet on crates.io",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Rust"
  },
  {
   "name": "system-one-open",
   "repo": "Abhi001vj/system-one-open",
   "url": "https://github.com/Abhi001vj/system-one-open",
   "category": "benchmark-research",
   "what": "Open reimplementation of the System One interface on open-weights models: prefill state once, score answer tokens for all questions in one pass",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python"
  },
  {
   "name": "autolsp",
   "repo": "AC40/autolsp",
   "url": "https://github.com/AC40/autolsp",
   "category": "agent-tooling",
   "what": "VS Code extension that has Jev rank completions from installed language servers and shows the top one as ghost text or auto-inserts it after a pause",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "try_pixelRAG_optional_BM25_hybrid_JEV",
   "repo": "adagora/try_pixelRAG_optional_BM25_hybrid_JEV",
   "url": "https://github.com/adagora/try_pixelRAG_optional_BM25_hybrid_JEV",
   "category": "application",
   "what": "Visual PDF retrieval layer over PixelRAG with Jev modes for query expansion, chunk and page reranking, and an answerability score",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "jev-trade-prediction",
   "repo": "adebmbng/jev-trade-prediction",
   "url": "https://github.com/adebmbng/jev-trade-prediction",
   "category": "application",
   "what": "Mobile-first BTC/ETH dashboard with live Binance candles and indicators where Jev gives a long/short/wait or exit/wait call; places no orders",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "typesafego",
   "repo": "adibhanna/typesafego",
   "url": "https://github.com/adibhanna/typesafego",
   "category": "sdk",
   "what": "Stdlib-only Go client for the TypeSafe API with Noul, Choice and Score helpers, typed answer accessors and a runnable triage example",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Go"
  },
  {
   "name": "clinical-trial-screener",
   "repo": "adiun/clinical-trial-screener",
   "url": "https://github.com/adiun/clinical-trial-screener",
   "category": "application",
   "what": "Local web app that screens about 500 synthetic clinical notes against editable trial criteria, one Jev call per note, streaming results with an eval drawer",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "grokskill-jev",
   "repo": "AE-AlphaEdge/grokskill-jev",
   "url": "https://github.com/AE-AlphaEdge/grokskill-jev",
   "category": "browser-computer-use",
   "what": "Fork of Browser Use's jev-ultrafast adding a Grok Build skill, a PowerShell runner, reuse of the open Chrome tab and a long-lived harness daemon",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "jev-llm",
   "repo": "afanjul/jev-llm",
   "url": "https://github.com/afanjul/jev-llm",
   "category": "application",
   "what": "Python toy that forces Jev to act as an autoregressive text generator by choosing each next word, character or code token from closed candidate lists",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "jev-8-ball",
   "repo": "agupta01/jev-8-ball",
   "url": "https://github.com/agupta01/jev-8-ball",
   "category": "application",
   "what": "Pixel-art magic 8 ball: a Modal-hosted FastAPI backend asks Jev nine Noul judgments per question and the static page shows the answer",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python",
   "live": "https://www.arunavgupta.com/jev-8-ball/"
  },
  {
   "name": "twitter-laji-fliter-chrome",
   "repo": "ai-suifeng/twitter-laji-fliter-chrome",
   "url": "https://github.com/ai-suifeng/twitter-laji-fliter-chrome",
   "category": "application",
   "what": "Chrome extension that batches X/Twitter replies to Jev with two Noul questions each and hides porn-spam or abusive replies behind a clickable placeholder",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript"
  },
  {
   "name": "jev-browser-pilot",
   "repo": "aidil2105/jev-browser-pilot",
   "url": "https://github.com/aidil2105/jev-browser-pilot",
   "category": "browser-computer-use",
   "what": "Python package for browser and desktop automation over CDP where the model only picks the next candidate id and code handles observe, act and verify",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "jev-gamebenchmark",
   "repo": "aieo-product/jev-gamebenchmark",
   "url": "https://github.com/aieo-product/jev-gamebenchmark",
   "category": "benchmark-research",
   "what": "Sandbox where Jev and LLMs play falling-block puzzle games head-to-head in real time; you edit one strategy file that defines how Jev is asked",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "JEVBenchmark-Contradiction-Detection",
   "repo": "AIPI-mvoronovych/JEVBenchmark-Contradiction-Detection",
   "url": "https://github.com/AIPI-mvoronovych/JEVBenchmark-Contradiction-Detection",
   "category": "benchmark-research",
   "what": "Runs the CLASH contradiction-detection multiple-choice protocol on Jev with images replaced by COCO captions, plus controls and an ablation",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python"
  },
  {
   "name": "system-one-gemma",
   "repo": "akash-kamat/system-one-gemma",
   "url": "https://github.com/akash-kamat/system-one-gemma",
   "category": "benchmark-research",
   "what": "Open Jev-style decision model: Gemma 3 270M with a linear scoring head that scores every option in one batched forward pass",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "jev-scout",
   "repo": "AkashPriyadarshii/jev-scout",
   "url": "https://github.com/AkashPriyadarshii/jev-scout",
   "category": "agent-tooling",
   "what": "Rust CLI and MCP server that fetches real candidates from GitHub and crates.io, then has Jev score fit, license and maintenance for a query",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Rust"
  },
  {
   "name": "jev-consumer-research",
   "repo": "alex-sun-kuo/jev-consumer-research",
   "url": "https://github.com/alex-sun-kuo/jev-consumer-research",
   "category": "application",
   "what": "Python notebooks and CLI recipes that score A/B messages against synthetic persona panels and analyze interview transcripts, with a fake-API test stub",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Jupyter Notebook"
  },
  {
   "name": "ActionJev",
   "repo": "AlexBabescu/ActionJev",
   "url": "https://github.com/AlexBabescu/ActionJev",
   "category": "agent-tooling",
   "what": "GitHub and Gitea Action shipping static Rust binaries that asks Jev structured review questions about PR changes and posts a summary comment with reports",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "Apache-2.0",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "jevkit",
   "repo": "alexbejan/jevkit",
   "url": "https://github.com/alexbejan/jevkit",
   "category": "browser-computer-use",
   "what": "Python judgement layer for desktop and phone automation: verify an action landed, pick a listed element, classify a screen, each with an act/caution/stop gate",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "pi-agent-foreman",
   "repo": "alexshpunt/pi-agent-foreman",
   "url": "https://github.com/alexshpunt/pi-agent-foreman",
   "category": "agent-tooling",
   "what": "Pi extension that reviews the final exchange of a run and sends the agent back to work if it stopped early, with TypeSafe as an optional judge",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jevscan",
   "repo": "alexykn/jevscan",
   "url": "https://github.com/alexykn/jevscan",
   "category": "agent-tooling",
   "what": "Code-quality scanner that extracts functions and classes with tree-sitter and has Jev evaluate YAML rules over them for Python, Rust, Perl, TS and JS",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "pi-jev",
   "repo": "ali-abassi/pi-jev",
   "url": "https://github.com/ali-abassi/pi-jev",
   "category": "agent-tooling",
   "what": "Pi coding-agent extension that asks a five-question ballot each turn for goal drift, looping, goal conflict and unsafe actions, then steers or notifies",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Shell"
  },
  {
   "name": "Jev_SO101",
   "repo": "AliUraish/Jev_SO101",
   "url": "https://github.com/AliUraish/Jev_SO101",
   "category": "game",
   "what": "SO-101 robot arm prototype where a vision model describes two camera views and Jev picks a typed skill and answers unsafe/done checks; offline demo and tests",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python"
  },
  {
   "name": "reflex-arc",
   "repo": "All-Light/reflex-arc",
   "url": "https://github.com/All-Light/reflex-arc",
   "category": "agent-tooling",
   "what": "Python library where Jev triages incoming events to stored reflexes and a reasoning LLM handles novel ones and writes a new reflex, with shadow-mode promotion",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "lex-judge",
   "repo": "alpibrusl/lex-judge",
   "url": "https://github.com/alpibrusl/lex-judge",
   "category": "sdk",
   "what": "Package for the Lex language exposing Noul, Choice and Score judgments as a net-only effect with a decided() confidence helper",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Lex",
   "callsApi": true
  },
  {
   "name": "jev-movie-rerank-demo",
   "repo": "andwaller/jev-movie-rerank-demo",
   "url": "https://github.com/andwaller/jev-movie-rerank-demo",
   "category": "application",
   "what": "Script that recalls candidate movies from a Neo4j graph with Cypher and reranks the shortlist in one request using a Score question per candidate",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "jev",
   "repo": "anilsenay/jev",
   "url": "https://github.com/anilsenay/jev",
   "category": "sdk",
   "what": "Unofficial Go client using generics so a Choice over your own enum returns that type, with Sure(threshold) helpers and pre-send validation",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Go",
   "callsApi": true
  },
  {
   "name": "switchboard",
   "repo": "aniruddh-krovvidi/switchboard",
   "url": "https://github.com/aniruddh-krovvidi/switchboard",
   "category": "agent-tooling",
   "what": "OpenAI-compatible gateway that screens each request for injection, harm and PII and routes to a small or large backend, plus a calibration eval script",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python"
  },
  {
   "name": "autocode",
   "repo": "ankitkapooor/autocode",
   "url": "https://github.com/ankitkapooor/autocode",
   "category": "application",
   "what": "Orthopedic medical-coding platform where Jev validates extracted facts and selects codes from a published codebook, with shadow and primary engine modes",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "live": "https://orthocode.ankitkapoor.me"
  },
  {
   "name": "qlint",
   "repo": "annenpolka/qlint",
   "url": "https://github.com/annenpolka/qlint",
   "category": "agent-tooling",
   "what": "Linter for suites of natural-language judgment questions: checks references, leakage, gates and bindings, builds execution plans and replays recorded runs",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jev-ts-repl",
   "repo": "aoprisan/jev-ts-repl",
   "url": "https://github.com/aoprisan/jev-ts-repl",
   "category": "agent-tooling",
   "what": "Terminal REPL for drafting System One requests with typed questions, a lesson track, cost preview, and export of the session as TypeScript or Rust",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "tavern-brawl",
   "repo": "aoprisan/tavern-brawl",
   "url": "https://github.com/aoprisan/tavern-brawl",
   "category": "game",
   "what": "Multiplayer text arena in Rust where players type free-form moves from phones and one request classifies kind, target, force and rule-breaking",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Rust"
  },
  {
   "name": "typesafe-ai-rust-sdk",
   "repo": "aoprisan/typesafe-ai-rust-sdk",
   "url": "https://github.com/aoprisan/typesafe-ai-rust-sdk",
   "category": "sdk",
   "what": "Unofficial Rust client for the System One API with async and blocking modes, mirroring the official Python SDK's retries and error handling",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Rust"
  },
  {
   "name": "typesafe-ai-scala-sdk",
   "repo": "aoprisan/typesafe-ai-scala-sdk",
   "url": "https://github.com/aoprisan/typesafe-ai-scala-sdk",
   "category": "sdk",
   "what": "Dependency-free Scala 3 client for System One mirroring the official Python SDK's retries and errors, with blocking, CompletableFuture and Future calls",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Scala",
   "callsApi": true
  },
  {
   "name": "jev-preview",
   "repo": "ArkadyBuryakov/jev-preview",
   "url": "https://github.com/ArkadyBuryakov/jev-preview",
   "category": "agent-tooling",
   "what": "Textual TUI sandbox for the System One API: edit state, build questions in a form, view answers as probability bars, keep per-request history",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "vibe-smart-router",
   "repo": "armsteadj1/vibe-smart-router",
   "url": "https://github.com/armsteadj1/vibe-smart-router",
   "category": "application",
   "what": "Node demo that scores five candidate payment paths per synthetic transaction, using Jev for feature discovery and per-transaction context under a code policy",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript",
   "callsApi": true
  },
  {
   "name": "filing-radar",
   "repo": "aserjam100/filing-radar",
   "url": "https://github.com/aserjam100/filing-radar",
   "category": "application",
   "what": "Live dashboard that polls SEC EDGAR for new 8-K filings and asks seven questions per filing on event type, impact, materiality and red flags",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "jev-firewall",
   "repo": "aserjam100/jev-firewall",
   "url": "https://github.com/aserjam100/jev-firewall",
   "category": "agent-tooling",
   "what": "Small JavaScript coding agent where Jev routes each step to list, search, read, test or stop and only calls OpenAI for generation or low confidence",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript"
  },
  {
   "name": "human-compiler",
   "repo": "asfarsadewa/human-compiler",
   "url": "https://github.com/asfarsadewa/human-compiler",
   "category": "application",
   "what": "Web app that lints emails and posts like a compiler: a lexer finds phrases, one request measures about 45 traits, rules emit rustc-style diagnostics",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript",
   "live": "https://human-compiler.asfarlab.fun"
  },
  {
   "name": "werewolf",
   "repo": "asfarsadewa/werewolf",
   "url": "https://github.com/asfarsadewa/werewolf",
   "category": "game",
   "what": "Browser Werewolf game where each message is judged on about twenty questions and seven villagers update visible wolf probabilities from the answers",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "live": "https://werewolf.asfarlab.fun"
  },
  {
   "name": "river-run-typesafe",
   "repo": "ashaazami/river-run-typesafe",
   "url": "https://github.com/ashaazami/river-run-typesafe",
   "category": "game",
   "what": "Pygame River Raid-style shooter with a pilot that asks Jev in one request which of 20 lanes to fly, whether to fire and how fast to go",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "progressgate",
   "repo": "AshutoshVJTI/progressgate",
   "url": "https://github.com/AshutoshVJTI/progressgate",
   "category": "agent-tooling",
   "what": "npm library that watches recent agent steps for repeated contradicted assumptions using six Jev signals and returns CONTINUE, WARN, REPLAN or HALT",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "ask-decisions",
   "repo": "ask-rb/ask-decisions",
   "url": "https://github.com/ask-rb/ask-decisions",
   "category": "sdk",
   "what": "Ruby gem with Choice, Score and Noul decision primitives, batching and a static test provider, using TypeSafe as the default backend",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Ruby"
  },
  {
   "name": "astrbot_plugin_reply_gate",
   "repo": "AstrBotDevs/astrbot_plugin_reply_gate",
   "url": "https://github.com/AstrBotDevs/astrbot_plugin_reply_gate",
   "category": "application",
   "what": "AstrBot plugin that decides per chat message whether it should reach the LLM at all and which message to reply to, using validated Choice probabilities",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "grok-bot-go-fast",
   "repo": "Austin-Resi/grok-bot-go-fast",
   "url": "https://github.com/Austin-Resi/grok-bot-go-fast",
   "category": "browser-computer-use",
   "what": "Bot plugin that ports the jev-ultrafast loop: DOM snapshot, Jev picks the node via AI Gateway, CDP click, pausing for text or unclear decisions",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "jev-resume-analyzer",
   "repo": "awun8191/jev-resume-analyzer",
   "url": "https://github.com/awun8191/jev-resume-analyzer",
   "category": "application",
   "what": "React and FastAPI app that reviews an uploaded CV, optionally against a job posting, in one batched request and shows each question's probabilities",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "menso",
   "repo": "Ayush0054/menso",
   "url": "https://github.com/Ayush0054/menso",
   "category": "browser-computer-use",
   "what": "Native macOS voice assistant where Jev selects one candidate from a request-scoped catalog of Mac actions and the app requires local approval to execute",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Swift",
   "callsApi": true
  },
  {
   "name": "metis",
   "repo": "Ayush0054/metis",
   "url": "https://github.com/Ayush0054/metis",
   "category": "application",
   "what": "Python library, CLI and reusable GitHub Action that classifies new issues, suggests an existing label and asks for missing details",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "jev-taxi-dispatch",
   "repo": "bahramzada/jev-taxi-dispatch",
   "url": "https://github.com/bahramzada/jev-taxi-dispatch",
   "category": "game",
   "what": "Real-time taxi dispatch simulation on a Baku map asking four questions per order (driver, urgency, fake order, service type), compared with Gemini Flash Lite",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript",
   "callsApi": true
  },
  {
   "name": "linux-agent-workbench",
   "repo": "bartek-filipiuk/linux-agent-workbench",
   "url": "https://github.com/bartek-filipiuk/linux-agent-workbench",
   "category": "browser-computer-use",
   "what": "Linux desktop app where an agent drives a containerized terminal and browser, with an experimental mode that hands fast browser subgoals to Jev",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "triaz-pozadavku",
   "repo": "beapps-tech/triaz-pozadavku",
   "url": "https://github.com/beapps-tech/triaz-pozadavku",
   "category": "application",
   "what": "Czech demo that triages customer change requests with 22 typed judgments and code rules deciding agent, clarify, split or developer, showing each weight",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript"
  },
  {
   "name": "typesafe-sdk",
   "repo": "binnash/typesafe-sdk",
   "url": "https://github.com/binnash/typesafe-sdk",
   "category": "sdk",
   "what": "PHP 8.2 client for the System One API using PSR-18 HTTP clients, with retries, typed answers and Laravel integration",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "PHP"
  },
  {
   "name": "TypeSafe.Sdk.C-",
   "repo": "Biztactix-Ryan/TypeSafe.Sdk.C-",
   "url": "https://github.com/Biztactix-Ryan/TypeSafe.Sdk.C-",
   "category": "sdk",
   "what": "C# port of the official Python and JS SDKs for .NET 10, AOT-compatible, tested against a stubbed HTTP handler only",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "C#"
  },
  {
   "name": "jev-team-calendar",
   "repo": "blackopsrepl/jev-team-calendar",
   "url": "https://github.com/blackopsrepl/jev-team-calendar",
   "category": "application",
   "what": "Local web app that reads a folder of resumes, has Jev estimate per-skill evidence for a project, then a constraint solver schedules the team week",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "Apache-2.0",
   "language": "Rust"
  },
  {
   "name": "tracecheck",
   "repo": "bmccarn/tracecheck",
   "url": "https://github.com/bmccarn/tracecheck",
   "category": "agent-tooling",
   "what": "Local MCP server and CLI that checks a coding agent's defect hypotheses against quoted source evidence and scores 19 quality dimensions separately",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "jev-orb",
   "repo": "bottlebrushes/jev-orb",
   "url": "https://github.com/bottlebrushes/jev-orb",
   "category": "browser-computer-use",
   "what": "macOS push-to-talk floating orb that transcribes speech with local Whisper and dispatches the goal to jev-ultrafast to drive the browser",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Makefile"
  },
  {
   "name": "box-jev-incident-triage",
   "repo": "box-community/box-jev-incident-triage",
   "url": "https://github.com/box-community/box-jev-incident-triage",
   "category": "application",
   "what": "Demo that pulls a Box PDF as Markdown, asks incident type, severity and escalation, applies a code policy and writes the result back as Box metadata",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "Jev-Rug-Checker",
   "repo": "BradMyrick/Jev-Rug-Checker",
   "url": "https://github.com/BradMyrick/Jev-Rug-Checker",
   "category": "application",
   "what": "Single-file EVM token screener that pulls GoPlus and DexScreener data, checks hard facts in code and asks Jev the fuzzy ones for a PASS/CAUTION/AVOID",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "transcript-scorecard",
   "repo": "brandonbryant12/transcript-scorecard",
   "url": "https://github.com/brandonbryant12/transcript-scorecard",
   "category": "application",
   "what": "Support-call scoring demo that replays a transcript turn by turn and rescores a weighted scorecard on each turn, storing evidence and latency in SQLite",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "jev-lab",
   "repo": "BrendanH18/jev-lab",
   "url": "https://github.com/BrendanH18/jev-lab",
   "category": "application",
   "what": "Six demo apps on one fictional coffee business (email shield, command dispatch, autopilot and more) plus a workbench, all making live calls",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "syntax-highlighting",
   "repo": "brendenehlers/syntax-highlighting",
   "url": "https://github.com/brendenehlers/syntax-highlighting",
   "category": "application",
   "what": "Rust web app that highlights any code with no grammar: splits it into BPE tokens and asks one Choice per token in a single request, capped at 440 tokens",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Rust"
  },
  {
   "name": "polymarket-btc-5m-agent",
   "repo": "BrunooMoniz/polymarket-btc-5m-agent",
   "url": "https://github.com/BrunooMoniz/polymarket-btc-5m-agent",
   "category": "application",
   "what": "Polymarket BTC 5-minute trading agent that prices in code and uses Jev as a veto and volatility-regime gate, with paper mode and shadow profiles",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "elons-job",
   "repo": "bugkiwi/elons-job",
   "url": "https://github.com/bugkiwi/elons-job",
   "category": "application",
   "what": "Chrome MV3 extension that hides sexual and solicitation replies on X status pages behind a restorable placeholder, with custom rules and a corpus benchmark",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript",
   "callsApi": true
  },
  {
   "name": "turing-jail",
   "repo": "bugkiwi/turing-jail",
   "url": "https://github.com/bugkiwi/turing-jail",
   "category": "game",
   "what": "Three-level web interrogation game where Jev judges a written statement on plea, logic and paradox, with shareable sealed runs",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "callsApi": true,
   "live": "https://turing-jail.vercel.app"
  },
  {
   "name": "jev-align",
   "repo": "caiovicentino/jev-align",
   "url": "https://github.com/caiovicentino/jev-align",
   "category": "agent-tooling",
   "what": "CLI and MCP server that checks an LLM response or agent plan for sycophancy, deception, scope creep and irreversibility, with 12 labeled test fixtures",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "ask-jev",
   "repo": "Calq-dev/ask-jev",
   "url": "https://github.com/Calq-dev/ask-jev",
   "category": "agent-tooling",
   "what": "Claude Code plugin with tools to ask yes/no questions about a file, filter many files by a question, or find the answering line without reading it",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript"
  },
  {
   "name": "jev-router",
   "repo": "carllippert/jev-router",
   "url": "https://github.com/carllippert/jev-router",
   "category": "sdk",
   "what": "Express middleware with no route table: handlers register an English intent and one Choice picks which runs, returning 404 below 0.65 confidence",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "typesafe-computer-use-hyprland",
   "repo": "cartermccann/typesafe-computer-use-hyprland",
   "url": "https://github.com/cartermccann/typesafe-computer-use-hyprland",
   "category": "browser-computer-use",
   "what": "Fork of typesafe-computer-use adding a Hyprland adapter: grim screenshot, tesseract OCR, Jev Choice, then hyprctl and ydotool actions",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "extremely-specific-council",
   "repo": "cbetz/extremely-specific-council",
   "url": "https://github.com/cbetz/extremely-specific-council",
   "category": "application",
   "what": "Web toy where twelve characters vote on your idea via one request of 36 questions covering vote, enthusiasm and confusion, with shareable result cards",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript",
   "live": "https://extremely-specific-council-five.vercel.app"
  },
  {
   "name": "AskJev-MCP",
   "repo": "cbruyndoncx/AskJev-MCP",
   "url": "https://github.com/cbruyndoncx/AskJev-MCP",
   "category": "agent-tooling",
   "what": "MCP server built on the official JS SDK with ask_choice, ask_noul, ask_score, a batched ask and list_models tools",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript"
  },
  {
   "name": "n8n-nodes-judgment",
   "repo": "cbuctok/n8n-nodes-judgment",
   "url": "https://github.com/cbuctok/n8n-nodes-judgment",
   "category": "application",
   "what": "n8n community node offering evaluate, decide, rank, rate, composite and yes/no operations over the System One API for workflow branching",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jev-triage",
   "repo": "cephalization/jev-triage",
   "url": "https://github.com/cephalization/jev-triage",
   "category": "application",
   "what": "Multiplayer triage dashboard syncing GitHub issues and PRs into Postgres and Zero, where typed answers suggest next steps and human corrections feed later runs",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "phoenix-jev-example",
   "repo": "cephalization/phoenix-jev-example",
   "url": "https://github.com/cephalization/phoenix-jev-example",
   "category": "sdk",
   "what": "TypeScript example that runs Jev through the AI SDK evaluation API and wraps it in an OpenInference evaluator span traced to Arize Phoenix",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "Tripwire",
   "repo": "CGnomazoid/Tripwire",
   "url": "https://github.com/CGnomazoid/Tripwire",
   "category": "benchmark-research",
   "what": "Local open-weight judge that gates agent tool calls by reading answer-token logits in one forward pass with temperature calibration, on MLX or PyTorch",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "tetris-jev",
   "repo": "chahero/tetris-jev",
   "url": "https://github.com/chahero/tetris-jev",
   "category": "game",
   "what": "Pygame Tetris viewer where Jev picks each placement, showing probabilities and latency, with a same-seed heuristic run and recorded results for comparison",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "hermes-jev-skills",
   "repo": "chapel/hermes-jev-skills",
   "url": "https://github.com/chapel/hermes-jev-skills",
   "category": "agent-tooling",
   "what": "Hermes plugin adding a search_skills tool and turn-start skill suggestions by asking one Noul per skill description",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python"
  },
  {
   "name": "jev-document-classification",
   "repo": "Charlyhno-eng/jev-document-classification",
   "url": "https://github.com/Charlyhno-eng/jev-document-classification",
   "category": "application",
   "what": "Local web app that sorts a folder's documents into category subfolders via AI Gateway, sending low-confidence ones to review with an audit and restore",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jev-test",
   "repo": "CharryLee0426/jev-test",
   "url": "https://github.com/CharryLee0426/jev-test",
   "category": "game",
   "what": "Workbench where Jev plays flappybird.io and play.tetris.com in Chrome, choosing every maneuver or placement, with a launcher for adding more games",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "talos",
   "repo": "chensterman/talos",
   "url": "https://github.com/chensterman/talos",
   "category": "game",
   "what": "Minecraft bot driven over HTTP: code plans the tech tree and a batched request every 1.5s picks skill, target, danger and progress",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jev-extension",
   "repo": "chiragrohit/jev-extension",
   "url": "https://github.com/chiragrohit/jev-extension",
   "category": "application",
   "what": "Chrome side-panel extension with a local Node server that asks whether the page answers a question, then scrolls to and highlights the passage",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript"
  },
  {
   "name": "keeclub",
   "repo": "chocochu/keeclub",
   "url": "https://github.com/chocochu/keeclub",
   "category": "game",
   "what": "Web app for Jungle and Aeroplane Chess with invite rooms and offline same-device play, where AI seats are driven by a configured TypeSafe key",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "opencode-jev-compactor",
   "repo": "christian-taillon/opencode-jev-compactor",
   "url": "https://github.com/christian-taillon/opencode-jev-compactor",
   "category": "agent-tooling",
   "what": "OpenCode v2 compaction-hook plugin that asks narrow questions per tool item to keep, truncate or drop it and builds a checkpoint from verbatim evidence",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "typesafe-cookie-consent",
   "repo": "chrisXchen/typesafe-cookie-consent",
   "url": "https://github.com/chrisXchen/typesafe-cookie-consent",
   "category": "application",
   "what": "Chrome extension that detects cookie banners and popups, asks four questions about the text and buttons, and clicks the declining option; BYOK",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "adjudge",
   "repo": "chumputys/adjudge",
   "url": "https://github.com/chumputys/adjudge",
   "category": "application",
   "what": "Chrome ad blocker without filter lists: batches unknown third-party hosts, sponsored blocks and popups for classification and caches verdicts as rules",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript"
  },
  {
   "name": "jevmcp",
   "repo": "chungsubeen0/jevmcp",
   "url": "https://github.com/chungsubeen0/jevmcp",
   "category": "agent-tooling",
   "what": "Local MCP server for Codex and Claude Code that offloads routine yes/no judgments to Jev with validation, policy profiles, cache and telemetry",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "pi-jev",
   "repo": "clankagent/pi-jev",
   "url": "https://github.com/clankagent/pi-jev",
   "category": "agent-tooling",
   "what": "Two Pi extensions: a jev_watch tool that returns when process output meets agent-described conditions, and per-request skill suggestions",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "Unlicense",
   "language": "TypeScript"
  },
  {
   "name": "jev-guard",
   "repo": "ClemensSchartmueller/jev-guard",
   "url": "https://github.com/ClemensSchartmueller/jev-guard",
   "category": "agent-tooling",
   "what": "Go hook for Claude Code, Codex CLI and Antigravity that checks paths and secrets locally, then asks Jev about blast radius before a tool call runs",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Go"
  },
  {
   "name": "jev-sandbox",
   "repo": "cleverfakealias/jev-sandbox",
   "url": "https://github.com/cleverfakealias/jev-sandbox",
   "category": "benchmark-research",
   "what": "Actionability gate experiment over 42 Salesforce-style case fixtures, fourteen questions per request, with confusion matrix, threshold sweep and run viewer",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "mastra-jev-moderation",
   "repo": "CodeAlive-AI/mastra-jev-moderation",
   "url": "https://github.com/CodeAlive-AI/mastra-jev-moderation",
   "category": "sdk",
   "what": "Single-file Mastra input Processor that blocks a turn when P(block) passes a threshold and labels a category, failing open on errors",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "system-one-adapter-rust",
   "repo": "codeitlikemiley/system-one-adapter-rust",
   "url": "https://github.com/codeitlikemiley/system-one-adapter-rust",
   "category": "benchmark-research",
   "what": "Rust crate reproducing the system_one interface on top of OpenAI or Anthropic models so an LLM can be compared against TypeSafe",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-16",
   "license": "MIT",
   "language": "Rust"
  },
  {
   "name": "emoji-jev",
   "repo": "colinmcdermott/emoji-jev",
   "url": "https://github.com/colinmcdermott/emoji-jev",
   "category": "application",
   "what": "Emoji autocomplete page that on each typing pause asks one Choice over up to 254 emojis plus emotion, mood, urgency and sarcasm questions",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript",
   "live": "https://emoji-jev.whop.site"
  },
  {
   "name": "ai-evals-cafe",
   "repo": "conraddavisjr/ai-evals-cafe",
   "url": "https://github.com/conraddavisjr/ai-evals-cafe",
   "category": "agent-tooling",
   "what": "Eval harness for multi-agent pipelines shown as a 3D cafe, with scoped MCP tools, scripted scenarios and a blinded judge that can run on Jev or an LLM",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "JevTest",
   "repo": "CorieW/JevTest",
   "url": "https://github.com/CorieW/JevTest",
   "category": "browser-computer-use",
   "what": "TypeScript CLI for exploratory browser testing: Jev picks Playwright actions, deterministic assertions decide pass/fail, traces replay without API calls",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "s1s",
   "repo": "cpaczek/s1s",
   "url": "https://github.com/cpaczek/s1s",
   "category": "agent-tooling",
   "what": "CLI and local server that finds files, maps a subject and traces flows in a Git repo using a lexical index for recall and typed judgments for precision",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true,
   "live": "https://s1s.iar.dev"
  },
  {
   "name": "jev-trial",
   "repo": "cympfh/jev-trial",
   "url": "https://github.com/cympfh/jev-trial",
   "category": "benchmark-research",
   "what": "Small Python probes of Jev on a syllogism, a text-only Doom tick and self-play tic-tac-toe, with recorded probabilities and notes on where it fails",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "jevclassifier",
   "repo": "dagmawibabi/jevclassifier",
   "url": "https://github.com/dagmawibabi/jevclassifier",
   "category": "application",
   "what": "SvelteKit app that classifies Telegram Desktop JSON exports with custom questions and cost meters, plus a chat that picks words from a dictionary",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Svelte",
   "live": "https://jevclassifier.vercel.app"
  },
  {
   "name": "decide-mcp",
   "repo": "dakdevs/decide-mcp",
   "url": "https://github.com/dakdevs/decide-mcp",
   "category": "agent-tooling",
   "what": "Stdio MCP server on npm whose decide tool returns a recommended choice with percentages via AI Gateway, with configurable bias profiles and routing",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "hermes-jev-compaction",
   "repo": "DanBennettUK/hermes-jev-compaction",
   "url": "https://github.com/DanBennettUK/hermes-jev-compaction",
   "category": "agent-tooling",
   "what": "Hermes Agent context-engine plugin that keeps, truncates or drops old tool calls from two probabilities each while leaving user and assistant text verbatim",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "jev-triage",
   "repo": "danfry1/jev-triage",
   "url": "https://github.com/danfry1/jev-triage",
   "category": "application",
   "what": "GitHub Action that labels new issues from the repo's own labels, flags duplicates and spam in one request, with thresholds and a dry-run default",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "jev-as-a-judge",
   "repo": "danielgshea/jev-as-a-judge",
   "url": "https://github.com/danielgshea/jev-as-a-judge",
   "category": "benchmark-research",
   "what": "Judge reliability experiment: 100 repeats on five frozen agent outputs comparing rating variance of a Jev evaluator against a GPT evaluator",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python"
  },
  {
   "name": "jev-graph",
   "repo": "danielgshea/jev-graph",
   "url": "https://github.com/danielgshea/jev-graph",
   "category": "agent-tooling",
   "what": "LangGraph analyst agent where Jev classifies requests, approves tool calls, scores search results and grades the final answer",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python"
  },
  {
   "name": "jev-lab",
   "repo": "danielhirt/jev-lab",
   "url": "https://github.com/danielhirt/jev-lab",
   "category": "benchmark-research",
   "what": "Bun CLI that tests Jev through OpenRouter for repeatability, perturbation sensitivity and agreement with Claude Haiku at temperature 0, with dated findings",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "robots-world",
   "repo": "DanMcInerney/robots-world",
   "url": "https://github.com/DanMcInerney/robots-world",
   "category": "game",
   "what": "Multi-robot and drone control testbed comparing Jev control arrangements with Claude and Codex pilots over MAVLink, with recorded flight matrices",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "classifier-wiki-race",
   "repo": "davext/classifier-wiki-race",
   "url": "https://github.com/davext/classifier-wiki-race",
   "category": "application",
   "what": "Web app where Jev races between two Wikipedia articles by choosing one link per hop, showing state, questions, probabilities and timing",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "jev",
   "repo": "david1gp/jev",
   "url": "https://github.com/david1gp/jev",
   "category": "sdk",
   "what": "TypeScript client and CLI for System One that returns Result values instead of throwing, with valibot validation; targets Node 22 and Bun",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "git-judge",
   "repo": "davidrydberg/git-judge",
   "url": "https://github.com/davidrydberg/git-judge",
   "category": "agent-tooling",
   "what": "GitHub Action that judges every PR hunk and posts one comment with what to read first, skipped hunks, undescribed changes and secret or data-loss gates",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jevals",
   "repo": "dayhaysoos/jevals",
   "url": "https://github.com/dayhaysoos/jevals",
   "category": "agent-tooling",
   "what": "Local workbench started with npx for writing Noul, Choice and Score evaluations with expected answers, running them and comparing saved runs in SQLite",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "local-llm-probabilistic-decision-engine",
   "repo": "dbobo4/local-llm-probabilistic-decision-engine",
   "url": "https://github.com/dbobo4/local-llm-probabilistic-decision-engine",
   "category": "benchmark-research",
   "what": "Python library that turns local open-weight LLMs into decision engines by scoring candidate answer sequences directly, generating zero tokens",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "Apache-2.0",
   "language": "Python"
  },
  {
   "name": "OpenDecision",
   "repo": "deepanwadhwa/OpenDecision",
   "url": "https://github.com/deepanwadhwa/OpenDecision",
   "category": "benchmark-research",
   "what": "Open reimplementation of Choice, Noul and Score on ModernBERT zero-shot, serving a /v1/systemone endpoint compatible with the TypeSafe Python SDK",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "Apache-2.0",
   "language": "Python"
  },
  {
   "name": "terrarium",
   "repo": "Dencyuman/terrarium",
   "url": "https://github.com/Dencyuman/terrarium",
   "category": "game",
   "what": "Browser society simulation where each resident's action per tick is chosen by Jev from feasible actions while a generative LLM deliberates in the background",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "system-one-router",
   "repo": "devinat1/system-one-router",
   "url": "https://github.com/devinat1/system-one-router",
   "category": "agent-tooling",
   "what": "pi-coding-agent extension on npm, based on pi-model-router, that uses Jev as the classifier picking a high, medium or low model tier each turn",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "ghost-route",
   "repo": "DevvGwardo/ghost-route",
   "url": "https://github.com/DevvGwardo/ghost-route",
   "category": "application",
   "what": "Map app that overlays ALPR cameras and ranks OSRM driving routes by camera exposure, with Jev choosing the winner and a heuristic fallback",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "safenet",
   "repo": "digitalnivuk97-ctrl/safenet",
   "url": "https://github.com/digitalnivuk97-ctrl/safenet",
   "category": "application",
   "what": "Go terminal LAN monitor that scores devices with local rules, then blends in Jev threat verdicts and logs latency and agreement for comparison",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "GPL-3.0",
   "language": "Go"
  },
  {
   "name": "magic-8-ball",
   "repo": "distributedlabs/magic-8-ball",
   "url": "https://github.com/distributedlabs/magic-8-ball",
   "category": "application",
   "what": "Next.js Magic 8 Ball that sends each question to Jev as one Choice over the twenty classic answers and shows the top pick",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "jve-driven",
   "repo": "dj-thank/jve-driven",
   "url": "https://github.com/dj-thank/jve-driven",
   "category": "game",
   "what": "Driving simulation lab that rebuilds Tokyo streets from PLATEAU and OSM open data and tests Jev driving decisions in shadow or live mode",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "jev-deferred-crispification",
   "repo": "dnakhoa/jev-deferred-crispification",
   "url": "https://github.com/dnakhoa/jev-deferred-crispification",
   "category": "benchmark-research",
   "what": "Position paper with CPU-reproducible code arguing Jev lacks hidden-Markov belief and fuzzy membership, plus two trajectory-level audit metrics",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TeX"
  },
  {
   "name": "jev-pref",
   "repo": "doeixd/jev-pref",
   "url": "https://github.com/doeixd/jev-pref",
   "category": "agent-tooling",
   "what": "npx linter that turns AGENTS.md preferences into semantic rules, checks diff hunks with Jev and reports findings back to the coding agent",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "hermes-jev",
   "repo": "DoGMaTiiC/hermes-jev",
   "url": "https://github.com/DoGMaTiiC/hermes-jev",
   "category": "agent-tooling",
   "what": "Two stdlib-only Hermes Agent plugins: a pre-tool risk gate and a per-turn skill router, both calling Jev through the Vercel AI Gateway",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "n8n-nodes-typesafe-ai",
   "repo": "DomMonte/n8n-nodes-typesafe-ai",
   "url": "https://github.com/DomMonte/n8n-nodes-typesafe-ai",
   "category": "application",
   "what": "n8n community node exposing yes/no, choice and score questions so workflows can branch on the returned probabilities",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jev-compact",
   "repo": "dpaluy/jev-compact",
   "url": "https://github.com/dpaluy/jev-compact",
   "category": "agent-tooling",
   "what": "Context-pruning plugin for the Pi harness that scores tool-call traces with two Noul questions and drops only pairs below threshold, keeping the rest verbatim",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "berean",
   "repo": "dpshde/berean",
   "url": "https://github.com/dpshde/berean",
   "category": "application",
   "what": "Web app that takes a claim, beam-searches the Berean Standard Bible with Jev Choice/Noul, and answers yes or no with the best supporting verses",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "jev-skill-router",
   "repo": "droid-Q/jev-skill-router",
   "url": "https://github.com/droid-Q/jev-skill-router",
   "category": "agent-tooling",
   "what": "Codex CLI plugin whose UserPromptSubmit hook asks Jev which installed skills are relevant to the prompt and selects up to N above a threshold",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript",
   "callsApi": true
  },
  {
   "name": "hermes-jev-context-engine",
   "repo": "dryob/hermes-jev-context-engine",
   "url": "https://github.com/dryob/hermes-jev-context-engine",
   "category": "agent-tooling",
   "what": "Hermes Agent context engine, ported from fast-jev-compaction, that keeps, truncates or drops old tool calls by Jev score instead of summarising",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "jevra",
   "repo": "dsandrade/jevra",
   "url": "https://github.com/dsandrade/jevra",
   "category": "agent-tooling",
   "what": "Alpha plugin for Codex and Claude Code whose PreToolUse hook redirects large file reads to a helper where Jev selects the source excerpts",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "rag-gate",
   "repo": "dtjohnson83/rag-gate",
   "url": "https://github.com/dtjohnson83/rag-gate",
   "category": "agent-tooling",
   "what": "Small HTTP API that scores already-retrieved RAG chunks for relevance and prompt injection with Jev and returns kept and dropped lists",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jev-review",
   "repo": "dtsuka/jev-review",
   "url": "https://github.com/dtsuka/jev-review",
   "category": "agent-tooling",
   "what": "CLI that screens every source file for bug, security, performance and other review flags with Jev and writes a JSON triage report",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "pi-advisor",
   "repo": "Ducstii/pi-advisor",
   "url": "https://github.com/Ducstii/pi-advisor",
   "category": "agent-tooling",
   "what": "pi coding-agent extension adding a jev_advise tool that batches choice, score and yes/no questions and flags near-ties for the user",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "JevSysUno",
   "repo": "Dujaydis/JevSysUno",
   "url": "https://github.com/Dujaydis/JevSysUno",
   "category": "sdk",
   "what": "TypeScript decision-definition layer over the official SDK with a calibration eval harness and 65 tests; never run against the live API",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "jev-compact",
   "repo": "duketopceo/jev-compact",
   "url": "https://github.com/duketopceo/jev-compact",
   "category": "agent-tooling",
   "what": "Python transcript compactor for Claude Code that scores spans with Jev, keeps top spans verbatim, tombstones the rest, and restores them via an MCP server",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "typesafe-playground",
   "repo": "ec812/typesafe-playground",
   "url": "https://github.com/ec812/typesafe-playground",
   "category": "application",
   "what": "Next.js playground for building custom Choice/Score/Noul questions plus a stock-news signal analyzer, with results saved to local SQLite",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "jev-prototype",
   "repo": "edsonayllon/jev-prototype",
   "url": "https://github.com/edsonayllon/jev-prototype",
   "category": "application",
   "what": "Feed triage app that tags RSS, X or pasted posts by type, sentiment and novelty with six Jev questions, then ranks them with a formula in code",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "EDcheck",
   "repo": "edteamlat/EDcheck",
   "url": "https://github.com/edteamlat/EDcheck",
   "category": "sdk",
   "what": "Server-side library that attaches semantic rules to Zod 4 schemas and compiles them into one batched Jev request per object",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "ticket-quest",
   "repo": "EdytaKucharska/ticket-quest",
   "url": "https://github.com/EdytaKucharska/ticket-quest",
   "category": "application",
   "what": "Ticket triage demo that ranks a backlog by Cost of Delay from Jev scores, gates auto-routing on certainty and races a bring-your-own-key LLM",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "live": "https://ticket-quest-three.vercel.app"
  },
  {
   "name": "jev-takes-mauboussin",
   "repo": "eggmasonvalue/jev-takes-mauboussin",
   "url": "https://github.com/eggmasonvalue/jev-takes-mauboussin",
   "category": "benchmark-research",
   "what": "Evaluation of Jev on Mauboussin's 50-question confidence calibration quiz, reporting accuracy, Brier score and comparison with 948 human takers",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "jev-rules",
   "repo": "EliaAlberti/jev-rules",
   "url": "https://github.com/EliaAlberti/jev-rules",
   "category": "agent-tooling",
   "what": "Claude Code plugin that asks Jev one yes/no per standing rule and injects only the rules relevant to the current prompt or edited file",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript",
   "live": "https://eliaalberti.github.io/jev-rules/"
  },
  {
   "name": "typesafe-minecraft-demo",
   "repo": "ellistev/typesafe-minecraft-demo",
   "url": "https://github.com/ellistev/typesafe-minecraft-demo",
   "category": "game",
   "what": "Mineflayer Minecraft bot whose movement, mining and block placing are chosen one API decision at a time, with a live dashboard of each call",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "JavaScript"
  },
  {
   "name": "dsh-spire-jev",
   "repo": "enderzcx/dsh-spire-jev",
   "url": "https://github.com/enderzcx/dsh-spire-jev",
   "category": "game",
   "what": "DeepSeek Harness plugin exposing nine native tools so the agent can play Slay the Spire 2 through the spire-jev controller",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "spire-jev",
   "repo": "enderzcx/spire-jev",
   "url": "https://github.com/enderzcx/spire-jev",
   "category": "game",
   "what": "Slay the Spire 2 controller where a planner model sets strategy, Jev picks routine combat moves and code verifies multi-card turn plans",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "call-scope",
   "repo": "EricKwong/call-scope",
   "url": "https://github.com/EricKwong/call-scope",
   "category": "application",
   "what": "Windows Electron call companion that transcribes locally with Whisper and uses Jev to judge when a prepared question has been asked and answered",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript"
  },
  {
   "name": "browser-use-olympics",
   "repo": "eriestra/browser-use-olympics",
   "url": "https://github.com/eriestra/browser-use-olympics",
   "category": "browser-computer-use",
   "what": "Hosted five-event timed benchmark for browser agents plus a roughly 200-line Chrome DevTools loop where Jev picks each action",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "HTML",
   "callsApi": true,
   "live": "https://sites.almond.build/browser-use-olympics/"
  },
  {
   "name": "jev-model-router",
   "repo": "ermagent-star/jev-model-router",
   "url": "https://github.com/ermagent-star/jev-model-router",
   "category": "agent-tooling",
   "what": "Opencode plugin and CLI where Jev classifies each task and a policy maps it to the cheapest free Zen model, with a fail-closed paid-model gate",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "vector-atc",
   "repo": "esoyuince/vector-atc",
   "url": "https://github.com/esoyuince/vector-atc",
   "category": "game",
   "what": "Air traffic control simulation on Cloudflare Workers with 100 synthetic aircraft steered by Jev decisions, incident reports and recorded replay",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript",
   "live": "https://atc.alaz.tr"
  },
  {
   "name": "jev-router",
   "repo": "EtienneLescot/jev-router",
   "url": "https://github.com/EtienneLescot/jev-router",
   "category": "application",
   "what": "Static demo page where two Jev calls triage a support ticket and code picks the agent, model tier and reasoning depth, showing raw requests",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "HTML",
   "live": "https://etiennelescot.github.io/jev-router/"
  },
  {
   "name": "JevCraft",
   "repo": "ewitulsk/JevCraft",
   "url": "https://github.com/ewitulsk/JevCraft",
   "category": "game",
   "what": "NeoForge 1.21.1 Minecraft mod where Jev picks targets for a local-player takeover mode and for persistent companions commanded via /jev goal",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Java"
  },
  {
   "name": "actionreflex",
   "repo": "eyenpi/actionreflex",
   "url": "https://github.com/eyenpi/actionreflex",
   "category": "agent-tooling",
   "what": "Python gate that checks each agent tool call against a set of policies in one Jev request and returns allow, block or escalate with probabilities",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "jevshift",
   "repo": "fabricio852/jevshift",
   "url": "https://github.com/fabricio852/jevshift",
   "category": "agent-tooling",
   "what": "Codex plugin with four hooks where Jev classifies prompts, blocks bad computer actions, auto-allows safe permissions and trims large tool output",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "typesafe-go",
   "repo": "FelineStateMachine/typesafe-go",
   "url": "https://github.com/FelineStateMachine/typesafe-go",
   "category": "sdk",
   "what": "Unofficial zero-dependency Go SDK for the System One API with typed Noul/Choice/Score questions, checked answer accessors and context-aware retries",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Go",
   "callsApi": true
  },
  {
   "name": "agent-guard",
   "repo": "felipeduartea/agent-guard",
   "url": "https://github.com/felipeduartea/agent-guard",
   "category": "agent-tooling",
   "what": "PreToolUse guard for Codex, Claude Code and Devin CLI that runs fixed emergency checks, then has Jev judge commands against plain-language policy rules",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "jevBrowser",
   "repo": "feliperfpereira/jevBrowser",
   "url": "https://github.com/feliperfpereira/jevBrowser",
   "category": "browser-computer-use",
   "what": "Playwright task runner where Jev picks the next action and target element from an ARIA snapshot each step, with a CLI and an HTTP API",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "pi-jev-compaction",
   "repo": "felixfisher/pi-jev-compaction",
   "url": "https://github.com/felixfisher/pi-jev-compaction",
   "category": "agent-tooling",
   "what": "Experimental Pi extension that asks Jev two yes/no questions per old tool call and stores an auditable keep, truncate or drop replay",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "aether-hold",
   "repo": "ferxalbs/aether-hold",
   "url": "https://github.com/ferxalbs/aether-hold",
   "category": "application",
   "what": "Next.js pre-send checker that gives a draft post, email or support reply a SEND, REWRITE, HOLD or BLOCK verdict from one Jev request plus coded policy",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "new-api-plugin-typesafe",
   "repo": "FFatTiger/new-api-plugin-typesafe",
   "url": "https://github.com/FFatTiger/new-api-plugin-typesafe",
   "category": "sdk",
   "what": "Task plugin for the new-api gateway that exposes native /v1/systemone with channel routing, model mapping, token billing and a Vercel AI Gateway upstream",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "Apache-2.0",
   "language": "JavaScript",
   "callsApi": true
  },
  {
   "name": "jev-cli",
   "repo": "fiale-plus/jev-cli",
   "url": "https://github.com/fiale-plus/jev-cli",
   "category": "agent-tooling",
   "what": "Unofficial npm CLI for agents with ask, gate and replay commands, question-file linting, cost estimates and exit codes that encode the decision",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "cybercab-jev",
   "repo": "filippos95/cybercab-jev",
   "url": "https://github.com/filippos95/cybercab-jev",
   "category": "game",
   "what": "Three.js robotaxi game where Jev chooses lane and speed from plain-English obstacle descriptions while the player throws hazards onto the road",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "JavaScript"
  },
  {
   "name": "guesswork",
   "repo": "FindMalek/guesswork",
   "url": "https://github.com/FindMalek/guesswork",
   "category": "application",
   "what": "zsh autosuggestion plugin that sends recent shell history to a model and shows the most likely command inline with its confidence score",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "jev-router",
   "repo": "flaviusapop/jev-router",
   "url": "https://github.com/flaviusapop/jev-router",
   "category": "agent-tooling",
   "what": "Local proxy launchers for Claude Code, Codex, Grok and opencode that rewrite each turn's model and reasoning effort from a Jev classification",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "jev-orchestrator",
   "repo": "FleeexCorp/jev-orchestrator",
   "url": "https://github.com/FleeexCorp/jev-orchestrator",
   "category": "agent-tooling",
   "what": "Claude Code skill and CLI that hand delegate, parallelise, retry and stop decisions to Jev while Codex workers run in separate git worktrees",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "llm-routing-verification-bench",
   "repo": "flintfromthebasement/llm-routing-verification-bench",
   "url": "https://github.com/flintfromthebasement/llm-routing-verification-bench",
   "category": "benchmark-research",
   "what": "Dependency-free Node benchmark of 23 cases for tier routing and draft verification that runs Jev via OpenRouter Decisions alongside chat models",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "typesafe-sdk-php",
   "repo": "Fox-Islam/typesafe-sdk-php",
   "url": "https://github.com/Fox-Islam/typesafe-sdk-php",
   "category": "sdk",
   "what": "Unofficial PHP 8.3 client with a fluent question builder that switches between the TypeSafe API and OpenRouter's decisions endpoint",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "PHP"
  },
  {
   "name": "fraud-jev",
   "repo": "frankied003/fraud-jev",
   "url": "https://github.com/frankied003/fraud-jev",
   "category": "application",
   "what": "Next.js fraud control room demo that scores a stream of fictional payments with Jev and races the same batch against a Claude prompt",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "jevtrace",
   "repo": "fscm44xyz/jevtrace",
   "url": "https://github.com/fscm44xyz/jevtrace",
   "category": "agent-tooling",
   "what": "Local DevTools that wrap the official SDK client, record every state, question and probability to SQLite and replay decisions with edits",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "auto-router-demo",
   "repo": "fstandhartinger/auto-router-demo",
   "url": "https://github.com/fstandhartinger/auto-router-demo",
   "category": "application",
   "what": "Public web playground for auto-model-router showing the Jev classification, per-model pricing, the routing decision and the streamed answer",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true,
   "live": "https://whichmodel.app.mintapis.com"
  },
  {
   "name": "reflex-state",
   "repo": "furedea/reflex-state",
   "url": "https://github.com/furedea/reflex-state",
   "category": "agent-tooling",
   "what": "Pi coding-agent extension that tracks changed files, check validity and blockers outside the main LLM, using Jev for typed semantic decisions with replay",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "beatbox",
   "repo": "g-h-miles/beatbox",
   "url": "https://github.com/g-h-miles/beatbox",
   "category": "application",
   "what": "Browser beatbox-to-MIDI instrument that classifies drum hits with a local acoustic model plus Jev on acoustic measurements, with reported F1 scores",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jev-use-cases",
   "repo": "galigutta/jev-use-cases",
   "url": "https://github.com/galigutta/jev-use-cases",
   "category": "application",
   "what": "Use-case map site where a Cloudflare Worker and GitHub Actions grade each proposed entry for novelty with Jev before Codex opens an auto-merged PR",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "live": "https://galigutta.github.io/jev-use-cases/"
  },
  {
   "name": "typesafe-triage-demo",
   "repo": "gastonmira/typesafe-triage-demo",
   "url": "https://github.com/gastonmira/typesafe-triage-demo",
   "category": "application",
   "what": "Spanish-language Next.js demo showing one systemOne call's intent, urgency and anger judgments beside the fixed code policy that decides routing",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "live": "https://typesafe-triage-demo.vercel.app"
  },
  {
   "name": "stepwarden",
   "repo": "getexcited/stepwarden",
   "url": "https://github.com/getexcited/stepwarden",
   "category": "agent-tooling",
   "what": "Claude Code plugin that checks each pending tool call against the session plan with Jev and allows, asks or blocks by probability thresholds",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "Apache-2.0",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "JevTicktRouter",
   "repo": "GhrezaKh74/JevTicktRouter",
   "url": "https://github.com/GhrezaKh74/JevTicktRouter",
   "category": "application",
   "what": ".NET 10 and React 19 support-ticket triage for Persian and English where Jev answers five batched questions and .NET rules make the final call",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "C#"
  },
  {
   "name": "news",
   "repo": "Gildra-Foundation/news",
   "url": "https://github.com/Gildra-Foundation/news",
   "category": "application",
   "what": "Telegram news bot for World of Warcraft that uses Jev to pre-filter RSS, Reddit and X items before an LLM fact-maps and writes the Russian post",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "jev-demo",
   "repo": "gishi-yama/jev-demo",
   "url": "https://github.com/gishi-yama/jev-demo",
   "category": "application",
   "what": "Three dependency-free Node demos judging Japanese text: intent triage with hidden-complaint detection, subjectivity, and per-word spoken/written register",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "HTML",
   "callsApi": true
  },
  {
   "name": "pi-jev-router",
   "repo": "gloridifice/pi-jev-router",
   "url": "https://github.com/gloridifice/pi-jev-router",
   "category": "agent-tooling",
   "what": "Pi 0.85.1 extension, off by default, adding Jev-driven model switching, tool-call review and periodic context filtering with a /jev setup wizard",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jev-cerebras-gateway",
   "repo": "glyzinie/jev-cerebras-gateway",
   "url": "https://github.com/glyzinie/jev-cerebras-gateway",
   "category": "agent-tooling",
   "what": "Bun CLI that has Jev classify a prompt's route and complexity via Vercel AI Gateway, then picks the reasoning effort for a Cerebras-hosted generator",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "omp-jev-tools",
   "repo": "gnoviawan/omp-jev-tools",
   "url": "https://github.com/gnoviawan/omp-jev-tools",
   "category": "agent-tooling",
   "what": "oh-my-pi extension adding jev_judge, jev_route, jev_rerank and jev_verify tools plus a /jev slash command for quick yes/no checks",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "omp-semantic-policy",
   "repo": "goulinkh/omp-semantic-policy",
   "url": "https://github.com/goulinkh/omp-semantic-policy",
   "category": "agent-tooling",
   "what": "oh-my-pi plugin that compiles project instructions into policy rules and checks each agent action against them, using Jev for semantic evaluation",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "spacebrains",
   "repo": "gradiuscypher/spacebrains",
   "url": "https://github.com/gradiuscypher/spacebrains",
   "category": "game",
   "what": "Autonomous SpaceTraders.io player where OpenRouter LLMs write long-horizon plans and Jev makes per-ship tactical Choice/Noul decisions, with a web UI",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "vercel-compaction",
   "repo": "gshost1/vercel-compaction",
   "url": "https://github.com/gshost1/vercel-compaction",
   "category": "agent-tooling",
   "what": "Claude Code plugin that scores old tool calls with Jev through the Vercel AI Gateway and drops or truncates stale ones instead of summarising",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jev-usecases",
   "repo": "gzawadzki/jev-usecases",
   "url": "https://github.com/gzawadzki/jev-usecases",
   "category": "application",
   "what": "Seven Python demos on Polish text, from app-review inbox and content guard to essay rubric scoring, each with measured counts or agreement",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "jev-report",
   "repo": "HackSing/jev-report",
   "url": "https://github.com/HackSing/jev-report",
   "category": "benchmark-research",
   "what": "52-page Chinese research report auditing Jev's launch claims, with a reproducible 50-sample Chinese test pack and a table tracing 143 cited figures",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "jev",
   "repo": "haibt163/jev",
   "url": "https://github.com/haibt163/jev",
   "category": "application",
   "what": "Playground web app with support routing, compare-and-choose and content triage modules where Jev judges and application rules decide",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "live": "https://jev-eosin.vercel.app"
  },
  {
   "name": "jev.mcp",
   "repo": "hangarbay/jev.mcp",
   "url": "https://github.com/hangarbay/jev.mcp",
   "category": "agent-tooling",
   "what": "Go MCP server, shipped as a Docker image, exposing classify, score, check, ask and models tools backed by Jev",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Go"
  },
  {
   "name": "ewo_order",
   "repo": "harukishimo/ewo_order",
   "url": "https://github.com/harukishimo/ewo_order",
   "category": "application",
   "what": "Japanese painting-commission app on Next.js and Supabase where Jev extracts size, style and urgency from chat and code prices and queues the order",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "live": "https://ewo-order.vercel.app"
  },
  {
   "name": "try-typesafe-app",
   "repo": "hatif03/try-typesafe-app",
   "url": "https://github.com/hatif03/try-typesafe-app",
   "category": "application",
   "what": "Two Next.js demos: Policy Jury flags one-sided clauses in a ToS URL, Agent Supply Jury screens npm package text for instruction-override attempts",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "callsApi": true,
   "live": "https://try-typesafe-appsapp.vercel.app"
  },
  {
   "name": "jevkeep",
   "repo": "hatt-io/jevkeep",
   "url": "https://github.com/hatt-io/jevkeep",
   "category": "agent-tooling",
   "what": "Codex plugin that asks Jev which conversation excerpts still matter before compaction and restores them verbatim beside Codex's own summary",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "Jev",
   "repo": "haydarsahin0/Jev",
   "url": "https://github.com/haydarsahin0/Jev",
   "category": "application",
   "what": "GitHub Actions pipeline that scores new arXiv AI papers with Jev twice a day and publishes a ranked static site on GitHub Pages",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "jev-playground",
   "repo": "hegargarcia/jev-playground",
   "url": "https://github.com/hegargarcia/jev-playground",
   "category": "game",
   "what": "Tic-tac-toe app where the player faces Jev and four LLMs on separate boards, each choosing from the same legal moves via Vercel AI Gateway",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "pkg-gate",
   "repo": "hemanth/pkg-gate",
   "url": "https://github.com/hemanth/pkg-gate",
   "category": "agent-tooling",
   "what": "npm library and CLI that evaluates a package's preinstall/install/postinstall scripts with System One and returns allow, warn or block",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "JavaScript",
   "callsApi": true,
   "live": "https://hemanth.github.io/pkg-gate/"
  },
  {
   "name": "JBrancher",
   "repo": "henstarr/JBrancher",
   "url": "https://github.com/henstarr/JBrancher",
   "category": "agent-tooling",
   "what": "JavaScript decision layer for agent loops: deterministic rule first, then Jev scores a fixed candidate action set, then fallback to the existing actor",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript",
   "callsApi": true
  },
  {
   "name": "jev-dev-cloudflare",
   "repo": "henteko/jev-dev-cloudflare",
   "url": "https://github.com/henteko/jev-dev-cloudflare",
   "category": "benchmark-research",
   "what": "Latency bench that calls Jev through the same Hono API on Cloudflare Workers and on Node/VPS, with Server-Timing breakdown and a React compare page",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "pi-typesafe-router",
   "repo": "heph2/pi-typesafe-router",
   "url": "https://github.com/heph2/pi-typesafe-router",
   "category": "agent-tooling",
   "what": "Pi extension that classifies each prompt with Jev into fast, balanced or deep routes, shadow-logging by default, with a Home Manager module",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "typesafe-comment",
   "repo": "Hexdigest123/typesafe-comment",
   "url": "https://github.com/Hexdigest123/typesafe-comment",
   "category": "agent-tooling",
   "what": "Python CLI that lints code comments on five heuristics via System One and exits non-zero below thresholds, with GitHub annotations and tree-sitter languages",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "typesafe_ai",
   "repo": "hfiguera/typesafe_ai",
   "url": "https://github.com/hfiguera/typesafe_ai",
   "category": "sdk",
   "what": "Elixir client built on Mint with supervised HTTP/2 connections, bounded concurrency, request deadlines, retries and telemetry",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Elixir"
  },
  {
   "name": "jev-swap",
   "repo": "HomenShum/jev-swap",
   "url": "https://github.com/HomenShum/jev-swap",
   "category": "agent-tooling",
   "what": "Claude Code skill for replacing an LLM pipeline component with a Jev decision: responsibility mapping, three-arm live eval, fallback and an independent judge",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "jev-router-playground",
   "repo": "hugo-alves/jev-router-playground",
   "url": "https://github.com/hugo-alves/jev-router-playground",
   "category": "application",
   "what": "Static web playground where Jev picks a model from a pool of OpenRouter candidates and you compare its pick with the answer you judge best",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript",
   "callsApi": true,
   "live": "https://kvhx37ziab90c.space.minimax.io"
  },
  {
   "name": "jev-snake",
   "repo": "iammusham/jev-snake",
   "url": "https://github.com/iammusham/jev-snake",
   "category": "game",
   "what": "Snake environment where Jev chooses the direction each tick from structured state, with a browser human baseline, pygame client and logged fallbacks",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "jev-game-agent",
   "repo": "IAnMove/jev-game-agent",
   "url": "https://github.com/IAnMove/jev-game-agent",
   "category": "game",
   "what": "Super Mario Bros controller on BizHawk where Jev picks moves from RAM state and emulator lookahead while Python records and backtracks",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "Flow.Launcher.Plugin.JevFileSearch",
   "repo": "ibnuh/Flow.Launcher.Plugin.JevFileSearch",
   "url": "https://github.com/ibnuh/Flow.Launcher.Plugin.JevFileSearch",
   "category": "application",
   "what": "Flow Launcher plugin for Windows that reranks fuzzy file and app matches by intent using one three-question Jev request per query",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "C#"
  },
  {
   "name": "jevprune",
   "repo": "ibrahemid/jevprune",
   "url": "https://github.com/ibrahemid/jevprune",
   "category": "agent-tooling",
   "what": "CLI and Claude Code plugin that keeps only task-relevant lines of command output, decided per line by Jev, with full output recoverable from disk",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "pi-jev",
   "repo": "iefnaf/pi-jev",
   "url": "https://github.com/iefnaf/pi-jev",
   "category": "agent-tooling",
   "what": "pi extension suite offering verbatim context compaction and per-turn cheap-or-strong model routing via TypeSafe or OpenRouter, set through /jev",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jev-vs-llm-snake",
   "repo": "iluoxw/jev-vs-llm-snake",
   "url": "https://github.com/iluoxw/jev-vs-llm-snake",
   "category": "game",
   "what": "Side-by-side snake game where Jev and an OpenAI-compatible LLM share seed, tick rate and facts, comparing score, timeouts, latency and cost",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "jev",
   "repo": "inematds/jev",
   "url": "https://github.com/inematds/jev",
   "category": "application",
   "what": "Portuguese decision lab with ten example cases, request export, a cost calculator and a stdlib Python client; all shown answers are simulated",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "live": "https://inematds.github.io/jev/app/"
  },
  {
   "name": "fast-jev-compaction-openrouter",
   "repo": "ingebyd/fast-jev-compaction-openrouter",
   "url": "https://github.com/ingebyd/fast-jev-compaction-openrouter",
   "category": "agent-tooling",
   "what": "Fork of the fast-jev-compaction Claude Code plugin that reaches Jev through OpenRouter with zero-data-retention routing forced on every request",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jev-switchyard",
   "repo": "inkwell-finance/jev-switchyard",
   "url": "https://github.com/inkwell-finance/jev-switchyard",
   "category": "benchmark-research",
   "what": "Fork of NVIDIA NeMo Switchyard testing Jev as the routing classifier between Kimi K2.7 Code and Claude Opus 4.7, with a 20-task comparison runner",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "Apache-2.0",
   "language": "Python"
  },
  {
   "name": "jev-codex-plugin",
   "repo": "integrate-your-mind/jev-codex-plugin",
   "url": "https://github.com/integrate-your-mind/jev-codex-plugin",
   "category": "agent-tooling",
   "what": "Codex plugin with tools and lifecycle hooks that ask Jev to pick tools or models, diagnose failed commands and check completion claims against evidence",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "Pi-Jev",
   "repo": "ioOvOoi/Pi-Jev",
   "url": "https://github.com/ioOvOoi/Pi-Jev",
   "category": "agent-tooling",
   "what": "Extension for the pi coding agent adding a batched mixed-type jev tool, a /jev panel, key login and Noul as a permission authorizer",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jev-model-router",
   "repo": "its-panzer/jev-model-router",
   "url": "https://github.com/its-panzer/jev-model-router",
   "category": "agent-tooling",
   "what": "Python router and CLI that asks Jev to size a request and returns the cheapest Claude tier able to finish it, evaluated on 100 labelled cases",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "skilltree",
   "repo": "its-panzer/skilltree",
   "url": "https://github.com/its-panzer/skilltree",
   "category": "agent-tooling",
   "what": "Local web app and MCP server that arranges agent skills as a tree and has Jev make a typed choice at each level to pick a path",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "pi-jev-tools",
   "repo": "Jabbslad/pi-jev-tools",
   "url": "https://github.com/Jabbslad/pi-jev-tools",
   "category": "agent-tooling",
   "what": "Pi extension adding jev_rank, jev_classify, jev_search and typesafe_evaluate tools that build batched Jev questions in code for the coding model",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "retry-is-a-decision",
   "repo": "JacksonLee2285/retry-is-a-decision",
   "url": "https://github.com/JacksonLee2285/retry-is-a-decision",
   "category": "application",
   "what": "Java reference implementation where Jev picks RETRY, WAIT, DLQ or ESCALATE from failure context, behind hard invariants and a confidence gate",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Java"
  },
  {
   "name": "jev-paper-judge",
   "repo": "JacobLinCool/jev-paper-judge",
   "url": "https://github.com/JacobLinCool/jev-paper-judge",
   "category": "application",
   "what": "Cloudflare Worker app that splits an uploaded PDF paper into passages and has Jev judge understandability and completeness per passage in parallel",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true,
   "live": "https://jev-paper-judge.jacob.workers.dev"
  },
  {
   "name": "ground-truth",
   "repo": "jagenaujagenau/ground-truth",
   "url": "https://github.com/jagenaujagenau/ground-truth",
   "category": "application",
   "what": "Browser extension that rates political lean, piece type, topic and loaded language of the current article from one Jev call via a key-holding service",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "live": "https://groundtruth.click/"
  },
  {
   "name": "jev-agent-browser",
   "repo": "jal-co/jev-agent-browser",
   "url": "https://github.com/jal-co/jev-agent-browser",
   "category": "browser-computer-use",
   "what": "Python adapter where Jev picks the next browser operation and target and Vercel Agent Browser executes it, with a JSON-lines server for Pi",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "jev-lab",
   "repo": "jammaru/jev-lab",
   "url": "https://github.com/jammaru/jev-lab",
   "category": "game",
   "what": "Two web demos: a 100-NPC town simulation where Jev picks each person's next action, and a shogi board where Jev picks Gote's reply from legal moves",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jev-in-action",
   "repo": "jangya/jev-in-action",
   "url": "https://github.com/jangya/jev-in-action",
   "category": "application",
   "what": "Four Express demos of Jev decisions: expense categorization, flight choice, appointment slot picking and routing a real MCP tool call",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript",
   "callsApi": true,
   "live": "https://jev-in-action-psi.vercel.app"
  },
  {
   "name": "jev-webmcp",
   "repo": "jangya/jev-webmcp",
   "url": "https://github.com/jangya/jev-webmcp",
   "category": "browser-computer-use",
   "what": "Chrome side-panel agent that uses Jev to select and run tools exposed by WebMCP-enabled pages, with an optional helper model for argument values",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "jev-discord-gate-v1",
   "repo": "jasondotsetHacked/jev-discord-gate-v1",
   "url": "https://github.com/jasondotsetHacked/jev-discord-gate-v1",
   "category": "application",
   "what": "AWS CDK Discord bot where Jev Noul questions decide whether the generative model should reply and which recent messages to include, with shadow mode",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-16",
   "license": null,
   "language": "JavaScript"
  },
  {
   "name": "jev-browser",
   "repo": "jasonduncan/jev-browser",
   "url": "https://github.com/jasonduncan/jev-browser",
   "category": "browser-computer-use",
   "what": "Agent skill and runtime where Jev selects page elements in a continuous observe, act, verify loop using the agent's existing browser tools",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "ruby_llm-providers-typesafe",
   "repo": "javiergradiche/ruby_llm-providers-typesafe",
   "url": "https://github.com/javiergradiche/ruby_llm-providers-typesafe",
   "category": "sdk",
   "what": "RubyLLM provider gem with an evaluate block DSL for noul, choice and score questions that returns typed answers, probabilities and cost",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Ruby",
   "live": "https://rubygems.org/gems/ruby_llm-providers-typesafe"
  },
  {
   "name": "fast-jev-compaction-codex",
   "repo": "jcressler/fast-jev-compaction-codex",
   "url": "https://github.com/jcressler/fast-jev-compaction-codex",
   "category": "agent-tooling",
   "what": "Codex plugin that archives tool evidence as content-addressed records around native compaction and uses Jev to rank what to surface for recovery",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "typesafe-jev",
   "repo": "jdhornsby/typesafe-jev",
   "url": "https://github.com/jdhornsby/typesafe-jev",
   "category": "game",
   "what": "Python CLI that has Jev play chess against Stockfish under seven board encodings and reports per-move confidence for each",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "ez-fast-browser",
   "repo": "jdorado/ez-fast-browser",
   "url": "https://github.com/jdorado/ez-fast-browser",
   "category": "browser-computer-use",
   "what": "Plugin for Ez agents that runs bounded Chromium sessions where Jev picks an operation and target from an indexed table of visible controls",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "jevscope",
   "repo": "jeiel85/jevscope",
   "url": "https://github.com/jeiel85/jevscope",
   "category": "agent-tooling",
   "what": "Local workbench for editing state and Choice/Score/Noul questions, running JSONL cases in batch, comparing two definitions and checking expectations",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true,
   "live": "https://jeiel85.github.io/jevscope/"
  },
  {
   "name": "jekhov",
   "repo": "jekhov/jekhov",
   "url": "https://github.com/jekhov/jekhov",
   "category": "browser-computer-use",
   "what": "Playwright library and CLI where Jev picks a target from filtered accessibility-tree candidates or abstains, currently proposing actions in shadow mode",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "signal-gate",
   "repo": "jellydn/signal-gate",
   "url": "https://github.com/jellydn/signal-gate",
   "category": "benchmark-research",
   "what": "Benchmark harness comparing Jev, deterministic rules and an LLM on 100 synthetic financial-anomaly scenarios for accuracy, latency, cost and calibration",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "hermes-jev-router",
   "repo": "jethrojones/hermes-jev-router",
   "url": "https://github.com/jethrojones/hermes-jev-router",
   "category": "agent-tooling",
   "what": "Hermes Agent plugin that has Jev grade each request into five capability levels and routes it to a locally discovered model, showing a route card",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "Krilin",
   "repo": "jfariasf87/Krilin",
   "url": "https://github.com/jfariasf87/Krilin",
   "category": "browser-computer-use",
   "what": "Python host and Kotlin accessibility service that let Jev choose grounded actions on an Android emulator, with CLI, optional MCP server and demo app",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "jev-search",
   "repo": "jh1373/jev-search",
   "url": "https://github.com/jh1373/jev-search",
   "category": "application",
   "what": "Obsidian plugin preview that searches a vault locally and reranks top results with Jev only after the user approves what is sent",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "codex-jev-compaction",
   "repo": "Jiiiin/codex-jev-compaction",
   "url": "https://github.com/Jiiiin/codex-jev-compaction",
   "category": "agent-tooling",
   "what": "Codex plugin that has Jev select tool records to checkpoint before native compaction and restore after, plus a CLI that exports a trimmed transcript copy",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "jev-ad-blocker",
   "repo": "jjjjuuudde/jev-ad-blocker",
   "url": "https://github.com/jjjjuuudde/jev-ad-blocker",
   "category": "application",
   "what": "Chrome extension that describes rendered page elements to Jev in batches and hides the ones it is confident are ads, with popup review and cost display",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "chess-jev-web",
   "repo": "JLarky/chess-jev-web",
   "url": "https://github.com/JLarky/chess-jev-web",
   "category": "game",
   "what": "Web chess against Jev with a legal-moves mode and a chaos mode where it picks any piece and any square",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "live": "https://chess-jev-web.vercel.app"
  },
  {
   "name": "jev-chess",
   "repo": "JLarky/jev-chess",
   "url": "https://github.com/JLarky/jev-chess",
   "category": "game",
   "what": "Browser chess game against Jev where one Choice over the legal UCI moves picks each move and chess.js enforces the rules",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "callsApi": true,
   "live": "https://jev-chess-one.vercel.app"
  },
  {
   "name": "jev-dspy-lab",
   "repo": "jmanhype/jev-dspy-lab",
   "url": "https://github.com/jmanhype/jev-dspy-lab",
   "category": "benchmark-research",
   "what": "Offline harness computing calibration, selective risk, latency and modeled cost for Jev decisions in DSPy pipelines from recorded fixtures",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "jev-decisions",
   "repo": "jon-devlapaz/jev-decisions",
   "url": "https://github.com/jon-devlapaz/jev-decisions",
   "category": "agent-tooling",
   "what": "Agent skill that runs architecture decisions through one Jev call with Cynefin, reversibility, quality-attribute and premortem lenses, ending in an ADR",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": null
  },
  {
   "name": "Jevvy-chase",
   "repo": "jon-devlapaz/Jevvy-chase",
   "url": "https://github.com/jon-devlapaz/Jevvy-chase",
   "category": "agent-tooling",
   "what": "Agent skill for Cursor where Jev picks the best next clarifying question from supplied candidates until the session ends in a written plan",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "verdict",
   "repo": "jonesmelton/verdict",
   "url": "https://github.com/jonesmelton/verdict",
   "category": "sdk",
   "what": "OCaml 5.2 Eio client for the System One API where question handles carry their answer type, with TLS, bounded requests and retries",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "OCaml",
   "callsApi": true
  },
  {
   "name": "typesafe-ai-trading-showcase",
   "repo": "JordiParraCrespo/typesafe-ai-trading-showcase",
   "url": "https://github.com/JordiParraCrespo/typesafe-ai-trading-showcase",
   "category": "application",
   "what": "Web demo showing live BTC, ETH and XRP prices with a shared Jev buy/wait judgment built from 60 seconds of Coinbase trades; places no trades",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-16",
   "license": null,
   "language": "TypeScript",
   "live": "https://typesafe-ai-trading-showcase.vercel.app"
  },
  {
   "name": "jev-plays-2048",
   "repo": "joshbla/jev-plays-2048",
   "url": "https://github.com/joshbla/jev-plays-2048",
   "category": "game",
   "what": "Local 2048 on the original engine where Jev picks each move from one-step previews of the legal moves, with pacing controls and JSON run export",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "Acervo",
   "repo": "Joshirod/Acervo",
   "url": "https://github.com/Joshirod/Acervo",
   "category": "application",
   "what": "Desktop app that searches a local folder, ranks passages with Jev and reports when the answer is not there, with an optional OpenAI/Claude benchmark mode",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "roverlab",
   "repo": "juancamiloqhz/roverlab",
   "url": "https://github.com/juancamiloqhz/roverlab",
   "category": "game",
   "what": "Browser 3D planetary rover sandbox where a selectable Jev controller chooses actions, with a decision timeline, probabilities and baseline fallback",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "jevRemote",
   "repo": "juancristobalgd1/jevRemote",
   "url": "https://github.com/juancristobalgd1/jevRemote",
   "category": "browser-computer-use",
   "what": "Playwright CLI that lists visible labelled links and buttons, asks Jev which to click toward a goal, and prints confidence and latency per step",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript",
   "live": "https://juancristobalgd1.github.io/jevRemote/"
  },
  {
   "name": "jev-pr-judge",
   "repo": "juanegido/jev-pr-judge",
   "url": "https://github.com/juanegido/jev-pr-judge",
   "category": "agent-tooling",
   "what": "Web app and GitHub Action that judge whether a pull request does what it claims via one Jev call, with policy thresholds in TypeScript",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript",
   "live": "https://jev-pr-judge.vercel.app"
  },
  {
   "name": "mastra-jev",
   "repo": "jun-shiromizu/mastra-jev",
   "url": "https://github.com/jun-shiromizu/mastra-jev",
   "category": "sdk",
   "what": "Reference patterns for using Jev inside Mastra agents, tools, workflows, memory, guardrails and evals, with a mock mode for tests",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "jev-trader",
   "repo": "jwallio/jev-trader",
   "url": "https://github.com/jwallio/jev-trader",
   "category": "application",
   "what": "Bun bot that asks Jev buy or sell on the Kuru MON-USDC book every Monad block and posts a post-only limit order, with dry-run mode and an SSE feed",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true,
   "live": "https://jev-trader-production.up.railway.app"
  },
  {
   "name": "mimicry",
   "repo": "jxucoder/mimicry",
   "url": "https://github.com/jxucoder/mimicry",
   "category": "application",
   "what": "Local web app and Chrome extension that rewrites drafts in your voice with an OpenAI writer and Jev as the style and meaning judge in a bounded loop",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-13",
   "license": null,
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "dsh-plugin-jev",
   "repo": "kaijia323/dsh-plugin-jev",
   "url": "https://github.com/kaijia323/dsh-plugin-jev",
   "category": "agent-tooling",
   "what": "Zero-dependency DeepSeek Harness plugin registering a jev_decide tool over either the TypeSafe API or Vercel AI Gateway, with smoke tests",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "HTML"
  },
  {
   "name": "re-heitan",
   "repo": "kamesan1577/re-heitan",
   "url": "https://github.com/kamesan1577/re-heitan",
   "category": "application",
   "what": "Chrome extension that hides or blurs abusive posts in the X timeline using batched Jev score and noul questions with local caching",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "pi-fast-jev-compaction",
   "repo": "KamilPostrozny/pi-fast-jev-compaction",
   "url": "https://github.com/KamilPostrozny/pi-fast-jev-compaction",
   "category": "agent-tooling",
   "what": "Pi extension where Jev decides per tool call which old results stay in model context, with pressure bands and a grounding note after pruning",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "pi-jev-code",
   "repo": "KamilPostrozny/pi-jev-code",
   "url": "https://github.com/KamilPostrozny/pi-jev-code",
   "category": "agent-tooling",
   "what": "Pi extension that gates a single coding agent with Jev pre-edit checks, evidence review, final diff audit and append-only telemetry",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "tiny-jev",
   "repo": "karimatayuta/tiny-jev",
   "url": "https://github.com/karimatayuta/tiny-jev",
   "category": "benchmark-research",
   "what": "Local Japanese judgment model returning choice, score and noul from Qwen3-Reranker yes/no scores, with LoRA training scripts and benchmark reports",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "HTML"
  },
  {
   "name": "JevScope",
   "repo": "KaushikKC/JevScope",
   "url": "https://github.com/KaushikKC/JevScope",
   "category": "agent-tooling",
   "what": "Agent trace observability tool that asks Jev eight independent questions per step (alignment, progress, stuck, phase) and tests judgment stability",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "reflex",
   "repo": "kaustav1996/reflex",
   "url": "https://github.com/kaustav1996/reflex",
   "category": "agent-tooling",
   "what": "Coding agent built on Pi where Jev gates every tool action, monitors progress, checks completion claims and routes model tiers",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jev-sdk-go",
   "repo": "kazz187/jev-sdk-go",
   "url": "https://github.com/kazz187/jev-sdk-go",
   "category": "sdk",
   "what": "Unofficial Go 1.27 client with generic typed questions so a Choice over your enum returns that type, plus batching, retries and no dependencies",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Go"
  },
  {
   "name": "keeled",
   "repo": "kcc989/keeled",
   "url": "https://github.com/kcc989/keeled",
   "category": "agent-tooling",
   "what": "TypeScript agent harness where a Jev controller selects actions and assesses progress while LLMs only generate plans, tool input and responses",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "kedi-typesafe",
   "repo": "kedi-lang/kedi-typesafe",
   "url": "https://github.com/kedi-lang/kedi-typesafe",
   "category": "sdk",
   "what": "Python package exposing Jev as a Pydantic AI model and LangChain structured-output backend for booleans, literals and extracted strings",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "hunch",
   "repo": "Kelbie/hunch",
   "url": "https://github.com/Kelbie/hunch",
   "category": "agent-tooling",
   "what": "CLI and GitHub Action that reviews changed lines against plain-English rules using Jev via Vercel AI Gateway, with a per-rule precision/recall eval command",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "moderation-jev",
   "repo": "Kelp710/moderation-jev",
   "url": "https://github.com/Kelp710/moderation-jev",
   "category": "application",
   "what": "Next.js pre-send chat checker that asks Jev four questions per keystroke pause and blocks or flags the message by thresholds in code",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "jev-fizzbuzz",
   "repo": "kentaro/jev-fizzbuzz",
   "url": "https://github.com/kentaro/jev-fizzbuzz",
   "category": "benchmark-research",
   "what": "FizzBuzz solved by asking Jev only divisibility questions, with logged accuracy from 2 to 30 digit numbers showing where divide-by-3 breaks",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "HTML",
   "live": "https://kentarokuribayashi.com/jev-fizzbuzz/"
  },
  {
   "name": "jevex",
   "repo": "kentaro/jevex",
   "url": "https://github.com/kentaro/jevex",
   "category": "sdk",
   "what": "Elixir library adding ~> and ~>> operators so Noul, Choice and Score calls compose in pipelines, with configurable backends",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Elixir"
  },
  {
   "name": "jev-master",
   "repo": "kevin9327/jev-master",
   "url": "https://github.com/kevin9327/jev-master",
   "category": "application",
   "what": "Python monorepo of small CLI apps (ticket routing, confidence gate, pitch scoring) that mix Choice, Score and Noul in one call and decide in code",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "cursor-clijev-compaction",
   "repo": "kleosr/cursor-clijev-compaction",
   "url": "https://github.com/kleosr/cursor-clijev-compaction",
   "category": "agent-tooling",
   "what": "Cursor CLI plugin that captures tool I/O, scores each item with Jev noul questions before compaction and re-injects kept facts verbatim afterwards",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jevsor",
   "repo": "kleosr/jevsor",
   "url": "https://github.com/kleosr/jevsor",
   "category": "benchmark-research",
   "what": "Python engine exposing Jev-style Choice, Score and Noul evaluation over caller-provided models such as Ollama or OpenAI-compatible endpoints",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "F-00",
   "repo": "KnlnKS/F-00",
   "url": "https://github.com/KnlnKS/F-00",
   "category": "game",
   "what": "Harness that lets Jev play live Gen 9 random battles on Pokemon Showdown, picking from legal actions with damage-calc evidence and a spectator UI",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-16",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "Decision-Theoretic-Mixture-of-Agents",
   "repo": "knowlet/Decision-Theoretic-Mixture-of-Agents",
   "url": "https://github.com/knowlet/Decision-Theoretic-Mixture-of-Agents",
   "category": "benchmark-research",
   "what": "Reproducible study comparing mixture-of-agents selector strategies, including a 192-question OpenJev head-to-head, with paper and verification bundle",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "jevlens",
   "repo": "knowlet/jevlens",
   "url": "https://github.com/knowlet/jevlens",
   "category": "application",
   "what": "MV3 Chrome extension that annotates articles, X and Threads posts with Jev decisions, adding local OCR and visual labels from post images as evidence",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript",
   "callsApi": true
  },
  {
   "name": "jev-bfs",
   "repo": "komikat/jev-bfs",
   "url": "https://github.com/komikat/jev-bfs",
   "category": "application",
   "what": "CLI that finds a path between two Wikipedia articles by having Jev rank outgoing links in a beam search, with a live terminal display",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "codex-context-diet",
   "repo": "konstantinosbotonakis/codex-context-diet",
   "url": "https://github.com/konstantinosbotonakis/codex-context-diet",
   "category": "agent-tooling",
   "what": "Codex PostToolUse plugin that asks Jev five questions about each bulky tool result and replaces stale ones with a bounded head and a note",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "mappity",
   "repo": "kortexa-ai/mappity",
   "url": "https://github.com/kortexa-ai/mappity",
   "category": "application",
   "what": "Map app where a free-text wish is judged by Jev against hundreds of OpenStreetMap places and the likely matches light up",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript",
   "live": "https://kortexa-ai.github.io/mappity/"
  },
  {
   "name": "goblin-hr",
   "repo": "kostysh/goblin-hr",
   "url": "https://github.com/kostysh/goblin-hr",
   "category": "application",
   "what": "Web demo that scores six fantasy applicants with four typed Jev questions and builds a three-member party with weights in TypeScript",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "typed-decisions",
   "repo": "kotoba-lang/typed-decisions",
   "url": "https://github.com/kotoba-lang/typed-decisions",
   "category": "benchmark-research",
   "what": "Jev-shaped typed-decision model trained on ModernBERT and LLaDA-MoE backbones, comparing latency, accuracy, calibration and training cost",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "jev-playwright-mcp",
   "repo": "krw82/jev-playwright-mcp",
   "url": "https://github.com/krw82/jev-playwright-mcp",
   "category": "browser-computer-use",
   "what": "MCP proxy in front of @playwright/mcp that uses Jev to classify page state, mask prompt-injection spans, prune snapshots to a goal, and gate risky actions",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jev-experiments",
   "repo": "KrzysztofStaron/jev-experiments",
   "url": "https://github.com/KrzysztofStaron/jev-experiments",
   "category": "benchmark-research",
   "what": "Two experiments via Vercel AI Gateway: drawing images by scoring each pixel, and a relevance filter bench of base LLM versus LLM plus Jev",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "chakravyuha-jev",
   "repo": "kspviswa/chakravyuha-jev",
   "url": "https://github.com/kspviswa/chakravyuha-jev",
   "category": "game",
   "what": "Browser ring-maze where Jev picks every move; overruled moves are marked red and a history page checks whether confidence predicts accuracy",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript",
   "callsApi": true
  },
  {
   "name": "jevkart",
   "repo": "kunalkushwaha/jevkart",
   "url": "https://github.com/kunalkushwaha/jevkart",
   "category": "game",
   "what": "Terminal car game in Go where every steering decision is a Jev call, making API latency visible; includes a headless latency bench",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Go"
  },
  {
   "name": "kunobi-jev",
   "repo": "kunobi-ninja/kunobi-jev",
   "url": "https://github.com/kunobi-ninja/kunobi-jev",
   "category": "sdk",
   "what": "Unofficial Rust client for System One with question builders, limit checks, blocking and fake-client features, and measured token cost of batching",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "Apache-2.0",
   "language": "Rust",
   "callsApi": true
  },
  {
   "name": "MLforge",
   "repo": "Kush614/MLforge",
   "url": "https://github.com/Kush614/MLforge",
   "category": "application",
   "what": "Hackathon ML loop that trains, evaluates, diagnoses from Weave traces and uses TypeSafe to pick one typed corrective move per round",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-13",
   "license": null,
   "language": "Python"
  },
  {
   "name": "z0int",
   "repo": "kvnloo/z0int",
   "url": "https://github.com/kvnloo/z0int",
   "category": "benchmark-research",
   "what": "OpenJev runtime for Jev-style typed decisions on local hardware with logit readout and trainable scorers, plus a personalization roadmap",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "live": "https://openjev.com"
  },
  {
   "name": "typesafe-jev-drone-demo",
   "repo": "kxzk/typesafe-jev-drone-demo",
   "url": "https://github.com/kxzk/typesafe-jev-drone-demo",
   "category": "game",
   "what": "Three.js drone simulator with a FastAPI backend where Jev chooses among nine candidate movements and the request and response are inspectable",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python"
  },
  {
   "name": "jev2048",
   "repo": "KyleKreuter/jev2048",
   "url": "https://github.com/KyleKreuter/jev2048",
   "category": "game",
   "what": "Web app running many 2048 games in parallel with Jev choosing each move, plus an editor for the board state format sent to it",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "jevql",
   "repo": "kylemclaren/jevql",
   "url": "https://github.com/kylemclaren/jevql",
   "category": "application",
   "what": "psql-style client for plain Postgres that evaluates jev() and jev_prob() predicates in SQL client-side, with explain and cost estimates",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Go",
   "live": "https://jevql.fly.dev/"
  },
  {
   "name": "lm-studio-typesafe-chat",
   "repo": "lainollll/lm-studio-typesafe-chat",
   "url": "https://github.com/lainollll/lm-studio-typesafe-chat",
   "category": "application",
   "what": "Tkinter chat app where LM Studio writes replies and Jev classifies tone, triggers rewrites and suppresses redundant live video narration",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python"
  },
  {
   "name": "beatjev",
   "repo": "lambertsj/beatjev",
   "url": "https://github.com/lambertsj/beatjev",
   "category": "game",
   "what": "Cloudflare Worker game: 25 rounds of spam-or-not where a human races Jev on speed and accuracy, with fairness rules and a shareable result",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "JavaScript",
   "callsApi": true
  },
  {
   "name": "forma-system1-experiment",
   "repo": "LamplighterPaul/forma-system1-experiment",
   "url": "https://github.com/LamplighterPaul/forma-system1-experiment",
   "category": "application",
   "what": "Web experiment where Jev picks layout, blocks and colours for a page or diagram and an optional small LLM only fills text slots",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "live": "https://forma-experiment.zammitpaul.com"
  },
  {
   "name": "jev-mechanic",
   "repo": "Le0C/jev-mechanic",
   "url": "https://github.com/Le0C/jev-mechanic",
   "category": "application",
   "what": "Car workshop triage demo where Jev reads free-text answers, code walks a diagnostic flowchart, and tokens, cost and time are logged; 90 tests",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "pi-typesafe-jev",
   "repo": "legacybridge-tech/pi-typesafe-jev",
   "url": "https://github.com/legacybridge-tech/pi-typesafe-jev",
   "category": "agent-tooling",
   "what": "pi extension exposing five tools (noul, choice, score, evaluate, pinned ask) that call the Jev API via fetch, with key setup commands",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "jev-browser",
   "repo": "legostin/jev-browser",
   "url": "https://github.com/legostin/jev-browser",
   "category": "browser-computer-use",
   "what": "Browser automation MCP server and skill for Codex and Claude Code where Jev chooses action sequences and a Chrome extension executes them",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "jev-cli",
   "repo": "lhotwll217/jev-cli",
   "url": "https://github.com/lhotwll217/jev-cli",
   "category": "agent-tooling",
   "what": "CLI over the System One API: JSON in, typed answers out, with keychain auth, saved question schemas, batches and dry-run",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "jev-chat",
   "repo": "LingXuanYin/jev-chat",
   "url": "https://github.com/LingXuanYin/jev-chat",
   "category": "application",
   "what": "Chat experiment that assembles each reply word by word from dictionary candidates chosen by Jev, with an offline fixture mode",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "live": "https://cohub.live/ncyg191125/jev-chat/w/jev-chat"
  },
  {
   "name": "dify-plugin-typesafe-ai",
   "repo": "linw1995/dify-plugin-typesafe-ai",
   "url": "https://github.com/linw1995/dify-plugin-typesafe-ai",
   "category": "application",
   "what": "Dify tool plugin with a Yes/No node and a multi-question Evaluate node that expose Jev probabilities and a boolean decision to workflows",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "systemone",
   "repo": "lu-zero/systemone",
   "url": "https://github.com/lu-zero/systemone",
   "category": "sdk",
   "what": "Executor-agnostic Rust client for the systemone API on isahc, with derive-macro and facet-reflection crates for building Choice criteria from enums",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Rust",
   "callsApi": true
  },
  {
   "name": "postgres-Jev",
   "repo": "luiginotmario/postgres-Jev",
   "url": "https://github.com/luiginotmario/postgres-Jev",
   "category": "sdk",
   "what": "PostgreSQL extension adding a jev(row, 'predicate') function for natural-language WHERE clauses via OpenRouter, plus a search playground",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "live": "https://postgres-jev.vercel.app"
  },
  {
   "name": "jev-theme",
   "repo": "LukasCaha/jev-theme",
   "url": "https://github.com/LukasCaha/jev-theme",
   "category": "application",
   "what": "Maps a typed phrase onto a 42-color palette with one Jev Choice and draws color bands sized by probability",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript"
  },
  {
   "name": "typesafe-aws-policies",
   "repo": "lukebward/typesafe-aws-policies",
   "url": "https://github.com/lukebward/typesafe-aws-policies",
   "category": "agent-tooling",
   "what": "Pulumi CrossGuard policy pack where Python checks AWS resource config and Jev judges whether it exceeds the stated intent, flagging at p >= 0.8",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "jev-at-home",
   "repo": "lukevs/jev-at-home",
   "url": "https://github.com/lukevs/jev-at-home",
   "category": "benchmark-research",
   "what": "Jev-shaped inference on an open LLM: one shared-prefix prefill, batched question suffixes, softmax over single-token labels (Qwen3-4B)",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "reflexmesh",
   "repo": "luomo66ccff/reflexmesh",
   "url": "https://github.com/luomo66ccff/reflexmesh",
   "category": "agent-tooling",
   "what": "Decision runtime that records Jev-style tool-call judgments from Codex MCP, Claude Code hooks and DeepSeek Harness into SQLite for replay",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "ha-conversation-jev",
   "repo": "luxus/ha-conversation-jev",
   "url": "https://github.com/luxus/ha-conversation-jev",
   "category": "application",
   "what": "Home Assistant conversation agent that uses Jev to route an utterance to a fast light-control path or hand it off to a Grok agent",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "jev-speed",
   "repo": "M-Yanagishawa/jev-speed",
   "url": "https://github.com/M-Yanagishawa/jev-speed",
   "category": "game",
   "what": "Real-time Speed card game on Cloudflare Workers where Jev plays as two VOICEVOX characters, with per-move probability and latency logs",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript",
   "live": "https://jev-speed.mun0412.workers.dev"
  },
  {
   "name": "triagedy",
   "repo": "m0rphtail/triagedy",
   "url": "https://github.com/m0rphtail/triagedy",
   "category": "application",
   "what": "Rust CLI filter that reads JSONL security alerts, asks five typed questions per alert via Jev or an OpenAI-compatible backend, and emits decisions",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Rust",
   "callsApi": true
  },
  {
   "name": "jev-tetris",
   "repo": "MachineLearning-Nerd/jev-tetris",
   "url": "https://github.com/MachineLearning-Nerd/jev-tetris",
   "category": "game",
   "what": "Streamlit Tetris where the engine enumerates legal placements, Jev chooses one by ID, and code verifies the cells before locking the piece",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "typesafeai-cli",
   "repo": "maddygoround/typesafeai-cli",
   "url": "https://github.com/maddygoround/typesafeai-cli",
   "category": "agent-tooling",
   "what": "Python CLI for agents and shells with ask, noul, choice, score, find, rank, extract, verify and screen commands plus an installable skill",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "pi-jev",
   "repo": "madeye/pi-jev",
   "url": "https://github.com/madeye/pi-jev",
   "category": "agent-tooling",
   "what": "Pi extension that uses Jev to pick focused file excerpts for a local coding model, with exact-result caching, outage cooldown and recorded measurements",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "jrx",
   "repo": "Madhumasa84/jrx",
   "url": "https://github.com/Madhumasa84/jrx",
   "category": "agent-tooling",
   "what": "CLI gate for coding agents that combines local hard rules with Jev risk signals and a deterministic policy returning allow, review or hold",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "Apache-2.0",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "oc-agent-router",
   "repo": "maharshi365/oc-agent-router",
   "url": "https://github.com/maharshi365/oc-agent-router",
   "category": "agent-tooling",
   "what": "OpenCode plugin that asks Jev which configured model each new task subagent should run on, with a fallback model and timeout",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "mnjev-cli",
   "repo": "mahavirn/mnjev-cli",
   "url": "https://github.com/mahavirn/mnjev-cli",
   "category": "agent-tooling",
   "what": "Zero-dependency Node terminal tool that infers the question type from plain text, captures command output as state and prints probability bars",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jev-browser",
   "repo": "MahmoudAdelbghany/jev-browser",
   "url": "https://github.com/MahmoudAdelbghany/jev-browser",
   "category": "browser-computer-use",
   "what": "Browser MCP server where Jev picks each Playwright action in one call and escalates to the driving LLM on low confidence, loops or stalls",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "JavaScript",
   "callsApi": true
  },
  {
   "name": "newsscore",
   "repo": "mahynotch/newsscore",
   "url": "https://github.com/mahynotch/newsscore",
   "category": "application",
   "what": "Async Python library and CLI that fetches a ticker's weekly news from financial APIs, scores each article with Jev and aggregates one number",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "jev-feed-filter",
   "repo": "makefinks/jev-feed-filter",
   "url": "https://github.com/makefinks/jev-feed-filter",
   "category": "application",
   "what": "Chrome extension that blurs or collapses X and YouTube feed posts whose Jev filter probability exceeds a threshold, based on free-text guidance",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jev-review",
   "repo": "manojlds/jev-review",
   "url": "https://github.com/manojlds/jev-review",
   "category": "agent-tooling",
   "what": "Code-review CLI that sends a bounded git diff to Jev with 23 typed questions and maps answers to approve, comment, request changes or escalate",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "jev-chess",
   "repo": "manuvikash/jev-chess",
   "url": "https://github.com/manuvikash/jev-chess",
   "category": "game",
   "what": "Python server where Jev plays chess against an OpenAI model, streaming moves over SSE with latency, eval and per-game JSONL records",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "jev-triage",
   "repo": "maraichr/jev-triage",
   "url": "https://github.com/maraichr/jev-triage",
   "category": "application",
   "what": "Case board that triages cross-border B2B trade cases (customs holds, short payments, sanctions hits) with Jev via OpenRouter, with a mock mode",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "typesafe-sdk-swift",
   "repo": "marandaneto/typesafe-sdk-swift",
   "url": "https://github.com/marandaneto/typesafe-sdk-swift",
   "category": "sdk",
   "what": "Swift 6 package for the TypeSafe API on URLSession with no third-party dependencies, covering iOS, macOS, tvOS, watchOS and visionOS",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Swift",
   "callsApi": true
  },
  {
   "name": "frost",
   "repo": "marcus/frost",
   "url": "https://github.com/marcus/frost",
   "category": "agent-tooling",
   "what": "Go CLI that has Jev assess a task prompt, then picks a model, harness and effort level locally from your configured catalog and policy",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Go"
  },
  {
   "name": "citation-verifier",
   "repo": "MarissaFamularo/citation-verifier",
   "url": "https://github.com/MarissaFamularo/citation-verifier",
   "category": "application",
   "what": "Browser tool that pairs each citing sentence in a manuscript with the cited paper, has Claude find a quote and Jev score support vs contradiction",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "JavaScript",
   "live": "https://verify.papertrellis.com"
  },
  {
   "name": "f1",
   "repo": "MartinPuli/f1",
   "url": "https://github.com/MartinPuli/f1",
   "category": "game",
   "what": "3D racing sim where ten drivers, each with its own Jev model and prompt, race seeded procedural circuits with saved replays",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript",
   "live": "https://jevf1.vercel.app"
  },
  {
   "name": "natural-language-interface",
   "repo": "masaki39/natural-language-interface",
   "url": "https://github.com/masaki39/natural-language-interface",
   "category": "agent-tooling",
   "what": "zsh tool that turns a natural-language request into a real command line for gh, git, docker and ~700 CLIs by having Jev pick subcommands and flags",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "TiVM",
   "repo": "maskjelly/TiVM",
   "url": "https://github.com/maskjelly/TiVM",
   "category": "browser-computer-use",
   "what": "Computer-use agent for a disposable Docker Linux desktop that reads the AT-SPI accessibility tree and lets Jev or GPT plan clicks, with per-task verdicts",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "pi-decision-gate",
   "repo": "mastnacek/pi-decision-gate",
   "url": "https://github.com/mastnacek/pi-decision-gate",
   "category": "agent-tooling",
   "what": "Pi coding-agent plugin for human approval of every tool call with Jev risk scoring via OpenRouter and spend tracking in Czech koruna",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "typesafe",
   "repo": "mattneel/typesafe",
   "url": "https://github.com/mattneel/typesafe",
   "category": "sdk",
   "what": "Community Elixir client for System One with noul/choice/score builders, typed answer structs, Req transport, telemetry and test helpers",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Elixir",
   "callsApi": true
  },
  {
   "name": "typesafe.zig",
   "repo": "mattneel/typesafe.zig",
   "url": "https://github.com/mattneel/typesafe.zig",
   "category": "sdk",
   "what": "Community Zig client for System One where answer types, enum choices and probability structs are derived from the questions at compile time",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Zig",
   "callsApi": true
  },
  {
   "name": "OpenSystem1-classifier",
   "repo": "maustin10/OpenSystem1-classifier",
   "url": "https://github.com/maustin10/OpenSystem1-classifier",
   "category": "benchmark-research",
   "what": "Smoke test comparing Jev 1.13.0 with a local ModernBERT zero-shot NLI classifier on multiple-choice classification and BFCL tool routing",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "jev-computer-use",
   "repo": "max1874/jev-computer-use",
   "url": "https://github.com/max1874/jev-computer-use",
   "category": "browser-computer-use",
   "what": "macOS computer-use agent where Jev picks from a numbered table of accessibility-tree elements and menu commands instead of screenshots",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "pleaseno",
   "repo": "melonash/pleaseno",
   "url": "https://github.com/melonash/pleaseno",
   "category": "game",
   "what": "Daily persuasion game where Jev scores seven emotional levers in each free-text attempt and picks the character's authored reply",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "live": "https://pleasenoo.vercel.app"
  },
  {
   "name": "jev-atari-lab",
   "repo": "memorysaver/jev-atari-lab",
   "url": "https://github.com/memorysaver/jev-atari-lab",
   "category": "game",
   "what": "Atari (ALE) experiments where Jev answers structured control questions, with logged Pong trials against random and scripted baselines",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "GPL-2.0",
   "language": "Python"
  },
  {
   "name": "openevals",
   "repo": "memovai/openevals",
   "url": "https://github.com/memovai/openevals",
   "category": "agent-tooling",
   "what": "Langfuse-compatible trace server on one SQLite file that uses Jev to judge every step and whole trajectories of agent runs",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "judgement",
   "repo": "Mentioum/judgement",
   "url": "https://github.com/Mentioum/judgement",
   "category": "agent-tooling",
   "what": "Go library and JSON-first CLI for System One that validates requests offline and evaluates them, built for use from agents and scripts",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Go",
   "callsApi": true
  },
  {
   "name": "jev",
   "repo": "mhmdkzr/jev",
   "url": "https://github.com/mhmdkzr/jev",
   "category": "sdk",
   "what": "Go client with builder-style Noul, Choice and Score questions whose typed answers are read back by question handle, stdlib only",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Go"
  },
  {
   "name": "J-Mail",
   "repo": "Michaelvasandani/J-Mail",
   "url": "https://github.com/Michaelvasandani/J-Mail",
   "category": "application",
   "what": "Local read-only unified inbox for multiple Gmail accounts that labels each synced message with Jev category and needs-reply, deadline and payment flags",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "jev-tool-runner",
   "repo": "micic-mihajlo/jev-tool-runner",
   "url": "https://github.com/micic-mihajlo/jev-tool-runner",
   "category": "agent-tooling",
   "what": "Codex hooks, MCP tool and CLI where Jev picks source reads, searches and checks to run while Codex only writes code",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript"
  },
  {
   "name": "jev-reward-model",
   "repo": "mihir-s-05/jev-reward-model",
   "url": "https://github.com/mihir-s-05/jev-reward-model",
   "category": "benchmark-research",
   "what": "PPO experiment setup testing Jev as terminal and shaping reward for a Qwen3.5-4B actor on dependency-workflow tasks; code and CPU tests only so far",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "jev-plays-pokemon",
   "repo": "milanboers/jev-plays-pokemon",
   "url": "https://github.com/milanboers/jev-plays-pokemon",
   "category": "game",
   "what": "Pokemon Red agent on PyBoy that feeds Jev a text snapshot from RAM and turns parallel yes/no answers into goals and button presses",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "ai-column-jev",
   "repo": "milanterhes/ai-column-jev",
   "url": "https://github.com/milanterhes/ai-column-jev",
   "category": "application",
   "what": "Web app that adds Jev-judged yes/no, category or score columns to an uploaded CSV, with low-confidence row review and export",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "jev-mcp",
   "repo": "minhgv/jev-mcp",
   "url": "https://github.com/minhgv/jev-mcp",
   "category": "agent-tooling",
   "what": "MCP server with diff review, change-risk, requirement-check, claim-verify, screening and ranking tools that return an auto, review or escalate action",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jev-traversal",
   "repo": "misaalya/jev-traversal",
   "url": "https://github.com/misaalya/jev-traversal",
   "category": "agent-tooling",
   "what": "Terminal semantic code search where Jev walks folder to file to function and returns the matching location with a probability",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "snbt-jev-bench",
   "repo": "misaalya/snbt-jev-bench",
   "url": "https://github.com/misaalya/snbt-jev-bench",
   "category": "benchmark-research",
   "what": "Benchmark of Jev on 159 community-reconstructed questions from Indonesia's SNBT 2025 entrance test, with audited answer keys and raw responses",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "jev-experiments",
   "repo": "mittal-parth/jev-experiments",
   "url": "https://github.com/mittal-parth/jev-experiments",
   "category": "game",
   "what": "Python loops where Jev drives Chrome's dino game and a local Krunker-style arena from structured state, with a heuristic fallback and decision inspector",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "jev-gomoku",
   "repo": "mizchi/jev-gomoku",
   "url": "https://github.com/mizchi/jev-gomoku",
   "category": "game",
   "what": "MoonBit Jev API client, one-shot question CLI and a Jev-vs-Jev gomoku CLI that renders games to real-time GIFs",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "MoonBit",
   "callsApi": true
  },
  {
   "name": "SuperTuxKart-Jev",
   "repo": "mizuamedesu/SuperTuxKart-Jev",
   "url": "https://github.com/mizuamedesu/SuperTuxKart-Jev",
   "category": "game",
   "what": "SuperTuxKart fork with a local controller that lets Jev drive the real game from structured engine telemetry",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "C++"
  },
  {
   "name": "naimono-lab",
   "repo": "mocchalera/naimono-lab",
   "url": "https://github.com/mocchalera/naimono-lab",
   "category": "game",
   "what": "Family word game about inventing nonexistent words; a Cloudflare Worker asks Jev whether each word exists, with an LLM referee for borderline cases",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript",
   "live": "https://naimono-lab.mocchalera.app"
  },
  {
   "name": "check-risk",
   "repo": "moezubair/check-risk",
   "url": "https://github.com/moezubair/check-risk",
   "category": "agent-tooling",
   "what": "CLI and GitHub Action that scores code-change risk from path and dependency rules plus Jev semantic signals, and recommends checks and reviewers",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "job_posting_fit_scorer",
   "repo": "mohamedmenasy/job_posting_fit_scorer",
   "url": "https://github.com/mohamedmenasy/job_posting_fit_scorer",
   "category": "application",
   "what": "Local job-posting evaluator: Jev extracts typed signals from a posting and a deterministic scorer produces an explainable 0-100 fit score",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "jev-ielts-test",
   "repo": "mohannadize/jev-ielts-test",
   "url": "https://github.com/mohannadize/jev-ielts-test",
   "category": "application",
   "what": "IELTS Writing Task 2 practice app that bands an essay with four Jev Score questions over the official descriptors plus three Noul checks",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "claude-jev-guard",
   "repo": "MoonTory/claude-jev-guard",
   "url": "https://github.com/MoonTory/claude-jev-guard",
   "category": "agent-tooling",
   "what": "Claude Code PreToolUse hook that asks Jev five questions about each Bash or edit call and returns allow, ask or deny",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "pi-jev-harness",
   "repo": "MoonTory/pi-jev-harness",
   "url": "https://github.com/MoonTory/pi-jev-harness",
   "category": "agent-tooling",
   "what": "Pi extension where Jev routes tools per turn, pre-fetches relevant file windows, trims long tool output, detects loops and guards tool calls",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "JevSeek",
   "repo": "morcoan/JevSeek",
   "url": "https://github.com/morcoan/JevSeek",
   "category": "agent-tooling",
   "what": "Desktop coding agent where Jev selects the next tool, DeepSeek fills in arguments and OpenHands executes, with a React UI and saved sessions",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "jev-orchestrator",
   "repo": "moto-taka/jev-orchestrator",
   "url": "https://github.com/moto-taka/jev-orchestrator",
   "category": "agent-tooling",
   "what": "Local TUI orchestrator where Jev makes typed assignment, review and approval decisions while Codex, Claude Code, Pi and OpenCode do the work",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "bb-plugin-typesafe-router",
   "repo": "mpiv-ai/bb-plugin-typesafe-router",
   "url": "https://github.com/mpiv-ai/bb-plugin-typesafe-router",
   "category": "agent-tooling",
   "what": "BB plugin that uses Jev to pick harness, model and reasoning effort for a thread's first message, then asks the user to confirm",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "jev-send-guard",
   "repo": "MrDesjardins/jev-send-guard",
   "url": "https://github.com/MrDesjardins/jev-send-guard",
   "category": "application",
   "what": "Background desktop agent that watches the focused text field in allowlisted apps and shows a popup if Jev finds the draft curt or lacking a clear ask",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "jevrealtimecodecheck",
   "repo": "MrDesjardins/jevrealtimecodecheck",
   "url": "https://github.com/MrDesjardins/jevrealtimecodecheck",
   "category": "agent-tooling",
   "what": "VS Code and Cursor extension that checks your git diff against Markdown rule files with one Jev question per rule, then rates severity and locates lines",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "jev-reflex",
   "repo": "MSalvalaggio/jev-reflex",
   "url": "https://github.com/MSalvalaggio/jev-reflex",
   "category": "browser-computer-use",
   "what": "MCP server that lets Claude hand off a whole browser task; Jev picks each click, type or select from an element table and returns a verifiable result",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "jev-tsla-demo",
   "repo": "mttcnnng/jev-tsla-demo",
   "url": "https://github.com/mttcnnng/jev-tsla-demo",
   "category": "application",
   "what": "Vanilla JS demo that puts Jev judgments between a TSLA moving-average rule and an explicit position policy, showing request and answers on screen",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "pi-jev-agent",
   "repo": "mwijanarko1/pi-jev-agent",
   "url": "https://github.com/mwijanarko1/pi-jev-agent",
   "category": "agent-tooling",
   "what": "Pi extension that has Jev choose the next tool before each model step so the main model sees only that tool's schema",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jev-php-sdk",
   "repo": "mzainzulifqar/jev-php-sdk",
   "url": "https://github.com/mzainzulifqar/jev-php-sdk",
   "category": "sdk",
   "what": "PHP 8.1+ client for the System One API over any PSR-18 HTTP client, with typed result accessors and Laravel support",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "PHP"
  },
  {
   "name": "jev-dev",
   "repo": "n-yokomachi/jev-dev",
   "url": "https://github.com/n-yokomachi/jev-dev",
   "category": "application",
   "what": "Side-by-side viewer that has Jev and an LLM judge the same utterance into eight emotion axes and shows the divergence, latency and resulting replies",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "x-jev",
   "repo": "nafisazizir/x-jev",
   "url": "https://github.com/nafisazizir/x-jev",
   "category": "application",
   "what": "Chrome extension that badges X posts as worth it, thin or slop from one Jev Score via Vercel AI Gateway, with a labelled eval set for rubric edits",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "jev-data-questions",
   "repo": "narulaskaran/jev-data-questions",
   "url": "https://github.com/narulaskaran/jev-data-questions",
   "category": "application",
   "what": "Playground where you upload a CSV or URL, draft a question and watch Jev classify every row into a live class-distribution chart",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "live": "https://jev-gamecast.vercel.app"
  },
  {
   "name": "sloppy-jevs-extension",
   "repo": "neddes/sloppy-jevs-extension",
   "url": "https://github.com/neddes/sloppy-jevs-extension",
   "category": "application",
   "what": "Manifest V3 Chrome extension that sends page and X-feed text to Jev as two Noul questions and blurs content scored as AI-written prose or ads",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "jev-routing-go",
   "repo": "nekowasabi/jev-routing-go",
   "url": "https://github.com/nekowasabi/jev-routing-go",
   "category": "agent-tooling",
   "what": "Go proxy for Claude Code, Codex and Grok Build that prunes tool results and uses Jev to narrow each step's tools to one schema",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Go",
   "callsApi": true
  },
  {
   "name": "pacman-jev",
   "repo": "NesanSelvan/pacman-jev",
   "url": "https://github.com/NesanSelvan/pacman-jev",
   "category": "game",
   "what": "Pacman where each Jev call is one game tick: eight typed questions pick the direction and fill a live read-out panel",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "typesafe-sdk-rs",
   "repo": "netf/typesafe-sdk-rs",
   "url": "https://github.com/netf/typesafe-sdk-rs",
   "category": "sdk",
   "what": "Rust port of the official Python SDK with async builders, an optional blocking client, matching errors and retries, and doctested examples",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Rust",
   "callsApi": true
  },
  {
   "name": "antivirus",
   "repo": "newuser7171/antivirus",
   "url": "https://github.com/newuser7171/antivirus",
   "category": "application",
   "what": "Static file scanner that extracts entropy, strings and PE/ELF/Office/PDF features and asks Jev for threat verdicts and severity",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "typesafe-go",
   "repo": "Nibir1/typesafe-go",
   "url": "https://github.com/Nibir1/typesafe-go",
   "category": "sdk",
   "what": "Go client for System One with typed Noul, Choice and Score questions, typed answers, test doubles and retries, verified against the live API",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "Apache-2.0",
   "language": "Go",
   "callsApi": true
  },
  {
   "name": "jev-evals",
   "repo": "NicolasMontone/jev-evals",
   "url": "https://github.com/NicolasMontone/jev-evals",
   "category": "agent-tooling",
   "what": "Rubric-based eval harness for LLM outputs that sends all rubrics for a case in one Jev call via Vercel AI Gateway and prints the real cost",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "jev-memory",
   "repo": "NicolasMontone/jev-memory",
   "url": "https://github.com/NicolasMontone/jev-memory",
   "category": "agent-tooling",
   "what": "Long-term memory layer for the Vercel AI SDK with Jev write, retrieve and evict gates that store and return facts verbatim",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "hello-jev",
   "repo": "nishimotz/hello-jev",
   "url": "https://github.com/nishimotz/hello-jev",
   "category": "sdk",
   "what": "Japanese Python tutorial for Jev with a helper that smooths over request differences between TypeSafe direct, Vercel AI Gateway and Cloudflare",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "hunch",
   "repo": "NitayRabi/hunch",
   "url": "https://github.com/NitayRabi/hunch",
   "category": "agent-tooling",
   "what": "CLI and Claude Code/Codex plugin that walks a repo with Jev or OpenJEV classifications to gather file snippets relevant to a task",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "jev-gateway",
   "repo": "nitinnat/jev-gateway",
   "url": "https://github.com/nitinnat/jev-gateway",
   "category": "sdk",
   "what": "Dockerized local HTTP service exposing POST /v1/evaluate that forwards state and questions to Jev through Vercel AI Gateway",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "opencode-jev-router",
   "repo": "nitoba/opencode-jev-router",
   "url": "https://github.com/nitoba/opencode-jev-router",
   "category": "agent-tooling",
   "what": "OpenCode 2 plugin that asks Jev for the next tool before each model call and exposes one tool, a top-K shortlist or the full catalog by confidence",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jev_project",
   "repo": "nitro527/jev_project",
   "url": "https://github.com/nitro527/jev_project",
   "category": "benchmark-research",
   "what": "Jev-style decision engine over any OpenAI-compatible LLM using max_tokens=1 logprobs, wrapped as an MCP server with probe and benchmark scripts",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "dsh-jev",
   "repo": "noetion/dsh-jev",
   "url": "https://github.com/noetion/dsh-jev",
   "category": "agent-tooling",
   "what": "DeepSeek Harness bundle registering a jev_ask tool so an agent can send mixed noul, choice and score questions in one call",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "luna-computer-use",
   "repo": "novnski/luna-computer-use",
   "url": "https://github.com/novnski/luna-computer-use",
   "category": "browser-computer-use",
   "what": "Computer-use MCP server and Chrome extension where Jev selects the live UI element for every browser or native action and the caller plans",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript"
  },
  {
   "name": "nanojev",
   "repo": "novvoo/nanojev",
   "url": "https://github.com/novvoo/nanojev",
   "category": "benchmark-research",
   "what": "nanoGPT-style single-file model with choice, score and abstain heads trained with a cross-entropy, ECE and REINFORCE calibration loss",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "jev-reverse",
   "repo": "nozo-moto/jev-reverse",
   "url": "https://github.com/nozo-moto/jev-reverse",
   "category": "game",
   "what": "Browser and CLI Reversi where Jev chooses among legal moves given board features, playable against Jev, a one-ply CPU or Jev vs Jev",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "JavaScript"
  },
  {
   "name": "nameType",
   "repo": "ns2250225/nameType",
   "url": "https://github.com/ns2250225/nameType",
   "category": "application",
   "what": "Static web app that has Jev pick a Pokemon primary and secondary type for any name via OpenRouter and renders a share card",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "HTML",
   "live": "https://801939cb.pinme.dev/"
  },
  {
   "name": "effect-evaluation",
   "repo": "nu-sync/effect-evaluation",
   "url": "https://github.com/nu-sync/effect-evaluation",
   "category": "sdk",
   "what": "Effect-native TypeScript client for System One exposed as a Layer-provided service with typed questions, answers and failures",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jev-agentic-ops",
   "repo": "obekt/jev-agentic-ops",
   "url": "https://github.com/obekt/jev-agentic-ops",
   "category": "agent-tooling",
   "what": "Python patterns for a Jev decision layer beside a reasoning model: stdlib client, pre-publish content gate, brief priors and an A/B harness vs an LLM",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "paseo-jev-route",
   "repo": "obetomuniz/paseo-jev-route",
   "url": "https://github.com/obetomuniz/paseo-jev-route",
   "category": "agent-tooling",
   "what": "Paseo daemon plugin that classifies a prompt with Jev into staff, review, cheap or lead lanes, then creates a workspace and launches the agent",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "ticket-rerank",
   "repo": "Obrais-cloud/ticket-rerank",
   "url": "https://github.com/Obrais-cloud/ticket-rerank",
   "category": "application",
   "what": "FastAPI service that gives each support ticket a Jev urgency Score and returns the batch sorted, with concurrency caps and retries",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python"
  },
  {
   "name": "typesafe-mcp",
   "repo": "Obrais-cloud/typesafe-mcp",
   "url": "https://github.com/Obrais-cloud/typesafe-mcp",
   "category": "agent-tooling",
   "what": "Python MCP server with judge, rerank and raw systemone tools, where a local Ollama model compiles natural language into typed Jev requests",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "typesafe-translate",
   "repo": "Obrais-cloud/typesafe-translate",
   "url": "https://github.com/Obrais-cloud/typesafe-translate",
   "category": "agent-tooling",
   "what": "CLI where a local Ollama model compiles a plain-language request into a valid state and questions payload, validates it and runs it on Jev",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python"
  },
  {
   "name": "tsai-cli",
   "repo": "oceanByte/tsai-cli",
   "url": "https://github.com/oceanByte/tsai-cli",
   "category": "agent-tooling",
   "what": "Shell CLI for noul, choice and score questions with assertion flags that turn any answer into a CI or pre-commit gate with distinct exit codes",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "guessing-game-v2",
   "repo": "Ode98/guessing-game-v2",
   "url": "https://github.com/Ode98/guessing-game-v2",
   "category": "game",
   "what": "Yes/no word-guessing game where Jev answers yes, no, too ambiguous or exploit attempt, with the secret word kept in an encrypted token",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "narrow-inference",
   "repo": "oeo/narrow-inference",
   "url": "https://github.com/oeo/narrow-inference",
   "category": "benchmark-research",
   "what": "Proof-of-concept decisions API over local or BYOK LLMs that reads single-token label logprobs, errors on incomplete coverage and logs latency and cost",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "beat-jev",
   "repo": "ojusave/beat-jev",
   "url": "https://github.com/ojusave/beat-jev",
   "category": "game",
   "what": "3D penalty shootout against Jev run as a Render Workflows task with scores in Postgres, in TypeScript and Python versions",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "live": "https://beat-jev-typescript-web.onrender.com"
  },
  {
   "name": "seefood",
   "repo": "ojusave/seefood",
   "url": "https://github.com/ojusave/seefood",
   "category": "application",
   "what": "Hotdog-or-not app: a local SqueezeNet labels the photo in a Render Workflow and Jev judges the text labels",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "live": "https://seefood-6wov.onrender.com"
  },
  {
   "name": "jev",
   "repo": "okooo5km/jev",
   "url": "https://github.com/okooo5km/jev",
   "category": "agent-tooling",
   "what": "Single-file stdlib Python CLI and agent skill for yes, pick and score decisions from the shell via Jev on OpenRouter, with batch specs",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "Apache-2.0",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "openclaw-typesafe-ai",
   "repo": "Olli0103/openclaw-typesafe-ai",
   "url": "https://github.com/Olli0103/openclaw-typesafe-ai",
   "category": "agent-tooling",
   "what": "OpenClaw plugin exposing one optional typesafe_decide tool that sends caller-supplied state and typed questions to Jev, with SecretRef credentials",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jev-x-spam-filter",
   "repo": "onehopeA10/jev-x-spam-filter",
   "url": "https://github.com/onehopeA10/jev-x-spam-filter",
   "category": "application",
   "what": "Chrome extension that hides crypto-shill and porn spam replies under X posts using local rules first, then Jev via Vercel AI Gateway for unclear cases",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript"
  },
  {
   "name": "ps2-ai-agent",
   "repo": "opaielsheikh/ps2-ai-agent",
   "url": "https://github.com/opaielsheikh/ps2-ai-agent",
   "category": "game",
   "what": "Python agent that captures a PCSX2 window, asks Jev for the next move, injects virtual PS2 controller input and draws a telemetry HUD",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python"
  },
  {
   "name": "lean-ai",
   "repo": "opedoussaut/lean-ai",
   "url": "https://github.com/opedoussaut/lean-ai",
   "category": "benchmark-research",
   "what": "Side-by-side PoC of four architectures on synthetic industrial incidents, including Jev typed decisions with confidence-based escalation and calibration metrics",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "typesafe-security-review",
   "repo": "open-sdlc/typesafe-security-review",
   "url": "https://github.com/open-sdlc/typesafe-security-review",
   "category": "agent-tooling",
   "what": "122 Python classifiers, one per OWASP cheat sheet, that score source text with Noul questions, plus a runner that fans a file out to all of them",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "bender",
   "repo": "OpenAgentsInc/bender",
   "url": "https://github.com/OpenAgentsInc/bender",
   "category": "agent-tooling",
   "what": "Coding agent written in Bend2 and C that uses Jev to classify the next action and an OpenRouter model to generate code",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "C"
  },
  {
   "name": "JevSamples",
   "repo": "oqzl/JevSamples",
   "url": "https://github.com/oqzl/JevSamples",
   "category": "game",
   "what": "Cloudflare Worker agent-world simulation asking Jev five questions per agent per turn, plus a leak-controlled JRA horse-racing backtest",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "JavaScript",
   "callsApi": true
  },
  {
   "name": "hermes-jev",
   "repo": "ourines/hermes-jev",
   "url": "https://github.com/ourines/hermes-jev",
   "category": "agent-tooling",
   "what": "Hermes Agent tool plugin exposing Jev judgments through either the TypeSafe API or Cloudflare AI, with interactive key setup and no cross-provider fallback",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "Type-Safe-Maze-Demo-",
   "repo": "pahndev/Type-Safe-Maze-Demo-",
   "url": "https://github.com/pahndev/Type-Safe-Maze-Demo-",
   "category": "game",
   "what": "Dependency-free Node app where Jev picks each move through a random maze from discovered cells only, with a per-move diagnostics panel and BFS comparison",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "JavaScript"
  },
  {
   "name": "jev-claude",
   "repo": "Panebianco00/jev-claude",
   "url": "https://github.com/Panebianco00/jev-claude",
   "category": "agent-tooling",
   "what": "Claude Code plugin with decide/check MCP tools and hooks that gate plan approval, user questions, risky commands and installs on Jev answers",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "casse-brique-typesafe",
   "repo": "Para-FR/casse-brique-typesafe",
   "url": "https://github.com/Para-FR/casse-brique-typesafe",
   "category": "game",
   "what": "Next.js brick breaker whose paddle can be handed to Jev, which picks one of 16 target zones every 150 ms from the computed ball path",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "Jev-Bench",
   "repo": "Parth-Hariyani3001/Jev-Bench",
   "url": "https://github.com/Parth-Hariyani3001/Jev-Bench",
   "category": "agent-tooling",
   "what": "React and FastAPI dashboard that judges LLM outputs with Jev for correctness, relevance, hallucination and safety, stores results in SQLite and runs CSV suites",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "jevjack",
   "repo": "patrickhaahr/jevjack",
   "url": "https://github.com/patrickhaahr/jevjack",
   "category": "game",
   "what": "Bun server that deals blackjack and asks Jev for hit/stand/double/split per hand, with a probability-bar UI and a seeded A/B eval against basic strategy",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jev_art",
   "repo": "pavanmadiraju91/jev_art",
   "url": "https://github.com/pavanmadiraju91/jev_art",
   "category": "application",
   "what": "Local web app that turns a typed phrase into moving 3D art by having Jev rate the mood of the words",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python"
  },
  {
   "name": "jev_typesafeai_test",
   "repo": "pavy23/jev_typesafeai_test",
   "url": "https://github.com/pavy23/jev_typesafeai_test",
   "category": "application",
   "what": "Local web playground for noul/choice/score requests plus a shipyard owner-comment triage sample with mock server tests, documented in Korean",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "draftpulse",
   "repo": "pekth/draftpulse",
   "url": "https://github.com/pekth/draftpulse",
   "category": "application",
   "what": "Live scorer for X post drafts that asks Jev for category, hook, share, dwell and slop scores and combines them with code-side weights",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "typesafe-cli",
   "repo": "peterbb148/typesafe-cli",
   "url": "https://github.com/peterbb148/typesafe-cli",
   "category": "agent-tooling",
   "what": "Standalone CLI binaries for macOS, Linux and Windows that store an API key, list models and run Choice, Score and Noul questions from JSON",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "ego-jev",
   "repo": "phd-peter/ego-jev",
   "url": "https://github.com/phd-peter/ego-jev",
   "category": "browser-computer-use",
   "what": "Bounded browser loop where Jev picks an operation and target from the current ego-lite snapshot and a text model is called only to type text",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "little-cab",
   "repo": "pholgy/little-cab",
   "url": "https://github.com/pholgy/little-cab",
   "category": "game",
   "what": "Local 2D taxi simulation where Jev via OpenRouter picks passengers, routes and driving commands during a timed shift, logging decisions, latency and API spend",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jev-audit",
   "repo": "phuthuycoding/jev-audit",
   "url": "https://github.com/phuthuycoding/jev-audit",
   "category": "agent-tooling",
   "what": "Pre-commit auditor sending the git diff to Jev for secret-leak, vulnerability, quality and scope questions, with a 79-case eval corpus and chunking",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "jev-compaction",
   "repo": "picaye/jev-compaction",
   "url": "https://github.com/picaye/jev-compaction",
   "category": "agent-tooling",
   "what": "Context compaction for Hermes sessions that scores each tool call with two Noul questions and drops or truncates stale ones while keeping all text verbatim",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "tribe-crm-jev",
   "repo": "Pimmetjeoss/tribe-crm-jev",
   "url": "https://github.com/Pimmetjeoss/tribe-crm-jev",
   "category": "application",
   "what": "Lead-intake pilot for Tribe CRM where Jev judges unstructured lead messages and TypeScript handles lookups, thresholds, idempotency and dry-run write plans",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "jev-agent-router",
   "repo": "Pinutss/jev-agent-router",
   "url": "https://github.com/Pinutss/jev-agent-router",
   "category": "agent-tooling",
   "what": "Python router exposed over HTTP and MCP that picks one agent from a registry, abstains or falls back once; local heuristic by default, Jev as optional judge",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "jev-mcp-router",
   "repo": "Pinutss/jev-mcp-router",
   "url": "https://github.com/Pinutss/jev-mcp-router",
   "category": "agent-tooling",
   "what": "MCP tool selector that picks tools from a catalog under a token budget without running them; local heuristic by default, Jev as optional judge",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "jev-memory-selector",
   "repo": "Pinutss/jev-memory-selector",
   "url": "https://github.com/Pinutss/jev-memory-selector",
   "category": "agent-tooling",
   "what": "Filter that trims an agent's retrieved memories to a token budget, offered as Python API, HTTP and MCP; local heuristic by default, Jev as optional judge",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "focus-tube",
   "repo": "piyush97/focus-tube",
   "url": "https://github.com/piyush97/focus-tube",
   "category": "application",
   "what": "Chrome and Firefox extension that hides YouTube Shorts and reveals only videos Jev rates as useful for learning, through a Cloudflare Worker",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "jev-realtime-brain-scanner",
   "repo": "ponyo877/jev-realtime-brain-scanner",
   "url": "https://github.com/ponyo877/jev-realtime-brain-scanner",
   "category": "application",
   "what": "Live 'brain map' of 53 kanji that reshuffles as you speak: on-device macOS speech recognition feeds a 55-question Jev call via OpenRouter, drawn in p5.js",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript"
  },
  {
   "name": "typesafe_rs",
   "repo": "ppweni/typesafe_rs",
   "url": "https://github.com/ppweni/typesafe_rs",
   "category": "sdk",
   "what": "Async Rust client for the TypeSafe API modelled on the Python SDK 0.6.0, with builders for Noul/Choice/Score, retries and model listing",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Rust"
  },
  {
   "name": "jev-decision-gate",
   "repo": "prajwal-svm/jev-decision-gate",
   "url": "https://github.com/prajwal-svm/jev-decision-gate",
   "category": "agent-tooling",
   "what": "GitHub Action that labels and comments on PRs with Jev's change kind, three risk flags and a ship/needs_review/risky verdict",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python",
   "callsApi": true,
   "live": "https://prajwal-s-venkatesh.github.io/jev-decision-gate/"
  },
  {
   "name": "painpoints",
   "repo": "prodBirdy/painpoints",
   "url": "https://github.com/prodBirdy/painpoints",
   "category": "agent-tooling",
   "what": "Rust CLI, MCP server and native viewer that has Jev score every source file on six architecture pain dimensions and writes a ranked report for coding agents",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Rust"
  },
  {
   "name": "Typesafe_Testing",
   "repo": "pst2154/Typesafe_Testing",
   "url": "https://github.com/pst2154/Typesafe_Testing",
   "category": "benchmark-research",
   "what": "Benchmark scripts comparing Jev typed classifications against SOL, Qwen, Llama, Needle and DiffusionGemma, with written routing and reasoning reports",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "askjev",
   "repo": "pZacca/askjev",
   "url": "https://github.com/pZacca/askjev",
   "category": "agent-tooling",
   "what": "MCP server that lets an agent ask Jev a plain question and get calibrated probabilities, run locally via npx or hosted on Cloudflare Workers",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "live": "https://jev.zacca.dev/mcp"
  },
  {
   "name": "Jevtest",
   "repo": "qjy0128/Jevtest",
   "url": "https://github.com/qjy0128/Jevtest",
   "category": "benchmark-research",
   "what": "Web test bench that runs labeled text samples through five Jev questions to evaluate sensitive-data detection, thresholds and consistency",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript",
   "live": "https://qjy0128.github.io/Jevtest/"
  },
  {
   "name": "2026-09-12-WandB-AGIH-CoreWeave-Hack",
   "repo": "qte77/2026-09-12-WandB-AGIH-CoreWeave-Hack",
   "url": "https://github.com/qte77/2026-09-12-WandB-AGIH-CoreWeave-Hack",
   "category": "benchmark-research",
   "what": "Hackathon critique-refine loop fixing Elixir bugs where real test failures are diagnosed by a TypeSafe Choice before a stronger model retries",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-13",
   "license": null,
   "language": "Python",
   "callsApi": true,
   "live": "https://qte77.github.io/2026-09-12-WandB-AGIH-CoreWeave-Hack/"
  },
  {
   "name": "postlens",
   "repo": "qwts/postlens",
   "url": "https://github.com/qwts/postlens",
   "category": "application",
   "what": "Chrome/Brave extension adding a JEV Analyze button to X posts that shows eight Jev analysis dimensions inline",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript",
   "callsApi": true
  },
  {
   "name": "jev-builder-loop",
   "repo": "rainbowpuffpuff/jev-builder-loop",
   "url": "https://github.com/rainbowpuffpuff/jev-builder-loop",
   "category": "agent-tooling",
   "what": "Grok skill that mixes Jev probabilities with priors to choose a builder agent's next act, with a small benchmark from a real release session",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-16",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "universal-jev",
   "repo": "raj8525/universal-jev",
   "url": "https://github.com/raj8525/universal-jev",
   "category": "agent-tooling",
   "what": "CLI and MCP server giving coding agents Jev choice, noul, score and command-guard calls plus pruning of stale tool outputs from transcripts",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "typesafe-jev-examples",
   "repo": "rajivkuriakose/typesafe-jev-examples",
   "url": "https://github.com/rajivkuriakose/typesafe-jev-examples",
   "category": "sdk",
   "what": "Python worked examples with a client that picks TypeSafe or OpenRouter from the environment, starting with seven-question ticket triage and offline tests",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "security-jev",
   "repo": "raulahumada/security-jev",
   "url": "https://github.com/raulahumada/security-jev",
   "category": "agent-tooling",
   "what": "Reusable GitHub workflow combining Gitleaks and npm audit with Jev security and quality questions to comment on and block PR merges",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "jev-agent1",
   "repo": "ravi3594444/jev-agent1",
   "url": "https://github.com/ravi3594444/jev-agent1",
   "category": "application",
   "what": "Feed and tender monitor that scores every incoming item with Jev, gates keep/review/drop on confidence, and builds a digest with a LangGraph chat agent",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "the-llm-dispatcher",
   "repo": "Rawson08/the-llm-dispatcher",
   "url": "https://github.com/Rawson08/the-llm-dispatcher",
   "category": "agent-tooling",
   "what": "OpenAI-compatible proxy and Claude Code/Codex wrappers that ask Jev five questions per request to pick the cheapest adequate model and effort; TypeScript and C#",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "C#"
  },
  {
   "name": "egolite-jev",
   "repo": "raydocs/egolite-jev",
   "url": "https://github.com/raydocs/egolite-jev",
   "category": "browser-computer-use",
   "what": "Agent skill that clicks through pages in ego-browser using a Jev Choice over ranked controls and reports success only on a URL or title match",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "typesafeai-review",
   "repo": "rbalch/typesafeai-review",
   "url": "https://github.com/rbalch/typesafeai-review",
   "category": "agent-tooling",
   "what": "Diff reviewer that slices hunks, asks Jev narrow typed questions per hunk and composes verdict, score and findings in code; run with uv",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "duckdb-jev",
   "repo": "recodelabs/duckdb-jev",
   "url": "https://github.com/recodelabs/duckdb-jev",
   "category": "sdk",
   "what": "DuckDB C++ extension adding jev(), jev_prob() and jev_choice() SQL functions so rows can be filtered, ranked and classified in plain English",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "C++"
  },
  {
   "name": "jev-code-context-router",
   "repo": "RemiCarbonne/jev-code-context-router",
   "url": "https://github.com/RemiCarbonne/jev-code-context-router",
   "category": "agent-tooling",
   "what": "Indexes a repository, asks Jev to select relevant symbols and injects bounded source context into Claude Code, Hermes or MCP clients",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "jev-trader",
   "repo": "renatosousa/jev-trader",
   "url": "https://github.com/renatosousa/jev-trader",
   "category": "application",
   "what": "News sentiment classifier and buy/sell/hold signal generator over MetaTrader5 data, calling Jev via Vercel AI Gateway, with a local dashboard",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "Flashbang",
   "repo": "Rhyn0w0/Flashbang",
   "url": "https://github.com/Rhyn0w0/Flashbang",
   "category": "application",
   "what": "Expo and Convex dating app where private comments on profiles are analysed by Jev through the Vercel AI SDK to refine suggested matches",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "llm-wires",
   "repo": "riclib/llm-wires",
   "url": "https://github.com/riclib/llm-wires",
   "category": "sdk",
   "what": "Rust crate with one Provider trait over Anthropic and OpenAI HTTP shapes plus a Judge trait for typed System One questions",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Rust",
   "callsApi": true
  },
  {
   "name": "proof",
   "repo": "Rika-Labs/proof",
   "url": "https://github.com/Rika-Labs/proof",
   "category": "agent-tooling",
   "what": "Code review linter where plain-English rules in a TypeScript file are judged by Jev against changed hunks or whole files, with thresholds and a cache",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "agent-gate-loop",
   "repo": "Ripwords/agent-gate-loop",
   "url": "https://github.com/Ripwords/agent-gate-loop",
   "category": "agent-tooling",
   "what": "GitHub Action turning an issue into a PR via a Claude fixer, gated by guards, checks, a reviewer and Jev verification of findings and scope",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "toolgate",
   "repo": "RiskAverseTech/toolgate",
   "url": "https://github.com/RiskAverseTech/toolgate",
   "category": "agent-tooling",
   "what": "Claude Code PreToolUse hook that scores tool calls with Jev for destructive, exfiltration, privilege and off-task risk under a YAML policy",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jevbug",
   "repo": "Riti0208/jevbug",
   "url": "https://github.com/Riti0208/jevbug",
   "category": "game",
   "what": "Artificial-life simulation where Jev decides for 2D creatures, measuring whether meaningless signals become informative versus no-communication controls",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "live": "https://jevbug.vercel.app"
  },
  {
   "name": "JeVJ",
   "repo": "rivianpratama/JeVJ",
   "url": "https://github.com/rivianpratama/JeVJ",
   "category": "application",
   "what": "Local music visualiser that downloads a track, runs DSP analysis, asks Jev how each passage feels and renders a cue timeline as smoke visuals",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "Jev-is-odd",
   "repo": "robipop22/Jev-is-odd",
   "url": "https://github.com/robipop22/Jev-is-odd",
   "category": "application",
   "what": "npm package that asks Jev whether an integer is odd and returns the answer with confidence, token usage and latency; validates input before calling",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "JevArena",
   "repo": "rolki-png/JevArena",
   "url": "https://github.com/rolki-png/JevArena",
   "category": "game",
   "what": "Next.js spectator arena where two Jev agents play Snake against each other through Vercel AI Gateway, with a labeled demo policy when no key",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true,
   "live": "https://jev-arena-ochre.vercel.app"
  },
  {
   "name": "x-jev-classifier",
   "repo": "rolottr/x-jev-classifier",
   "url": "https://github.com/rolottr/x-jev-classifier",
   "category": "application",
   "what": "Chrome extension that badges every X post with an archetype and verdict from about 15 Jev questions sent in one request",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "AGPL-3.0",
   "language": "JavaScript",
   "callsApi": true
  },
  {
   "name": "cefr-loop",
   "repo": "rubenvitt/cefr-loop",
   "url": "https://github.com/rubenvitt/cefr-loop",
   "category": "application",
   "what": "Demo loop where Jev scores a German paragraph's CEFR level, Claude simplifies it, and Jev re-checks until target, stall or cap",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "hermes-jev-guard",
   "repo": "rubichandrap/hermes-jev-guard",
   "url": "https://github.com/rubichandrap/hermes-jev-guard",
   "category": "agent-tooling",
   "what": "Hermes Agent plugin using Jev for per-turn lane and model-tier planning, a tool-risk gate and a done-check after file edits; stdlib only, fail-open",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "jev_minecraft",
   "repo": "rudrasingh500/jev_minecraft",
   "url": "https://github.com/rudrasingh500/jev_minecraft",
   "category": "game",
   "what": "Mineflayer bot that picks Minecraft survival actions from a legal-action menu via Jev toward beating the Ender Dragon, with viewer, memory and run logs",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript"
  },
  {
   "name": "reflex-control",
   "repo": "rustfuture/reflex-control",
   "url": "https://github.com/rustfuture/reflex-control",
   "category": "agent-tooling",
   "what": "Rust policy engine combining deterministic checks with Jev signals to accept, retry, verify or escalate agent work, logged to SQLite with a synthetic benchmark",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Rust"
  },
  {
   "name": "jev-lab",
   "repo": "SadiqOnGithub/jev-lab",
   "url": "https://github.com/SadiqOnGithub/jev-lab",
   "category": "agent-tooling",
   "what": "Interactive terminal session and canned test cases for asking Jev noul, choice and score questions against a pasted state through OpenRouter",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "jev-like",
   "repo": "Sagnnik/jev-like",
   "url": "https://github.com/Sagnnik/jev-like",
   "category": "benchmark-research",
   "what": "Experiment reading A/B/C/D logits from a frozen Qwen model to play Snake without generation, with latency and agreement measurements on a laptop GPU",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python"
  },
  {
   "name": "jev-explained",
   "repo": "sambhav/jev-explained",
   "url": "https://github.com/sambhav/jev-explained",
   "category": "application",
   "what": "Static interactive guide explaining Jev to product people through scripted routing demos, an architecture comparison and an editable cost calculator",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "HTML"
  },
  {
   "name": "icon-matcher",
   "repo": "sandra-arato/icon-matcher",
   "url": "https://github.com/sandra-arato/icon-matcher",
   "category": "application",
   "what": "CLI that matches a UI section title to one of about 8,800 Hugeicons and Lucide icons by sharding them into parallel Jev Choice questions",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "icon-matcher-ui",
   "repo": "sandra-arato/icon-matcher-ui",
   "url": "https://github.com/sandra-arato/icon-matcher-ui",
   "category": "application",
   "what": "Web demo for icon-matcher showing the chosen icon, shard count, confidence and runner-ups, served through a rate-limited server-side key",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "live": "https://icon-matcher-ui.vercel.app"
  },
  {
   "name": "jev-audio-beeper",
   "repo": "santos-sanz/jev-audio-beeper",
   "url": "https://github.com/santos-sanz/jev-audio-beeper",
   "category": "application",
   "what": "TypeScript proof of concept that scores word-timestamped Spanish transcripts for profanity with Jev and beeps the matching intervals via ffmpeg",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "beyondgreen",
   "repo": "SashaSkind/beyondgreen",
   "url": "https://github.com/SashaSkind/beyondgreen",
   "category": "agent-tooling",
   "what": "Typed scout/critic/investigator/verifier loop that inspects evidence left by a passing end-to-end test and decides regression, clean or insufficient",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-15",
   "license": null,
   "language": "TypeScript",
   "callsApi": true,
   "live": "https://sashaskind.github.io/beyondgreen/"
  },
  {
   "name": "sql-jev",
   "repo": "sashimikun/sql-jev",
   "url": "https://github.com/sashimikun/sql-jev",
   "category": "sdk",
   "what": "TypeScript library adding cached jev() predicates, scores and choices to SQL queries on SQLite, Turso/libSQL and Cloudflare D1, with deploy commands",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "typesafe-client",
   "repo": "sava-software/typesafe-client",
   "url": "https://github.com/sava-software/typesafe-client",
   "category": "sdk",
   "what": "Java client for the System One API with typed question and answer types, a recording/replay decorator and a separate evaluation harness module",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "Apache-2.0",
   "language": "Java"
  },
  {
   "name": "browser-qa",
   "repo": "schulxf/browser-qa",
   "url": "https://github.com/schulxf/browser-qa",
   "category": "browser-computer-use",
   "what": "Agent skill for browser QA that drives agent-browser, requires screenshot inspection and uses Jev for bounded evidence judgments before a review gate",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "omp-jev-watchdog",
   "repo": "seanperkins/omp-jev-watchdog",
   "url": "https://github.com/seanperkins/omp-jev-watchdog",
   "category": "agent-tooling",
   "what": "Shadow-only Oh My Pi extension that uses Jev to record instruction conflicts and false verification claims without steering the agent",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "typesafe-sdk-go",
   "repo": "SergeAx/typesafe-sdk-go",
   "url": "https://github.com/SergeAx/typesafe-sdk-go",
   "category": "sdk",
   "what": "Go SDK for System One with Noul, Choice and Score question types, typed answer accessors and forward-compatible handling of unknown answer types",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Go",
   "callsApi": true
  },
  {
   "name": "jevgram",
   "repo": "sethsaler/jevgram",
   "url": "https://github.com/sethsaler/jevgram",
   "category": "application",
   "what": "AI-text detector that runs each sentence or paragraph through a battery of Jev evaluations and reports the percentage flagged; CLI and drag-and-drop web app",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "capture",
   "repo": "sgaabdu4/capture",
   "url": "https://github.com/sgaabdu4/capture",
   "category": "application",
   "what": "Mac voice diary that transcribes locally with Parakeet, has Jev split and file thoughts into groups, then saves approved items to Notion",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Dart",
   "callsApi": true
  },
  {
   "name": "jev-php",
   "repo": "shanginn/jev-php",
   "url": "https://github.com/shanginn/jev-php",
   "category": "sdk",
   "what": "PHP 8.5 SDK for Jev on OpenRouter with Noul, Choice and Score question objects, enum mapping and readonly DTO results; installable via Composer",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "PHP"
  },
  {
   "name": "jev-games",
   "repo": "shantanugoel/jev-games",
   "url": "https://github.com/shantanugoel/jev-games",
   "category": "game",
   "what": "Visual lab where Jev plays Super Mario Bros, Kung Fu and Doom through emulator plugins, with step, replay and a scripted baseline mode",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python"
  },
  {
   "name": "tetris-ai",
   "repo": "shantanugoel/tetris-ai",
   "url": "https://github.com/shantanugoel/tetris-ai",
   "category": "game",
   "what": "Browser Tetris with a REST API played by a built-in search agent, a Jev Choice-over-landings agent or any OpenAI-compatible chat model; 170 test assertions",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "jev-omok",
   "repo": "sharosoo/jev-omok",
   "url": "https://github.com/sharosoo/jev-omok",
   "category": "game",
   "what": "3D WebGL gomoku where a deterministic engine handles forced tactics and Jev picks non-forced moves and commentary via a Cloudflare Worker",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript",
   "callsApi": true,
   "live": "https://omok.sharosoo.com"
  },
  {
   "name": "pi-jev-context-curator",
   "repo": "Shashank-H/pi-jev-context-curator",
   "url": "https://github.com/Shashank-H/pi-jev-context-curator",
   "category": "agent-tooling",
   "what": "Pi extension asking Jev one Noul per new message unit to permanently drop context no future turn needs, fail-open with fingerprint caching",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "minigrid-jev",
   "repo": "shellneko/minigrid-jev",
   "url": "https://github.com/shellneko/minigrid-jev",
   "category": "benchmark-research",
   "what": "Benchmark running Jev on 18 MiniGrid tasks by sending the JSON state and a Choice over actions each step, with parallel episodes and JSON results",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "RageBot",
   "repo": "Shifros/RageBot",
   "url": "https://github.com/Shifros/RageBot",
   "category": "application",
   "what": "Next.js chatbot that uses Jev to select sarcastic canned replies and score the user's rage for a live meter",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript",
   "live": "https://rage-bot-two.vercel.app"
  },
  {
   "name": "foreman-jev",
   "repo": "Shifty-Eye-Games/foreman-jev",
   "url": "https://github.com/Shifty-Eye-Games/foreman-jev",
   "category": "agent-tooling",
   "what": "Fork of thruwire/foreman where Jev supervises a Codex worker through Vercel AI Gateway, with a mandatory acceptance command and read-only Azure PR review",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "pi-jeev",
   "repo": "shishiv/pi-jeev",
   "url": "https://github.com/shishiv/pi-jeev",
   "category": "agent-tooling",
   "what": "Pi extension exposing a jev_decide tool that compares two to eight options with balanced evidence and returns recommend, abstain or review_required",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "multiagent-jev-monitor",
   "repo": "shivam-raval96/multiagent-jev-monitor",
   "url": "https://github.com/shivam-raval96/multiagent-jev-monitor",
   "category": "application",
   "what": "Local chatbot that streams an LLM reply while Jev scores the growing text on six hazard Noul questions every 900 ms and colours segments by category",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript"
  },
  {
   "name": "typesafe-triage-guard",
   "repo": "shivam2003-dev/typesafe-triage-guard",
   "url": "https://github.com/shivam2003-dev/typesafe-triage-guard",
   "category": "application",
   "what": "Python CLI with three Jev pipelines for support-ticket triage, alert triage and a deploy-risk gate, sharing a reusable hazard-battery engine",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "typesafe-go",
   "repo": "Shubham510/typesafe-go",
   "url": "https://github.com/Shubham510/typesafe-go",
   "category": "sdk",
   "what": "Unofficial Go client for the System One API with Noul, Choice and Score constructors, retries and model listing; standard library only",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Go"
  },
  {
   "name": "scam-shield",
   "repo": "ShupingR/scam-shield",
   "url": "https://github.com/ShupingR/scam-shield",
   "category": "application",
   "what": "Scam text checker combining code-extracted link signals with eleven Jev questions and a tunable weighted policy; includes a labeled-sample eval script",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-13",
   "license": null,
   "language": "TypeScript",
   "live": "https://scam-shield-seven-ecru.vercel.app"
  },
  {
   "name": "fmjev",
   "repo": "sio-funmatsu/fmjev",
   "url": "https://github.com/sio-funmatsu/fmjev",
   "category": "benchmark-research",
   "what": "Local HTTP server imitating the /v1/systemone shape using Apple's on-device fm model, with uncalibrated outputs and stated differences from Jev",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "snake-jev",
   "repo": "siroccomask/snake-jev",
   "url": "https://github.com/siroccomask/snake-jev",
   "category": "game",
   "what": "Desktop Snake where one Jev call per tick answers nine collision and food questions and Python composes the move; reports one 29-food run",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "pi-fast-jev",
   "repo": "slandau3/pi-fast-jev",
   "url": "https://github.com/slandau3/pi-fast-jev",
   "category": "agent-tooling",
   "what": "Pi extension that asks Jev two noul questions per aged tool call and keeps, truncates or drops it from context, caching verdicts in the session file",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "proxima-1024",
   "repo": "smalltownrobotics/proxima-1024",
   "url": "https://github.com/smalltownrobotics/proxima-1024",
   "category": "game",
   "what": "Generation-ship command sim in Python with a 3D browser UI where Jev models how 1,024 fictional crew respond to the player's decisions",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "Signal98",
   "repo": "smammadov1994/Signal98",
   "url": "https://github.com/smammadov1994/Signal98",
   "category": "application",
   "what": "Error-tracking SDK plus a Windows 98-styled monitor that has Jev judge each event as urgent, user-facing or novel to page or suppress it",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript",
   "callsApi": true
  },
  {
   "name": "jev-jp-address",
   "repo": "smasato/jev-jp-address",
   "url": "https://github.com/smasato/jev-jp-address",
   "category": "application",
   "what": "CLI that normalizes messy Japanese addresses against the Japan Post KEN_ALL master, asking Jev a Choice only where rules cannot decide, and prints the postcode",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "ai-provider-for-jev",
   "repo": "soderlind/ai-provider-for-jev",
   "url": "https://github.com/soderlind/ai-provider-for-jev",
   "category": "sdk",
   "what": "WordPress plugin with a settings page, PHP helpers ask_noul/ask_choice/ask_score, an authenticated REST proxy and a JavaScript client for Jev",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "PHP",
   "callsApi": true
  },
  {
   "name": "typesafelicious",
   "repo": "solrac149/typesafelicious",
   "url": "https://github.com/solrac149/typesafelicious",
   "category": "application",
   "what": "Live text visualizer that asks Jev for intent, emotion, urgency and intensity in one request and drives particle colors and motion from the probabilities",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "jev-jstris",
   "repo": "SongMarco/jev-jstris",
   "url": "https://github.com/SongMarco/jev-jstris",
   "category": "game",
   "what": "Controller that lets Jev choose Tetris placements and plays real Jstris in Chromium by keyboard, verifying each landing; one 40-line sprint completed",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "jev-mail-sorter",
   "repo": "sora-33/jev-mail-sorter",
   "url": "https://github.com/sora-33/jev-mail-sorter",
   "category": "application",
   "what": "Self-hosted Docker web app that classifies Gmail inbox mail with Jev, applies labels at confidence 0.80 or higher and queues the rest for review",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": null
  },
  {
   "name": "hunch",
   "repo": "souhoc/hunch",
   "url": "https://github.com/souhoc/hunch",
   "category": "agent-tooling",
   "what": "Go CLI that sends a GitHub PR's diff, body and project guidelines to Jev and prints a typed review rubric with probability bars",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Go"
  },
  {
   "name": "Jev4Mellea",
   "repo": "SoundBlaster/Jev4Mellea",
   "url": "https://github.com/SoundBlaster/Jev4Mellea",
   "category": "sdk",
   "what": "Python adapter that plugs Jev checks into Mellea 0.7.0 as Requirement validators, with offline contract tests and a live check CLI; not yet run end to end",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "Apache-2.0",
   "language": "Python"
  },
  {
   "name": "cloudforge-jev",
   "repo": "spivi/cloudforge-jev",
   "url": "https://github.com/spivi/cloudforge-jev",
   "category": "application",
   "what": "Sidecar that grades a student's cloud attack-path writeup against a cloudforge answer key using three Jev Nouls and a depth Score",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "Apache-2.0",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "trading-bot-jev",
   "repo": "Spykoninho/trading-bot-jev",
   "url": "https://github.com/Spykoninho/trading-bot-jev",
   "category": "application",
   "what": "Paper-trading crypto bot on Binance prices where Jev answers closed questions about news and posts while a trend-following algorithm places orders",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "jev-boarding",
   "repo": "stbenjam/jev-boarding",
   "url": "https://github.com/stbenjam/jev-boarding",
   "category": "game",
   "what": "Local airplane boarding simulator comparing five fixed boarding orders with a Jev dispatcher that picks passengers per free row from scan and seat events",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript"
  },
  {
   "name": "jev-drums",
   "repo": "stbenjam/jev-drums",
   "url": "https://github.com/stbenjam/jev-drums",
   "category": "application",
   "what": "Browser drum machine that fills a 6x16 step pattern from 96 Jev choice questions per generation via OpenRouter, evolving on bar boundaries",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript",
   "callsApi": true
  },
  {
   "name": "jev-eight-ball",
   "repo": "stbenjam/jev-eight-ball",
   "url": "https://github.com/stbenjam/jev-eight-ball",
   "category": "application",
   "what": "Magic eight ball web toy where Jev picks one of the 20 classic answers through OpenRouter's Decisions endpoint, showing confidence and latency",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript",
   "callsApi": true
  },
  {
   "name": "jevagotchi",
   "repo": "stbenjam/jevagotchi",
   "url": "https://github.com/stbenjam/jevagotchi",
   "category": "game",
   "what": "Local virtual pet in the browser whose feeding, play and medicine decisions are made by Jev via OpenRouter on a configurable check-in interval",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript"
  },
  {
   "name": "jevzen",
   "repo": "steventsao/jevzen",
   "url": "https://github.com/steventsao/jevzen",
   "category": "application",
   "what": "Chrome extension that swaps X posts matching your plain-language rules for zen or cat photos based on Jev probabilities, with one-click reveal",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "agent-workflow-lab",
   "repo": "stillroom/agent-workflow-lab",
   "url": "https://github.com/stillroom/agent-workflow-lab",
   "category": "agent-tooling",
   "what": "Teaching lab for an agent workflow with typed state, allow-listed transitions, one Jev judgment and a human approval gate; 65 tests and a replayable recording",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "omp-classifier",
   "repo": "STRML/omp-classifier",
   "url": "https://github.com/STRML/omp-classifier",
   "category": "agent-tooling",
   "what": "OMP plugin that sends unvetted bash commands and process-spawning eval payloads to Jev and prompts on unsafe or unsure verdicts, failing closed",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "typesafe_xlabeller",
   "repo": "SudhansuuRanjan/typesafe_xlabeller",
   "url": "https://github.com/SudhansuuRanjan/typesafe_xlabeller",
   "category": "application",
   "what": "Browser extension plus Cloudflare Worker that labels X timeline posts as ragebait, spam, hidden ad and more, batching 20 posts into one Jev call",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "JavaScript"
  },
  {
   "name": "qwen27b-jev",
   "repo": "sueszli/qwen27b-jev",
   "url": "https://github.com/sueszli/qwen27b-jev",
   "category": "benchmark-research",
   "what": "Small open reproduction of Jev's Choice on Qwen3.8-27B that reads option probabilities from logits instead of generating an answer",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": null
  },
  {
   "name": "docjev",
   "repo": "syndicalt/docjev",
   "url": "https://github.com/syndicalt/docjev",
   "category": "sdk",
   "what": "TypeScript sidecar that filters, ranks, classifies and scores JSON documents from a document DB with Jev, caching judgments per condition",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "winnow",
   "repo": "syndicalt/winnow",
   "url": "https://github.com/syndicalt/winnow",
   "category": "application",
   "what": "Browser SQL studio over four fixture tables where an English WHERE condition is scored per row by Jev for filter, rank, classify and score modes",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "quorum",
   "repo": "sypherin/quorum",
   "url": "https://github.com/sypherin/quorum",
   "category": "benchmark-research",
   "what": "Local reimplementation of the /v1/systemone contract over any llama-server endpoint using constrained decoding and logprobs, plus a calibration harness",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "jev-agent",
   "repo": "taisan11/jev-agent",
   "url": "https://github.com/taisan11/jev-agent",
   "category": "agent-tooling",
   "what": "Terminal coding agent where Jev picks the next action as a Choice and Codex generates the commands and file contents, with an OpenTUI approval UI",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "specpi-jev-guard",
   "repo": "TannerMidd/specpi-jev-guard",
   "url": "https://github.com/TannerMidd/specpi-jev-guard",
   "category": "agent-tooling",
   "what": "Pi extension that gates shell and file tool calls with local rules plus a Jev danger probability via OpenRouter or TypeSafe, failing closed",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript",
   "callsApi": true
  },
  {
   "name": "house-agent",
   "repo": "tanzeelak/house-agent",
   "url": "https://github.com/tanzeelak/house-agent",
   "category": "application",
   "what": "WhatsApp house agent that classifies roommate messages with TypeSafe for intent and urgency, then logs requests and sublet leads to SQLite and Sheets",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-05-21",
   "license": null,
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "jev-boe-demo",
   "repo": "Tatuck/jev-boe-demo",
   "url": "https://github.com/Tatuck/jev-boe-demo",
   "category": "application",
   "what": "Daily pipeline that scores each item of Spain's official gazette with Jev for relevance, 13 topics and a best paragraph, published as a static site",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "callsApi": true,
   "live": "https://tatuck.github.io/jev-boe-demo/"
  },
  {
   "name": "dunjev",
   "repo": "Taufique-Ansari/dunjev",
   "url": "https://github.com/Taufique-Ansari/dunjev",
   "category": "game",
   "what": "Three-act Phaser side-scrolling brawler where enemies query Jev for attack, dodge, block or retreat, with a live probability panel",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "callsApi": true,
   "live": "https://dunjev.vercel.app"
  },
  {
   "name": "jev-guard",
   "repo": "tea1013/jev-guard",
   "url": "https://github.com/tea1013/jev-guard",
   "category": "agent-tooling",
   "what": "Go CLI that asks Jev whether a shell command risks data loss or secret leaks and prompts for confirmation before running it",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Go"
  },
  {
   "name": "traceclaw",
   "repo": "techadnank9/traceclaw",
   "url": "https://github.com/techadnank9/traceclaw",
   "category": "game",
   "what": "Hackathon browser game about filing house rules after a failed bakery shift, with Jev as a second judge answering three typed questions per rule",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-13",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jev-secret-detection",
   "repo": "teyhouse/jev-secret-detection",
   "url": "https://github.com/teyhouse/jev-secret-detection",
   "category": "benchmark-research",
   "what": "Eval that scores Jev's Noul on 100 file snippets for real secrets, reporting accuracy, AUC, Brier score and round-trip vs server latency",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "claude-code-jev-smart-router",
   "repo": "tgiridhar/claude-code-jev-smart-router",
   "url": "https://github.com/tgiridhar/claude-code-jev-smart-router",
   "category": "agent-tooling",
   "what": "HTTP proxy for Claude Code that has Jev classify each request and rewrites the model field, switching only when prompt-cache rebuild cost pays back",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "drone-city-simulator",
   "repo": "ThanabordeeN/drone-city-simulator",
   "url": "https://github.com/ThanabordeeN/drone-city-simulator",
   "category": "game",
   "what": "Browser 3D drone simulator with an automation API and an AI control tab where Jev scores pitch, strafe, yaw and vertical at 5 Hz via OpenRouter",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "callout",
   "repo": "The-Little-AI-Company/callout",
   "url": "https://github.com/The-Little-AI-Company/callout",
   "category": "application",
   "what": "Windows tray app that on a hotkey has Jev score selected text for manipulation signals and checks its claims against fetched sources",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript",
   "live": "https://the-little-ai-company.github.io/callout/"
  },
  {
   "name": "lodgify-listener",
   "repo": "TheBous/lodgify-listener",
   "url": "https://github.com/TheBous/lodgify-listener",
   "category": "application",
   "what": "Webhook server that triages Lodgify guest messages with Jev using property notes and thread history, notifying the owner on Telegram when needed",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "terrarium",
   "repo": "TheGali/terrarium",
   "url": "https://github.com/TheGali/terrarium",
   "category": "game",
   "what": "Browser sandbox where Jev picks one of eleven controls for a creature each step, with a full log of state, questions, probabilities and latency",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "jev-benchmark",
   "repo": "themsquared/jev-benchmark",
   "url": "https://github.com/themsquared/jev-benchmark",
   "category": "benchmark-research",
   "what": "Benchmark of Jev on 60 hand-labelled agent tool calls across four risk classes, with committed per-call results, latency and confidence analysis",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "Apache-2.0",
   "language": "Python"
  },
  {
   "name": "privacy-facts",
   "repo": "thenewpotato/privacy-facts",
   "url": "https://github.com/thenewpotato/privacy-facts",
   "category": "application",
   "what": "Web app that turns a privacy policy URL or text into a 14-question label with Jev answers, confidence and source excerpts",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "jev-temporal-demo",
   "repo": "thenoahhein/jev-temporal-demo",
   "url": "https://github.com/thenoahhein/jev-temporal-demo",
   "category": "application",
   "what": "Temporal workflow demo of an incident-response loop where Jev picks the next action as an Activity and the run survives retries and worker crashes",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "typesafe-8ball",
   "repo": "thestrabusiness/typesafe-8ball",
   "url": "https://github.com/thestrabusiness/typesafe-8ball",
   "category": "application",
   "what": "Magic 8-Ball CLI and web UI that maps a Jev Noul and Score to the 20 classic answers, with rate limiting and tests using a fake client",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "pagepilot",
   "repo": "thevibeworks/pagepilot",
   "url": "https://github.com/thevibeworks/pagepilot",
   "category": "application",
   "what": "Browser extensions and a Node proxy where Jev votes on page text groups to author a reading spec that replays for 0 tokens, escalating to an LLM on failure",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "HTML"
  },
  {
   "name": "jev-review",
   "repo": "thiago-ss/jev-review",
   "url": "https://github.com/thiago-ss/jev-review",
   "category": "agent-tooling",
   "what": "PR review bot asking Jev typed correctness, security and verification questions, applying deterministic approval gates; dry-run and comment-only by default",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-16",
   "license": null,
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "jev-benchmarks",
   "repo": "thijmenkam/jev-benchmarks",
   "url": "https://github.com/thijmenkam/jev-benchmarks",
   "category": "benchmark-research",
   "what": "Harness comparing Jev with a reference LLM on four typed decision tasks, reporting accuracy, Brier, ECE, repeat agreement, latency and cost",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "typesafe-chess",
   "repo": "TholeG/typesafe-chess",
   "url": "https://github.com/TholeG/typesafe-chess",
   "category": "game",
   "what": "Jev-vs-Jev chess where each move is a Choice over legal moves annotated by code, with optional MCTS using Jev's distributions as policy and value",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "JavaScript",
   "callsApi": true
  },
  {
   "name": "tinyjevclient",
   "repo": "tinyhumansai/tinyjevclient",
   "url": "https://github.com/tinyhumansai/tinyjevclient",
   "category": "sdk",
   "what": "Rust client for System One that validates answers against the request and returns latency, attempts and usage alongside typed results",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "GPL-3.0",
   "language": "Rust",
   "callsApi": true
  },
  {
   "name": "JevSlop",
   "repo": "TKY-27/JevSlop",
   "url": "https://github.com/TKY-27/JevSlop",
   "category": "application",
   "what": "Web app that fetches a public note.com article and rates it on eight writing-quality axes with Jev, computing a weighted Slop Score in code",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "veille-by-jev",
   "repo": "toorop/veille-by-jev",
   "url": "https://github.com/toorop/veille-by-jev",
   "category": "application",
   "what": "Nightly pipeline that collects Hacker News stories, triages them with typed Jev questions and has an LLM write a French Markdown digest",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "shady-town",
   "repo": "tpaulshippy/shady-town",
   "url": "https://github.com/tpaulshippy/shady-town",
   "category": "game",
   "what": "Mafia-style party game for a TV plus phones where Jev moderates and drives live suspicion meters from claims, votes and reactions",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Ruby"
  },
  {
   "name": "escape-from-mos-eisley",
   "repo": "tpiros/escape-from-mos-eisley",
   "url": "https://github.com/tpiros/escape-from-mos-eisley",
   "category": "game",
   "what": "Free-text gamebook where Gemini authors JSON books and Jev judges each typed action with one batch of questions that the engine turns into rules",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "typesafe-oracles",
   "repo": "trophee-bot/typesafe-oracles",
   "url": "https://github.com/trophee-bot/typesafe-oracles",
   "category": "benchmark-research",
   "what": "Node measurement rig probing Jev Choice, Score and Noul against Haiku baselines for accuracy, run-to-run stability, wording effects and cost",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-16",
   "license": null,
   "language": "JavaScript"
  },
  {
   "name": "tru-jev-harness",
   "repo": "trufyrelabs/tru-jev-harness",
   "url": "https://github.com/trufyrelabs/tru-jev-harness",
   "category": "agent-tooling",
   "what": "TypeScript harness with a Jev RAG relevance gate and a tool-risk gate returning allow, escalate or block, plus mock mode and a Vite playground",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jev-review-lab",
   "repo": "tvdavies/jev-review-lab",
   "url": "https://github.com/tvdavies/jev-review-lab",
   "category": "agent-tooling",
   "what": "Stdlib Python scripts that ask pinned Jev yes/no risk questions about a git diff and record uncalibrated hints, with an explicit data egress contract",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python"
  },
  {
   "name": "tw_typesafe",
   "repo": "twilson724/tw_typesafe",
   "url": "https://github.com/twilson724/tw_typesafe",
   "category": "benchmark-research",
   "what": "Redacted experiment wiki comparing TypeSafe System One with four LLM agents on retrieval, batching and cost, with an offline arithmetic check",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "pi-typesafe",
   "repo": "twilwa/pi-typesafe",
   "url": "https://github.com/twilwa/pi-typesafe",
   "category": "agent-tooling",
   "what": "Pi extension running four Jev hazard checks before bash/write/edit and four diff-quality checks after, in advisory, shadow or blocking mode",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "jeverything",
   "repo": "twwright/jeverything",
   "url": "https://github.com/twwright/jeverything",
   "category": "agent-tooling",
   "what": "Installable agent skill for finding and implementing Jev decision points in a repo, with Gateway and native SDK examples and a companion course",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": null,
   "live": "https://jeverything.vercel.app/courses/jev"
  },
  {
   "name": "sift",
   "repo": "tylergibbs1/sift",
   "url": "https://github.com/tylergibbs1/sift",
   "category": "browser-computer-use",
   "what": "Chrome extension that scores each Google result with four Noul and one Score question, reorders the page, and dims or folds sales pages and SEO filler",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "typesafe_ai",
   "repo": "typesend/typesafe_ai",
   "url": "https://github.com/typesend/typesafe_ai",
   "category": "sdk",
   "what": "Elixir client with typed question and answer structs, retries, telemetry, concurrent fan-out and offline test stubs",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Elixir",
   "callsApi": true,
   "live": "https://typesafe-api.hexdocs.pm/readme.html"
  },
  {
   "name": "typesafe-ai_smoke-test",
   "repo": "TyrellD1/typesafe-ai_smoke-test",
   "url": "https://github.com/TyrellD1/typesafe-ai_smoke-test",
   "category": "benchmark-research",
   "what": "30-prompt eval of routing queries to a work or life store with two Jev Noul questions, with per-row probabilities, latency and tokens",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "HTML"
  },
  {
   "name": "typesafe-sdk-go",
   "repo": "valksor/typesafe-sdk-go",
   "url": "https://github.com/valksor/typesafe-sdk-go",
   "category": "sdk",
   "what": "Unofficial Go client for the System One API with typed Noul, Choice and Score, retries, typed errors and an injectable http.Client",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Go"
  },
  {
   "name": "typesafe-sdk-php",
   "repo": "valksor/typesafe-sdk-php",
   "url": "https://github.com/valksor/typesafe-sdk-php",
   "category": "sdk",
   "what": "Unofficial PHP 8.4 client for the System One API with typed questions, retries, typed exceptions and a swappable transport, on Packagist",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "PHP"
  },
  {
   "name": "pi-jev-compaction",
   "repo": "vava-nessa/pi-jev-compaction",
   "url": "https://github.com/vava-nessa/pi-jev-compaction",
   "category": "agent-tooling",
   "what": "Pi extension that replaces summarizing compaction by having Jev score each old tool call and deleting dead ones while keeping the rest verbatim",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jev-lint",
   "repo": "vayungodara/jev-lint",
   "url": "https://github.com/vayungodara/jev-lint",
   "category": "agent-tooling",
   "what": "CLI that lints an Obsidian vault or Markdown wiki for contradictions and stale claims with Jev under a dollar budget, writing an HTML evidence report",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true,
   "live": "https://jevlint.vayun.net"
  },
  {
   "name": "pi-progress-bar",
   "repo": "vedang/pi-progress-bar",
   "url": "https://github.com/vedang/pi-progress-bar",
   "category": "agent-tooling",
   "what": "Pi widget that discovers session tasks and shows reported progress and task health from Jev Score/Choice judgments rendered with local labels",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "thaiexam-jev-charts",
   "repo": "vehas/thaiexam-jev-charts",
   "url": "https://github.com/vehas/thaiexam-jev-charts",
   "category": "benchmark-research",
   "what": "Static chart pages of Jev on 567 ThaiExam questions vs 110 other models: cost and speed against accuracy, plus confidence calibration",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "HTML",
   "live": "https://vehas.github.io/thaiexam-jev-charts/"
  },
  {
   "name": "xerify",
   "repo": "Verhex/xerify",
   "url": "https://github.com/Verhex/xerify",
   "category": "agent-tooling",
   "what": "CLI, library and MCP server that verifies claims against bounded evidence through a second provider, with Jev typed decisions as a verifier adapter",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true,
   "live": "https://verhex.github.io/xerify/"
  },
  {
   "name": "who-is-hiring",
   "repo": "vertexcover-io/who-is-hiring",
   "url": "https://github.com/vertexcover-io/who-is-hiring",
   "category": "application",
   "what": "Filterable board of HN Who is hiring posts, each labeled by 16 Jev Choice questions and rebuilt by a GitHub Action every 6 hours",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "live": "https://blog.vertexcover.io/who-is-hiring/"
  },
  {
   "name": "signals",
   "repo": "vicpon/signals",
   "url": "https://github.com/vicpon/signals",
   "category": "application",
   "what": "Dashboard giving a bullish/bearish/neutral signal per stock or crypto ticker from Jev judgments over news articles, shown beside an OpenAI comparison",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "HTML",
   "callsApi": true,
   "live": "https://signals-plum.vercel.app"
  },
  {
   "name": "Jev-Browser-Use",
   "repo": "victortran0904/Jev-Browser-Use",
   "url": "https://github.com/victortran0904/Jev-Browser-Use",
   "category": "browser-computer-use",
   "what": "Local browser agent where Jev picks one bounded action from a DOM snapshot of up to 180 elements and code validates and executes it via an extension",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "opencode-jev-router",
   "repo": "viniciosrab/opencode-jev-router",
   "url": "https://github.com/viniciosrab/opencode-jev-router",
   "category": "agent-tooling",
   "what": "OpenCode plugin that has Jev rank relevant tools before each request, logging in shadow mode and narrowing the tool catalog only in opt-in active mode",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "typesafe_sdk_ex",
   "repo": "vinnie357/typesafe_sdk_ex",
   "url": "https://github.com/vinnie357/typesafe_sdk_ex",
   "category": "sdk",
   "what": "Elixir SDK built on Req, modelled on the official JS SDK, with noul/choice/score helpers and status-mapped error structs",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Elixir",
   "callsApi": true
  },
  {
   "name": "mrsecret",
   "repo": "vkpdeveloper/mrsecret",
   "url": "https://github.com/vkpdeveloper/mrsecret",
   "category": "application",
   "what": "Chrome extension that blurs secrets and PII on pages using regex detectors plus Jev classification of short snippets, with cached verdicts",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "siege",
   "repo": "vnmoorthy/siege",
   "url": "https://github.com/vnmoorthy/siege",
   "category": "agent-tooling",
   "what": "Hackathon system where a Jev allow/block/escalate gate guards a support agent's tool calls and a defender loop rewrites the gate policy from breaches",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-13",
   "license": "MIT",
   "language": "TypeScript",
   "live": "https://vnmoorthy.github.io/siege/"
  },
  {
   "name": "faq-jev-router",
   "repo": "wadadanet/faq-jev-router",
   "url": "https://github.com/wadadanet/faq-jev-router",
   "category": "application",
   "what": "Static bilingual FAQ demo that cascades Jev Choices from category to article or not-found, with a Cloudflare Worker proxy holding the key",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript",
   "callsApi": true
  },
  {
   "name": "jev-playground",
   "repo": "watany-dev/jev-playground",
   "url": "https://github.com/watany-dev/jev-playground",
   "category": "agent-tooling",
   "what": "Codex hooks auto-mode wired to Jev with design and gateway reports, plus prefecture-guessing and RGB score samples",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "jev-fps",
   "repo": "Waxmell114514/jev-fps",
   "url": "https://github.com/Waxmell114514/jev-fps",
   "category": "game",
   "what": "Browser aim trainer where Jev answers target Choice, engage Noul and tempo Score every 90 ms and code handles the aiming; simulator fallback without a key",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "jev-trade",
   "repo": "Waxmell114514/jev-trade",
   "url": "https://github.com/Waxmell114514/jev-trade",
   "category": "application",
   "what": "Simulated BTC/ETH trading loop that discretizes price features into words, asks Jev six typed questions per tick and runs a cost-aware execution simulator",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "x-feeder",
   "repo": "Waxmell114514/x-feeder",
   "url": "https://github.com/Waxmell114514/x-feeder",
   "category": "application",
   "what": "CLI that gathers Reddit, HN, news and RSS posts on an issue, has Jev classify stance per document, and reports per-source-tier consensus and divergence alerts",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "jev-bomb",
   "repo": "wbarakat/jev-bomb",
   "url": "https://github.com/wbarakat/jev-bomb",
   "category": "game",
   "what": "Pygame bomb-defusal game where Jev reads written rulebooks and picks one action per decision across wires, button, password and maze modules",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python"
  },
  {
   "name": "jev-snake",
   "repo": "wbarakat/jev-snake",
   "url": "https://github.com/wbarakat/jev-snake",
   "category": "game",
   "what": "Snake played in real time by Jev choosing among three moves plus a danger score, with a live belief panel and heuristic fallback",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "Python"
  },
  {
   "name": "jev-board-lab",
   "repo": "WebGrga/jev-board-lab",
   "url": "https://github.com/WebGrga/jev-board-lab",
   "category": "application",
   "what": "Browser CSV workbench that runs up to 20 user-defined Noul/Choice/Score questions per row through a Cloudflare Worker proxy",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-16",
   "license": null,
   "language": "JavaScript"
  },
  {
   "name": "jevIf",
   "repo": "wescld/jevIf",
   "url": "https://github.com/wescld/jevIf",
   "category": "sdk",
   "what": "One-file JS helper that turns a natural-language condition into a Jev Noul with threshold, plus a single-request jevSwitch for multiple conditions",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "JavaScript",
   "callsApi": true
  },
  {
   "name": "Jev-test",
   "repo": "WeSecureYou/Jev-test",
   "url": "https://github.com/WeSecureYou/Jev-test",
   "category": "application",
   "what": "Node CLI, REST API and web page that ask Jev for an occupation's AI layoff risk, trajectory and accountability need, with mock data when no key is set",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "TypeScript",
   "callsApi": true,
   "live": "https://jev-test.vercel.app"
  },
  {
   "name": "von",
   "repo": "wfzyx/von",
   "url": "https://github.com/wfzyx/von",
   "category": "benchmark-research",
   "what": "Local open-source decision model with a 14MB CPU backend and a server matching the /v1/systemone wire protocol, with a benchmark table",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "s1-bench",
   "repo": "whyihaveyou/s1-bench",
   "url": "https://github.com/whyihaveyou/s1-bench",
   "category": "benchmark-research",
   "what": "Early benchmark CLI for calibrated decision models with Jev and Kimi CLI adapters and two seed tasks covering calibration and robustness",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "pi-observational-memory-jev",
   "repo": "willfish/pi-observational-memory-jev",
   "url": "https://github.com/willfish/pi-observational-memory-jev",
   "category": "agent-tooling",
   "what": "pi extension that has Jev keep/drop and classify verbatim transcript candidates into a ledger used for model-free compaction",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "magic-8-ball",
   "repo": "willprout/magic-8-ball",
   "url": "https://github.com/willprout/magic-8-ball",
   "category": "application",
   "what": "Magic 8 Ball web app where a Cloudflare Worker asks Jev one Choice over twenty replies and shows measured click-to-answer latency",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "live": "https://willprout.github.io/magic-8-ball/"
  },
  {
   "name": "ddskk-jev",
   "repo": "windymelt/ddskk-jev",
   "url": "https://github.com/windymelt/ddskk-jev",
   "category": "application",
   "what": "Emacs minor mode that reorders ddskk Japanese kana-kanji conversion candidates by Jev Choice probabilities from surrounding text",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "GPL-3.0",
   "language": "Emacs Lisp"
  },
  {
   "name": "typesafe-image-diffusion",
   "repo": "Wizhill05/typesafe-image-diffusion",
   "url": "https://github.com/Wizhill05/typesafe-image-diffusion",
   "category": "application",
   "what": "Generates 16x16 pixel art by asking Jev 256 parallel Choice questions, one per pixel, then re-asking with 3x3 neighbourhoods as refinement passes",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "HTML",
   "callsApi": true
  },
  {
   "name": "jev-playground",
   "repo": "wustep/jev-playground",
   "url": "https://github.com/wustep/jev-playground",
   "category": "application",
   "what": "Web demos where Jev picks only enum labels for a music plan that code renders to sheet, audio and MIDI, plus a trolley-problem judge",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript",
   "callsApi": true,
   "live": "https://jev-playground.vercel.app"
  },
  {
   "name": "OpenJev",
   "repo": "xingwudao/OpenJev",
   "url": "https://github.com/xingwudao/OpenJev",
   "category": "benchmark-research",
   "what": "Independent Jev-style decision API with a local mock server, Python and JS SDKs, schema validation and tests; probabilities are synthetic",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "Logra",
   "repo": "xmili233/Logra",
   "url": "https://github.com/xmili233/Logra",
   "category": "application",
   "what": "Next.js platform where a local agent drafts forms and workflow graphs and published flows use Jev via OpenRouter for semantic branching",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "jev-browser",
   "repo": "xpressabhi/jev-browser",
   "url": "https://github.com/xpressabhi/jev-browser",
   "category": "browser-computer-use",
   "what": "OpenCode plugin and harness-agnostic core where Jev picks one operation and target per cycle from visible page text and a small model writes typed text",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "job-search-skills",
   "repo": "xpressabhi/job-search-skills",
   "url": "https://github.com/xpressabhi/job-search-skills",
   "category": "agent-tooling",
   "what": "Two agent skills that find jobs and autofill ATS applications in the user's Chrome, using Jev for eligibility, fit, duplicate and form-answer judgments",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript",
   "callsApi": true,
   "live": "https://xpressabhi.github.io/job-search-skills/"
  },
  {
   "name": "twtry",
   "repo": "xshubhamg/twtry",
   "url": "https://github.com/xshubhamg/twtry",
   "category": "application",
   "what": "Scheduled eve agent that scrapes HN, Reddit and dev.to, has Jev judge candidates, rewrites them with DeepSeek and queues 15 tweet slots",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "fbyte-jev-vs-claude",
   "repo": "xucian/fbyte-jev-vs-claude",
   "url": "https://github.com/xucian/fbyte-jev-vs-claude",
   "category": "benchmark-research",
   "what": "Benchmark scripts comparing Jev via OpenRouter with Claude Opus and Sonnet on five 20-case classification tasks, with an HTML report",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "HTML"
  },
  {
   "name": "poker-jev-test-bench",
   "repo": "Xy2002/poker-jev-test-bench",
   "url": "https://github.com/Xy2002/poker-jev-test-bench",
   "category": "game",
   "what": "React Texas Hold'em game that probes Jev at every betting decision and shows its answers beside a Monte Carlo rule-based coach",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "JavaScript"
  },
  {
   "name": "decido",
   "repo": "yairshy/decido",
   "url": "https://github.com/yairshy/decido",
   "category": "sdk",
   "what": "Python library for typed probabilistic decisions with a Jev provider, batching, request budgets, ranking, a CLI and local MCP tools",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "jev-ask",
   "repo": "yanmad27/jev-ask",
   "url": "https://github.com/yanmad27/jev-ask",
   "category": "agent-tooling",
   "what": "Claude Code plugin that intercepts AskUserQuestion and lets Jev answer when derivable, gated by a second 'is this personal' question",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript"
  },
  {
   "name": "ask-jev",
   "repo": "yannip1234/ask-jev",
   "url": "https://github.com/yannip1234/ask-jev",
   "category": "agent-tooling",
   "what": "Two Codex skills plus a dependency-free Python/curl CLI for sending typed Jev checks on plans, edits and completion claims during work",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "Jev-HA",
   "repo": "Yashilot/Jev-HA",
   "url": "https://github.com/Yashilot/Jev-HA",
   "category": "application",
   "what": "Smart-home assistant pipeline where Jev handles routing, extraction and classification and a local Ollama LLM only answers questions",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "Agent-JEV-Tetris",
   "repo": "Yasserbhb/Agent-JEV-Tetris",
   "url": "https://github.com/Yasserbhb/Agent-JEV-Tetris",
   "category": "game",
   "what": "Tetris where Jev picks each move from seven legal actions annotated with code-computed landing outcomes, with notes on what fixed play",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": null,
   "language": "HTML"
  },
  {
   "name": "jev-automation",
   "repo": "yatharth1706/jev-automation",
   "url": "https://github.com/yatharth1706/jev-automation",
   "category": "browser-computer-use",
   "what": "Voice-controlled Playwright browser where one Jev call picks intent, target element and risk, with confidence-gated confirmation",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "JevTest",
   "repo": "ybentlili/JevTest",
   "url": "https://github.com/ybentlili/JevTest",
   "category": "application",
   "what": "Minimal customer-mail bot demo comparing a run with and without Jev: Jev classifies and verifies refunds, code applies thresholds, Claude writes",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "jev-chess",
   "repo": "yeger00/jev-chess",
   "url": "https://github.com/yeger00/jev-chess",
   "category": "game",
   "what": "Chrome extension plus Node service that plays chess.com bot games by asking Jev to choose among chess.js legal moves, with decision logs",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "By-Your-Side",
   "repo": "yishu-ziyu/By-Your-Side",
   "url": "https://github.com/yishu-ziyu/By-Your-Side",
   "category": "browser-computer-use",
   "what": "Chrome side-panel assistant for reading and web tasks that optionally routes display commands through Jev, cutting median latency 2.60s to 0.77s",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "TypeScript"
  },
  {
   "name": "subtext",
   "repo": "yonidavidson/subtext",
   "url": "https://github.com/yonidavidson/subtext",
   "category": "application",
   "what": "Message bus where subscriptions are English sentences and Jev answers one Noul per subscription per message; local web demo with a mock judge",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript",
   "callsApi": true
  },
  {
   "name": "lizard-agent",
   "repo": "yousudip/lizard-agent",
   "url": "https://github.com/yousudip/lizard-agent",
   "category": "browser-computer-use",
   "what": "Playwright browser agent with no LLM calls: Jev answers a 7-question fan-out per step over a typed action space, with HUD and JSONL traces",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "decio",
   "repo": "youyo/decio",
   "url": "https://github.com/youyo/decio",
   "category": "agent-tooling",
   "what": "Go CLI that turns piped context into a choice, boolean or score via Jev and optionally dispatches pre-declared actions from YAML config",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Go",
   "callsApi": true
  },
  {
   "name": "github-star-organizer-jev",
   "repo": "yutkat/github-star-organizer-jev",
   "url": "https://github.com/yutkat/github-star-organizer-jev",
   "category": "application",
   "what": "Python tool and GitHub Actions workflow that classifies starred repos into existing GitHub Lists with Jev and can apply the assignments",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "jev-flappy",
   "repo": "YYK2007/jev-flappy",
   "url": "https://github.com/YYK2007/jev-flappy",
   "category": "game",
   "what": "Flappy Bird where Jev chooses flap or coast every 160 ms from projected physics, showing probabilities, latency, tokens and cost",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "JavaScript",
   "live": "https://jev-flight-school.yusufkusibati.chatgpt.site"
  },
  {
   "name": "ground-zero",
   "repo": "zavocc/ground-zero",
   "url": "https://github.com/zavocc/ground-zero",
   "category": "agent-tooling",
   "what": "Python library that uses Jev via OpenRouter to check whether model responses and tool-call outputs are grounded in the prompt and sources",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": null,
   "language": "Python"
  },
  {
   "name": "openasking",
   "repo": "ZENOTME/openasking",
   "url": "https://github.com/ZENOTME/openasking",
   "category": "sdk",
   "what": "Rust SDK for Jev with a builder for bool, choice and score questions, supporting the direct TypeSafe API and Vercel AI Gateway",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Rust"
  },
  {
   "name": "dsh-jev",
   "repo": "zhangxaochen/dsh-jev",
   "url": "https://github.com/zhangxaochen/dsh-jev",
   "category": "agent-tooling",
   "what": "Cordis plugin bundle for DeepSeek Harness adding a Jev client, semantic loop guard, shell safety gate and top-K tool pruner",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "TypeScript"
  },
  {
   "name": "typesafe-go",
   "repo": "zhirschtritt/typesafe-go",
   "url": "https://github.com/zhirschtritt/typesafe-go",
   "category": "sdk",
   "what": "Dependency-free Go client for the TypeSafe v1 API with Noul/Choice/Score helpers, retries honoring Retry-After and typed HTTP errors",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Go"
  },
  {
   "name": "jev-support-pulse",
   "repo": "zhuyansen/jev-support-pulse",
   "url": "https://github.com/zhuyansen/jev-support-pulse",
   "category": "benchmark-research",
   "what": "Study labelling 170k support tweets with Jev to detect outages before brands acknowledge them, compared with volume, keyword and sentiment baselines",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "MIT",
   "language": "Python",
   "callsApi": true
  },
  {
   "name": "agent-handoff-gate",
   "repo": "zsoXi/agent-handoff-gate",
   "url": "https://github.com/zsoXi/agent-handoff-gate",
   "category": "agent-tooling",
   "what": "Experimental protocol, schemas and offline evaluation kit for checking evidence behind worker agents' PASS/BLOCKED reports with Jev",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-17",
   "license": "MIT",
   "language": "Python"
  },
  {
   "name": "FeedGate",
   "repo": "zsoXi/FeedGate",
   "url": "https://github.com/zsoXi/FeedGate",
   "category": "application",
   "what": "Chrome extension that uses Jev judgments to reversibly collapse spam and unwanted ads in the X feed while keeping ordinary promotional posts",
   "added": "2026-09-18",
   "stars": 0,
   "pushedAt": "2026-09-18",
   "license": "GPL-3.0",
   "language": "JavaScript"
  }
 ],
 "resources": [
  {
   "title": "Quick start",
   "url": "https://docs.typesafe.ai/introduction/quickstart",
   "section": "official-docs",
   "by": "TypeSafe AI",
   "lang": "en",
   "note": "Shortest path to a first call: get a key, send one state with typed questions, read the answers"
  },
  {
   "title": "API reference",
   "url": "https://docs.typesafe.ai/api",
   "section": "official-docs",
   "by": "TypeSafe AI",
   "lang": "en",
   "note": "HTTP reference for POST /v1/systemone: request body (state, model, questions), answer shapes per question type, rate-limit handling"
  },
  {
   "title": "Primitives (Questions)",
   "url": "https://docs.typesafe.ai/primitives",
   "section": "official-docs",
   "by": "TypeSafe AI",
   "lang": "en",
   "note": "Overview of the three question types (Choice, Score, Noul), what each returns, how to pick one, and how to ask several in one call"
  },
  {
   "title": "Choice",
   "url": "https://docs.typesafe.ai/primitives/choice",
   "section": "official-docs",
   "by": "TypeSafe AI",
   "lang": "en",
   "note": "Choice picks one option from a declared set and returns the selected option, a probability per option, and a confidence value"
  },
  {
   "title": "Score",
   "url": "https://docs.typesafe.ai/primitives/score",
   "section": "official-docs",
   "by": "TypeSafe AI",
   "lang": "en",
   "note": "Score rates the state against ordered descriptive levels and returns a score, a probability per level, and a confidence value"
  },
  {
   "title": "Noul",
   "url": "https://docs.typesafe.ai/primitives/noul",
   "section": "official-docs",
   "by": "TypeSafe AI",
   "lang": "en",
   "note": "Noul asks a yes/no question and returns the probability that the answer is yes"
  },
  {
   "title": "State",
   "url": "https://docs.typesafe.ai/concepts/state",
   "section": "official-docs",
   "by": "TypeSafe AI",
   "lang": "en",
   "note": "What state is, how to structure it (string, JSON object or array), and how to give the model the context a question needs"
  },
  {
   "title": "Confidence",
   "url": "https://docs.typesafe.ai/confidence",
   "section": "official-docs",
   "by": "TypeSafe AI",
   "lang": "en",
   "note": "How TypeSafe reports certainty, how confidence differs from probability, and how to use it to decide whether code should act"
  },
  {
   "title": "Models",
   "url": "https://docs.typesafe.ai/models",
   "section": "official-docs",
   "by": "TypeSafe AI",
   "lang": "en",
   "note": "Model card for jev-1.13.0: $0.042 per million input tokens, free output, rate limits, 64k context (32k for state), text-only input"
  },
  {
   "title": "Jev 1.13 jaggedness",
   "url": "https://docs.typesafe.ai/model-jaggedness/jev-1.13",
   "section": "official-docs",
   "by": "TypeSafe AI",
   "lang": "en",
   "note": "TypeSafe's own list of known weak spots in jev-1.13, which it says will be fixed in later versions; read before designing questions"
  },
  {
   "title": "How to build with TypeSafe",
   "url": "https://docs.typesafe.ai/concepts/how-to-build-with-system-one",
   "section": "official-docs",
   "by": "TypeSafe AI",
   "lang": "en",
   "note": "Design guidance: keep code in control of flow and side effects, and hand the model only narrow, structured decisions"
  },
  {
   "title": "Patterns",
   "url": "https://docs.typesafe.ai/patterns",
   "section": "official-docs",
   "by": "TypeSafe AI",
   "lang": "en",
   "note": "Index of four architecture patterns: speculative fan-out, confidence-gated routing, composite scoring, and intent routing"
  },
  {
   "title": "Agent skill",
   "url": "https://docs.typesafe.ai/agent-skill",
   "section": "official-docs",
   "by": "TypeSafe AI",
   "lang": "en",
   "note": "Install commands for a skill that gives Claude Code, Codex and other coding agents the question types, patterns and API usage"
  },
  {
   "title": "Parallel questions",
   "url": "https://docs.typesafe.ai/cookbooks/parallel_questions",
   "section": "official-docs",
   "by": "TypeSafe AI",
   "lang": "en",
   "note": "Cookbook: 13 questions over the GDPR Wikipedia article; TypeSafe reports one batched call is 12.2x cheaper and 10.0x faster than 13 single calls"
  },
  {
   "title": "Re-ranking",
   "url": "https://docs.typesafe.ai/cookbooks/rerank_typesafe",
   "section": "official-docs",
   "by": "TypeSafe AI",
   "lang": "en",
   "note": "Cookbook: re-ranks 30-passage BM25 shortlists for 40 CLERC legal queries; TypeSafe reports top-1 going from 5% to 18% and top-10 from 38% to 62%"
  },
  {
   "title": "Guardrails for LLMs",
   "url": "https://docs.typesafe.ai/cookbooks/llm_guardrails",
   "section": "official-docs",
   "by": "TypeSafe AI",
   "lang": "en",
   "note": "Cookbook: screen messages into and out of an LLM app with hazard questions and a severity score, then threshold to pass, review or block"
  },
  {
   "title": "Classifying RAG passages",
   "url": "https://docs.typesafe.ai/cookbooks/classifying_rag_passages",
   "section": "official-docs",
   "by": "TypeSafe AI",
   "lang": "en",
   "note": "Cookbook: score each retrieved passage in one request, then decide in code which reach the answering model; drops prompt-injection passages"
  },
  {
   "title": "Function calling",
   "url": "https://docs.typesafe.ai/cookbooks/function_calling",
   "section": "official-docs",
   "by": "TypeSafe AI",
   "lang": "en",
   "note": "Cookbook: maps natural-language trading requests to typed function calls by turning function names and closed-set arguments into questions"
  },
  {
   "title": "Jev (typesafe)",
   "url": "https://developers.cloudflare.com/ai/models/typesafe/jev/",
   "section": "platform",
   "by": "Cloudflare",
   "lang": "en",
   "note": "Cloudflare AI model page for typesafe/jev: 32,000-token context, env.AI.run and curl examples with Noul, Choice and Score, plus sample responses"
  },
  {
   "title": "TypeSafe Jev now available in AI Gateway",
   "url": "https://www.netlify.com/changelog/typesafe-jev-ai-gateway/",
   "section": "platform",
   "by": "Netlify",
   "date": "2026-09-17",
   "lang": "en",
   "note": "Netlify changelog: call Jev from Netlify Functions via @typesafe-ai/sdk with no API key setup, billed to Netlify credits; includes a contact-form routing example"
  },
  {
   "title": "AI SDK Providers: TypeSafe",
   "url": "https://ai-sdk.dev/providers/ai-sdk-providers/typesafe-ai",
   "section": "platform",
   "by": "Vercel AI SDK",
   "lang": "en",
   "note": "Docs for @ai-sdk/typesafe-ai: experimental_evaluate with choice, score and boolean (Noul) questions, limits per type, rounding, confidence metadata, retries"
  },
  {
   "title": "Testing TypeSafe Jev, Mistral and Gemini for local event validation",
   "url": "https://nearhere.events/blog/typesafe-jev-mistral-gemini-event-validation",
   "section": "hands-on",
   "by": "Jon Reed (Near Here)",
   "date": "2026-09-16",
   "lang": "en",
   "note": "Near Here reports Jev matched 48/50 event-listing decisions vs 43 for Gemini 3.5 Flash-Lite and 42 for Mistral Small 4, at 0.59s and $0.043 per 1,000 decisions"
  },
  {
   "title": "Mini-Vibe Check: TypeSafe's Jev Judged Everything I've Written in 0.7 Seconds",
   "url": "https://every.to/also-true-for-humans/mini-vibe-check-typesafe-s-jev-judged-everything-i-ve-written-in-0-7-seconds",
   "section": "hands-on",
   "by": "Mike Taylor (Every)",
   "date": "2026-09-15",
   "lang": "en",
   "note": "Every's head of evals ran Jev over his own writing; the free preview explains the yes/no-probability idea and says accuracy is still open. Rest needs an account"
  },
  {
   "title": "jev 同士に五目並べで対戦させた",
   "url": "https://zenn.dev/mizchi/articles/jev-plays-gomoku",
   "section": "hands-on",
   "by": "mizchi",
   "date": "2026-09-17",
   "lang": "ja",
   "note": "mizchi had Jev play gomoku against itself via one Choice over legal moves; a 25-move game took 13.9s, about 500ms per move, with confidence logged per move. Repo linked"
  },
  {
   "title": "TypeSafeのJevを正しく驚く、それってLLMでできませんか？",
   "url": "https://zenn.dev/nwn/articles/824026c76116e0",
   "section": "hands-on",
   "by": "ヨ (nwn)",
   "date": "2026-09-17",
   "lang": "ja",
   "note": "Author rebuilt the parallel-answer trick with Gemma3 270M first-token logits and reports 77x over JSON output; in a Mario harness Jev still beat the older LLMs tried"
  },
  {
   "title": "Jev means structured output is interesting again",
   "url": "https://www.seangoedecke.com/jev-means-structured-output-is-interesting-again/",
   "section": "explainer",
   "by": "Sean Goedecke",
   "date": "2026-09-16",
   "lang": "en",
   "note": "Skeptical read: argues prefilling a normal LLM and sampling one constrained token gets most of the speed (he reports 2-3x on Qwen2.5-1.5B) and doubts a technical moat"
  },
  {
   "title": "Typed Decisions, Not Chat",
   "url": "https://warmersun.com/jev/",
   "section": "explainer",
   "by": "Warmer Sun",
   "date": "2026-09-16",
   "lang": "en",
   "note": "Briefing that sets each launch claim against TypeSafe's own footnotes: eval labels come from two LLMs, the 0% hallucination figure is not empirical, no paper or weights"
  },
  {
   "title": "Jev: The Language Model That Won't Talk",
   "url": "https://anthonymaio.substack.com/p/jev-the-language-model-that-wont",
   "section": "explainer",
   "by": "Anthony Maio",
   "date": "2026-09-16",
   "lang": "en",
   "note": "Analysis from secondary sources: Jev 67.8% vs GPT Sol 74.1% on TypeSafe's evals, RLCD unpublished, and calibrated answers need not compose into a calibrated workflow"
  },
  {
   "title": "He Says He Co-Invented ChatGPT. His New AI, Jev, Won't Write a Word",
   "url": "https://dev.to/gabrielanhaia/he-says-he-co-invented-chatgpt-his-new-ai-jev-wont-write-a-word-e3c",
   "section": "explainer",
   "by": "Gabriel Anhaia",
   "date": "2026-09-17",
   "lang": "en",
   "note": "TypeScript ticket-triage walkthrough with the AI SDK provider plus a threshold routing function; no live run (author had no key), numbers are vendor-reported"
  },
  {
   "title": "AI That Doesn't Talk: A Plain-English Guide to TypeSafe's Jev",
   "url": "https://ziplyne.agency/blog/ai-that-doesnt-talk-typesafe-jev-guide",
   "section": "explainer",
   "by": "Isaac Horowitz (ZipLyne)",
   "date": "2026-09-16",
   "lang": "en",
   "note": "Long beginner guide with Python SDK snippets, use cases by industry, a list of reasons to stay skeptical, and a shadow-run rollout plan. No testing of its own"
  },
  {
   "title": "What Is Jev? How to Implement Typesafe AI’s Decision Model (Practical Guide)",
   "url": "https://mohammedshehu.com/jev-typesafe-ai/",
   "section": "explainer",
   "by": "Mo Shehu",
   "date": "2026-09-16",
   "lang": "en",
   "note": "Python SDK intro plus a proposed (not built) use in the author's chargeback tool; test results quoted are Every's, not his own"
  },
  {
   "title": "TypeSafe JEV Explained: AI Decisions Without a Chatbot",
   "url": "https://www.theneuron.ai/explainer-articles/typesafe-jev-system-one-models-explained/",
   "section": "explainer",
   "by": "Grant Harvey (The Neuron)",
   "date": "2026-09-16",
   "lang": "en",
   "note": "Short non-technical explainer of the launch post and RLCD; all figures are company-reported and the only counterpoint is that general LLMs keep getting cheaper"
  },
  {
   "title": "TypeSafe Jev: the First Decision-Only Model Class, Benchmarked and Priced",
   "url": "https://www.developersdigest.tech/blog/typesafe-jev-system-one-models-release-guide-2026",
   "section": "explainer",
   "by": "Developers Digest",
   "date": "2026-09-16",
   "lang": "en",
   "note": "Rewrite of the launch post and evals site: per-model accuracy/cost/latency table, pricing, curl example. No testing of its own; repeats TypeSafe's caveats"
  },
  {
   "title": "TypeSafe AI debuts model for machines that plays Doom",
   "url": "https://www.theregister.com/ai-and-ml/2026/09/16/typesafe-ai-debuts-model-for-machines-that-plays-doom/5296711",
   "section": "news",
   "by": "Thomas Claburn (The Register)",
   "date": "2026-09-16",
   "lang": "en",
   "note": "Launch coverage: $40M funding, typed probabilistic output, the Doom demo, pricing, and why \"hallucination-free\" is not a fair comparison since answers can still be wrong"
  },
  {
   "title": "LLMの193倍速い“判断だけのAI”「Jev」、ChatGPTの共著研究者が開発",
   "url": "https://pc.watch.impress.co.jp/docs/news/2141599.html",
   "section": "news",
   "by": "竹元 かつみ (PC Watch)",
   "date": "2026-09-17",
   "lang": "ja",
   "note": "Japanese launch report; notes Almeida is one of about 20 InstructGPT co-authors, not ChatGPT's inventor, and that 193.6x/444.6x come from TypeSafe's own evals"
  },
  {
   "title": "[AINews] Jev: a “System One Model” that only decides/classifies/routes/scores — >100x faster, >200x cheaper than small frontier LLMs",
   "url": "https://www.latent.space/p/ainews-jev-a-system-one-model-that",
   "section": "news",
   "by": "Latent Space",
   "date": "2026-09-16",
   "lang": "en",
   "note": "Daily roundup leading with the launch; the Jev part is a short digest of X reactions (classifier/judge/router use, \"not a GPT replacement\", DSPy parallels)"
  },
  {
   "title": "Browser Use's Jev Ultrafast Cuts Browser Agent Costs 90% With Indexed DOM Actions",
   "url": "https://alphasignal.ai/news/browser-use-s-jev-ultrafast-cuts-browser-agent-costs-90-with-indexed-dom-actions",
   "section": "news",
   "by": "AlphaSignal Newsroom",
   "date": "2026-09-17",
   "lang": "en",
   "note": "Reports Browser Use's MIT-licensed agent where Jev picks an action and element index per step; Google Flights demo in about 7s at a reported $0.0039. Paywalled midway"
  },
  {
   "title": "Livestream Coding with the new TypeSafe AI JEV Model | Parallel Constrained Decoding",
   "url": "https://www.youtube.com/watch?v=5Lx4DLLYafM",
   "section": "video",
   "by": "Neural Breakdown with AVB",
   "date": "2026-09-17",
   "lang": "en",
   "note": "Livestream (about 2h19m) breaking down Jev and sketching network architectures for JSON-predictor models; per the description the content starts near 6:57"
  },
  {
   "title": "100x Faster? He Co-Created ChatGPT. Now He Built the Opposite: Meet Jev.",
   "url": "https://www.youtube.com/watch?v=oAI-5lhKWyU",
   "section": "video",
   "by": "Reindent",
   "date": "2026-09-16",
   "lang": "en",
   "note": "Launch walkthrough with sources on screen: blog caveats, Doom and Wikiracing demos, the two outside tests, 'can't hallucinate' read closely, X thread questions"
  },
  {
   "title": "Jev by TypeSafe AI: Jev vs LLMs - Parallel Sampling, Lower Latency, and Typed Outputs",
   "url": "https://www.youtube.com/watch?v=JQFNpX1w6vY",
   "section": "video",
   "by": "Alex Hitt",
   "date": "2026-09-17",
   "lang": "en",
   "note": "Nine-minute explainer: parallel sampling vs autoregression, RLCD, the primitives, an expense-claim example, and limits around semantic errors and auditability"
  },
  {
   "title": "Introducing System One Models and Jev",
   "url": "https://news.ycombinator.com/item?id=49717558",
   "section": "discussion",
   "by": "Hacker News",
   "date": "2026-09-15",
   "lang": "en",
   "note": "Main launch thread (1,871 points, about 490 comments): whether the speed comparison is apples-to-oranges, classifier/encoder parallels, and requests for demo code"
  },
  {
   "title": "Reverse-engineered Jev-like model",
   "url": "https://news.ycombinator.com/item?id=49731282",
   "section": "discussion",
   "by": "Hacker News",
   "date": "2026-09-16",
   "lang": "en",
   "note": "Thread on the jevlike repo (160 points): replication attempts, a commenter reporting a DiffusionGemma \"Jev mode\" at about 0.2s per decision, and a Qwen-2.5-1B clone"
  },
  {
   "title": "OpenJev",
   "url": "https://news.ycombinator.com/item?id=49752041",
   "section": "discussion",
   "by": "Hacker News",
   "date": "2026-09-18",
   "lang": "en",
   "note": "Thread on openjev.com (108 points, 53 comments): commenters note it is unaffiliated, emulates Jev with Qwen3 0.6B, takes 0.5-2s on an M2 Max, and question the name"
  },
  {
   "title": "Open-sourced jev architecture last year with model,paper and dataset",
   "url": "https://news.ycombinator.com/item?id=49736660",
   "section": "discussion",
   "by": "Hacker News",
   "date": "2026-09-17",
   "lang": "en",
   "note": "Author claims a March 2025 arXiv paper (2503.23303) with open model and dataset used a similar non-autoregressive probability design; replies debate credit"
  },
  {
   "title": "pngwn/open-jev",
   "url": "https://huggingface.co/spaces/pngwn/open-jev",
   "section": "open-model",
   "by": "pngwn",
   "date": "2026-09-17",
   "lang": "en",
   "note": "Gradio demo of the pngwn Qwen3.5-4B scorer: prefill state once, score all question/option branches in parallel; card reports 0.740 accuracy, ECE 0.047 on 500 Gradio PRs",
   "notable": true
  },
  {
   "title": "monotykamary/LFM2.5-2.6B-RLCD",
   "url": "https://huggingface.co/monotykamary/LFM2.5-2.6B-RLCD",
   "section": "open-model",
   "by": "monotykamary",
   "date": "2026-09-16",
   "lang": "en",
   "note": "Inference-only parallel constrained decoding on unchanged LFM2.5-2.6B; card reports ~9.9x speedup on L40S but 72.2% field accuracy on fresh cases vs 94.4% for AR JSON",
   "notable": true
  },
  {
   "title": "com-kotobalabs/open-jev-deberta-v3-large",
   "url": "https://huggingface.co/com-kotobalabs/open-jev-deberta-v3-large",
   "section": "open-model",
   "by": "com-kotobalabs",
   "date": "2026-09-18",
   "lang": "en",
   "note": "DeBERTa-v3-large with a span head for choice/score/noul, trained on banking77, SST-5 and BoolQ gold labels; card reports 0.854 in-domain and 0.690 OOD accuracy",
   "notable": true
  },
  {
   "title": "mobarmg/jev-schema-scorer-deberta-v3-large",
   "url": "https://huggingface.co/mobarmg/jev-schema-scorer-deberta-v3-large",
   "section": "open-model",
   "by": "mobarmg",
   "date": "2026-09-17",
   "lang": "en",
   "note": "DeBERTa-v3-large scalar scorer over (state, question+candidate) pairs, trained on 7,650 synthetic questions in 30 domains; card reports 0.889 choice acc, 0.940 noul acc",
   "notable": true
  },
  {
   "title": "pngwn/system-one-qwen3.5-4b-scorer",
   "url": "https://huggingface.co/pngwn/system-one-qwen3.5-4b-scorer",
   "section": "open-model",
   "by": "pngwn",
   "date": "2026-09-16",
   "lang": "en",
   "note": "Qwen3.5-4B-Base with LoRA r=16 and a scalar option-scoring head, 12,913 questions, 9 task families; card reports 0.707 test accuracy, ECE 0.044 after temperature scaling",
   "notable": true
  },
  {
   "title": "reachjalil/jevlogs-log-triage-benchmark",
   "url": "https://huggingface.co/datasets/reachjalil/jevlogs-log-triage-benchmark",
   "section": "open-dataset",
   "by": "reachjalil",
   "date": "2026-09-17",
   "lang": "en",
   "note": "5,000 sanitized Loghub HDFS/BGL log lines with live Jev routing decisions and token counts; card reports 0.993 HDFS recall but only 0.84% of lines filtered out",
   "notable": true
  },
  {
   "title": "Mikhail/mini-jev-runs",
   "url": "https://huggingface.co/datasets/Mikhail/mini-jev-runs",
   "section": "open-dataset",
   "by": "Mikhail",
   "date": "2026-09-18",
   "lang": "en",
   "note": "27,900 decision records with fp32 option-letter logits from frozen Qwen3-4B-Instruct-2507 on CLINC150; card reports 0.848 accuracy and scores that are not calibrated",
   "notable": true
  },
  {
   "title": "harshatheg/Qwen-2.5-1B-RLCD",
   "url": "https://huggingface.co/harshatheg/Qwen-2.5-1B-RLCD",
   "section": "open-model",
   "by": "harshatheg",
   "date": "2026-09-16",
   "lang": "en",
   "note": "MLX inference code, no new weights: Qwen2.5-1.5B-Instruct-4bit scores enum/boolean JSON fields in parallel; card reports 5.6x-7.0x speedup vs autoregressive (M4 Max)"
  },
  {
   "title": "multimodalart/jev-reproductions-tracker",
   "url": "https://huggingface.co/spaces/multimodalart/jev-reproductions-tracker",
   "section": "open-model",
   "by": "multimodalart",
   "date": "2026-09-17",
   "lang": "en",
   "note": "Static Space listing open Jev reproduction attempts in one grid (decoding tricks, diffusion, trained scorers, prior art, explainers), sorted by an engagement score"
  },
  {
   "title": "shreyansh26/Qwen-2.5-1B-RLCD",
   "url": "https://huggingface.co/shreyansh26/Qwen-2.5-1B-RLCD",
   "section": "open-model",
   "by": "shreyansh26",
   "date": "2026-09-16",
   "lang": "en",
   "note": "PyTorch server code, no fine-tuned weights: batched and FlexAttention tree scoring of enum/boolean fields on Qwen2.5-1.5B-Instruct; card gives no benchmark numbers"
  },
  {
   "title": "notnotsamuel/LFM2.5-350M-RLCD",
   "url": "https://huggingface.co/notnotsamuel/LFM2.5-350M-RLCD",
   "section": "open-model",
   "by": "notnotsamuel",
   "date": "2026-09-16",
   "lang": "en",
   "note": "Inference-only constrained field scoring on unchanged LFM2.5-350M; card reports 8.46x (M2 Max) to 62.91x (L40S) speedup on 28 booleans at 60.7-64.3% field accuracy"
  },
  {
   "title": "pngwn/system-one-qwen3.5-4b-scorer-v2b",
   "url": "https://huggingface.co/pngwn/system-one-qwen3.5-4b-scorer-v2b",
   "section": "open-model",
   "by": "pngwn",
   "date": "2026-09-17",
   "lang": "en",
   "note": "v2 retrain of the pngwn Qwen3.5-4B-Base LoRA scorer on 45,932 questions for 2 epochs; card reports 0.803 val accuracy and ECE 0.022 (val split only, n=5,087)"
  },
  {
   "title": "heman10x/rlcd-modernbert-151m",
   "url": "https://huggingface.co/heman10x/rlcd-modernbert-151m",
   "section": "open-model",
   "by": "heman10x",
   "date": "2026-09-17",
   "lang": "en",
   "note": "151M GLiClass ModernBERT-base classifier with CE+Brier loss, temperature scaling, an abstain slot; card reports 95.0% top-1 and 3.35% ECE on 1,000 Banking77-based cases"
  },
  {
   "title": "aahf/JevBenchmark",
   "url": "https://huggingface.co/spaces/aahf/JevBenchmark",
   "section": "open-model",
   "by": "aahf",
   "date": "2026-09-17",
   "lang": "en",
   "note": "Static article comparing Jev, GPT-5.6 Sol and XGBoost on four synthetic ad outcomes; card reports similar quality at ~64x lower estimated API cost and 5.4x lower latency"
  },
  {
   "title": "SargeDev/jev-distill-corpus",
   "url": "https://huggingface.co/datasets/SargeDev/jev-distill-corpus",
   "section": "open-dataset",
   "by": "SargeDev",
   "date": "2026-09-18",
   "lang": "en",
   "note": "148,160 query-passage rows with 0-7 graded relevance from a typed-judgment (Choice) API and a 32B teacher; card reports 91.0% binary agreement, Pearson r=0.897"
  },
  {
   "title": "epsilon3/Qwen-2.5-1B-RLCD-Fast",
   "url": "https://huggingface.co/epsilon3/Qwen-2.5-1B-RLCD-Fast",
   "section": "open-model",
   "by": "epsilon3",
   "date": "2026-09-16",
   "lang": "en",
   "note": "Tree-attention variant of harshatheg's inference code on unchanged Qwen2.5-1.5B-Instruct; card reports up to 2.37x faster field decode and 98% less extra memory on M4 Pro"
  },
  {
   "title": "Foodoo1/Qwen3-14B-RLCD-Decision-LoRA",
   "url": "https://huggingface.co/Foodoo1/Qwen3-14B-RLCD-Decision-LoRA",
   "section": "open-model",
   "by": "Foodoo1",
   "date": "2026-09-18",
   "lang": "en",
   "note": "QLoRA on Qwen3-14B with loss on the single decision token, 4,152 synthetic fraud-triage cases; card reports 98.8% vs 85.2% base on 200 held-out synthetic cases, 4 fields"
  },
  {
   "title": "DavidHatley/system-one-mini",
   "url": "https://huggingface.co/DavidHatley/system-one-mini",
   "section": "open-model",
   "by": "DavidHatley",
   "date": "2026-09-16",
   "lang": "en",
   "note": "69.3M DistilBERT with five fixed classification heads over synthetic software-diagnosis summaries; card says not a Jev reproduction, reports 86.25% final-set accuracy"
  },
  {
   "title": "reachjalil/jevlogs-triage-explorer",
   "url": "https://huggingface.co/spaces/reachjalil/jevlogs-triage-explorer",
   "section": "open-model",
   "by": "reachjalil",
   "date": "2026-09-17",
   "lang": "en",
   "note": "Gradio explorer for the jevlogs log-triage benchmark; makes no live Jev calls and recomputes routing from saved probabilities on sanitized Loghub HDFS and BGL samples"
  },
  {
   "title": "mobarmg/jev-schema-scorer",
   "url": "https://huggingface.co/spaces/mobarmg/jev-schema-scorer",
   "section": "open-model",
   "by": "mobarmg",
   "date": "2026-09-17",
   "lang": "en",
   "note": "Gradio demo and API for mobarmg/jev-schema-scorer-deberta-v3-large; you write your own choice/noul/score schema and it returns per-question distributions"
  },
  {
   "title": "Eloiselatourdepise/qwen-rlcd-demo",
   "url": "https://huggingface.co/spaces/Eloiselatourdepise/qwen-rlcd-demo",
   "section": "open-model",
   "by": "Eloiselatourdepise",
   "date": "2026-09-18",
   "lang": "en",
   "note": "Static in-browser (WebGPU/WASM) side-by-side demo of harshatheg/Qwen-2.5-1B-RLCD parallel constrained decoding vs autoregressive JSON generation; card gives no numbers"
  },
  {
   "title": "pngwn/system-one-demo",
   "url": "https://huggingface.co/spaces/pngwn/system-one-demo",
   "section": "open-model",
   "by": "pngwn",
   "date": "2026-09-16",
   "lang": "en",
   "note": "Gradio demo of the pngwn Qwen3.5-4B-Base LoRA scorer next to Qwen3.5-4B instruct; card reports 0.705 test accuracy, ECE 0.046 and ~112 ms per query at 16 options or fewer"
  },
  {
   "title": "reachjalil/jev-luna-pagerduty-trigger",
   "url": "https://huggingface.co/datasets/reachjalil/jev-luna-pagerduty-trigger",
   "section": "open-dataset",
   "by": "reachjalil",
   "date": "2026-09-17",
   "lang": "en",
   "note": "3,000 synthetic checkout/payments log lines with page/no-page gold labels plus Jev and GPT-5.6 Luna runs; card reports Jev v3 at p>=0.50 with 1.000 recall and precision"
  },
  {
   "title": "reachjalil/jev-tree-choice-cap",
   "url": "https://huggingface.co/datasets/reachjalil/jev-tree-choice-cap",
   "section": "open-dataset",
   "by": "reachjalil",
   "date": "2026-09-18",
   "lang": "en",
   "note": "180 synthetic tickets over a 320-leaf incident taxonomy testing Jev's 255-option Choice cap; card reports authored tree walk 180/180 vs 90/180 when truncating to 255"
  },
  {
   "title": "pngwn/system-one-decisions",
   "url": "https://huggingface.co/datasets/pngwn/system-one-decisions",
   "section": "open-dataset",
   "by": "pngwn",
   "date": "2026-09-16",
   "lang": "en",
   "note": "Training set for the pngwn scorer: 12,913/1,452/1,751 rows of state, typed question, options, answer index; card body is the upstream support-ticket dataset text"
  },
  {
   "title": "DavidHatley/system-one-mini-data",
   "url": "https://huggingface.co/datasets/DavidHatley/system-one-mini-data",
   "section": "open-dataset",
   "by": "DavidHatley",
   "date": "2026-09-16",
   "lang": "en",
   "note": "28,000 deterministic synthetic software-diagnosis summaries with five fixed labels, used to train DavidHatley/system-one-mini; card says not a Jev or RLCD reproduction"
  }
 ],
 "resourceSections": [
  [
   "official-docs",
   "Official docs worth reading first",
   "TypeSafe's own pages. The failure-modes page is the one most people skip."
  ],
  [
   "platform",
   "Where you can call it",
   "Providers that serve Jev besides TypeSafe's own API."
  ],
  [
   "open-model",
   "Open models and demos on Hugging Face",
   "TypeSafe has released no weights. These are community reproductions of the idea; numbers are each card's own."
  ],
  [
   "open-dataset",
   "Datasets",
   ""
  ],
  [
   "hands-on",
   "Hands-on reports",
   "Someone ran it and wrote down what happened."
  ],
  [
   "explainer",
   "Explainers",
   "What it is and how to think about it. No original testing unless the note says so."
  ],
  [
   "video",
   "Videos",
   ""
  ],
  [
   "news",
   "News",
   ""
  ],
  [
   "discussion",
   "Discussion",
   ""
  ]
 ],
 "otherLists": [
  {
   "name": "hellogumbo/awesome-jev (awesomejev.com)",
   "url": "https://github.com/hellogumbo/awesome-jev",
   "note": "The largest directory, several hundred entries with star counts refreshed daily"
  },
  {
   "name": "aliaihub/awesome-jev-usecases",
   "url": "https://github.com/aliaihub/awesome-jev-usecases",
   "note": "Use cases grouped by industry, with evidence links"
  },
  {
   "name": "AbdelStark/awesome-typesafe",
   "url": "https://github.com/AbdelStark/awesome-typesafe",
   "note": "Broader TypeSafe ecosystem list"
  },
  {
   "name": "yzfly/awesome-jev-zh",
   "url": "https://github.com/yzfly/awesome-jev-zh",
   "note": "Chinese-language list"
  }
 ],
 "lab": {
  "model": "jev-1.13.0",
  "date": "2026-09-18",
  "findings": [
   "Counting breaks the way TypeSafe says it does: asked whether \"strawberry\" has exactly three r, Jev says yes at 0.60; asked whether it has exactly two, it says yes at 0.79.",
   "Their fix works, mostly: one yes/no question per item, summed in code, counted 11 of 12 fruits in a 23-item list. The miss was \"lime\" at 0.32.",
   "On 33 known-answer cases: controls 4/4, dates 6/6, negation and indirection 6/6, adversarial 4/4, arithmetic 5/6, counting 5/7. Arithmetic answers sat near 0.5, which is the usable signal.",
   "Latency depends on when you call. The fastest request stays near 250 ms up to 25 questions per call, which supports the parallel-questions claim, but medians ranged from 310 ms (1 question) to 4.7 s (200 questions), and an earlier run the same day was several times faster at 200.",
   "The 3-question quickstart call billed 424 input tokens: about $0.000018 at the listed $0.042 per million."
  ]
 }
}
