Agentic web
The agentic web is the regime in which a website is no longer only a surface read by humans, explored by search engines, or summarized by models, but an environment where AI agents can interpret, plan, navigate, and act.
Short definition
The agentic web is the web treated as an action environment for autonomous or semi-autonomous systems. A website becomes an interface the agent must understand through visual rendering, HTML, the accessibility tree, interaction states, and available governance signals.
What the concept governs
The concept governs the transition between three regimes:
- the site read by a human;
- the site indexed by a search engine;
- the site manipulated by an agent.
In the third regime, the issue is no longer only to make information findable. Action must be understandable, bounded, stable, and traceable. A page can be technically indexable while remaining fragile for an agent if its buttons are unnamed, its forms are not associated with labels, its critical content arrives only after hydration, or its layout moves between perception and click.
What this concept is not
The agentic web is not a claim that every visitor will become an agent. It is not a new marketing label for AI optimization. It does not replace accessibility, technical SEO, performance, or semantic architecture. It reorganizes them around a stricter question: can a machine capable of acting reconstruct the interface intention correctly?
Common failure modes
- the agent sees an action but cannot identify it programmatically;
- the DOM exposes a structure that differs from the visual layout;
- critical content is hidden, deferred, or rendered by unstable client state;
- a transactional action appears equivalent to an informational action;
- an interface is visually accessible but poor in the accessibility tree.
These failures should be read with agentic navigability, the interpretable interface and the Accessibility Tree.
Governance implication
The governance implication is that website readability can no longer be purely documentary. It becomes interactional. The site must declare what it is, what it allows, what it refuses, what is actionable, what is dangerous, and what requires confirmation.
Reading rule
Use agentic web when the analysis concerns the site as a manipulable environment. Use agentic when the analysis concerns the general behavior of a system capable of acting, including outside the web.