devwithjev
reading now views
Submit a build

Parallel Search for Agents

Akshit built a parallel search tool for agents using jev. It discovers pages, processes them in parallel, reranks them, and adds them to a BFS queue.

AkshitAkshit@akshitkr𝕏
Vibe coded a parallel search using jev for agents, planning to hook up a local LLM to this to get human output. Discovers new pages and adds them to a BFS queue, jev consumes pages in parallel, reranks and adds to the queue. https://t.co/EkpZhuYmRB
Sep 17, 2026X postsView on X
Akshit described the build as vibe coded. He plans to connect a local LLM to produce human output.

Also filed under Agents & browsers

  • Jev-kit for Claude Code

    Cadaverr’s Jev-kit integrates TypeSafe’s Jev model into Claude Code for tasks including tool-call guarding, sub-agent sizing, file search, and browser automation. Jev answers pick-one and yes/no questions in about 0.3s, according to the author.

  • Jev Browser Automation

    jev-browser takes a task and URL, then uses Jev to choose one action per step from the page’s clickable, typeable, and selectable elements. It scores whether the goal is met or the run is stuck.

  • Jev Gates Agent Memory Saves

    The author used Jev to check whether proposed agent memories were supported by the original conversation and guide whether to save, skip, or defer them. On 100 synthetic cases at a .40 cutoff, Jev kept 39 of 50 memories labeled worth keeping and saved no candidates labeled skip or defer; its median gate latency was 250 ms.

  • Jev-Powered Browser Agent Benchmark

    The benchmark uses Jev to compare two browser agents with different models on task completion efficiency, scoring correctness, time, actions, and cost.