devwithjev
— reading now— views
Submit a build

Searches Google Flights with Jev

Jev used a KERNEL browser to search Google Flights. Rafael Garcia reported that Jev was 100x faster and 40x cheaper than gpt-5.6-luna.

View on X cost40x cheapertime100x faster
Rafael Garcia@rfgarcia𝕏
Tested jev with a KERNEL browser vs gpt-5.6-luna. jev was 100x faster and 40x cheaper. luna took 101s & 22 tool calls to search Google Flights. jev took 24s & 12 steps. https://t.co/Fjv1r1FXnV
Sep 20, 2026X postsView on X
Luna took 101s and 22 tool calls; Jev took 24s and 12 steps.

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.