3.45x faster, measured against this exact tool
agent-browser's core loop is open, snapshot, click @e2, snapshot again: each step a command the model reads before deciding the next one. Its batch command can queue steps but can't branch on a snapshot mid-run, so state-dependent tasks still pay per step.
ego lite reaches the page as a compressed Snapshot with stable @N refs, and the agent acts on several of them in one JavaScript turn. This is the exact matchup our benchmark measures: 3.45x faster, 81.8 seconds against 282.9.

