OPEN-TASK PILOT · REAL EXECUTION
A model finds the next move.
Jev chooses how to execute it.
The model interprets live application state and proposes a grounded intent. The framework turns that intent into safe, typed GUI and structured-tool routes; Jev selects one. Execution and independent state checks close the loop.
- ObserveRead live DOM, accessibility, and file state; optional one-window VLM targets.
- Model plansPropose the next intent using current evidence.
- Framework builds routesOffer only legal GUI and structured-tool actions.
- Jev choosesSelect one typed candidate for execution.
- Act and verifyCheck the changed state, then repeat.
Recorded case Text-model planning over live DOM; Jev selection across real execution channels. The video below does not use a VLM.
New · experimental In one selected Windows window, an optional VLM can turn a screenshot into bounded GUI targets when UI Automation is weak. Jev chooses from the guarded candidates; offline tests pass, but no completed live VLM task or broad generalization is claimed.
ONE VERIFIED CASE
Model + Jev: a successful multi-app workflow.
Starting from the official Python tutorial index, the text model proposed the next intent at each step; Jev selected its execution route. The run found five chapter pages, collected one exact quote per page, wrote a sourced note, and opened it in VS Code. No chapter URL or click sequence was encoded in the agent.
12Model plans
12Jev decisions
Explore the 12 Jev decisions ↗
- DOM · Edge Open “Whetting Your Appetite”.
- Internal · evidence Save a source quote.
- DOM · Edge Open “Using the Python Interpreter”.
- Internal · evidence Save a source quote.
- DOM · Edge Open “An Informal Introduction to Python”.
- Internal · evidence Save a source quote.
- DOM · Edge Open “More Control Flow Tools”.
- Internal · evidence Save a source quote.
- DOM · Edge Open “Data Structures”.
- Internal · evidence Save a source quote.
- File API · local Write the cited study guide.
- CLI · VS Code Open the verified result.
This is one successful text-and-DOM case, not a repeated benchmark or a vision demo. A separate checker revisited all five source pages and confirmed the quoted text, URLs, Jev decisions, and output file; it did not grade the written synthesis. Future work includes live VLM task evaluation, broader tasks, reliability, latency, and cost.
Implementation, reproduction, and limits ↗