A Chinese list of twenty projects for people who just got an API key: jev-ultrafast, fast-jev-compaction, json-render, typesafe-mcp, jev-mcp, SemDecide, the Codex router, winnow, jev-review, blink, Agent Desktop, typesafe-mario, jev-drone, OneVOneJev, jev-trader, prism-liquidity-agent, neo4jev, jev-curate, Canny and killmyidea.
Many RL tasks need a judge to verify pieces of outputs or trajectories, and at scale that is the bottleneck; a fast, cheap, calibrated judge could remove it. Draws on earlier work with Harvey's LAB benchmark, where harness engineering plus open models cut judging costs by orders of magnitude.
A provocation with a video: if a marketplace pays $0.01 per CAPTCHA and Jev solves 100 for $0.0068, the margin is 99%; the author threatens to open-source it if the loophole is not fixed.
Jev as a decision layer for the Pi coding agent: a measured tool-call gate plus a jev_ask tool for typed, calibrated answers; distinct from madeye/pi-jev.
A System One style layer that returns typed, calibrated decisions from any open-weights LLM in a single forward pass (Hugging Face and vLLM), with benchmarks against Jev in the README.
Agents can write code but struggle to understand what they built at runtime; Reticle gives web and desktop apps a Jev-style runtime perception layer so agents know which interface they are looking at.
A Rust runtime that lets any agent operate desktop apps through their real UI structure (OS accessibility trees) with stable element refs, from the author of the hook-based routing demo.
An MCP connector that gives any MCP-capable agent direct Choice / Score / Noul calls to Jev; the Chinese roundups call it the first thing to install after getting an API key.
Jev-powered model routing, memory, context compaction, skill selection and computer/browser use for Hermes agents (also Claude Code and Codex), with a routing dashboard and shadow mode that shows what Jev routing would have saved before you switch it on.
An OSS library from the LlamaIndex founder: give a document plus natural-language category rules and Jev predicts the category (classify) or the boundaries between sub-documents (split). OCR backends: liteparse (fast, free) or LlamaParse for complex layouts.
An extension for bentlegen's hunk that classifies the files in a diff (core, tests, docs…) with Jev and reorders the review so the important changes come first.
Split like gpu-lexer, classify every token with Jev, render Shiki-compatible tokens to HTML and ANSI — a language-agnostic highlighter, experimental only.
A Minecraft agent that plans with Astra and lets Jev control step-by-step actions, with native recording, tested routes and run verification; the Jev decision rules live in models.mjs.
An open reproduction that answers noul/choice/score in one non-autoregressive pass with calibrated confidence, at 150M parameters — a non-LLM route to the same interface.
Native MLX and Core ML runtimes for Laya typed decisions: `pip install 'laya-mlx[demo]'`, no text generation, no PyTorch, no cloud API. A Rubik's-cube demo runs 100 moves locally.
LangChain tested Jev against LLM judges on accuracy, repeatability, latency and cost to see whether System One models offer a new approach to online agent evaluation; evaluator code in the repository.
Upload a research-paper PDF; text is extracted in the browser, split into roughly 1,000-word passages, and a fixed set of small questions is asked per passage in parallel, then combined into weighted scores.
A text game where you talk your way past a border inspector whose actions are chosen by Jev from your typed replies; dialogue and consequences are authored game code, Jev only decides.
A browser extension (and web version) that classifies the news article you are reading by political framing, article type, topic and how loaded the language is, using Jev as a fast probabilistic classifier.
An experimental protocol where a worker agent sends requirements, code and test results to Jev, which returns an evidence verdict for the team-lead agent before results are accepted.
Adds `jev()` semantic predicates to plain Postgres through a CLI, HTTP and SDKs, with a SQLite cache and an `--explain` cost preview; a playground is hosted.
A Claude Code and Codex CLI plugin that intercepts Bash output above roughly 10K estimated tokens, chunks it and asks Jev which lines are still needed, dropping progress logs and boilerplate.
A bilingual (Traditional Chinese / English) evidence map of where Jev holds up and where it breaks, with API-call receipts under suites/. Its thesis: success tracks whether the answer is derivable from the supplied state rather than from outside knowledge.
`pip install von`: a non-autoregressive local decision model claiming wire-protocol compatibility with Jev (`von serve`), with ModernBERT or Laya-421M backends; Apache-2.0.
A drop-in for TypeSafe's API powered by a 400M GLiFormer model; point the official SDK's base URL at it. Deploys on Modal or CPU via ONNX Runtime and ships a bench folder.
An open typed-decision model on DeBERTa-v3-large answering Choice (up to 255 options), Score and yes/no questions from one forward pass, trained on 18K states and 42K questions.
A ten-point digest of codila's roadmap: LLMs create, agents act, Jev decides; three primitives; swap Jev in without rebuilding the graph; batch decisions (13 questions 10x faster and 12.2x cheaper in one test); bounded forks; benchmark the loop; rank wide, read narrow; keep Jev out of math, writing and irreversible execution.
fast-jev-compaction, jev-browser, jev-search, Reticle, NanoJev, open-alternative-jev, pi-jev and hermes-jev-skills, each with one line on what it does.
Jev does not generate text: it evaluates predefined decisions directly and in parallel. A failed-deployment example (urgent? which team? risky command? done?) shows Choice, Score and Noul, and why the probabilities matter as much as the answers — 91/9 routes automatically, 52/48 escalates.
Ten-plus articles and five hours of video condensed into one X Article: how Jev works, what people are building, and a resource list (Vercel changelog, DataCamp, LangChain harness post, fast-jev-compaction, jev-ultrafast performance docs, HN, two awesome lists).
Seven ad-ops workflows on Jev: scan the whole Meta Ad Library and tag hooks/formats/offers, find formats that survive 60 days, score briefs before shooting, sort search terms by buyer intent, catch creative fatigue, check ad-to-landing-page match, score every lead 0–100. Shipped in the Ryze AI app and as an MCP / Claude connector.
One agent run that audits and fixes a client's SEO/GEO: reading Search Console and PostHog, checking what ChatGPT searches on Bing, modelling Gemini and Claude queries, scanning citations, fixing thousands of pages — the same output with Jev on the classification steps.
A hosted, fully open-source and auditable classifier the author says now outperforms Jev and is free; image support and new models promised. 480k views on the launch post.
An open-source Codex skill: install it, set a Jev API key, and Codex drives desktop apps with Jev making the per-step calls — the author reports the biggest gains on tasks with frequent checks and tool calls.
A Chinese aggregator of X long-form posts and demo videos about Jev, categorised with original links and authors kept; GitHub Pages site plus repository.
A vLLM pull request adding a Jev-like structured-decision path on Gemma, cited by testers comparing open alternatives on the Pareto frontier with reflex and DiffusionGemma.
A local Markdown-vault second brain for Linux, macOS and Windows with Claude Code, Codex and Antigravity adapters and optional Mem0 / Jev; one-command setup that also installs Obsidian.
A Redmine plugin that asks Jev, while you fill in the form, whether the chosen tracker matches the title and description, using the project's recent trackers as options.
Jev routes each ticket to a specialist agent (general / account / billing / technical) and decides whether a human should take it instead — all typed — while Cerebras writes the reply.
The ielab document-ranking toolkit gained a jev module, with code that uses TREC human relevance judgments to test whether Jev's probabilities are actually calibrated.
A Python package for Jev-powered relevance filtering and reranking, with a Hugging Face blog walkthrough covering the API, filtering and evaluation results.
A Chrome extension that uses Jev to estimate a page's purpose and the writer's position (ad, testimonial, explainer…) and colour-codes Google search results accordingly.
A Chrome extension that labels every post on X (Substance, Humor, Chit-chat, Promo, Junk, AI-written) plus an AI-probability score, and folds the ones you don't want.
An open-source CLI that builds calibrated classifiers from human feedback on top of Jev, using GEPA prompt optimisation — because a foundation model still needs aligning to your own criteria.
A one-page web app where Jev plays chess against any OpenRouter LLM, Stockfish, or a human, showing live moves, Jev's move probabilities, saved games and win rates.
A multi-robot harness CLI (Microduck, Open Duck Mini, LeRobot, XLeRobot, AlohaMini and more) where each robot has an LLM brain and Jev handles the cheaper decision steps; a LeRobot SO-101 setup takes about five minutes.
Speeds up Pi coding-agent workflows by letting a decision model pick which files matter and cache requests; the author also tried DiffusionGemma in place of Jev and documents the results in VALIDATION.md.
For the Pi coding agent: every code edit is checked by Jev against the repository's Markdown rules (agents.md and friends) so the agent stops ignoring them.
Born from Claude Code changing an auth check to return true with tests still passing: eight risk axes scored by Jev in one request, with one optional re-inspection before the agent declares done.
Bounded TypeSafe Jev workflows for coding agents: small-model judgments combined with deterministic workflows so coding work stays bounded, from the author of jev-review.
Say it and the Mac does it: the loop reads the accessibility tree, asks Jev which element to act on, acts, repeats — deliberately naive, no screenshots, no vision model.
A llama.cpp fork with a `jev` branch and docs/jev.md that runs Jev-style typed decisions on local models; the author's size-by-size picks are Qwen3.8-27B, Gemma 4 12B, Qwen3.5-4B and two tuned 'jwenv' Qwen3 PoCs.
An educational experiment: one image, dozens of questions answered at once by scoring candidate outputs directly instead of generating, running Qwen3.5-0.8B on MLX.
A container recipe for structured decisions with DiffusionGemma in NVFP4 on an NVIDIA DGX Spark, offered as the 'or just use this' route to a local Jev-like.
A non-autoregressive decision engine on ModernBERT (151M) with calibrated uncertainty, an audit of the Jev benchmark, and an in-browser WebGPU playground; Apache-2.0 with PyTorch and ONNX weights on Hugging Face.
An mmBERT-based 0.3B typed decision model published a year before Jev and rediscovered during launch week; weights and a demo Space on Hugging Face, plus a multilingual variant. Ports to MLX and Core ML followed within days.
GitHub Next's 'poor man's Jev': a Jev-compatible local API built in a morning on top of DiffusionGemma (swappable via config), so team members without Jev access can run the same call shapes locally.
A Japanese X Article with twenty demonstrated API uses and the free routes in (Vercel AI Gateway, OpenRouter), linking jev-ultrafast, typesafe-computer-use, typesafe-mario, jev-drone, jev-review, Foreman, jev-mcp and HA-Jev.
A browser skill that takes a website and a task, opens the browser and lets Jev decide every click from what is on screen. Video demo; the code is shared inside the club's community rather than publicly.
Five ways to call Jev without waiting for API access: OpenRouter, Vercel AI Gateway (free), Cloudflare, Netlify AI Gateway and OpenCode Zen, with the ~$0.042/M input price where it applies.
Notes from integrating Jev into a custom agent harness: beyond cheap classification, the interesting uses are continuous evals and monitoring, custom verifiers for long-horizon agents, and recursive self-improving harness loops; a guide is in progress.
14 yes/no questions per post (does the hook open a loop, is there a number in the first line, is the proof real or claimed) over a 100,000-post corpus, then viral rates per hook pattern.
A personal content-research dashboard: Jev labels each saved X post across eight dimensions (topic, hook, writing style and more), then the archive is filtered by pattern and compared by engagement.
Home Assistant integration: ask the house a typed question and get a number back — Jev answers exposed as sensors, four actions for automations, and a conversation agent for Assist.
A seven-step setup that puts Jev between Grok Bot and its actions: a jev-usage-router skill is consulted before browser, research, retry or extra-bot steps; it starts in shadow mode with logs, then goes active, with a kill switch. Repository included.
An open-source macOS pointer companion driven by Jev or Gemini Live: a local OmniParser build on CoreML reads the screen, Jev picks where the pointer goes, Ctrl+K takes a typed task. Bring your own keys.
The seed-round lead on the first 72 hours: the 18-month-old pitch of a reliable, fast, too-cheap-to-meter intelligence primitive, and adoption on Vercel AI Gateway.
A Chinese X Article sorting the early ecosystem into things that actually ship: jev-ultrafast, mobile-jev, typesafe-computer-use, AskJev, a Twitter timeline analyzer, a tax-document classifier, jevdetector and newsjack, plus the OpenRouter and DataCamp explainers.
The browser-based Jev-like demo openjev.com reached the front page (628 points, 265 comments at fetch). The site now labels itself SemIf, "formerly OpenJev", running Qwen3 0.6B, MiniCPM5 2B and Qwen3.5 4B locally via WebGPU.
A narrative game where each villager decides tick by tick how to treat the player, with a view that shows what Jev read and answered; 21 tracked outcomes and per-interaction cost counters.
A 3D robot companion driven by one TypeSafe call per turn answering nine typed questions at once, with confidence gating to act, ask or do nothing; no text generation.
A curated list of official and community TypeSafe / System One / Jev resources, 50+ entries in six categories, with a GitHub Pages site; reviewed 2026-09-17 per its page.
Seven independent writing checks (hedging, filler, passive voice and more), each returning its own verdict, confidence and the driving sentence; runs simulated without a key.
A bring-your-own-key API with /v1/scan (prompt injection, jailbreak, credential leaks) and /v1/moderate (nine categories) returning calibrated probabilities; free tier live.
Sits between MCP clients and servers with three layers: structural allowlists, semantic hazard detection via Jev, and session taint tracking; targets poisoned tool descriptions, injection, exfiltration and secrets.
An OpenAI-compatible router that uses Jev to pick a model on top of LiteLLM, filtering candidates by capability and falling back to the cheapest model without a TypeSafe key.
Jev scores each request on eleven dimensions (difficulty, stakes, safety and more) and YAML thresholds map the scores to model tiers; TypeScript and Python SDKs plus an HTTP proxy.
A DuckDB extension with jev_choice(), jev_score(), jev_noul() and jev_ask() returning real SQL types, batching 16 rows per request and caching identical queries.
An async LangGraph workflow that classifies mock emails (invoice versus general) with the Choice primitive and routes them to handlers, with unit tests; pins jev-1.12.
Validates state locally with Zod-style schemas, bundles all questions into one parallel Jev request and projects typed answers; built on the official SDK.
A Rust crate with enum responses and confidence, async or blocking backends, batched questions and observable retries; examples cover PR questions and semantic search.
One-pass option scoring with a local Gemma 3 4B via MLX: pre-written options are batched against a cached context; implements the System One API contract and includes a Doom terminal demo.
Reimplements a System One decision model on Gemma 3 270M with a LoRA of 2.6M trainable parameters, scoring all options in one forward pass; trains in a free Colab and ships weights in the repo.
TypeSafe's public skills repository with the `typesafe-ai` SKILL.md used by Claude Code, Codex and other agent environments to design bounded Jev decisions.
A browser agent where Jev picks the operation and target element from a numbered element table each step, and a small LLM is called only when text has to be typed.
A framework comparing hosted Jev with a local GLiNER2.5 on zero-shot single-label classification (AG News, Banking77, DAIR Emotion) for accuracy, calibration, selective-automation coverage and latency, with bootstrap intervals.
A layered controller: classical vision at 15 Hz, a 50 Hz reflex safety layer, and Jev at about 2.5 Hz choosing tactical maneuvers from JSON scene descriptions.
Jev picks NES controller inputs from object-centric JSON telemetry rather than screenshots, choosing among seven legal actions and logging latency and probabilities per decision.
A Claude Code plugin that asks Jev which standing rules and codebase maps are relevant to the current prompt or file edit, injects only those, and falls back to all rules if the API is down.
Screens agent tool calls for destructive, exfiltration, privilege-escalation and off-task actions using Jev probabilities, ships as an npm package and a Claude Code PreToolUse hook, and logs an audit trail.
A proof-of-concept MCP server exposing three tools: verify a claim against evidence, screen text for injection or relevance, and rank candidates semantically.
Jev scores file and folder names so an ensemble of walkers is allocated across the most probable paths; a Bun CLI with recursive and multi-walker modes and JSON traces.
Outgoing relationships become choices, Jev returns next-hop probabilities, and a beam search walks the graph; shipped as a library, notebooks and a Streamlit app on Neo4j's public Companies knowledge graph.
An experimental semantic router for Hono by its creator: routes are described in plain language and Jev matches incoming requests to them from method, URL, headers and body.
A WXT browser extension that asks Jev whether page elements are clutter (ads, cookie banners, upsells), then saves reusable per-template hiding rules; sends snippets rather than full pages, bring your own key.
Constrains token selection to choice indices so any open LLM answers many questions in one pass; includes Doom and Wikipedia-racing demos on Qwen models.
An open replica trained on 92 public datasets plus synthetic generators, on Gemma 4 E2B (LoRA) and Gemma 3 270M, served via FastAPI on Modal with a live demo.
SimpleJev.ai from Featherless: a fully open-source library that takes any Hugging Face model and 'Jev-ifies' it behind an API endpoint, with public no-key endpoints, vision via chat-format images (Gemma, Qwen) and an RFDT tuning recipe to distil your prompts into a smaller production model.
A server that implements the TypeSafe/Jev HTTP API on Qwen3.6-35B-A3B with SGLang: prefill-only, one extra token per question, radix caching, deployable on Modal.
A Qwen2.5-0.5B-based decision model with block-causal masking so questions run in parallel and a pointer head that scores options; the HTTP API mirrors System One, so the official SDK works with only a base_url change.
A drop-in replacement for the TypeSafe client that answers the same state-plus-questions contract with an ordinary LLM API, useful for comparing Jev against OpenAI- or Anthropic-compatible models on identical calls.
The official TypeScript/JavaScript client, shipping ESM, CJS and type declarations for Node 20+; same ticket-classification quickstart as the Python SDK.
The official Python client (`uv add typesafe-sdk`) with sync and async variants; the quickstart classifies support tickets into billing, technical or other.
The public dashboard behind the launch numbers: four workflows (security incidents, agent-trace observability, invoice processing, customer service) and ten model configurations compared on accuracy, cost and latency.
Waitlist (approved same day), install the official skill in Codex, create an API key, say 'use the TypeSafe skill' — with the author's note that old scenarios are about to come back to life. 355k views.
Type 'Urgency' at the top of a column and, as you type, Jev works out you want each row rated from 'no follow-up needed' to 'urgent' — spreadsheets that recalculate meaning, not numbers.
A dynamically branching form where Jev chooses the next question, built on Vercel's json-render for generative form UI and xstate for state — replacing hand-written if/then logic.
A portable agent plugin and MCP tool for batch text classification: the agent asks Jev whether a file is worth reading, a tool worth calling, a website worth browsing — before spending tokens on it.
An LLM gateway that mimics TypeSafe's structured output so local models can be scored against Jev; Needle 3 on an M4 Pro came out worse than Jev, Qwen3.8 27B and OSS 120B.
A Jev-style decision model built on IBM Granite 4.1 3B with an RHCD training recipe — 'when's IBM or Red Hat going to build their own Jev? I got it for them.'
Bespoke Labs' open take on a Jev-like model: local typed decisions plus a contrastive data-curation recipe and evaluation code, released as data, weights and training recipe together.
Twenty practical tips, starting with 'stop treating it like an LLM: state in, typed decision out', on prompts, primitives, thresholds and where Jev belongs in a loop.
The founder's 17-minute talk, re-shared with commentary: why RLHF-era models carry a human-shaped flaw, why coding assistants are still the assistance era, and the x200 faster / x400 cheaper / zero-hallucination framing for what comes next.
A Chinese X Article explainer: what a System One model is, the launch figures, and a tour of the ecosystem — jev-ultrafast, LangChain, Vercel AI Gateway, Cloudflare, cobanov/awesome-jev and Foreman.
A Japanese X Article explaining the shift from chat to typed judgment for designers and non-engineers, with the launch blog and a gihyo.jp early-access write-up linked.
Ten-minute setup (waitlist, official skill, API key, 'use the TypeSafe skill' in the prompt), then the argument: the gain comes from deleting LLM calls that only pick something — next tool, is-this-spam, is-this-chunk-relevant, needs-a-human, is-this-diff-risky — and replacing each with a typed question.
An X Article roundup of early projects: jev-ultrafast, jevlike, mini-jev, reflex, awesome-jev-by-typesafe, the Every vibe-check test and several video demos, with the official docs and use-case map linked.
An X Article walking from waitlist and API key through the official skill, the Python SDK, confidence thresholds and the three primitives (choice, score, noul) to a first agent loop.
A newsletter and podcast recap treating Jev as the lead story and summarising use cases seen in the first 48 hours: computer use, email classification, context compression, safety filtering.
A pull request on the TrainLCD Functions repository adds Jev-based re-ranking of suggested stations and measured spikes; the author says Jev is also going into part of the app's AI chat.
Uses Jev to judge whether a speaker's turn has ended half a second after speech stops, then holds longer or shorter based on confidence; the video shows per-call timings.
Load a Telegram JSON export and Jev labels each post's type, quality, sentiment and reaction tone; runs through Vercel AI Gateway or a TypeSafe key, with label export.
A self-driving simulation built to test Jev: structured sensor state in, typed decisions out (steer, brake, overtake, pedestrians, speed limits); the prompt is published.
Vercel's explainer frames Jev around Kahneman's System One, shows how to structure bounded decisions and separate evidence from questions, and points to the AI SDK evaluate API and the `@ai-sdk/typesafe-ai` provider.
A Python package that traces TypeSafe System One calls as OpenInference LLM spans (request, response, model, token counts) for Phoenix and compatible backends; a JS package is documented in Phoenix.
Braintrust added Jev as a scorer with a confidence-threshold pattern (accept above 0.95, route 0.70–0.95 to an LLM judge, flag below 0.70 for humans) and auto-instrumentation of TypeSafe client calls in its Python SDK.
The LiteLLM proxy scores older tool results with Jev and replaces low-relevance ones with short removal notices before the request reaches the LLM; a TypeSafe pass-through endpoint is documented too.
Pydantic AI merged a TypeSafe model provider: `TypeSafeModel('jev-latest')` with confidence thresholds, a FileUnderstanding capability and fallback to an LLM for tool calls; docs cover jev-latest, jev-preview and pinned releases.
Coverage of browser-use/jev-ultrafast: a numbered element table per step, Jev picks action and target, an LLM only for typed text, with the project's listed limitations.
An open-sourced decoding engine for autoregressive LLMs inspired by Jev: one output token per decision, no out-of-schema outputs, KV-cache reuse; demoed on SGLang with Qwen 27B.
A desktop writing assistant that uses Jev for fast structured judgments on text; the author notes Jev cannot generate the corrected text and that text leaves the Mac via the hosted API.
Camera and microphone feed local Moonshine, YOLO26 and DepthART inferences, Jev picks the scene decision, and lights, shadows and bloom react in real time.
A browser extension that asks Jev, per post, whether it matches a plain-language filter and collapses the ones that do; framed by the author as a content firewall.
A predictive launcher where Jev reads intent from each keystroke (for example "the pdf I just downloaded") and surfaces the target before the query is finished.
A tutorial that replaces an LLM-as-judge with Jev to score Langfuse traces, with a full Python example detecting user disagreement per conversation turn.
OpenRouter's beta listing for `typesafe/jev-1.13` with a `jev-latest` alias: $0.042/M input, free output, 32K context, plus the platform's own latency and token-volume telemetry.
Open-source log triage for OpenTelemetry: Jev scores each log line's signal so only what matters reaches the expensive LLM analysis; a write-up covers Jev vs a fine-tuned alternative.
HiringCafe (2.5M monthly active users) scores resume-to-job-description relevance; the founder ran Jev against a human-labelled set and compared Spearman correlation and cost with three other models.
Argues general LLMs fit security engineering poorly and positions Jev as a decision engine for threat-hunting ranking, alert classification and incident-response prioritisation, which the author says he is implementing.
An official docs page listing failure modes of jev-1.13 with workarounds: literal reading of implied conditions and negations, unreliable arithmetic and counting, dates treated as text, weak multi-hop indirection, degradation with irrelevant state, prompt-injection vulnerability, and inconsistent invariants between related questions.
An architecture-focused Japanese explanation of why scoring a closed option set skips the decode phase, separating form guarantees from correctness guarantees.
A Mac app routes setup and troubleshooting questions to the right built-in manual article with Jev when no local model is loaded, showing real docs instead of generated text.
A preview of browser automation for OpenCode powered by Jev plus its browser-use CLI, framed around speed; the demo video sits in Neriousy's post and dax's root post.
A team pointed Jev at a private benchmark and reports it came within a few recall points of their fine-tuned Qwen at matched precision, while the fine-tune remains faster and has not been replaced.
A router where Jev decides which LLM should serve each incoming request; the same author hosts a Pac-Man page where Jev chooses a direction at every junction.
A computer-use agent that OCRs the screen, asks Jev to pick the next action, and clicks; the author says the loop generalizes across operating systems.
The most complete third-party tutorial found: installing the Python and TypeScript SDKs, calling `system_one` with Choice, Score and Noul, and a set of launch-week examples.
Netlify's changelog: the gateway injects credentials so `@typesafe-ai/sdk` runs inside Netlify Functions without managing keys; alias `jev-latest`, Node 20+.
A thread benchmarking Jev on public prompt-injection data, thresholding calibrated probabilities in code, with a dashboard and calibration analysis in follow-ups.
A mini-site (What Shipped / The Evals / The Guarantee / Prior Art) concluding that pricing is verified, "can't hallucinate" is schema-only, and the multiples hold only against frontier reasoning models on TypeSafe's workflows.
A roundup that notes the 193.6x / 444.6x come from workflow evals whose reference answers are other models' outputs, while the demo latency comparison is a different workload.
Argues the headline multipliers are real but chosen against the slowest and priciest baselines; against TypeSafe's own intelligence peer the gains shrink.
A UK events platform compared three models on approving or rejecting 50 real listings (venue hire, products and cancelled events filtered out), publishing the cases as a PDF.
Vercel's changelog entry: Jev is callable through AI Gateway from AI SDK 7 (7.0.105+) via the experimental `evaluate` API as model `typesafe-ai/jev`, with Choice, Score and Noul questions.
The only source found with a valuation: a $40M seed at about $200M, DCVC lead, plus founder interview details (four years at OpenAI, company founded in 2024).
The launch discussion (1,889 points, 495 comments at fetch): whether "can't hallucinate" is just type safety, whether this is constrained decoding, and what the Doom demo actually shows.
A pre-launch essay from the company blog that extends Sutton's bitter lesson into a hierarchy: right task, then data, then compute, then algorithms, using InstructGPT versus GPT-3 as the example.