3 to 4x faster on real tasks
Playwright MCP re-reads the page through a tool call at every step, and the browser sits idle while the model thinks.
In ego lite, every page reaches your agent as a Snapshot: a compressed accessibility tree with stable @N refs it can act on instantly. The agent spends its time doing the task, not parsing pages, finishing whole tasks 3 to 4x faster than Playwright MCP.

