| Ranking | Tools | Introduction | Tags |
|---|---|---|---|
| 1 | Keystroke Oracle | Nader Dabit (@dabit3) experiment: a predictive launcher that still ranks by aliases, fuzzy match, and habit, while Jev reads natural-language intent on every keystroke (~100 ms). Example: type “the pdf I just downloaded” and the newest PDF is already the top hit with a confidence score. Demo is shown in the linked post; no public repo yet. | Productivity |
| 2 | Jev Invoice Classifier | IagoLast (@iagolast) TypeSafe / Jev use case: review a company’s invoices and assign accounting categories in seconds. Demo screenshot is in the linked post; no public repo yet. | Productivity |
| 3 | Jev Live Shopping Concierge | Rinte (@rinte0321) demo combining Jev with gpt-live-1 for live ecommerce concierge. While the user is still speaking, Jev scores intent and immediately recommends products. The same decisions can change the avatar expression from the conversation. Early demo, no public repo yet. | Assistant |
| 4 | Jev Visual | Educational Jev-like visual inference on Apple Silicon (Qwen3.5-0.8B + MLX). Shared image context, direct candidate scoring, local browser demos. Headline demo is an AI sorting factory: classify conveyor objects and choose a lane (including three-color sorting). Also includes Breakout and camera-gesture demos. Independent community experiment, not TypeSafe Jev. Requires Apple Silicon; server is local (http://127.0.0.1:8788). | Education |
| 5 | Fast Jev Compaction | Claude Code plugin that replaces compaction summaries with Jev decisions. Every tool call and result is scored in one fast request; stale ones are dropped or truncated, and everything kept stays verbatim. Also usable as an npm library (fast-jev-compaction). User and assistant text is never rewritten. Needs TYPESAFE_API_KEY. | Developer |