Skip to content
B Bloger.fm

Product

Jev

This site has not written a definition for Jev. The name appears in the feed but has no stable public identity the desk can verify, so what follows is only what was recorded — no description, and no claim about what it is.

Jev was recorded in 44 items across 4 of the 8 briefings in the current window.

The earliest mention of it in this window is 16 September 2026; it does not appear in any earlier briefing.

It appeared most often alongside Claude Code, Codex and ChatGPT.

New to this window
items
44
briefings
4
mentions
125
last seen
2026-09-19

Coverage timeline

Sat 12 Sept – Sat 19 Sept / 8 briefings

Everything recorded

19 September 2026 19 items

Aaaaaand this is now open-source here: A tiny AI pointer companion for your Mac driven by JEV or Gemini Live - Bring your own keys - Local OmniParser running on CoreML - Jev drives the pointer - Ctrl + K to type a task Voice mode next if people want it!

@milindlabs

Okay so Jev can actually do computer use really well > Without any screenshots, or LLMs and no Pixels leave my mac > I dont even read the Dom elements > A local CoreML model segments every button and UI element on screen. > On-device OCR reads the labels. That text is all Jev gets. > It returns a probability across those elements and tells me the best one to click. > Then it clicks, re-runs detection, and decides again. In a loop until the goal is done. > ~90ms per decision. Faster than any LLM computer use I've tried. > Blazing fast computer use, without any latency > @typesafeai is building something really interesting

We believe voice-controlled computer use, browser and native app use, will improve with the recent launch of @typesafeai 's Jev. Here's @BhosalePratim moving around her machine and tasks using Gradium's voice AI APIs.

This is a Jev-like BioAI model for drug discovery. Insilico is doing fantastic training of these models with their AI gym platform.

@InSilicoMeds

26 drug safety tasks. 1 model. > Potency gets the headlines. Safety decides whether the molecule can become a drug. 🧪 > Our 4B InsilicoMMAI-Chem-ADMET model predicts safety, metabolism and PK endpoints across a single specialist model. > 🚀 SOTA+ on 7 tasks 🧬 Trained on 140K+ datapoints in MMAI Gym for Science > #insilicoSOTAFM

Vercel Labs 工程师 Chris Tate 给 json-render 接入 Jev,开始试验让 AI 在运行时直接组合 UI。 json-render 会提前准备好按钮、卡片、输入框、数据和动作。Jev 不需要像大模型一样逐 Token 写完整 JSON,只负责决定用哪些组件、怎么排序、放在哪里,再交给正常的 UI 渲染器。新界面默认一次判断选出主要组件,需要时再用第二次判断安排布局。 在同一个火车票界面生成演示中,默认 JSONL 模式从请求到完成用了 3.21 秒,Jev 只用了 0.88 秒。 未来 App 的界面可能根本不用完全写死。UI 可以变成运行时决策,同一个 App 面对不同用户、任务和状态,临时拼出不同的页面。Jev 这次演示已经把完整生成时间压到 1 秒以内,至少让这种交互开始有了实时感。 Runway 上月底发布的 Solaris 也在赌类似方向,只是路线更激进。Solaris 用世界模型逐帧生成整个界面,直接绕过传统代码和组件;Jev 仍然使用开发者提前写好的组件和动作,只动态决定怎么组合。 一个想让软件变成实时生成的视频世界,一个更像让软件拥有一张随时重组的脸。

@ctatedev

New experiment: json-render + jev > The future Generative UI is instant > Your components, your actions, your design system > Rendered in milliseconds

Jev agent got 1/20 vs 17/20 for BrowserCode + Luna on our long horizon task benchmarks. The speed is INSANE. Feels like early Browser Use.(loads of potential, unsolved problems) Browser use is very complex state space search. Very often you just have to think hard or go back. A model with 0 reasoning ability simply can't do that (yet?). Can we get that behavior with better memory + search, without adding a reasoning model? Really hope I can make this work.

@gregpr07

