The logbook

Notes on agents that tap, type,
and swipe
.

What we're learning building AppClaw, and where AI is taking mobile testing, from how the agent reads a screen to when a plain-English test beats a brittle selector.

Product Engineering
Jul 11, 2026 Engineering

Is AppClaw a token burner? A straight answer on cost

The honest worry: if an LLM drives every step, every run costs money. It doesn't have to. Here's what actually happens behind each step, why the model in DOM mode only parses language and never sees the screen, and how AppClaw caches and heals locators so repeat runs skip it entirely.

costcontext-engineeringlocatorscaching
read →
Jun 30, 2026 Engineering

Two ways to see a screen: the accessibility tree and AI vision

AppClaw reads the structured accessibility tree when it exists (fast, exact, cheap) and falls back to vision on the raw pixels when it doesn't. Here's how the agent decides, and why the same tap works either way.

perceptionvisionarchitecture
read →
Jun 18, 2026 Product

Say what you mean: why plain English beats brittle selectors

Selectors describe how an app is built. Instructions describe what you want. AppClaw closes the gap by resolving intent on the live screen instead of matching a fixed path.

locatorsintentauthoring
read →