← Index

CHOOSEAgents & automation

Browser Agent with Jev and GPT

Video preview0:39

This project is an alpha demo of a browser-use agent that combines a Jev micro-action engine with GPT 5.6 Luna for reasoning, aiming to improve iteration speed by offloading tasks to Jev.

TakeRight now, it’s basically a duct-taped Frankenstein of web search, Luna reasoning, a Jev micro-action engine, a semantic DOM parser, and a failure backtracking stack.

Here’s a very alpha demo of a browser-use agent I hacked together today. It’s built around @typesafeai’s new Jev model, working alongside GPT 5.6 Luna for reasoning. A lot of the work is still being handled by Luna, and I need to figure out how to offload more of it onto Jev to get the iteration speed up. But it actually works. Right now, it’s basically a duct-taped Frankenstein of web search, Luna reasoning, a Jev micro-action engine, a semantic DOM parser, and a failure backtracking stack. Somehow, it actually works.