Personalized Search Engine
Gene used Jev to create a personalized search engine. Jev analyzes queries, selects a component, and a web model fetches data to render in that component.
Gene@cogentgene1𝕏
I jused Jev to create a personalized search engine. Give it some components, can be generic too. Jev analyzes the query and picks the right component A web model goes out to fetch the data Data rendered in component picked by Jev. The bottleneck is the web search, so you need a very fast model for this, but you could do this without web searches too. You could for example just display information.
The components can be generic. Gene says web search is the bottleneck, but the approach could also display information without web searches.
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.