This tool changed how I handle UI feedback with AI agents
@Daniel Petro shared this with me the other day and I find it to be one of the most useful tools I have come across in a while for AI powered development: https://agentation.dev/ The core idea: instead of describing a bug or design issue to your AI agent ("the blue button in the top right looks off"), you literally point at it โ and the tool gives your agent the exact information to find it directly in your codebase. Overview of how it works: 1. Click any element โ write your note โ done 2. Select text โ annotate a typo or copy issue 3. Drag a box โ annotate an entire area at once 4. Hit copy โ paste structured markdown directly into Claude Code, Cursor, or any AI tool The output is structured: element path, React component hierarchy, classes, position, computed CSS, so your agent can search for it with accuracy. You can also connect it to an MCP server they built, so your agent sees annotations in real time. No copy-paste at all. Just annotate in the browser and your Claude Code session already has full context. There's also a "watch mode" where the agent loops continuously, picking up new annotations as you create them and resolving them after fixing. You annotate, it fixes, in real time. If you're building with Claude Code or Cursor and doing any kind of UI work, this fits right into that workflow. Worth 10 minutes to try. Thanks @Daniel Petro for the recommendation! ๐