The Silent Web Rewrite from Myspace HTML to AI Protocols 

Understanding the Web’s Second Interface for Autonomous Machine Readers

The web is undergoing a quiet, fundamental mutation. Underneath visual layouts, cookie consent banners, and human-readable text, tech platforms are laying down a parallel infrastructure built strictly for machines.

In some ways, we have seen this movie before. Back in the early days of social networking, Myspace let users customize every corner of their profile with raw HTML and inline CSS. It was messy, human, and visual. But as the web evolved, platforms moved away from customized visual freedom in favor of structured data feeds and standardized layouts. Today, history is repeating itself on a much larger scale: the web is splitting into two distinct interfaces, one built for human eyes and another designed entirely for AI agents.

Over just a few weeks, major updates hit the ecosystem at once. Google unveiled the Open Knowledge Format (OKF) and the Agentic Resource Discovery (ARD) protocol. Add in the rapid spread of Anthropic’s Model Context Protocol (MCP) and grassroots llms.txt files, and it is clear the web is growing a second interface.

Digital marketers love extreme takes. The knee-jerk reaction has been to declare Markdown the absolute future of web design or dismiss the whole shift as overhyped AI noise. The truth is far more practical. The web is splitting into specialized communication layers, and navigating it means understanding what each layer actually does.

The AI Readiness Stack

To understand how autonomous AI agents see your website, look at modern web architecture as a stack of distinct, complementary layers rather than competing formats.

Crawlable HTML Pages

HTML remains the bedrock for how search engine bots and web crawlers map out the internet.

Structured Data and Microdata

JSON-LD and Schema.org markups translate unstructured copy into explicit database facts like prices, dates, and locations.

Model Context Protocol and WebMCP

Anthropic created MCP to solve how AI connects to tools and databases. Its browser counterpart, WebMCP, gives AI agents a standard way to interact with live page elements like filling out forms or picking calendar dates without breaking on unpredictable layout shifts.

Open Knowledge Format

OKF offers a lightweight standard for bundling Markdown files together using standardized YAML metadata to build self-describing internal knowledge bases.

Agentic Resource Discovery

ARD acts as an infrastructure standard that lets autonomous agents discover, evaluate, and securely connect to external APIs and tools across corporate boundaries.

Deconstructing OKF

Some SEO commentators rushed to pitch OKF as a shortcut for ranking in AI search. Its actual design tells a very different story.

OKF was not created to boost marketing blogs. Google Cloud designed it for enterprise data operations. It allows internal AI agents to share table schemas, operations runbooks, and metric definitions without getting trapped in proprietary software silos.

Flattening a dynamic website into a bucket of basic Markdown documents does not create a real knowledge graph. Real knowledge graphs require mathematically queryable relationships, not just plain text summaries.

The Markdown Mirage

The sudden rush to create stripped-down Markdown versions of websites for AI bots has drawn sharp criticism from veteran web engineers.

On Google’s Search Off the Record podcast, Google Search Relations lead John Mueller addressed the discovery issue head-on. He pointed out that self-reported text files like llms.txt give language models no structural way to rank or differentiate one site over another.

When you strip away HTML to serve raw Markdown to a machine, you lose vital structural context. Modern web layouts, navigation hierarchies, and visual placement carry human intent and editorial weight—the very things that turned early, unformatted personal pages into the rich, interactive platforms we know today. Flattening a page into raw text strips away that judgment. For standard commercial and editorial websites, semantically clean HTML remains the definitive source of truth.

ARD and the Shift to Autonomous Connections

While OKF focuses on packaging knowledge, the Agentic Resource Discovery (ARD) specification addresses a completely different bottleneck: how AI agents discover capabilities on their own.

Historically, developers had to manually hard-code an AI agent to an API or tool before it could use it. That approach fails at web scale. Developed with input from tech leaders across the Linux Foundation, ARD introduces two key concepts to solve this:

  • Catalogs (ai-catalog.json): Static files hosted under a site’s /.well-known/ directory that list what an organization’s systems can do, anchored securely by domain ownership.
  • Registries: Machine-readable discovery indexes that crawl catalogs across the web, allowing autonomous agents to query a single endpoint and discover tools at runtime.

Why This Matters

The web is splitting into two concurrent interfaces: one designed for human eyes and browsers, and another built for agentic automation. Just as the web moved past the unconstrained code of the Myspace era toward structured design systems, today’s evolution requires structured protocols rather than hacky text shortcuts.

For the vast majority of businesses, the core rules have not changed overnight. Clear site architecture, high-authority reporting, and semantically clean HTML remain your best strategy. Spending thousands of dollars to maintain shadow Markdown copies of a standard marketing site is an expensive distraction from fixing actual user experience issues.

The emerging machine layer is not about replacing web design. It is the digital plumbing for autonomous action, where site discovery depends on what your systems can verify and execute.