96.8% of tasks done perfectly. No other tool tops 84%.
Browser Harness's agent loop calls the LLM at every step: read the page, decide the next batch of actions, wait, repeat. It turned in the most careful runs of any competitor on those 31 jobs, and paid for the care in round trips: 51.2 model calls per task, the most of the five tools measured, each one re-sending page state just to plan the next few clicks.
In ego lite, every page reaches your agent as a compressed Snapshot it can act on immediately, several actions per JavaScript turn, no separate model loop deciding a step at a time. The result on the same 31 tasks: 96.8% perfect to Browser Harness's 83.9%, on 41% fewer round trips and 35% less model spend per completed task.

