AI Assistant Finds and Acts on UI Elements
Ábel Énekes built an in-app AI assistant for @fynk that finds and highlights page elements and can act on them. It uses playwright-lite and TypesafeAI’s Jev for goal logic.
Ábel Énekes@enekes_abel𝕏
Gave @fynk's in-app AI assistant hands & eyes 👀🖐️ - my weekend hacking project Ask "how do I log out?" → it finds the element on your current page, highlights it, and can act on it. Built with playwright-lite (my Playwright-compatible API for the live DOM) + @TypesafeAI's Jev driving the goal logic 🧵 Unlike most Jev demos I've seen, which go hard on speed, I tried to optimize for usefulness. It wa
The project was a weekend hacking project. Énekes said he optimized for usefulness rather than speed.
Also filed under Agents & browsers
- 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.
- Coding-Agent Runtime Using Jev Decisions
Distill is a coding-agent runtime that uses Jev decisions for model routing, context retention, and tool selection.
- Jevry Desktop Browser
Jevry is a desktop browser where Jev selects executable browser actions while a separate text model handles planning.
- CDP Browser Automation with Jev
jev-browser-bridge is a CDP browser library that uses batched Jev Choice questions to select operations and DOM-derived targets.