devwithjev
— reading now— views
Submit a build

Predicción de clics en tiempo real

Carles Núñez Tomeo construyó una predicción de clics en tiempo real sobre el DOM con JEV. Usa jev-latest para anticipar el siguiente elemento clicable y la intención del usuario, resalta candidatos en pantalla y obtuvo un 83% de acierto en las pruebas.

View on X time345 ms por consulta
Carles Núñez Tomeo@carlesnunez𝕏
🔮 He construido una predicción de clic en tiempo real sobre el DOM usando JEV que parece una bola de cristal. Funciona con jev-latest para predecir el siguiente elemento clicable y la intención del usuario en 345 ms por consulta, resaltando los candidatos en pantalla. Es extremadamente barato de usar y ayuda a anticipar la intención del usuario con un 83% de acierto en las pruebas. Usos que se me
Sep 19, 2026X postsView on X

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.