I've been polishing UI for a client app using a browser feedback loop with Claude Code. The agent takes a screenshot, evaluates it against a style reference, makes changes, screenshots again. No manual review cycles between iterations.
The thing that made this work was keeping the frontend as a thin layer with no API routes, so agents can iterate on design without regressing functionality.
Anyone else running visual feedback loops with agents?