Breaking: Browser Use + Jev = Ultrafast ⚡ > Findings flights took 7s and cost only $0.0039 🤯 > new action space every step > DOM state space > small LLM fallback to type > (this video is at 1x speed btw) > Built a tiny open source browser agent. try it below ↓

Jev just landed in @usenaive. The interesting part is what you can put it to work inside: a 7-agent agency. Sales -> Content -> Client management -> Site building One config defines the team and its apps. Model routing lets different jobs go to different models. Start with an agency template, connect your stack, keep approval over what gets published. "Deploy a company" is a hell of a button to put on a website ↓

@usenaive

Jev (@typesafeai) is now live in Naïve. > Your agent shouldn't be using the same model for every task > Now it doesn't have to. > Read more at: >

We found the perfect use case for Jev: auto-routing GenAI models. The idea: Jev picks the most cost-effective models for your task, balancing speed and quality. All generations made with Higgsfield API.

@higgsfield

Introducing Higgsfield API. > 50+ frontier models in one API, at lower prices than a subscription. > Get up to 50% OFF discount on your 3 favorite models > Lock in your max-discount within 7 days > Pay per use with no commitment > Build your own Higgsfield with the best prices in GenAI industry. > Available at

JEV JUST READ 384 NEWS STORIES IN 24.9 SECONDS AND FOUND THE BEST ONES FOR 15 BRANDS TO JUMP ON FOR $0.19. THE ENTIRE PR AGENT SETUP IS OPEN SOURCE WITH 30+ SKILLS. ⁠ ⁠

Another reason to try vllm.cpp!

@mudler_it

We are getting GLiNER2.5 support in vllm.cpp and in @LocalAI_API , supporting systemone API so you can swap it easily. > GLiNER2.5 went unnoticed until now that Jev is covering the news. Thanks @fastinoAI for making it open source and work in the open.

truncated at source

YC S25 端侧 AI 公司 Cactus Compute 发布 Needle 3,专门做工具调用和结构化提取,不负责普通聊天。比如用户说「把客厅灯调到 30%」,它只需要找到对应功能,再把「客厅」和「30%」填进参数。 它和最近很火的 Jev 有点像,但路线不同。Jev 直接给候选决策打分;Needle 3 还是逐 Token 生成,只是输出被限制成程序能直接执行的工具调用。 Needle 3 一套权重可以裁成 2 到 20 层。2 层版本约 9MB,完整 20 层约 35MB,可以按设备性能选择不同大小。 针对安卓操作指令单独微调后,4 层、2900 万参数版本自测得分 62.5,超过 DeepSeek V4 Flash 的 60.5。

@cactuscompute

We release Needle 3: A Sliceable 8-29MB automation foundation model that can match DeepSeek V4 Flash. > One set of weights, every depth from 2 to 20 layers a model of its own, 25-121M parameters at CQ2-bit, built on our Simple Attention Networks and running locally at up to 4k tokens/sec decode speed on a Raspberry Pi 5. > Needle does not chat. Every turn is a function call: give it the tools your app exposes and it picks the right ones and fills every argument from what the user said, or hand it a schema and it returns a typed record. Ask for something no tool covers and you get an empty list, not a guess. > That trad

here is why Jev is essential for any harness you might be using → three question types: choice, score, and a yes/no called noul → ModelRouterMiddleware: Jev picks the least costly model that can do the step → AutoModeMiddleware: Jev scores every bash call before it runs and blocks the risky ones → the same trick Claude Code and Codex run with private classifiers, now a pip install → 200x faster and 400x cheaper than an LLM on classification their own line: "Agents are still inherently untrustworthy." so they put a second model in the loop whose only job is to judge the first one, in milliseconds.if this scales, every harness ships with reflexes.

This sets you up to use @typesafeai Jev in Hermes for model routing, memory filtering, compaction selection, skill selection, computer use, browser use, a private key-entry flow, and a model routing dashboard. Enjoy! 😎 (Maybe useful @Teknium?)

