devwithjev
โ€” reading nowโ€” views
Submit a build

Browse builds

121 builds ยท page 2 of 4

Precious | The App Guy ๐Ÿ’™Precious | The App Guy ๐Ÿ’™@precious_tagy๐•
I think Jev really flourishes inside your code more than in the actual product. Right now, Iโ€™m using Jev to classify the thinking mode of our AI agent, so it can select a high, medium, or low mode depending on the prompt.
0170X postsยทTriage & routingOriginal source โ†—
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 โ†—
ErgodErgod@ergod_dev๐•
What Iโ€™m doing with #Jev from @typesafeai: Making Ergod, my multiplayer AI agent, better at the work between โ€œlet me checkโ€ and actually getting it done. Better research. Clearer comparisons. Fewer dead ends. Small decisions. Bigger capabilities. ๐Ÿงต A result can match your keywords and still miss your question. Jev helps assess whatโ€™s relevant. Alongside better page reading, Ergod can focus on useful evidence in long articles and wiki pages - with headings and tables kept in context. The follow-up is where this gets interesting. โ€œWhat about the exceptions?โ€ โ€œWhere did that figure come f
0131X postsยทAgents & browsersOriginal source โ†—
Eugene Boondock ๐ŸŒ2๏ธโƒฃEugene Boondock ๐ŸŒ2๏ธโƒฃ@eugeneboondock๐•
I taught SQL to ask questions using jev: SELECT * FROM tickets WHERE jev_bool(body, 'Is this customer angry?') No embeddings. No keyword list. No LLM writing SQL. jevsql: natural-language predicates, a typed control plane that never lets an LLM touch your data... @typesafeai https://t.co/JtqOsiYoIl
0130X postsยทTools & appsOriginal source โ†—
franfran@fran_rimoldi๐•
made a color palette generator using jev, because why not? given the input, jev returns probabilities over ten hue families, scores for warmth / light / energy, and a font pick. code maps that onto oklch and paints the page. https://t.co/lAe0TlYKdz
0129X postsยทTools & appsOriginal source โ†—
Marcin DudekMarcin Dudek@MythThrazz๐•
Seeing how many people are using Jev to control browsers I wanted to try too. Wrote the wrapper for 'dev-browser' and called it 'jev-browser'. And then tried to put it to a test: "Find the best pricing model for WP Multitool for someone who runs 3 sites, spends 3h/yr on each, and has $50/hr rate and will run them for 2 years." I saw that it did the right steps until the last one. Was adding the Lite version to the cart. That's how I discovered that while my Pricing page LOOKS good it's structurally awful and definitely nor readable for BOTS or SCREEN READERS. Learned something = PR
0128X postsยทAgents & browsersOriginal source โ†—
EngoEngo@EngoDev๐•
I made an experimental model router for @pidotdev using Jev as the decision maker. It's not a generic "pick a cheaper model" router. It isolates work into logical threads and prices cache reads/writes, cold context, expected output + the cost of switching back. @CompleteSkeptic @typesafeai This wouldn't of been possible without Jev, it's an amazing primitive to make software with ๐Ÿ’ช๐Ÿป
0126X postsยทTriage & routingOriginal source โ†—
Gavin McKewGavin McKew@gavinmckew๐•
Every company writes copy rules. Nobody enforces them after launch week. So I made the reviewer that never gets tired. It reads your marketing site on every PR and names each sentence that makes a claim with no evidence beside it. It's using Jev from @typesafeai It doesn't know your facts. It knows what a claim without proof looks like. https://t.co/bHrzAWVicC @MParakhin don't hate me
0125X postsยทTools & appsOriginal source โ†—