Optimize Stagehand performance for faster automation and reduced latency
observe()
call to plan multiple actions, then execute them efficiently:
observe
results avoids LLM inference entirely. This approach is 2-3x faster than direct act()
calls and is the recommended pattern for multi-step workflows.