Repo · Agents & browsers
bside
been playing with Jev as the decision engine for an Aside browser no chat LLM in the loop, just typed actions inside `aside repl` raced it against…
Open github.com ↗How builders describe it
been playing with Jev as the decision engine for an Aside browser no chat LLM in the loop, just typed actions inside `aside repl` raced it against Luna and Astra on a real browsing task (google → wikipedia → gotham city): ~3.6x faster decisions, ~21x cheaper — and zero hallucinated clicks, while…
The decision Jev makes
Pick the next click, field or navigation from the legal actions on screen.
Where it fits
Browser agents need to choose an action on every step. With Jev each step is a choice from the actions actually available on the page, which keeps agents fast and on the rails. All 193 agents & browsers projects →