devwithjev
reading now views
Submit a build

Tools & apps

229 builds · page 5 of 6

Carles Núñez TomeoCarles Núñez Tomeo@carlesnunez𝕏
🔮 Built a real-time click prediction right over the DOM using JEV that feels like a crystal ball. Powered by jev-latest to predict the next clickable element and intent in 345ms per check, highlighting candidate elements on screen. It's extremely cheap to use and helps predict user intention, hitting 83% accuracy in testing. Usages that come to my mind: - Web performance optimization via predictive resource load - UX Research and testing - Progressive UI loading based on intention - Accessibility for reduced motor precision (highlight based on intention allowing to click, for example) - An
0163X posts·Tools & appstime345ms per checkOriginal source ↗
kwindlakwindla@kwindla𝕏
.@jonptaylor recorded a detailed walkthough of Jev vs GPT-5.6 Luna as the "operator" element of a Pipecat speech interface pipeline. GPT-5.6 Luna: - 81.3% command accuracy - 1,008 ms median latency Jev - 92.6% command accuracy - 296 ms median latency A few notes here ... 1) We expected to see a big latency benefit. But the higher accuracy is maybe more interesting. Jev (with a bunch of code wrapped around it) is much better at turning messy transcriptions from a noisy speech environment into correct command structs. The very hand-wavy explanation here is something like: LLM too
0159X posts·Tools & appstime296 ms median latencyOriginal source ↗
PumbertoPumberto@elpumberto𝕏
Can we estimate a book’s literary quality and how enjoyable it is to read by using Jev to perform a multicriteria classification of its prose? I wanted to investigate that, so I built Salomón, a tool designed to do exactly this. I analyzed 32 books blind using Jev, and this is the map I got. Infographics, details and links in the thread.
0158X posts·Tools & appsOriginal source ↗
NirvanNirvan@Medicrity𝕏
Opencode sends every MCP tool schema to the model on every step. With 18 common MCP servers, that's ~90,000 tokens before the model even reads your request. I built a plugin using Jev that cuts it to ~7,300. (-92%) 🧵
0180X posts·Tools & appscost~90,000 tokens before the model even reads your request. I built a plugin using Jev that cuts it to ~7,300. (-92%)Original source ↗
Magimetal👨‍💻🤖Magimetal👨‍💻🤖@MagiMetal𝕏
I have a script running that's going through all of my magi-code sessions, extracting every bash command and then categorizing them by similarity using Jev. It's going to end up being about ~$0.60-$0.70 to do this for 4200 bash commands and take ~10 minutes with a very inefficient python script My goal here is to identify instances where the model keeps repeatedly writing python or bash scripts to perform very similar actions - and provide the agent with a small set of scripts that do those things for it so it doesn't keep wasting output tokens on writing repeated code.
0155X posts·Tools & appsOriginal source ↗
Raihan KhanRaihan Khan@raihankhan_rk𝕏
I swear this is the last Jev demo I'm doing... 🙏🏻 I'm using Jev by @typesafeai to get a third person opinion on my vibe coded projects... 👀 Checkout FirstScreen 🔗 https://t.co/nZnEsgxl1n As usual, it's again open source so feel free to star the repo if you want : ) For the past three days, I've had access to Jev, and I'm having so much fun playing around with it 🔥 I built Diffjury and JevArena in the past 2 days and shared with you guys on here, and today I built FirstScreen, where Jev basically takes a look at the website and quickly gives a verdict whether it's ready to ship or need
0153X posts·Tools & appsOriginal source ↗
Shaqeeq Khan : BuildingShaqeeq Khan : Building@ShaqeeqKhan𝕏
Jev can tell if your resume is good enough for a job. I added a simple resume scorer using Jev by @typesafeai 1. You give your resume (Doesn't get saved) 2. PDF to Markdown conversion 3. Jev, does the analysis, across on 5 Dimensions 4. Your resume score Jev is quite fast btw. but he is very reasonable, so if the score is low, it is what it is.
0135X posts·Tools & appsOriginal source ↗
AetnaAetna@AtMemAi𝕏
We did a test using Jev 1.13.0 on official LoCoMo data benchmark. Jev makes AtMem better at putting the right memory first, but it does not yet help AtMem find memories it missed entirely. The significant increase is on how often the correct memory was the very first result. Improved from 33.99% to 54.23% AtMem used about 1,593,522 token and costed about $0.0583 Jev remains as option in the next releases since AtMem Position is local first. We continue to explore more use cases for Jev
0132X posts·Tools & appscostcosted about $0.0583Original source ↗
Nasrallah-AL@Nasrallah-AL
Command-line tool for TypeSafe's Jev AI model.
0485GitHub·Tools & appsOriginal source ↗
keltokhy@keltokhy
Grep, but the pattern is a description. Filters lines by meaning with TypeSafe's Jev decision model: ~200 ms and a thousandth of a cent per line.
0449GitHub·Tools & appscosta thousandth of a cent per linetime~200 msOriginal source ↗
luantak@luantak
Scans a codebase for covert, deceptive, or data-stealing behavior with Jev, then reports suspicious files and line ranges before the user runs it.
0445GitHub·Tools & appsOriginal source ↗
shiftynick@shiftynick
Agent-ergonomic CLI for TypeSafe's Jev: fast calibrated judgments (pick, rate, check, rank, triage, guard) from the shell.
0436GitHub·Tools & appsOriginal source ↗
compozy@compozy
Context-pruning proxy for Claude Code and Codex: Jev judges which history is still needed, measured not claimed. POC here now, heading soon into Compozy.
0433GitHub·Tools & appsOriginal source ↗
burnigtm@burnigtm
MCP server that puts TypeSafe Jev on the coding loop in Cursor, Codex, and any MCP client.
0431GitHub·Tools & appsOriginal source ↗
jkudish@jkudish
Proof of concept MCP for Typesafe's new Jev AI model.
0378GitHub·Tools & appsOriginal source ↗
NiazMorshed2007@NiazMorshed2007
Local-first MCP plugin for continuous software-quality review by AI coding agents, powered by Jev.
0374GitHub·Tools & appsOriginal source ↗
devagrawal09@devagrawal09
A staged code-review workflow and local dashboard built with TypeSafe Jev.
0370GitHub·Tools & appsOriginal source ↗
tamaratran@tamaratran
Claude Code plugin that replaces the compaction summary with Jev decisions: every tool call and result is scored in one fast request, stale ones are dropped or truncated, everything kept stays verbatim.
0369GitHub·Tools & appsOriginal source ↗
Butochnikov@Butochnikov
Unofficial Laravel integration for TypeSafe Jev AI with typed responses, async requests, scoped dependency injection, and testing fakes.
0353GitHub·Tools & appsOriginal source ↗
AboveColin@AboveColin
Home Assistant integration for TypeSafe Jev. Ask a question about your house and get a probability, a choice or a score as an entity.
0311GitHub·Tools & appsOriginal source ↗
mrnugget@mrnugget
Fish-style zsh history autosuggestions ranked by Jev (TypeSafe).
0307GitHub·Tools & appsOriginal source ↗
realZachi@realZachi
Ask your Postgres tables questions in plain language. A PostgreSQL extension powered by TypeSafe's Jev.
0304GitHub·Tools & appsOriginal source ↗
vercel-labs@vercel-labs
Vercel Labs terminal CLI that can run Jev as the evaluation model for its evaluate command.
0259GitHub·Tools & appsOriginal source ↗
JoshuaSP@JoshuaSP
Typed JSON inference with DiffusionGemma, with Every and Jev benchmark results.
0230GitHub·Tools & appsOriginal source ↗
razorback16@razorback16
Open, Jev-compatible System One decision server on DiffusionGemma.
0217GitHub·Tools & appsOriginal source ↗
tinyhumansai@tinyhumansai
An integration with jev by typesafe.ai in Rust.
0205GitHub·Tools & appsOriginal source ↗
kunobi-ninja@kunobi-ninja
Rust client for the TypeSafe System One API (Jev).
0203GitHub·Tools & appsOriginal source ↗
binnash@binnash
PHP & Laravel SDK for TypeSafe AI's JEV Model series.
0201GitHub·Tools & appsOriginal source ↗
anilsenay@anilsenay
Unofficial Go client for TypeSafe's System One API and its model, Jev.
0179GitHub·Tools & appsOriginal source ↗
AboveColin@AboveColin
Async Python client for TypeSafe Jev. Typed questions in, probabilities and choices out, no prose to parse.
0178GitHub·Tools & appsOriginal source ↗
fgn@fgn
Go client for TypeSafe AI's System One API (Jev), with optional Langfuse instrumentation.
0177GitHub·Tools & appsOriginal source ↗
mateonunez@mateonunez
Semantic schemas over TypeSafe's Jev — validate the state locally, then project typed answers.
0175GitHub·Tools & appsOriginal source ↗
alterhq@alterhq
Dependency-free Swift 6 client for Jev Choice, Score, and Noul questions, with strict concurrency, retries, and offline transport tests.
0174GitHub·Tools & appsOriginal source ↗
Gaurav-Gosain@Gaurav-Gosain
Go client for TypeSafe's System One API and its model Jev: typed judgments and calibrated probabilities instead of generated text.
0173GitHub·Tools & appsOriginal source ↗
Kevthetech143@Kevthetech143
A small, extensible decision-to-action harness for TypeSafe Jev.
0172GitHub·Tools & appsOriginal source ↗
inanna-malick@inanna-malick
Agent-first Haskell DSL for TypeSafe's Jev judgment model: typed packets, inferred types, answers under the same labels.
0148GitHub·Tools & appsOriginal source ↗
dannote@dannote
TypeSafe Jev for OTP: reply to Jev from a GenServer and pattern match on its answer.
0146GitHub·Tools & appsOriginal source ↗