# Related Practices / Discussions Use this category for public discussion evidence — X threads, Reddit posts, Hacker News threads, interviews, blog commentary — that describes real Jev usage or emerging patterns but has no standalone repo or case page yet. ## Submission format ```md - [Name or thread title](URL) - Source/platform: one-sentence description of the Jev-related practice or discussion. ``` ## Entries - [Introducing System One Models and Jev (Hacker News)](https://news.ycombinator.com/item?id=49717558) - Hacker News: 1,800-point launch thread whose ~480 comments debate whether typed decisions replace LLM calls for classification, routing, and verification. - [Launch thread by Diogo Almeida](https://x.com/CompleteSkeptic/status/2099925682726002904) - X: the 63k-like announcement from TypeSafe's founder arguing RLCD-trained decision models are a shorter path to economic value than chat models. - [Model router built with Jev](https://x.com/ephraimduncan/status/2100454070536351824) - X: 948-like demo where Jev decides which model should serve a request before it is forwarded. - [MLP on Qwen 4B mimicking Jev](https://x.com/justALEXWORTEGA/status/2100341039986798930) - X: builder reports that a small MLP trained on top of Qwen 4B already reproduces Jev-like decision behaviour. - [Running a local Typesafe Jev](https://x.com/wmoto_ai/status/2100454049359577516) - X (Japanese): attempt at running a Jev-style decision model locally, with speed noted as still improvable. - [Jev as an AI agent safety monitor](https://x.com/isNickMa/status/2100566407524344225) - X: test report using Jev to check each agent action first, reportedly catching most attacks with almost no false blocks and much lower latency. - [Rethinking security engineering with Jev](https://x.com/Kostastsale/status/2100362415187833048) - X: argues that purely engineering decisions in security work belong to Jev rather than a chat model. - [Ask Jev anything, it will judge](https://x.com/waynesutton/status/2100487878992388279) - X: public Convex-backed demo inviting one million judged questions instead of generated answers. - [First Jev use case in a Mac app](https://x.com/malekoo/status/2100439840575684910) - X: a shipped Mac app routes setup and troubleshooting questions to Jev when no language model is loaded. - [Jev 中文解读](https://x.com/dotey/status/2100109937237987823) - X (Chinese): explains the System One category to Chinese readers as a calibrated, typed decision layer for code. - [TypeSafe AI releases Jev (r/singularity)](https://reddit.com/r/singularity/comments/1whop6b/typesafe_ai_releases_ai_model_called_jev_rather/) - Reddit: launch thread framing Jev as a low-hallucination, low-cost decision model for software rather than chat. - [Testing Jev for Pi extensions (r/PiCodingAgent)](https://reddit.com/r/PiCodingAgent/comments/1whsav6/anyone_else_testing_out_typesafe_ais_new_system/) `{agent: pi}` - Reddit: builders describe using Jev as an agent tool-use safety layer and planning a prompt-complexity model router. - [Jev "playing" Minecraft (r/accelerate)](https://reddit.com/r/accelerate/comments/1whk9oy/new_typesafe_ai_jev_model_playing_minecraft_wip/) - Reddit: work-in-progress demo of Jev driving Minecraft, including fleeing zombies at night, as a test of fast structured decisions. - [Awesome Jev by TypeSafe](https://github.com/Anil-matcha/awesome-jev-by-typesafe) - Curated list: a peer collection of Jev use cases, patterns, prompts, and starter code, with a video walkthrough of eight projects people already built. - [Jev on OpenRouter](https://x.com/OpenRouter/status/2100744709589316009) - X: OpenRouter ships Jev in beta, exposing the System One model through its routing layer. - [Jev on Cloudflare AI Gateway](https://x.com/CloudflareDev/status/2100688880798159254) - X: Jev goes live on Cloudflare's AI Gateway, callable from Workers. - [Jev for instant compaction](https://x.com/tamarajtran/status/2100694549362553153) - X: argues agent context compaction should be a Jev decision rather than a summarization prompt. - [Reviewing unnecessary tool calls with Jev](https://x.com/altryne/status/2100739055923425589) - X: a Claude plugin asks Jev to review redundant tool calls, running in about a second. - [19 open-source Jev projects](https://x.com/GoSailGlobal/status/2100859307671855113) - X (Chinese): tallies 19 open-source Jev projects totalling more than 6,800 stars. - [Jev is the fish at the poker table](https://backnotprop.com/blog/jev-poker/) - Blog: plays poker with Jev and uses the table to probe where a fast decision model helps and where it does not. - [Jev is about to change the AI economy](https://thefinancialengineer.substack.com/p/typesafes-jev-is-about-to-change) - Substack: argues that cheap calibrated decisions move where inference spend goes. - [Awesome Jev by 0xLogicrw](https://x.com/0xLogicrw/status/2100478725393686556) - X (Chinese): a hand-checked list of Jev projects that has since grown into a navigation site indexing 287 of them, published one day after launch. - [Jev repository roundup (Japanese)](https://x.com/studio_yebisu/status/2100686990090047569) - X (Japanese): rounds up the Jev repositories with the most practical promise, observing that computer use and automated trading dominate the early use cases. - [Six things I'll still use Jev for](https://x.com/isaac_flath/status/2100623016644223175) - X: a practitioner lists the six Jev uses he still expects to rely on after 60 days, an early usefulness review rather than a launch reaction. - [WTF is Jev, ELI5](https://x.com/mvanhorn/status/2100761338918363550) - X: frames Jev as "AI multiple choice, not AI essay writing", one of the clearer plain-language explanations of the System One shape. - [深入解读 Jev 模型:毫秒级判定与工程边界](https://github.com/kuhung/understanding-jev) - Chinese deep-dive: examines Jev's millisecond judgments and, more usefully, where its engineering boundaries lie. - [Has anyone tried Jev as a relevance filter for RAG?](https://reddit.com/r/AI_Agents/comments/1wjpgbx/has_anyone_tried_jev_as_a_relevance/) - Reddit: builders ask whether Jev works as a retrieval relevance filter and reranker, probing the boundary the reported negative reranking result already hinted at. - [Can we have Jev in Devin?](https://reddit.com/r/DevinAI/comments/1wjtmwi/can_we_have_jev_in_devin/) - Reddit: users of another coding agent ask for a Jev decision layer inside their tool, a signal that typed decisions are becoming an expected feature. - [All the coolest Jev projects on X](https://x.com/moritzkremb/status/2100895894287839255) - X: a curated thread of the strongest Jev projects posted within 72 hours of launch, by a builder who also produced the most-watched Jev tutorial. - [Full Jev tutorial](https://x.com/moritzkremb/status/2100715237267660873) - X: a walkthrough covering the API, then three demos — voice-controlled browsing, AI memory, and YouTube preprocessing. - [WTF is Jev, and the 9 things people are building with it](https://x.com/mvanhorn/status/2100788572316139655) - X: the most widely shared explainer of the launch window, framing Jev as "AI multiple choice, not AI essay writing" and cataloguing nine use patterns. - [Jev is a really smart switch statement](https://x.com/NathanFlurry/status/2100036101809619314) - X: the hype-free framing from an infrastructure founder — Jev does not replace GPT or Claude, it is a very good switch statement with 2026 intelligence. - [Arbitrary classification as a type-safe primitive](https://x.com/cocktailpeanut/status/2100277062309179521) - X: argues the real novelty is not classification but that Jev makes arbitrary classification a runtime-defined, type-safe programmable primitive. - [This is a terrible compaction strategy](https://x.com/theo/status/2100762304862384257) - X: the strongest public pushback on the popular compaction idea, arguing compaction is reconstruction rather than filtering and that the plugin misunderstands context management. - [It is the inference technique, not the training](https://x.com/anderslie/status/2100388704644919662) - X: argues Jev's speed comes from parallel decoding rather than model training, and that an inference engine can expose a Jev-like API over any open-weight model. - [Jev's Architecture Unmasked](https://x.com/iwashi86/status/2100713337436930288) - X (Japanese): notes from a technical analysis that inferred Jev's internals from roughly 10,000 API calls, concluding it keeps LLM knowledge but removes token generation entirely. - [An internal Jev study session with 50+ engineers](https://x.com/LayerX_tech/status/2100887864594895154) - X (Japanese): a company ran an emergency internal study session on Jev and published the material — an early example of organisational adoption rather than individual experimentation. - [X is all over it, Reddit is not](https://x.com/0xBOYD/status/2100619702003208701) - X: observes a sharp platform divide, finding only three Jev posts on Reddit while X filled with working prototypes — a useful reminder that channel coverage changes the picture. - [Five open Jev replicas worth trying](https://x.com/xiaomovps/status/2100923960493818177) - X (Chinese): rounds up Laya 421M, Decider-2B, NanoJev 0.6B, Reflex, and System-One 4B as the most promising open decision models, two of which are Mac-friendly. - [jev(): a PostgreSQL extension for natural-language queries](https://x.com/iam_zachi/status/2100679300756435135) - X: a single SQL function that searches a whole database in natural language with no index and no embeddings, e.g. `WHERE jev(people, 'could work from home')`. - [A DuckDB extension for row classification](https://x.com/hamiltonulmer/status/2100370557405667768) - X: classifies rows in any CSV, Parquet, or DuckDB table with Jev, reporting about ten seconds for a thousand rows and better ergonomics than a bespoke classifier. - [An on-chain trading bot where Jev decides](https://x.com/jarrodwatts/status/2100356151468585346) - X: Jev decides buy or sell from a live price feed and the bot places real orders on Monad every 300 ms block — the clearest sign that the finance experiments are not all paper. - [Jev broke our WebMCP benchmark](https://x.com/0xidanlevin/status/2100937437325205568) - X: the benchmark's own author reports that Jev plus a fast small LLM solved 100% of WebMCP tasks at roughly 112x lower model cost than a frontier model with computer use. - [Chinese notes after a day with Jev](https://x.com/jiayuan_jy/status/2100876273061102006) - X (Chinese): a sceptical read — Jev looks like a faster general classifier an LLM could already do, and on complex scenarios its world knowledge is the open question. - [Stagehand plus Jev browser control](https://x.com/kylejeong/status/2100622054945095934) - X: sends the accessibility tree as state and candidate actions as questions so Jev decides each step, reporting about $0.001 and near-instant execution for one task. - [Introducing CUA-S1](https://x.com/trycua/status/2101014004927729737) - X: Cua open-sources a family of small, specialised System One models for computer use, starting with form filling and asking what the next specialist should learn. - [One 50 ms pass versus 23 turns](https://x.com/be_arsh/status/2101026864341164110) - X: the sharpest framing of the specialist case - a 706K-parameter model fills a whole form in one 50 ms pass, while an LLM agent needs 23 turns and 39.6 seconds for the same form. - [I reviewed 287 open-source Jev projects](https://reddit.com/r/LLMDevs/comments/1wko2e5/i_reviewed_287_opensource_jev_projects_here_are/) - Reddit: a reviewer works through 287 Jev repositories and narrows them to 20 that actually explain the model, a useful counterweight to star-count browsing. - [TypeSafe AI's Jev Is Not an LLM - and That May Be the Point](https://forkast.news/typesafe-ais-jev-is-not-an-llm-and-that-may-be-the-point/) - News analysis: treats the model's refusal to generate text as the feature rather than a limitation, and follows through on what that implies for inference spend. - [Ask HN: What do you think of Noul, a new decision primitive](https://news.ycombinator.com/item?id=49760225) - Hacker News: a proposal to treat `Noul` - the probability-of-true answer type - as a general software primitive rather than a Jev-specific one. - [When a designer gets access to Jev](https://x.com/heystefan_/status/2101369117496521042) - X: a product designer's 33-second demo in which a natural-language phrase narrows a large icon set to the matching ones with Jev deciding which - 4.8k likes and a reply thread where the author discusses the icons Jev gets wrong. - [Made with Jev](https://madewithjev.com) - Site: a directory of Jev builds, guides, and posts with reported cost and speed, plus free Jev-powered tools such as an AI slop detector. - [LangChain is already using Jev inside its harness](https://x.com/dongxi_nlp/status/2100813094951748074) - X (Chinese): reads LangChain's adoption as confirmation that Jev fits the fixed-harness roles - agent routing, model routing - rather than open-ended generation. - [Jev is now available to everyone, no waitlist](https://x.com/typesafeai/status/2101786156572823624) - X: TypeSafe drops the waitlist and moves Jev from early access to general availability, the change that makes every other entry in this list reproducible by a reader. - [JEV captcha arbitrage](https://x.com/kenonews/status/2101656436136661163) - X: works through the economics of solving CAPTCHAs with Jev at $0.0068 per hundred against a marketplace paying a cent each, a pointed illustration of what per-decision pricing does to an existing market. - [A deep dive into Jev](https://flaviocopes.com/jev/) - Blog: a veteran technical writer's walkthrough of the System One idea, useful as the explanation to hand someone who has only seen LLM marketing. - [Replacing an agentic classification loop with Jev](https://blog.r6i.it/typesafe-jev-vs-agentic-loop.html) - Blog: swaps an agent's classification loop for a single Jev call and reports the loop running 7x faster. - [Awesome TypeSafe Jev](https://github.com/AbdelStark/awesome-typesafe-jev) - Curated list: a source-backed field guide with SDKs and live demos, the largest of the community indexes at 423 stars. - [60 Jev use cases in Chinese](https://x.com/yaojingang/status/2101867443820113982) - X (Chinese): rounds up sixty cases with twelve called out as most worth studying, organised around the same division of labour - the generative model writes, Jev classifies, scores, and chooses. - [Jev Tutorial](https://www.jev-tutorial.org/) - Site: an independent multilingual implementation guide to Choice, Score, Noul, Python SDK requests, confidence thresholds, deterministic fallbacks, and human escalation. - [TypeSafe pauses Jev signups](https://x.com/typesafeai/status/2102281508950307159) - X: days after dropping the waitlist the vendor pauses signups again to protect quality of service, an unusually direct admission that demand outran capacity. - [Jev and the System One Model (Latent Space)](https://www.latent.space/p/jev) - Podcast: Diogo Almeida on RLCD, intelligence per dollar, reliability, and why chat-first interfaces may not be where this ends up. - [Jev vs GPT-6 Astra: when to use each](https://vercel.com/i/jev-vs-gpt-6-astra) - Guide: Vercel's own decision guide for choosing between a System One model and a frontier model, published alongside a companion page of seven Jev use cases. - [A Jev index rebuilt every four hours](https://x.com/LinearUncle/status/2102423502414618729) - X (Chinese): describes a multilingual Jev site that scrapes X every four hours and has accumulated more than 5,380 posts, an index maintained by machine rather than by a curator. - [Jev 1.13 jaggedness](https://docs.typesafe.ai/model-jaggedness/jev-1.13) - Documentation: TypeSafe's own page on model jaggedness for the 1.13 release. - [Jev cannot emit an invalid output, but where is the reliability curve?](https://www.reddit.com/r/ArtificialInteligence/comments/1wm873q/typesafes_jev_cannot_emit_an_invalid_output_but/) - Reddit: argues the type-safety guarantee is real and the calibration claim is not yet backed by a published ECE or reliability curve, the sharpest form of the question this list keeps running into. - [Jev is on Workers AI as typesafe/jev](https://www.reddit.com/r/CloudFlare/comments/1wmjsj2/typesafes_jev_the_decisiononly_model_is_on/) - Reddit: reports the model appearing on Cloudflare's Workers AI surface as `typesafe/jev`, a second Cloudflare integration alongside the AI Gateway listing. - [Why I couldn't build Jev at OpenAI](https://www.youtube.com/watch?v=cFx9Z3ZXca0) - Video: Diogo Almeida's talk on why this had to be a separate company, the closest thing to a design rationale for System One models. - [TypeSafe's Jev Can't See. I Made It Guess What I Drew Anyway](https://mikulskibartosz.name/typesafe-jev-guess-what-i-drew) - Blog: a drawing-guessing experiment that probes what a model with no image input can still recover from a text description of a sketch. - [Spike: Jev as a judgement layer to cut model cost](https://github.com/open-orcha/orcha/issues/253) - Issue: a multi-agent orchestration platform plans to move judgment out of its model-of-thought and onto Jev, framed as cutting cost while holding quality. - [Awesome Jev Robustness](https://github.com/Yifan-Lan/awesome-jev-robustness) - Curated list: 109 independent tests of Jev's calibration, consistency, prompt injection, abstention and failure modes, grouped by what they measured, each with model version and sample size. - [jevbooks: 16 Jev design patterns](https://jevbooks.com/en/patterns) - Site: a bilingual gallery of 500+ open-source Jev projects in which Jev itself gates and tags every listing from its README, plus sixteen design patterns read out of ten codebases (Thermostat, Blind review, Flight recorder), each page a problem, a solution, and the recognition question the pipeline sends. - [Jev in 25 Lines of Python](https://www.nobodywho.ai/posts/jev-in-25-lines/) - Blog + HN thread (464 points, 139 comments): builds the smallest working Jev loop in Python, and the thread argues over whether the decision step needs a dedicated model at all. - [Will OpenAI eat Jev's lunch?](https://arcturus-labs.com/blog/2026/09/21/will-openai-eat-jevs-lunch/) - Analysis + HN thread (306 points, 215 comments): argues OpenAI is best positioned to fast-follow the typed-decision shape, and the thread debates whether the interface or the model is the moat. - [Jev introduces a new shape of LLM](https://simonwillison.net/2026/Sep/21/jev/) - Blog: Simon Willison's read on what changes when a model's output is a typed decision instead of prose. - [JevBench](https://benchmarkheaven.com/jev-models) - Benchmark + HN thread (126 points, 34 comments): a reproducible harness for comparing typed-decision models on the same questions. - [Jev in practice: typed decisions, scoped authority](https://tenuo.ai/blog/jev-scoped-authority) - Blog: pairs the typed-decision loop with scoped authority, so a confidence value only authorises the action its scope already allows. - [jevchat](https://github.com/kyle-pena-nlp/jevchat) - Repo + HN thread (173 points, 49 comments): deliberately misuses Jev as a generator to locate where the typed-decision model stops being useful. - [Open-sourced jev architecture last year](https://news.ycombinator.com/item?id=49736660) - HN thread (96 points, 11 comments): a prior-work claim for the same architecture, where the discussion turns on recognition and marketing rather than on the technical overlap. - [Jev isn't new tech](https://www.reddit.com/r/LocalLLaMA/comments/1woe70t/jev_isnt_new_tech_its_marketing_targets_people/) - Reddit (694 upvotes, 265 comments): the largest critique thread, arguing the marketing addresses people who think AI began with chat models. - [Jev deserves hype but not the type it's getting](https://news.ycombinator.com/item?id=49824365) - Hacker News: separates the technical claim from the launch framing, and argues the former stands without the latter. - [Jev Can't Be Calibrated](https://www.alexmolas.com/2026/09/23/jev-cant-be-calibrated.html) - Blog + HN thread (59 points, 60 comments): a statistical argument that the calibration claim cannot hold, with the methods written out. - [gev beats jev and takes images as input too](https://anyeval.com/eval/jevbench/versus?a=typesafe-ai%2Fjev&b=trustedrouter%2Fgev-1.0) - Benchmark: a head-to-head eval page where a rival model outperforms Jev on the same question set and additionally accepts images. - [I benchmarked TypeSafe's JEV against LLMs, BERT and Laya](https://www.reddit.com/r/AI_India/comments/1wmvyqz/i_benchmarked_typesafes_jev_against_llms_bert_and/) - Reddit (49 upvotes): pits Jev against both generative models and a classical classifier on the same task. - [The Jev archive built by OpenChamber](https://x.com/OpenChamberAI/status/2102423502414618729) - X: an independent site that has crawled X every four hours and collected 5,380+ Jev posts into a classified, multilingual index. - [zsh history completion with Jev](https://x.com/DIYgod/status/2101886889150292085) - X: picks the most likely next command from the last 100 deduplicated history entries by asking Jev, and shows it greyed out after the prompt.