Lightpanda launched Lightpanda Agent, a single binary integrating browser, runtime, and agent. The LLM is used only at buildtime to generate a reproducible PandaScript, eliminating the need for an LLM at runtime.
Lightpanda announced Lightpanda Agent and PandaScript, a new approach to browser agents. It collapses the traditional multi-layer stack (Chrome + CDP + LLM + agent framework) into a single binary. Users give natural language commands, the LLM analyzes the task and generates a reproducible PandaScript. Subsequent runs require no LLM, only the script.
Traditional browser agents require wiring together Chrome, a CDP library (Puppeteer/Playwright), an LLM, and an agent framework, each with its own protocol, incurring a 'translation tax'. Lightpanda has been building a 'browser for machines' for four years, and this agent is an extension of that vision.
By removing the LLM from runtime, costs and latency are significantly reduced, while reproducibility and deterministic execution are guaranteed. This offers a practical alternative for web automation, data extraction, and testing. However, complex dynamic pages or unstructured tasks may still require LLM re-intervention.