devwithjev
reading now views
Submit a build

All builds

173 builds · page 3 of 5

UriahUriah@codeitlikemiley𝕏
I'm building a real voice-controlled remote for Mac. And I'm using JEV for almost everything. 🧠 Decision making — auto allow / deny actions 🖥️ Computer Use — interact with the Mac 🌐 Browser Use — navigate and control websites, much faster 🧩 Generative UI — dynamically generate forms and controls 🎙️ Voice Control — control the entire workflow remotely The problem is macOS TCC. When an agent triggers certain macOS permissions, you still need a real physical interaction. A Computer Use Agent can't simply click the approval button. That's intentional. Great security. Terrible for unatt
0169X posts·Tools & appsOriginal source ↗
Zach MuellerZach Mueller@TheZachMueller𝕏
Humble beginnings using Jev. Trying to integrate it into Codex and help with speeding up browser use. Been working on it all day and running hundreds of trails. So far I've spent... $0.00725 https://t.co/yX3mPB41pL
0168X posts·Agents & browserscost$0.00725Original source ↗
brainstormitybrainstormity@brainstormity𝕏
As promised… I just open-sourced the Jev X (twitter) Market Sentiment Analysis terminal powered by @typesafeai - Ingests 50 - 1,000 live tweets per crypto asset (e.g. BTC, SOL, ETH, etc.) - Scores each tweet for bullishness vs. bearishness using JEV - Combines social sentiment with live funding rates, RSI & volume - Detects short squeeze risks & outputs structured entry/stop/target cards - Built-in SQLite deduplication so you don't burn API credits on repeated searches Powered by Python, CCXT & TypeSafe AI's Jev model. Fork it, tweak it, build on it, or sell it ...but don't forget to enjoy
0166X posts·Trading & marketsOriginal source ↗
EnderEnder@coderbiri𝕏
Built an AI dispatcher for Zammad tickets using Jev (TypeSafe AI). New ticket comes in, Jev decides which team owns it with a confidence score attached. Not a chatbot, a structured decision. Bridge is a tiny Ruby/Sinatra service. Open source, MIT. https://t.co/bXdJpGWHuw #jev
0165X posts·Triage & routingOriginal source ↗
shung 🇵🇸shung 🇵🇸@shunduquar𝕏
let's start simple. using jev for paragraph-ization: give a block of text and it will add paragraph breaks. I demo it using a text-only youtube client named jevtube. no videos, no distraction, just gets the transcript and adds paragraph breaks. https://t.co/rWuXnxBPUx
0164X posts·Tools & appsOriginal source ↗
PrakharPrakhar@prakharshivam𝕏
started using jev as a judge in @_moodshelf_ and the rankings in semantic search results and items classified by moods, have significantly improved, that too at much lower latency and cost
0181X posts·Tools & appsOriginal source ↗
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 ↗
ZeeshanZeeshan@zeeshan_utd𝕏
Built an SLO-aware inference router using Jev It uses Jev as a typed decision model to select the optimal LLM for each request based on predicted quality, latency, cost, and live backend load Releasing full walkthrough video soon https://t.co/XUjKj9Ryyn
0162X posts·Triage & routingOriginal source ↗
John ResigJohn Resig@jeresig𝕏
I just had to explore using Jev with my existing Japanese print metadata extraction pipeline (where I use gpt-5.6 luna). Turns out that in some cases I could replace luna completely and save a bunch of money - in others I could augment what I had for higher quality! https://t.co/iSFOGPJjf8
0160X posts·Research & dataOriginal 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 ↗
Peer RichelsenPeer Richelsen@peer_rich𝕏
I made an AI agent using Jev to reply to my wife We’re getting a divorce now and she wants to know who Jason is
0156X posts·Agents & browsersOriginal 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 ↗
Josh RosenJosh Rosen@JoshARosen𝕏
Using Jev to catch Codex workers ignoring AGENTS.md. Combine live Codex output, Git changes, and AGENTS.md into one observation Use Jev to score the probability that the worker is drifting from AGENTS.md Steer the active Codex turn when drift crosses a threshold, stopping it if the drift continues Added to Foreman, which automatically watches and steers workers on the software factory floor. https://t.co/g9prp3tsy8
0154X posts·Agents & browsersOriginal 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 ↗
EddyEddy@eddyalbazii𝕏
everyone's using jev to route between models. we put it on inbound sales replies the question isn't which model handles this turn, it's whether "sure" means yes. ours used to log that as a rejection and bin the lead [N] real replies through ai gateway. [x]ms p50, whole batch cost [z] papercut on the way: experimental_evaluate doesn't exist in ai v6, evaluation modality is v7 only, and nothing on the gateway model page says so. @vercel worth a line
0152X posts·Triage & routingOriginal source ↗
Rewant Goenka(agentic arc)Rewant Goenka(agentic arc)@rewantrex𝕏
i just shipped a small repo that will help you understand it perfectly.its a Real-time support triage + response bot using Jev and cerebras https://t.co/l4gFvr0GdW PS if you like it,approve my entry to the hackerhouse. I applied with rewantgoenka87076@gmail.com
0151X posts·Triage & routingOriginal source ↗
Rewant Goenka(agentic arc)Rewant Goenka(agentic arc)@rewantrex𝕏
youre right. For example in a support ticket jev can classify way faster that which agent should get the ticket. I built a Real-time support triage + response bot using Jev and cerebras https://t.co/l4gFvr0GdW
0149X posts·Triage & routingOriginal source ↗
Max WilliamsMax Williams@maxthelion𝕏
I made a little experiment of using Jev to autonomously move around rooms of my 3d game. Headless operating based on textual position information. Rendering a screenshot at every step to be made into a gif. https://t.co/bCv0aoNxa9
0140X posts·Games & real timeOriginal source ↗
Souradip PalSouradip Pal@Souradip3000𝕏
Built Jev Snake using jev from @typesafeai This is not your classic snake game fyi. 4 modes in total for this game -> Terrain Mode - You can generate objects REALTIME by writing ANY word. - The properties of the object will by given by Jev. - Your snake will react likewise with the object. HOT/COLD Mode - There are 70 fixed words that randomly appear. - Jev decides its effects - Far better you can type out word realtime. Jev will decide its effect too. WORD SNAKE Mode - There are 50 fixed words in vocabulary in our code. - Jev checks whether consequent words are correct or not - Want m
0137X posts·Games & real timeOriginal source ↗
Mukesh UtmaniMukesh Utmani@MukeshUtmani𝕏
Jev join the race 🔥 Jev read the top 250 Hacker News stories 250 stories 2000 typed judgments in 16 seconds cost: $0.0095 about AI 32% Negative Tone: 41 ( 16% ) Built with Jev by @typesafeai https://t.co/RY3GiLTks9
0136X posts·Triage & routingcostcost: $0.0095time2000 typed judgments in 16 secondsOriginal 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 ↗
OpenAgentsOpenAgents@OpenAgentsInc𝕏
Episode 285: Bendcoder We build an experimental coding agent from scratch using Jev from @typesafeai and new programming language Bend2 from @VictorTaelin. ...while playing WoW Forever on CoderOS; demoing the CoderOS GPU-accelerated multiplex panes and hand tracking (goodbye Hyprland, hello Jarvis); and introducing CoderQuest, a forthcoming game for commanding and upgrading coding agents with real-world prizes. Meanwhile in Azeroth, Eetum arrives in Thunder Bluff and purchases a guild charter. Bendcoder repo: https://t.co/UjtjgTEAZS
0133X posts·Agents & browsersOriginal 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 ↗
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 ↗