Today I’m excited to show you our new harness called AgentRun, built with @pidotdev and @typesafeai's Jev. It’s built for an agent to learn how to do a job, code itself a general solution, and then get out of the way.

@MiguelriosEN

()

I really want to try out jev, ive seen such cool demos Seems to be the answer to an always awake AI which is token efficient, extremely fast snd cheap to run I’ve requested access, lets see when I get it

JEV JUST TURNED DOOMSCROLLING INTO A 2-SECOND JOB FOR $0.007. PICK A NICHE AND IT FILTERS 3 DAYS OF POSTS TO FIND WHAT’S ACTUALLY WORTH READING.

让 AI 润色技术文档,最怕它为了“去 AI 味”把事实、归因和限制条件给抹了。 新开源的 Jev Humanize Writing 提供了一套实用的防御机制。它本身不直接生成正文,而是一个配合 Claude Code / Codex 使用的 Agent 写作技能 + Python 校验工具。 其核心工作流是“宿主生成候选稿 + Jev 强制校验”: • 防篡改保护:支持传入保护词 JSON,锁定数字、引语和专有名词,保证 AI 润色时原封不动。 • 保留边界与语气:严格守住“初步判断”、“尚未独立验证”等定语,防止模型把严谨结论擅自改写成绝对化的空泛宣传。 • 结构化比对:对多份改稿进行语义诊断并输出 Noul/Score 指标,最终交由宿主逐句复核,而不是盲目覆盖原稿。 • 极简依赖:仅需 Python 3.10+ 标准库,无需 pip install。私密稿件可直接使用纯本地离线模式。 这个工具解决的不是“如何绕过第三方 AI 检测”,而是真正的编辑痛点——在消除机械排比和多余铺垫的同时,确保技术说明、工作邮件和个人笔记的信息密度与立场零损耗。 #jev 🔗 仓库地址:

随便跑来源不明的 Agent Skill 和 MCP 配置,等同于在本地裸奔。如何在安装前,安全审查它们有没有偷走凭据? 开源新工具 jev-security-scan 提供了「零执行」的审查方案。它结合本地静态检查与 TypeSafe Jev,在不启动服务、不安装依赖的情况下,提前扫出代码里的隐蔽行为。 主要特性: • 拒绝“下载即中招”:只读取目标文本、配置和脚本,完全不执行目标代码,从根本上防止触发恶意安装钩子。 • 精准抓取证据:若发现窃取 SSH 私钥、提示词注入或越权外传,会直接输出具体文件、行号与脱敏后的代码段。 • 极简无依赖:仅依赖 Python 3.10+ 标准库,连 pip install 都省了,天然支持作为 Codex 或 Claude Code 的 Skill 直接调用。 • 双模式切换:高敏感项目可使用 local 纯离线静态检查;常规项目开启 jev 模式进行深度语义分析。 对于经常折腾各种开源 Agent 扩展的开发者,在运行新框架前,用它过一遍“X光”是非常实用的防线。

truncated at source

