jgrep: Search Using Descriptions
jgrep is a grep-like tool where the pattern is a description instead of a regex. It uses Jev, which returns typed answers and probabilities that code can use directly.
Ciatel Arlanta@ciatelarlanta𝕏
Spent a little while with Jev, a model which doesn't output the next tokens but it returns typed answers and probabilities your code can use directly. So what did I do? I asked claude for ideas on what to do with Jev. So it built "jgrep": grep where the pattern is a description instead of a regex. Asked both tools for network calls with no timeout. Regex returned 5 hits, 2 of them wrong — it can o
The author asked Claude for ideas for what to build with Jev, and Claude built jgrep. In a comparison, regex returned five hits, two of them wrong.
Also filed under Tools & apps
- Meta Ad Analysis Chrome Extension
The Chrome extension analyzes ads from Meta’s Ads Library using JEV (typesafe/jev-1.13) via OpenRouter, surfacing result potential, angle, hook, and niche. The user’s key stays in their browser.
- Jev Plugin for the PI Harness
The repository provides a Jev plugin for the PI Harness.
- Jev Suggestion Plugin for Hermes
The repository is a Hermes plugin named `jev-suggest`.
- OpenRouter Draft Evaluator
This local prototype evaluates and compares drafts generated with OpenRouter using Jev.