Yangyi's question actually touches on a core contradiction in AI tool design: should tools adapt to human habits, or should they adapt to the nature of their users? For human users, browsers are visual, interactive information portals; but for AI agents, information processing can be structured, non-rendered, and parallel.
If an agent's browser fully replicates the DOM rendering, CSS layout, and click events of a human browser, the agent may be forced to process a large amount of information that is meaningful to humans but redundant for machines, thereby reducing efficiency. Conversely, a browser designed specifically for agents might directly access raw data, APIs, or structured content, bypassing the visual layer.