Most people will use Jev wrong They'll try to replace their main model with it That's not where the value is Jev makes more sense for the tiny decisions inside your agent that happen hundreds of times Those tasks don't need Claude, GPT or another frontier model every single time Setup is simple: Get access at : Install the TypeSafe skill npx skills add typesafe-ai/skills --skill typesafe-ai For Claude Code: claude plugin marketplace add typesafe-ai/skills claude plugin install typesafe@typesafe-ai create your API key Ask your agent to use the TypeSafe skill From there, start replacing basic decision calls with Jev The biggest improvement comes when you use it across the whole agent flow: router → pick gate → validate judge → check result You can also batch many decisions into one request and send uncertain cases back to a larger model. That's the real use case: not replacing intelligence, but removing expensive intelligence from places where you never needed it > [@shann

Jev 有意思的一点是,它既是模型,也很像一个给大模型调用的工具。以后模型和工具的边界可能会越来越模糊。

@0xLogicrw

昨天整理了 14 个 Jev 项目,@yangyi 开玩笑说:「让 Codex 一个 goal 跑个 Jev 导航站。」 > 我真的让 Codex 去跑了,现在导航站已经上线: > 而且增加到 130+ 个 Jev 项目。后面还挂了 GitHub Actions,每 12 小时自动扫一次新项目。 > 拿到 Jev API 还不知道怎么玩的,可以直接进去抄思路。 > 如果你也做了 Jev 项目,欢迎提 PR / Issue,我继续往里补。

18 September 2026 11 items

truncated at source

Browser Use just built an ultrafast open-source browser agent today. Here's what you need to know. Developer Gregor Zunic combined the Browser Use framework with a small model called Jev to search flights end to end. The task took just 7 seconds and cost $0.0039 to run. The agent works differently from typical LLM browser bots. It builds a new action space every step, reads the page's DOM state directly, and only falls back to a small LLM when it needs to type text. Key numbers: - 7 seconds to complete a flight search - $0.0039 cost per run - Jev is described as ~40-200x faster and ~40-400x cheaper than frontier LLMs on this kind of task The code is open source, and a live demo built on Val Town let people try it themselves right after the post went up.

@gregpr07

Breaking: Browser Use + Jev = Ultrafast ⚡ > Findings flights took 7s and cost only $0.0039 🤯 > new action space every step > DOM state space > small LLM fallback to type > (this video is at 1x

Tesla Full Self Driving (Jev demo) is now open source and you can try it online yourself! 👈 try it 👈 keep it

@jpschroeder

I rebuilt Tesla Full Self Driving with Jev in less than an hour. > This model is a total unlock.

ULTRAFAST is coming to Browser Use Cloud ⚡ > superhuman speed > cheap > undetectable Tell us what you’d automate and get on the waitlist ↓

@gregpr07

Breaking: Browser Use + Jev = Ultrafast ⚡ > Findings flights took 7s and cost only $0.0039 🤯 > new action space every step > DOM state space > small LLM fallback to type > (this video is at 1x speed btw) > Built a tiny open source browser agent. try it below ↓

今話題のJev関連でかなり便利そうなClaude Code用プラグイン 『fast-jev-compaction』 コンテキスト内の不要なツール履歴を削って、残った原文をそのまま次のコンテキストとして使うやつ /compactや自動コンパクションの処理をこれに差し替えることで、コンテキストの要約を作らずに続けて作業できる 過去のツール実行ごとにJevへ次の2点を判定させてるらしい ・このツールを、この入力で呼び出したという記録はまだ必要か? ・その実行結果の全文はまだ必要か? 再実行では代用できないか? その答えに応じてコンテキストをプログラムが組み直してくれる、例えばこんなん ・「生成ファイルは編集禁止」というユーザーの指示 → 原文で残す ・すでに用済みの大量の検索結果 → 取り除く ・読み直せるファイルの全文 → 必要に応じて短縮する ・作業を続けるうえで必要な実行結果 → 全文を残す ツール履歴を整理することで要約によって過去の指示や細部が抜け落ちるのを避けるってこと めちゃ使えそう とはいえ十分に削除できなくなった時は通常の/compactのように要約は発生する

@tamarajtran

found the perfect use case for @typesafeai Jev: > instant compaction > in 2026, why is compaction still a summarization prompt? > Jev can make it instant by scoring every tool call and dropping what’s irrelevant

Jev from @typesafeai is now live on @CloudflareDev AI Gateway. Try the first System One model — send state and typed questions; get structured answers your code can use directly.

@jackcheng 🤝 @typesafeai Jev This is what AI looks like after the chat box. Jev turns a fuzzy request like “move the blue square to the right of the red diamond” into a structured action in milliseconds. Fast enough that talking to software starts to feel like touching it. What have you built with Jev?

@moritzkremb

3) Draw on canvas with your voice >

Is it even possible that a traditional LLM beats it in speed? I hope OpenAI releases ultrafast, computer use with Astra's or Sol's intelligence + speed of Jev would be crazy. For me it would be computer use AGI

@trycua

1/ Fast Computer Use is now solved with @typesafeai Jev + Cua Driver. > Available in development preview for macOS, Windows, and Linux. We call it jev-use. > Draft #3943:

🚨 BREAKING: Clone any printing business jev-1.13.0 in @shipper_now can take any app and make it yours: design, code, business plan... you can now oneshot the next duolingo / twitter / airbnb / etc this is THE END of manual vibe coding.

Jev 不會回你一段文字,它直接吐決策。 講,typesafeai 這個新模型每 330 毫秒重算一次安全格,火箭一路落,26 次裡面活過 25 次,成本不到一美分。 比起多一個更會聊天的模型,直接輸出決策這件事更令我坐直。

You can now call Jev from a Sprite with our @typesafeai connector.

17 September 2026 9 items

🚨 Open Source Jev BS meter you can use this to analyze any debate / investor call / interview / sales pitch / podcast video fact check live , for example this dario interview cost 60 Jev calls / 111K tokens / $0.0047

@chetaslua

🚨 I gave the Trump vs Kamala debate a live BS meter using Jev > every sentence, both candidates, 5 yes/no questions each > 1,191 Jev calls / 1.18M tokens / 415 ms median total cost : $0.0497 > same questions for both, clips picked by one fixed rule, not a fact-check

Everyone is obsessed with bigger models. The smartest thing this week is a smaller idea. Jev doesn't generate text. It returns a decision. One forward pass, one probability per option, no tokens to wait for. Why this is a big deal for agents - Agents today are painfully serial. Pick a tool, wait. Pick a branch, wait. Retry or abort, wait. everything takes forever Multiple parallel decisions changes the entire architecture. Fan out 50 sub-tasks and score them all at once. Run planning, verification and safety checks in parallel. The LLM stops narrating and starts scheduling. Chain of thought made agents deeper. Typed decisions make them wider. The winning agents won't think harder about one step. They'll think about a thousand steps at the same time. We are shipping this in Abacus AI Agent 🚀

I just open sourced Foreman: a software factory foreman built with @typesafeai's Jev. Coding agents work the factory floor. Foreman watches them, continuously assessing progress, completeness, tests, drift, and verification, and intervenes when needed. GitHub:

给 AI 智能体装上“快思考”拦截器:执行前掐断高危指令与敷衍代码。 现在的 Agent 很容易在无人值守时跑偏,或者写出一堆 TODO 占位符。pi-warden 是专为 Pi 打造的外置护栏,它会在 Agent 实际调用工具前,向低延迟模型 Jev 发起快速判定,保护项目代码不被破坏。 核心拦截机制: • 动作守卫:在执行前拦截 rm -rf、强制推送等不可逆操作。如果发现 Agent 的动作偏离了你的原始需求,会将其警告并纠正。 • 代码洁癖:自动识别 TODO 占位符、复读机式注释和死代码,强制 Agent 在下一次编辑中修复。 • 防卡死与失控:检测到连续 3 次使用相同策略失败,会直接叫停并要求 Agent 提出新假设;遇到无限循环输出则强制掐断。 • 上下文瘦身:自动压缩超长的工具输出,剔除冗余,只保留报错行和核心摘要。 每次判定仅需约 250 毫秒,单次成本不到一美分,完全不阻断正常的无缝工作流。 注意:它定位是辅助护栏,而非绝对安全的沙盒,使用前需自备 TypeSafe API Key。 项目地址:

🚨 I gave the Trump vs Kamala debate a live BS meter using Jev every sentence, both candidates, 5 yes/no questions each 1,191 Jev calls / 1.18M tokens / 415 ms median total cost : $0.0497 same questions for both, clips picked by one fixed rule, not a fact-check

@CompleteSkeptic

After co-inventing ChatGPT, I kept asking myself: why have superhuman chat models not led to AGI? > I’ve spent the last 2 years in stealth building a new way to train models (RLCD), and a new type of frontier AI model that we are releasing today: Jev > • 20-200x faster • 40-400x cheaper (w/ output tokens free) • Frontier composable intelligence optimized for decisions > AFAICT the shortest path to AI-based economic revolution

holy cheap

@gregpr07

Breaking: Browser Use + Jev = Ultrafast ⚡ > Findings flights took 7s and cost only $0.0039 🤯 > new action space every step > DOM state space > small LLM fallback to type > (this video is at 1x speed btw) > Built a tiny open source browser agent. try it below ↓

Jev from @typesafeai is on AI Gateway. Build agents that decide, route, score, and stop in milliseconds: 𝚊𝚠𝚊𝚒𝚝 𝚎𝚟𝚊𝚕𝚞𝚊𝚝𝚎({ 𝚖𝚘𝚍𝚎𝚕: '𝚝𝚢𝚙𝚎𝚜𝚊𝚏𝚎-𝚊𝚒/𝚓𝚎𝚟', 𝚜𝚝𝚊𝚝𝚎, 𝚚𝚞𝚎𝚜𝚝𝚒𝚘𝚗𝚜, });

Excellent use case for Jev!!

@ephraimduncan

Built a model router with Jev by @typesafeai. > Jev decides what model fits your request best and the request is sent to that model.

Haven’t been so excited to try a new model in a while

@notkevinzhang

Letting everyone off the Jev waitlist over the next hour. Get in!!!

16 September 2026 5 items

congrats to Diogo on a full launch! for more on typesafe: check his aie talk: out now!

@CompleteSkeptic

After co-inventing ChatGPT, I kept asking myself: why have superhuman chat models not led to AGI? > I’ve spent the last 2 years in stealth building a new way to train models (RLCD), and a new type of frontier AI model that we are releasing today: Jev > • 20-200x faster • 40-400x cheaper (w/ output tokens free) • Frontier composable intelligence optimized for decisions > AFAICT the shortest path to AI-based economic revolution

we've been testing a new kind of foundation model @every that doesn't produce words as output, instead it produces probabilities. think of it like a code linter for knowledge work. in our testing it was 25x faster at a cost almost 600x lower than Fable for similar jobs. you can use it as a judge for things like: 1) does this code meet my standards? 2) does this writing contain AI-isms? 3) would i be interested in this tweet? we rarely test new flavors of foundation models that end up being impressive. by @typesafeai is one of them read @hammer_mt's excellent vibe check:

