# Stagehand

> AI-native browser automation that mixes code and natural language

**Category:** AI Agents  
**Pricing:** open-source  
**URL:** https://stagehand.dev  
**GitHub:** https://github.com/browserbase/stagehand  
**Added:** 2026-08-19

---

## The Hook

Stagehand lets you write Playwright scripts, then swap in natural language when the selectors break.

## What's Good

Stagehand solves the hardest problem in browser automation: what happens when the UI changes. Built on Playwright, it adds AI primitives—act, extract, observe—that interpret pages like a human would. You can mix deterministic code for the stable parts and natural-language instructions for the parts that shift.

## The Catch

AI calls add latency and cost. The natural-language parts are only as reliable as the underlying model. Debugging AI-driven steps is harder than debugging selectors.

## Verdict

The right abstraction for browser automation that needs to survive UI changes.
