The official demo hub, currently home to the Smart Home Assistant, which uses speculative questions to pick a tool and falls back to a general model when nothing fits.
Tools & Integrations·#official#demo#tool-calling
Official
TypeSafe's announcement that Jev is available on the Vercel AI Gateway, linking the model page with the Jev API, pricing, and playground.
Tools & Integrations·#official#x#vercel
Official
A Python asyncio runtime that puts Jev in a supervision loop above Codex or OpenCode workers: it judges completion, test sufficiency, and stuck loops, then steers, retries, or stops the job.
Tools & Integrations·#community#python#coding-agent
A staged code-review workflow that uses Jev for bounded judgments over Git diffs or whole codebases, with a local dashboard. Policy and thresholds stay in code while Jev screens five risk areas.
Tools & Integrations·#community#typescript#code-review
A web-search app where Jev picks sources, time ranges, and query terms, then ranks results from a dozen engines through Search1API, returning links and relevance scores instead of generated answers.
Tools & Integrations·#community#typescript#search
A PostgreSQL extension that filters, ranks, and classifies table rows with plain-language conditions judged by Jev, batching 20 rows per request and caching answers per session.
Tools & Integrations·#community#postgres#sql
A browser-use agent where Jev picks one action per step from a page's interactive elements. Runs as an MCP server, CLI, or library and returns a step trace, screenshot, and console errors.
Tools & Integrations·#community#typescript#mcp
An MCP server exposing ten Jev judgment tools, including verify, screen, find, rerank, classify, review, and gate, each returning typed probabilities in roughly 150 to 500 ms.
Tools & Integrations·#community#typescript#mcp
Control a headed Chromium window by voice: one Jev request per partial transcript decides intent, target, and completeness in roughly 300 ms, while code applies thresholds and builds the action.
Tools & Integrations·#community#javascript#browser
A single-binary Go MCP server exposing one evaluate tool for noul, choice, and score questions, with one-command registration for Claude Code, Claude Desktop, and Codex.
Tools & Integrations·#community#go#mcp
A Claude Code plugin that trims long Bash output after a command runs but before the model sees it: irrelevant chunks are dropped with omission markers while errors, diffs, and code are preserved.
Tools & Integrations·#community#typescript#claude-code
Grep by meaning instead of regex: Jev scores every line, meanings combine with AND, OR, and NOT, and one query matches across Japanese, French, German, Spanish, and more.
Tools & Integrations·#community#javascript#cli
A Pi coding-agent extension with Jev as a decision layer: a gate judges bash, write, and edit calls before they run, and an output judge flags leaked secrets and classifies failures.
Tools & Integrations·#community#typescript#coding-agent
A Rust CLI that ranks agent skills for the next step with a two-stage Jev pass plus lexical prefiltering, with Claude Code hooks, a TUI, abstention, and --why-not explanations.
Tools & Integrations·#community#rust#cli
A pre-alpha PostgreSQL extension for categorical work in SQL: Noul, Choice, and Score functions plus batched variants that classified 38 strings in two requests.
Tools & Integrations·#community#postgres#sql
Render a live Jev meter over any video: Whisper transcribes, every sentence is scored, and ffmpeg exports a 16:9 edit with flags and a scoreboard. Presets cover debates, calls, and pitches.
Tools & Integrations·#community#python#video
Fish-style zsh autosuggestions ranked by Jev: each keystroke asks which of your last 100 distinct history entries you are completing and shows the best match for one-key acceptance.
Tools & Integrations·#community#typescript#zsh
A local decision ledger for Jev-class models: caches decisions keyed by redacted model, schema, and state, replays them deterministically in CI, and publishes bundles without raw state.
Tools & Integrations·#community#rust#caching
LangChain's langchain-typesafe integration exposes Jev as a TypeSafeClassifier plus experimental model-routing and auto-mode middleware that screens risky tool calls before execution.
Tools & Integrations·#community#integration#python
Community
Tamara's demo of fast-jev-compaction for Claude Code: instead of summarizing context, Jev scores every tool call and drops the irrelevant ones, with a video of it running.
Tools & Integrations·#community#x#video
Community
Alex Volkov reports that a Jev-powered Claude plugin reviewing unnecessary tool calls cut a session from nearly 1M to 86K tokens in about one second, with the install prompt in the post.
Tools & Integrations·#community#x#claude
Community
Guillermo Rauch says the fx auto-mode safety reviewer, currently on GPT Luna, is up to 18x faster at p95 and more accurate with Jev, and that Jev is coming to Vercel AI Gateway.
Tools & Integrations·#community#x#vercel
Community
OpenRouter's beta announcement for Jev: state plus typed questions returns typed decisions with probabilities, so there is no JSON prompting, parsing layer, or output validation.
Tools & Integrations·#community#x#video
Community
Browser Use's Ultrafast agent puts Jev in charge of picking each browser action from a dynamic DOM action space. The author reports a flight search in 7 seconds for about $0.0039.
Tools & Integrations·#community#x#video
Community
The pg-jev author demos jev(), a PostgreSQL extension that filters table rows with natural-language conditions and no index or embeddings, judging 129 rows in about a second.
Tools & Integrations·#community#x#video
Community
A short demo of a model router built with Jev: each request is classified by Jev and forwarded to the model judged most suitable, shown as a screen recording.
Tools & Integrations·#community#x#video
Community
A DuckDB extension that classifies rows in CSV, Parquet, or DuckDB tables with Jev, reported at about 10 seconds for 1,000 rows and framed as more ergonomic than a bespoke classifier.
Tools & Integrations·#community#x#duckdb
Community
Cloudflare's developer account announced that Jev is available on AI Gateway, callable from Workers with typed Noul, Choice, and Score questions returning structured answers.
Tools & Integrations·#community#x#cloudflare
Community
Use Jev as a Braintrust judge scorer, then inspect selected answers, confidence, and probabilities alongside the scorer answer. Includes tracing for your own calls.
Tools & Integrations·#community#evaluation#observability
Community
An agent-first CLI for System One: ask, rank, extract, verify, screen, find, and decide from the shell, with an installable agent skill. Published on PyPI.
Tools & Integrations·#community#cli#agent
@jev.fn compiles a Python function definition (parameters, docstring, return annotation) into a state plus typed questions, then validates the answers back into Pydantic models.
Tools & Integrations·#community#python#decorator
Community
A community playground with over a hundred use cases, games, and model challenges, with editable prompts and side-by-side comparisons.
Tools & Integrations·#community#playground#nextjs
Run a Pydantic AI agent on Jev: each field of the output type becomes one question, the prompt is the state, and confidence comes back per field.
Tools & Integrations·#community#pydantic#python
Community
An MCP server that puts Jev in the coding loop for Cursor, Codex, and other MCP clients: coding-loop checks, ranking, verification, and review tools.
Tools & Integrations·#community#mcp#coding-agent
Jev-backed auto mode for the Pi coding agent: semantically approves bash, write, and edit tool calls, and fails closed whenever a decision cannot be made.
Tools & Integrations·#community#coding-agent#permissions
AI Gateway's evaluation modality: call Jev as `typesafe-ai/jev` through the AI SDK's experimental_evaluate API, with structured answers instead of free-form text.
Tools & Integrations·#community#vercel#integration
Community
Model card for `typesafe-ai/jev`: evaluation type, $0.042 per 1M input tokens, zero output token charge, and a hosted playground.
Tools & Integrations·#community#vercel#pricing
Community
Access Jev through OpenRouter's decisions endpoint, an alternative route to early access that still uses TypeSafe's question and answer shapes.
Tools & Integrations·#community#openrouter#api
Community
Drop-in skill for Claude Code, Codex, and other agent environments that teaches the right way to structure states and questions.
Tools & Integrations·#official#agent#skill
Get an API key, manage models, and try the playground: three walkthrough lessons plus realistic use cases like resume screening and ticket routing.
Tools & Integrations·#official#playground#api-keys
Official