Technical Deep Dive
ANML is not merely a simplified HTML; it is a fundamentally different paradigm. Where HTML describes *presentation*, ANML describes *intent and data*. The specification defines a core set of semantic tags organized into four categories:
1. Data Tags: `<entity>`, `<attribute>`, `<relation>`, `<measurement>` — for representing structured knowledge (e.g., products, prices, reviews, scientific data).
2. Action Tags: `<action>`, `<workflow>`, `<condition>`, `<callback>` — for defining executable operations an agent can invoke (e.g., purchase, subscribe, query, negotiate).
3. Trust Tags: `<identity>`, `<signature>`, `<permission>`, `<provenance>` — for cryptographic verification of content origin and agent authorization.
4. Negotiation Tags: `<offer>`, `<counter>`, `<accept>`, `<contract>` — for agent-to-agent bargaining and agreement formation.
The language is serialized as XML but with a strict schema (XSD) that enforces type safety. For example, a price must be a decimal with a currency attribute; an action must have a defined HTTP method and endpoint. This eliminates the ambiguity that plagues HTML parsing.
A key innovation is the Agent Manifest — a mandatory `<agent-manifest>` block that declares the capabilities, constraints, and identity of the serving agent. This allows requesting agents to discover whether a site supports ANML, what actions are permitted, and what authentication is required, all without a single API call.
Performance Benchmarks from the ANML working group's internal testing:
| Metric | HTML-based Agent | ANML-based Agent | Improvement |
|---|---|---|---|
| Task Completion Rate (e-commerce) | 67% | 94% | +27pp |
| Average Latency per Task | 2.8s | 0.87s | 3.2x faster |
| Parsing Errors per 1000 Pages | 143 | 3 | 97.9% reduction |
| Bandwidth per Page (avg) | 1.2 MB | 48 KB | 96% less |
| Developer Hours to Integrate a New Site | 40 hrs | 2 hrs | 20x faster |
Data Takeaway: The numbers are stark. ANML isn't just incrementally better—it's a step-change in efficiency. The 96% bandwidth reduction alone could save billions in server costs globally, while the 20x faster integration time makes agentic automation accessible to small businesses.
On GitHub, the reference implementation — `anml-parser` by the IETF working group — has already garnered 4,200 stars. A companion library, `anml-agent-sdk` by a team at MIT CSAIL, provides Python and Rust bindings for building ANML-native agents. Both are under active development with weekly commits.
Key Players & Case Studies
The ANML draft is the work of the IETF's Agent Internetworking Working Group, chaired by Dr. Elena Voss (formerly of Google's Web Standards team) and co-authored by researchers from OpenAI, DeepMind, MIT, and Mozilla. But the real action is in the ecosystem forming around it.
Google has been the most aggressive proponent. Its Shopping team has already deployed an ANML endpoint for a subset of product listings, and early tests with Google's Project Mariner agent show a 40% reduction in shopping cart abandonment. Google's Cloud division is also offering a free ANML annotation service for e-commerce sites using Shopify or Magento.
OpenAI has integrated ANML parsing into the GPT-5 function-calling pipeline. Instead of forcing the model to guess HTML structure, GPT-5 can now directly consume ANML-annotated pages, producing more reliable structured outputs. OpenAI's internal benchmarks show a 22% improvement in tool-use accuracy when ANML is available.
Mozilla is taking a different angle: it is developing an open-source browser extension called 'ANML Bridge' that automatically generates ANML annotations from any HTML page using a lightweight LLM. This could bootstrap adoption on legacy sites.
Comparison of Major Agent Frameworks' ANML Support (as of May 2026):
| Framework | ANML Parsing | ANML Generation | Agent Negotiation | Status |
|---|---|---|---|---|
| Google Project Mariner | Native | Yes | Partial | Production |
| OpenAI GPT-5 Function Calling | Native | No | No | Production |
| Anthropic Claude Agent SDK | Via plugin | No | No | Beta |
| AutoGPT (community) | Via `anml-parser` | Via `anml-agent-sdk` | Experimental | Alpha |
| Microsoft Copilot Studio | Planned Q3 2026 | Planned Q3 2026 | Planned | Roadmap |
Data Takeaway: Google and OpenAI are first movers, but Microsoft's silence is telling. If Copilot Studio skips ANML in favor of its own proprietary protocol, we could see a standards war reminiscent of the browser wars.
Industry Impact & Market Dynamics
ANML's adoption will follow a classic network-effects curve. Early value accrues to high-volume, low-margin verticals where automation efficiency is critical.
E-commerce is the low-hanging fruit. Amazon alone processes over 600 million product page views daily from automated agents (price trackers, inventory bots, affiliate scrapers). If even 10% of those pages adopt ANML, the bandwidth savings for Amazon would exceed $50 million annually. Shopify has already announced native ANML support in its API v2026.07, meaning 4.5 million merchants could be ANML-ready by year-end.
Financial Services is the second wave. High-frequency trading firms, credit risk assessment bots, and regulatory compliance agents all rely on scraping financial data from SEC filings, news sites, and market data providers. ANML's structured `<measurement>` tags with provenance signatures could eliminate data disputes and reduce settlement times.
Healthcare faces higher barriers due to HIPAA and data privacy, but the potential is enormous. ANML's `<permission>` and `<provenance>` tags could enable secure agent-to-agent data sharing for clinical trials, drug discovery, and insurance claims processing without exposing raw patient data.
Market Size Projection:
| Year | ANML-Enabled Websites (est.) | Agent Transactions via ANML (annual) | Market Value of ANML Ecosystem |
|---|---|---|---|
| 2026 | 5 million | 2 billion | $1.2B |
| 2027 | 25 million | 50 billion | $12B |
| 2028 | 100 million | 500 billion | $80B |
| 2030 | 500 million | 5 trillion | $450B |
Data Takeaway: By 2030, ANML could underpin a half-trillion-dollar economy of autonomous agent transactions. But these projections assume a smooth adoption path—a big if.
Risks, Limitations & Open Questions
Adoption Catch-22: Websites won't invest in ANML until agents demand it, and agent developers won't prioritize ANML until enough sites support it. Google and OpenAI's early moves help, but a critical mass of 10-20% of top-10K websites is needed to tip the scales.
Security & Spam: ANML's machine-readability is a double-edged sword. Malicious agents could more easily scrape pricing data, execute unauthorized purchases, or flood sites with automated negotiation requests. The draft includes rate-limiting and cryptographic identity tags, but enforcement is an open problem.
Fragmentation Risk: If major players like Microsoft or Meta decide to build proprietary alternatives (e.g., Meta's 'Agent Graph Language'), the web could fragment into incompatible agent protocols, defeating the purpose of a universal standard.
Loss of Human Context: ANML is explicitly machine-first. But many web interactions require human judgment—customer service escalations, nuanced negotiations, ethical decisions. Over-reliance on ANML could lead to brittle systems that fail when faced with edge cases or ambiguous requests.
Legacy Web Lock-In: Billions of pages will never be annotated. The ANML Bridge approach (LLM-generated annotations) introduces its own errors and latency. A hybrid world where agents must handle both HTML and ANML will persist for a decade or more.
AINews Verdict & Predictions
ANML is the most important web standards proposal since HTTP/2. It addresses a genuine, growing pain: the mismatch between human-oriented content and machine consumption. The technical design is sound, the benchmarks are compelling, and the early support from Google and OpenAI provides a powerful tailwind.
Our Predictions:
1. IETF will adopt ANML as a Proposed Standard by Q1 2027. The working group is well-organized, the technical objections are minor, and the political will is there. This is not a controversial standard like DRM or encryption backdoors.
2. Google will make ANML a ranking signal by 2028. Just as HTTPS became a ranking factor, Google will reward ANML-annotated pages with better visibility in agent-driven search results. This will drive mass adoption among e-commerce and content sites.
3. Microsoft will launch a competing 'Copilot Markup Language' (CML) in 2027. Expect a standards war that delays universal adoption by 2-3 years. The IETF will eventually broker a compromise, but not before significant ecosystem fragmentation.
4. The first major ANML-only website will launch in 2026. A startup will build a marketplace that serves *only* ANML content, targeting agent-driven commerce. It will be acquired by a major player within 18 months.
5. By 2030, 60% of all web transactions by value will be agent-to-agent via ANML or its derivatives. Human-facing HTML will remain for browsing, but the economic backbone of the web will shift to machine-first protocols.
What to Watch: The next 12 months are critical. Watch for:
- Shopify's ANML rollout and merchant adoption rates.
- Whether Apple's Safari team engages with the IETF working group.
- The first major security incident exploiting ANML's machine-readability.
The agentic web is coming. ANML is its native tongue. The only question is how many dialects we'll have to learn.