Browser agent failure mode: the page said no, but the agent thought it succeeded

ahstanin · reddit · 2026-09-03

A developer building browser tooling for agents describes a subtle, recurring failure mode: when a web form rejects a submit, the page usually prints a message near the fields instead of adding new controls. If an agent's action result only reports structural change, a refused submit looks identical to a successful one — the agent proceeds, every later action runs against a screen that never advanced, and the task fails steps later somewhere unrelated. Screenshot-based agents have it harder, since the refusal is just a few red pixels the model must notice.

His fixes:

The key argument: refusals need a different recovery path and can't be lumped in with success or errors.

Original post →

More from coding & agent

coding & agent channel →