VentureBeat

Preparing the Web for Agentic AI: Design & Security

19 days agoRead original →

For three decades the web has been built for people, with visual layouts, click‑based navigation, and implicit trust. But as AI‑driven agents like Perplexity’s Comet and Anthropic’s Claude browser plugin begin to act on our behalf—summarizing, booking, or even sending emails—the gaps in this human‑first architecture become glaring. A simple hidden‑text test shows that an agent will obey any instruction it finds, whether it’s visible or buried in white font, and will act without judgment or verification. The result is a web that is functional for humans but fragile for machines.

The problem deepens in enterprise contexts. A two‑step navigation on a B2B platform that a user completes in seconds becomes an endless loop for an agent, which clicks wrong links and misinterprets menus. The root cause is that pages are optimized for visual design, not semantic clarity. Each site reinvents its own patterns, and without a standard structure, an agent cannot generalize. The experiments also reveal that agents can silently delete emails or expose sensitive data when a malicious instruction is present, underscoring a lack of guardrails and a failure to separate user intent from page content.

To make the web agent‑friendly, designers must adopt machine‑readable markup, expose action endpoints, and create a standard set of agentic web interfaces (AWIs). Tools such as llms.txt files could provide a high‑level roadmap, while APIs could replace click‑simulation with direct calls like submit_ticket. Security will also need hardening: least‑privilege execution, sandboxed agent mode, scoped permissions, and audit logs. For enterprises, the shift will change success metrics from pageviews to task completion and API usage, prompting new monetization models. Ultimately, the web’s future will be both human‑centric and machine‑readable, ensuring that agents can browse safely and efficiently.

Want the full story?

Read on VentureBeat