Awesome Jev / Domain & Vertical Tools
Domain & Vertical Tools
Domain-specific decision engines for finance, legal, e-commerce, and vertical ops.
irfndi
Prism
A Solana liquidity Agent with Jev shadow judgments compared against rule-based decisions.
Evaluates entry distribution, toxic flow, holding and stress signals for calibration logs.
↳ Adds comparable advisory signals to deterministic trading rules without claiming returns.
zadescoxp
Jev-Trades
A dashboard combining live crypto market data with Jev-guided paper trading; no broker or live-order API is connected.
Jev reviews completed minute candles and indicators; Python applies confidence and position limits to a simulated portfolio.
↳ Shows market inputs, model judgments and paper positions together.
AboveColin
HA-Jev
Turns Jev judgments into Home Assistant sensors, such as checking whether finished laundry has been left unattended.
Reads selected entity states and returns probabilities, choices, or scores that configured thresholds can use in automations.
↳ Connects natural-language conditions to existing sensors, notifications, and scenes.
Foadsf
jev-for-engineers
Eight mechanical and electrical engineering experiments using Jev for task routing, log checks and component selection.
Jev classifies engineering text and candidates; calculations and final actions stay in Python rules.
↳ Shows how to connect judgments to engineering workflows using synthetic examples.
aowang-ai
jev-trade
An experimental Hyperliquid trading bot using Jev to choose long or short and whether to open, close, or hold.
Each asset account sends market state to Jev; execution code places or cancels orders based on the decisions.
↳ Separately records model decisions, order execution, and dashboard state.
unownone
jevsume
A resume-review app that checks general writing and structure or compares a resume with a specific job description.
Jev evaluates extracted resume text against typed questions; a Worker combines the results into review output.
↳ Records inputs and judgments so individual reviews can be inspected later.
Waxmell114514
jev-trade
A simulated crypto trading loop that sends BTC and ETH market features to Jev and models execution costs and latency.
Jev answers bounded direction and risk questions; local policy decides simulated positions.
↳ Records judgments, delay and trading costs in the same experiment.
jevbook
jevscan
An EVM Token screening tool with library, CLI and MCP interfaces for market-feature-based risk judgments.
Uses a deterministic local engine by default; a TypeSafe key enables real Jev judgments over features.
↳ Shows features, decision provenance and scores together for inspection.
virattt
ai-hedge-fund
An educational AI hedge-fund prototype with an optional Jev adapter for structured judgments in fund decision workflows.
Converts strategy questions to System One requests and normalizes native answers to the project’s result format.
↳ Allows Jev or other model backends to be used in the same research workflow.
jarrodwatts
jev-trader
A market-making experiment on Kuru’s MON-USDC book on Monad, with optional per-block Jev buy/sell decisions.
In Jev mode, order-book judgments feed code that simulates fills or submits configured post-only limit orders.
↳ Defaults to a mock model and dry-runs without a private key; simulated results do not establish profitability.
sumitrevolt
leadgenrationaivoiceagent
An experimental TypeSafe module in a marketing and voice platform chooses specialization labels for agent roles.
Sends role data and bounded specialization candidates to Choice, then maps labels to capabilities.
↳ Provides an example of role classification in a business application.
AkashPriyadarshii
jev-seo
An experimental Rust SEO/GEO CLI and MCP tool combining page checks, DuckDuckGo queries and optional Jev scoring.
Classifies search intent, direct answers and content gaps, with a custom citation-likelihood rubric.
↳ Collects local checks, search results and model judgments into reports.
choxos
jev-reviewer
A systematic-review tool that selects verbatim evidence from papers and supplements for human checking and export.
Jev selects candidate line IDs; code copies the original text with file and location references.
↳ Connects quotes, source locations and human verification status.
kyotofin
tax-doc-classifier
A tax-document page classifier that uses Jev to choose from predefined IRS form and page categories.
Extracts PDF page text and sends it to Jev for form type, page type, and confidence.
↳ Connects a fixed form catalog to per-page classifications for downstream document workflows.
hqman
JevScout
A demo job-search Skill for coding Agents that browses company careers pages in Chrome, uses Jev to screen AI and software-engineering roles, and saves the results.
Jev uses Choice to classify pages and Noul to assess careers links, role relevance, filter controls and candidate fit; local thresholds select navigation, job details and saved results.
↳ Connects careers navigation, role screening and detail matching in one CLI workflow, with local JSON and Markdown reports.
morcoan
JevSeek
Local coding workspace and agent decoupling tool routing via Jev from detailed argument generation via DeepSeek.
Employs Jev to classify and select the next tool action based on execution state, delegating parameter generation to DeepSeek.
↳ Combines low-latency discrete routing with capable generative modeling, reducing overall prompt overhead and turn latency.
BunsDev
typesafe-ai-playground
Community playground for TypeSafe AI and Jev featuring 110 real-world scenarios, dilemmas, and interactive experiments.
Submits custom states and questions to Jev via Next.js API routes, displaying discrete probabilities, latency, and confidence scores.
↳ Offers an intuitive web interface for exploring prompt criteria, testing edge cases, and evaluating discrete decision outputs.
vinilana
jev-eval-agent
Agent tool evaluation harness comparing standard LLM tool selection against Jev routing across 100 mocked tools.
Employs Jev for two-stage discrete pruning over tool catalogs, narrowing extensive tool lists down to relevant candidates in milliseconds.
↳ Mitigates context bloat and hallucinated tool calls in complex agents by isolating candidate selection into fast discrete steps.
socai-io
jev-social
Jev-powered Instagram, TikTok, and LinkedIn research: typed routing, real browser evidence, streamed post cards, video capture, and cited socai reports.
Jev returns a structured decision for the local program; consult the source for the exact decision policy.
↳ Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.
grmkris
robo-harness
SO-101 robot-arm workbench combining Bun/Effect and Python drivers, using Jev for joint action constraints.
Assesses spatial coordinates and sensor states, using Jev to select safe step actions within bounded budgets.
↳ Extends TypeSafe Jev low-latency discrete judgments to physical-world robotic arm motion control.
mattn
sqlite3-jev
SQLite C extension enabling TypeSafe Jev judgments as native SQL functions for semantic scoring and choices.
Registers custom functions like jev_choice and jev_score directly inside the SQLite query pipeline.
↳ Enables row-level semantic classification directly inside relational SQL queries without glue code.
Patrick-SCH03
jev-issue-radar
Jev Issue Radar is a read-only dashboard for GitHub duplicate-issue triage. It retrieves likely candidates, asks Jev whether each pair is duplicate, related, distinct, or insufficiently documented, and shows selected passages from both original reports for a maintainer to review.
The app never closes issues, posts comments, or changes labels. Retrieval is currently lexical and bounded to a recent-item scan; this limitation is explicit in the UI and README.
↳ Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.