JEV 案例库 · 持续收录

JEV 案例,告诉你能干什么

收录公开的 JEV 案例:每个案例、背后的人、涉及的具名项目,以及「领域 × 系统形态」的分布矩阵。只做索引,不改原文。

38案例
37作者
8项目
15用途分类
13领域
5形态

案例库

每条 JEV 案例都有独立页面 · 人物、项目与「领域 × 系统形态」矩阵在顶部导航
🧩 01 EN ▶ 视频 编码与开发工具 · 批量分类器 Pushing a Replit project's 18,360 outcomes down to 57 A Replit project had 18,360 possible branch outcomes and months of manual fixes barely dented the list. JEV was pointed at the project and, per the author, resolved all but 57. 开发工具分类#code#verification#accuracy A Aaron Horne @ahorne 原文已核对 🧭 02 EN ▶ 视频 智能体与浏览器 · 路由器 Routing multi-agent requests with JEV: 96/97 In a multi-agent workspace something has to decide which teammate takes a request. Fez ran that decision on JEV and scored 96/97 on their own routing battery, 184 ms median, $0.0018 a run. 模型路由路由#routing#agent#accuracy#cost F Fez @fez_chat 原文已核对 🦆 03 EN 数据与分类 · 批量分类器 A DuckDB extension that classifies rows with JEV A DuckDB extension that calls JEV directly on any CSV, Parquet file or table — about ten seconds for a thousand rows, no export step and no classifier service to maintain. 数据分析分类#sql#classification#latency#demo H Hamilton Ulmer @hamiltonulmer 原文已核对 🛒 04 EN ▶ 视频 智能体与浏览器 · 实时循环 Agent step selection in a tenth of a second Agentcard wired JEV into a shopping agent so it picks each browser step, while a vault fills in the card at checkout — neither the agent nor the browser ever sees it. 浏览器与电脑操作决策#agent#latency#demo A Agentcard @agentcardhq 原文已核对 👗 05 EN ▶ 视频 体验与个性化 · 实时循环 Outfit picking as the last JEV check In the aesty closet app JEV is the final layer before an outfit ships: it caught toe shoes planted in a party look and rebuilt the outfit from clothes the user already owns — 3 s, $0.0015. 分类与打分过滤#demo#cost#latency N Nadia Zueva @nestymee 原文已核对 📈 06 EN ▶ 视频 交易与金融 · 实时循环 A Polymarket trading agent built on JEV An open-source agent that places predictions on Polymarket's five-minute BTC up/down market, with JEV making the call. 金融决策#crypto#trading#finance#github#demo g gabidev @GabiDev98 原文已核对
✉️ 07 EN ▶ 视频 客服与邮件 · 批量分类器 Smart mail search and one-click unsubscribe magic-mail adds natural-language search and automatic classification to the Omamail client, plus one-click unsubscribe. 语义检索检索#search#classification#demo J Jason Bales @BalesTJason 原文已核对 🧪 08 EN ▶ 视频 编码与开发工具 · 批量分类器 JEV as a Macaly skill for content checks JEV is now a Macaly skill: ask that app builder for AI classification and it wires JEV in. The demo scores each paragraph for AI slop and flags the writing issues. 开发工具打分#integration#semantic-scoring#demo T Tomas Rychlik @rychlis 原文已核对 🧹 09 EN ▶ 视频 编码与开发工具 · 审查与护栏 jevselector: dropping unused skills from the prompt A CLI tool that scores an agent's installed skills and drops the ones a project never uses — cutting the system prompt by roughly half, while respecting per-agent and pinned skills. 上下文管理过滤#tooling#context-window#demo S Sam @universamlang 原文已核对 🔎 10 EN ▶ 视频 编码与开发工具 · 排序 Finding old coding-agent chats by description An open-source VS Code tool: describe what an old Claude Code or Codex session was about and it finds the session in milliseconds. 语义检索检索#search#github#tooling#demo F Florian S @airesearch12 原文已核对 🛡️ 11 EN ▶ 视频 安全与审核 · 审查与护栏 Replacing the LLM guardrail with a probabilistic judge Running Vercel's safety classifier through JEV instead of a frontier LLM came out 5–18× faster, and a probability cannot hallucinate the way prose can. 护栏与内容审核护栏#guardrail#security#benchmark#latency I IdeaBosque @ideabosque 原文已核对 🤖 12 EN ▶ 视频 交易与金融 · 审查与护栏 JEVBOT rebuilt its trade filters after a 33% win rate A live trading bot published its first 45 closed trades, found a 33% win rate, opened the book, audited the failures and rebuilt its entry filters around JEV. 金融过滤#trading#crypto#finance#benchmark J JEVBOT @JevBotApp 原文已核对
⚙️ 13 EN 编码与开发工具 · 实时循环 Hooking a deterministic classifier into V8's JIT An experiment that put a JEV-style classifier inside V8 to help the JIT decide when to promote code. The author's verdict: as dumb as it sounds. 开发工具决策#experiment#javascript#code K Kapeka @kapeka0 原文已核对 🎙️ 14 EN ▶ 视频 体验与个性化 · 批量分类器 Talking your day into coloured decisions A small app transcribes a spoken diary, then JEV reads cues across twelve emotion-linked colours and turns the entry into something structured. 创意抽取#voice#sentiment#demo S Soumya @soumyadesign 原文已核对 🔀 15 EN 智能体与浏览器 · 路由器 A skill router tested on production chatbot traffic JEV picks which installed skill answers an incoming request, so the whole catalog stays out of the context window. The author tested it against the routing logic their product already runs. 模型路由路由#routing#context-window#agent R Rouzbeh @JustRouzbeh 原文已核对 💬 16 EN ▶ 视频 客服与邮件 · 批量分类器 Support chats: JEV scores, humans label, code decides A test harness where JEV turns a support conversation into sentiment probabilities, compares them with human labels, and picks where the human-review threshold should sit. 分类与打分打分#sentiment#benchmark#demo A Aman @amanunreal 原文已核对 🎯 17 EN ▶ 视频 检索与召回 · 排序 Reranking Pinecone results with plain-language criteria Pinecone's own walkthrough: use JEV to rerank search results against criteria written in natural language instead of training a reranker. 语义检索检索#search#demo#integration P Pinecone @pinecone 原文已核对 📊 18 EN ▶ 视频 交易与金融 · 排序 Signal Lab: crypto cohorts scored by JEV A public page where JEV analysed two crypto cohorts — coins nearing a Top 10 flip, and names reclaiming their SMA50/200 — with setup, ATH potential and narrative per name. 金融打分#crypto#trading#finance#demo M Market Scanner @marketscan_360 原文已核对
🥾 19 EN ▶ 视频 游戏 · 实时循环 Removing information until the decisions break A deliberately rigged hiking game: strip away the information JEV gets, step by step, and watch how long its decisions hold up. The author calls it a probe, not a benchmark. 游戏决策#experiment#demo V Vivek Karmarkar @vivekkmkpinn 原文已核对 20 EN ▶ 视频 数据与分类 · 批量分类器 50,000 Airtable validations for about $30 Validation rules written in language instead of formulas, applied to Airtable: roughly 50,000 checks for about $30, surviving tables being added and removed. 数据分析护栏#accuracy#cost#demo M Martin @martinmalindacz 原文已核对 🧠 21 EN 游戏 · 实时循环 Gens, Instinct 与 Meta 的 Crunch 能力实测 用 JEV 跑通了带 Instinct、Ways、Town、Office 的 Crunch 流程……Inworld 的 popularity 场景下需要管理超过 500 人的 NPC 对话。 智能体决策#agent#memory#context-window Y Yohei @yoheinakajima 作者自述 📊 22 EN 营销与广告 · 批量分类器 12 秒给 100 个视频打上销售意向分 用 JEV 对某个 YouTuber 最近 100 个视频做分类:判断每个视频「有多想卖我东西」,并给出销售意向分(1-5)…… 分类与打分打分#video-analysis#semantic-scoring E EP @epxits 作者自述 🗂️ 23 EN 数据与分类 · 批量分类器 税务文件自动分类器 用 JEV 构建了一个税务文件分类器。我们导入成千上万份税务文件,使用我上一季度搭建的 LLM pipeline…… 文档处理分类#legal#accuracy#cost N Nakshatra Saxena @newize 作者自述 🚗 24 EN ▶ 视频 编码与开发工具 不到一小时用 JEV 复刻 Tesla FSD 界面 I rebuilt Tesla Full Self Driving with Jev in less than an hour. This model is a total unlock. 开发工具生成#demo J Justin Schroeder @jpschroeder 作者自述
🎬 25 ES ▶ 视频 报道与观点 JEV:比 Claude 便宜 400 倍 Jev es una nueva IA creada por Diogo Almeida, uno de los creadores de ChatGPT, que promete ser hasta 200 veces más rápida y 400 veces más barata. 报道与观点#explainer#news E EDteam @edteamlat 作者自述 🧩 26 EN ▶ 视频 报道与观点 把大问题拆成一万个小决策 我们花了 3 年学习如何把提示词写进一个大模型里,而 Typestate 的思路恰恰相反:构建围绕一万个小决策的系统。 报道与观点#opinion V Veee @viktorrree 作者自述 27 EN ▶ 视频 报道与观点 JEV 已上线 OpenRouter Jev is already on OpenRouter!! It's only been out a day and TypeSafe still has a waitlist…… 报道与观点#news#api#pricing Z Ziwen @2iwenxu_ 作者自述 📁 28 JA 通用与个人 · 实时循环 JEV 原生多语言混合对话实测 でん。中央リサーチや種村さんの方式、ファイル名、覚えてる?つかんだボタンを押すと中身を読んでくれる体験…… 上下文管理抽取#file-reading#multi-language とさ @tosa_non 作者自述 🕸️ 29 EN 检索与召回 · 批量分类器 语义关键词抽取 + ID 打标全流程 tried something with jev so i tried what you'd expect from me: graph extraction - score every word with semantic significance (1-5) - also tag relevant words with ID 语义检索抽取#semantic-scoring#knowledge-graph Y Yohei @yoheinakajima 作者自述 📈 30 中文 ▶ 视频 数据与分类 · 实时循环 一句话分析任意 Excel 文件 丢给它一个 50MB 的 Excel,问「Q3 哪个渠道 ROI 最高」,它自己写代码、跑代码、出图表,全程 8 秒。 数据分析生成#spreadsheet#demo 晨阳 @chenyang_dev 作者自述
🎮 31 中文 ▶ 视频 游戏 · 实时循环 给独立游戏装上有记忆的 NPC 用 JEV 给 RPG 的每个 NPC 挂了长期记忆,玩家两周前随口说的一句话,NPC 到现在还记得。 游戏决策#npc#memory#agent L Luna @lunagamedev 作者自述 🧬 32 中文 科研与学术 · 批量分类器 批量总结医学文献摘要 喂了 3000 篇 PubMed 摘要,按「研究设计 / 样本量 / 结论可靠性」三栏结构化输出,准确率让合作医生很惊讶。 科研抽取#healthcare#accuracy D Dr. Chen @dr_chen_ai 作者自述 ⚖️ 33 中文 文档与法务 · 审查与护栏 合同审查:风险点自动标红 NDA、采购合同、外包协议丢进去,自动标出不利条款并给出修改建议,法务同事从 3 小时缩到 10 分钟。 文档处理过滤#legal 法务小明 @legal_ming 作者自述 📉 34 EN ▶ 视频 交易与金融 · 排序 自然语言选股器 「找出过去 5 年 FCF 增速 > 15% 且负债率 < 40% 的消费股」,一句话生成筛选器并回测。 金融生成#quant#finance#demo Q QuantK @quantk_trades 作者自述 🧚 35 中文 通用与个人 给孩子的个性化睡前故事机 输入孩子名字和白天发生的事,生成带插画的定制故事,语气温柔,每晚不重样。 创意生成#parenting 米粒妈妈 @mili_mom 作者自述 🤖 36 中文 ▶ 视频 编码与开发工具 · 审查与护栏 自托管代码审查机器人 接入 GitHub 后每个 PR 自动 review:指出潜在 bug、建议重构,评论风格可以自定义成「毒舌模式」。 开发工具分类#code-review#github D DevOps 老王 @ops_lao 作者自述
✎ DEEP DIVE · 不止案例

读懂 JEV:深度分析与介绍

案例告诉你「大家用它做了什么」,这些文章告诉你「JEV 是什么、为什么重要、值不值得上手」。