AI is already dodging zombies in Minecraft Someone plugged the new Jev model into Minecraft and it started avoiding zombies on its own as soon as night fell, with no extra prompting. 2 minutes of gameplay used 150K tokens and cost just one cent.

Haha... Literally no one is pacing the frontier - Opus 5.2 in testing - Grok 4.8 ships in a couple of weeks - Jev is a new ultra fast classifier - OpenAI already has Astra+ in testing We continue to accelerate

truncated at source

DAILY AI BRIEF 🗞 — Sept 16 GOOGLE 🔥: - Gemini 3.8 Live and 3.8 Live Extended Thinking are out. 97-language auto-detect, near real-time vision, background tool calling. - Live is in Search Live plus Gemini API public preview. Extended Thinking is in Gemini Live, with Pro/Ultra getting it in Docs, Gmail, and Keep. - Gemini Notebook Voice Mode hits Ultra this week, Pro soon. Mobile voice recorder starts next week for all users, English first. - Interactive Reports for Gemini Notebook roll out to everyone in the coming weeks, plus new quiz formats and 60-second video overviews. OPENAI 🔥: - Sam declared a big ship week, then a much larger wave for DevDay. GPT-6 Sol and Luna are the expected drops. - GPT-5.5 leaves ChatGPT, Work, and Codex on Oct 14. Switch to GPT-5.6 Sol or GPT-6 Astra; the API keeps 5.5. XAI 🔥: - Grok Imagine can now edit text on any image in beta — color, size, font, alignment. - Grok Build 1.0.33: structured MCP JSON, in-UI memory deletes, and long-session checkpoints that survive cleanup.