devwithjev
reading now views
Submit a build

Untitled

有人问 Laya 和 Jev 的准确度到底差多少,我自己又跑了一轮小测试。 这次还是用 Laya 英文版,一共 100 道判断题: Laya:92 正确,8 错误 Jev:100 正确 在这组测试里,Jev 高出 8%。 当然,这不是完整 benchmark,只能说明在这批偏“理解和判断”的题目里,两者表现有差异。 我主要测了几个容易拉开差距的场景: 1、属性特征描述(Feature Alignment) 例: The sweet red fruit with a leafy green cap on top. 不直接说名字,只给特征描述。 测试模型能不能理解“红色 + 甜 + 顶部绿色叶子”这些条件组合,而不是只匹配关键词。 2、单重 / 双重否定(Negation) 例: Skip the grapes and citrus, give me the other one. 很多小模型容易抓住高频关键词: grapes、citrus 但忽略前面的 skip。 这里考验的是模型能不能正确处理否定和排除条件。 3、上下文干扰和目标指代(Mention vs Intent) 例: The recipe picture has grapes, but the fruit to serve is orange. 前面提到了 grapes,但真正要选择的是 orange。 测试模型能不能区分

码农暖爸@Delroy715𝕏
有人问 Laya 和 Jev 的准确度到底差多少,我自己又跑了一轮小测试。 这次还是用 Laya 英文版,一共 100 道判断题: Laya:92 正确,8 错误 Jev:100 正确 在这组测试里,Jev 高出 8%。 当然,这不是完整 benchmark,只能说明在这批偏“理解和判断”的题目里,两者表现有差异。 我主要测了几个容易拉开差距的场景: 1、属性特征描述(Feature Alignment) 例: The sweet red fruit with a leafy green cap on top. 不直接说名字,只给特征描述。 测试模型能不能理解“红色 + 甜 + 顶部绿色叶子”这些条件组合,而不是只匹配关键词。 2、单重 / 双重否定(Negation) 例: Skip the grapes and citrus, give me the other one. 很多小模型容易抓住高频关键词: grapes、citrus 但忽略前面的 skip。 这里考验的是模型能不能正确处理否定和排除条件。 3、上下文干扰和目标指代(Mention vs Intent) 例: The recipe picture has grapes, but the fruit to serve is orange. 前面提到了 grapes,但真正要选择的是 orange。 测试模型能不能区分
Sep 23, 2026X postsView on X

Also filed under Tools & apps

  • Jev: a "System One" model that only makes decisions, $0.042 per million tokens with output free. 40-second explainer of why it matters for automation

    Jev: a "System One" model that only makes decisions, $0.042 per million tokens with output free. 40-second explainer of why it matters for automation Jev launched on Sep 15 from TypeSafe AI (founder Diogo Almeida, ex-OpenAI, credited on ChatGPT/InstructGPT). It does not generate text; it returns typed decisions (Choice / Score / true-false) with confidence. Price is $0.042 per million input tokens, output free. In its first week it became the fastest-adopted model on Vercel's AI Gateway, TypeSafe paused signups on Sep 22, Browser Use released jev-ultrafast (a web agent where Jev picks each action; Google Flights search in 7.1 s), and jaredpalmer/kev is an Apache-2.0 clone built on Qwen3.5 you can run yourself. My take in the video: the expensive part of automation was never the writing, i

  • Untitled

    There's a new AI model that refuses to talk. While everyone debates what a "decision model" is even for, builders already shipped the answer. 7 things people built with Jev in 9 days. Number 5 broke my brain 👇

  • Untitled

    I loved this idea so much that it deserves a share ❤️ I recently asked people to share what they’ve built with JEV, and then this guy 👤 shows up with an entire website dedicated to different JEV use cases! That’s honestly pretty cool. If you’re curious about JEV and want to see how it can actually be applied, definitely check this out. Huge shoutout to Animesh Mishra (@thatcasualvc) for the wonderful share 🙌 This is exactly the kind of stuff I love seeing from builders. 🚀

  • I built a Jev-based model router for Pi for automatic model selection

    I built a Jev-based model router for Pi for automatic model selection When Jev came out, one of my first thoughts was: could something this fast and cheap pick which model should handle an agent’s next turn? So I built plugin for Pi that uses Jev to choose the model and thinking effort. The idea is to send routine work to cheaper models and reserve the expensive ones for harder tasks. In Pi, the model mappings are configurable, and you can pin a model when you disagree with the router. I’ve been using them for a few days, and so far they’ve been working well for me. In my own evaluation, routed usage came to $141 at list prices versus an estimated $166 for Opus 5.5 on every request - about 15% less. That’s one developer’s data, though. The baseline is a pricing comparison, not a separate