devwithjev
— reading now— views
Submit a build

Jev Browser Driving for Hermes Agent

⚡️ nedzen.eth describes using Jev to drive a browser for a Hermes agent via --tui, with minimal token ingestion. Each step provides Jev a DOM-derived element table to select a click, type, or select action.

View on X cost~$0.0001
⚡️ nedzen.eth@nedzen𝕏
JEV maxing of course, but this time drinving a browser for Hermes agent (--tui with https://t.co/5zES5g85zi) and with minimal token ingestion. Each step: DOM → element table → Jev picks click/type/select AND whichelement, one OpenRouter call. No screenshots, ~200 bytes back per step,~$0.0001.
Sep 20, 2026X postsView on X
The workflow uses one OpenRouter call per step and no screenshots. It returns ~200 bytes per step.

Also filed under Agents & browsers

  • Evaluates Tool-Using Agents with Jev in CI

    The project evaluates a real tool-using AI agent using code checks, a calibrated Jev judge, and an LLM judge. It is wired into CI.

  • Watchdog for AI Coding Agents

    Jev Watch is a watchdog for AI coding agents that stops Codex or OpenCode when they loop, stall, or drift off task, then resumes the same session with a correction.

  • Fraud Investigation Agent

    The author is building a fraud investigation agent using Jev and TigerGraph. Its flow goes from an alert through graph evidence, a Bayesian update, a pattern, Jev’s extra lookup, policy, a verdict, and human approval.

  • Coding-Agent Runtime Using Jev Decisions

    Distill is a coding-agent runtime that uses Jev decisions for model routing, context retention, and tool selection.