Awesome Jev / Domain & Vertical Tools

Domain & Vertical Tools

Domain-specific decision engines for finance, legal, e-commerce, and vertical ops.

Back to All Projects22 reviewed repositories
Prism repository icon by irfndi

irfndi

Prism

33
Domain & Vertical ToolsMITTypeScript

A Solana liquidity Agent with Jev shadow judgments compared against rule-based decisions.

What Jev does here

Evaluates entry distribution, toxic flow, holding and stress signals for calibration logs.

Adds comparable advisory signals to deterministic trading rules without claiming returns.

#finance-quant#typed-decisions#evaluation-benchmarks
53 evidence links
Inspect details
Jev-Trades repository icon by zadescoxp

zadescoxp

Jev-Trades

10
Domain & Vertical ToolsApache-2.0Python

A dashboard combining live crypto market data with Jev-guided paper trading; no broker or live-order API is connected.

What Jev does here

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.

#finance-quant#games-simulation
13 evidence links
Inspect details
HA-Jev repository icon by AboveColin

AboveColin

HA-Jev

16
Domain & Vertical ToolsMITPython

Turns Jev judgments into Home Assistant sensors, such as checking whether finished laundry has been left unattended.

What Jev does here

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.

#domain-workflows#typed-decisions
2 evidence links
Inspect details
Domain & Vertical ToolsMITPython

Eight mechanical and electrical engineering experiments using Jev for task routing, log checks and component selection.

What Jev does here

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.

#domain-workflows#classification-ranking
2 evidence links
Inspect details
jev-trade repository icon by aowang-ai

aowang-ai

jev-trade

10
Domain & Vertical ToolsMITTypeScript

An experimental Hyperliquid trading bot using Jev to choose long or short and whether to open, close, or hold.

What Jev does here

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.

#finance-quant#typed-decisions
43 evidence links
Inspect details
jevsume repository icon by unownone

unownone

jevsume

1
Domain & Vertical ToolsMITTypeScript

A resume-review app that checks general writing and structure or compares a resume with a specific job description.

What Jev does here

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.

#domain-workflows#classification-ranking
3 evidence links
Inspect details
jev-trade repository icon by Waxmell114514

Waxmell114514

jev-trade

0
Domain & Vertical ToolsMITPython

A simulated crypto trading loop that sends BTC and ETH market features to Jev and models execution costs and latency.

What Jev does here

Jev answers bounded direction and risk questions; local policy decides simulated positions.

Records judgments, delay and trading costs in the same experiment.

#finance-quant#games-simulation
2 evidence links
Inspect details
jevscan repository icon by jevbook

jevbook

jevscan

1
Domain & Vertical ToolsMITJavaScript

An EVM Token screening tool with library, CLI and MCP interfaces for market-feature-based risk judgments.

What Jev does here

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.

#finance-quant#mcp-integrations#cli-git-gates
3 evidence links
Inspect details
63,505
Domain & Vertical ToolsMITPython

An educational AI hedge-fund prototype with an optional Jev adapter for structured judgments in fund decision workflows.

What Jev does here

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.

#finance-quant#typed-decisions
111372 evidence links
Inspect details
jev-trader repository icon by jarrodwatts

jarrodwatts

jev-trader

936
Domain & Vertical ToolsMITTypeScript

A market-making experiment on Kuru’s MON-USDC book on Monad, with optional per-block Jev buy/sell decisions.

What Jev does here

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.

#finance-quant#typed-decisions
1774 evidence links
Inspect details
Domain & Vertical ToolsMITPython

An experimental TypeSafe module in a marketing and voice platform chooses specialization labels for agent roles.

What Jev does here

Sends role data and bounded specialization candidates to Choice, then maps labels to capabilities.

Provides an example of role classification in a business application.

#domain-workflows#classification-ranking
4 evidence links
Inspect details
jev-seo repository icon by AkashPriyadarshii

AkashPriyadarshii

jev-seo

3
Domain & Vertical ToolsMITRust

An experimental Rust SEO/GEO CLI and MCP tool combining page checks, DuckDuckGo queries and optional Jev scoring.

What Jev does here

Classifies search intent, direct answers and content gaps, with a custom citation-likelihood rubric.

Collects local checks, search results and model judgments into reports.

#domain-workflows#cli-git-gates#mcp-integrations
2 evidence links
Inspect details
Domain & Vertical ToolsMITJavaScript

A systematic-review tool that selects verbatim evidence from papers and supplements for human checking and export.

What Jev does here

Jev selects candidate line IDs; code copies the original text with file and location references.

Connects quotes, source locations and human verification status.

#domain-workflows#search-retrieval
2 evidence links
Inspect details
Domain & Vertical ToolsApache-2.0TypeScript

A tax-document page classifier that uses Jev to choose from predefined IRS form and page categories.

What Jev does here

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.

#domain-workflows#classification-ranking
142 evidence links
Inspect details
22
Domain & Vertical ToolsMITPython

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.

What Jev does here

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.

#browser-automation#domain-workflows#classification-ranking
45 evidence links
Inspect details
JevSeek repository icon by morcoan

morcoan

JevSeek

2
Domain & Vertical ToolsMITPython

Local coding workspace and agent decoupling tool routing via Jev from detailed argument generation via DeepSeek.

What Jev does here

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.

#coding-agents#desktop-os
2 evidence links
Inspect details
Domain & Vertical ToolsMITTypeScript

Community playground for TypeSafe AI and Jev featuring 110 real-world scenarios, dilemmas, and interactive experiments.

What Jev does here

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.

#evaluation-benchmarks#typed-decisions
22 evidence links
Inspect details
87
Domain & Vertical ToolsMITHTML

Agent tool evaluation harness comparing standard LLM tool selection against Jev routing across 100 mocked tools.

What Jev does here

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.

#evaluation-benchmarks#coding-agents
92 evidence links
Inspect details
jev-social repository icon by socai-io

socai-io

jev-social

9
Domain & Vertical ToolsMITTypeScript

Jev-powered Instagram, TikTok, and LinkedIn research: typed routing, real browser evidence, streamed post cards, video capture, and cited socai reports.

What Jev does here

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.

#domain-workflows#typed-decisions
19 evidence links
Inspect details
1
Domain & Vertical ToolsMITTypeScript

SO-101 robot-arm workbench combining Bun/Effect and Python drivers, using Jev for joint action constraints.

What Jev does here

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.

#domain-workflows#typed-decisions
3 evidence links
Inspect details
Domain & Vertical ToolsMITTypeScript

SQLite C extension enabling TypeSafe Jev judgments as native SQL functions for semantic scoring and choices.

What Jev does here

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.

#domain-workflows#typed-decisions
2 evidence links
Inspect details
jev-issue-radar repository icon by Patrick-SCH03

Patrick-SCH03

jev-issue-radar

0
Domain & Vertical ToolsMITTypeScript

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.

What Jev does here

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.

#domain-workflows#search-retrieval#classification-ranking
2 evidence links
Inspect details

Explore Other Architecture Categories

Explore Jev Decision Workflows