From task to done, faster
Puppeteer's own issue tracker is full of waitForSelector timeouts that fire even when the element is sitting right there in the DOM, burning an afternoon proving it's a timing bug and not your code.
ego lite skips the wait-and-poll dance: your agent reads the page as a compressed Snapshot the moment it loads and acts on it immediately, batching several steps into one JavaScript call per turn. That adds up to whole tasks finishing 3 to 4x faster than Puppeteer.

