{"id":1742,"date":"2025-05-23T21:47:47","date_gmt":"2025-05-23T21:47:47","guid":{"rendered":"https:\/\/violethoward.com\/new\/the-battle-to-ai-enable-the-web-nlweb-and-what-enterprises-need-to-know\/"},"modified":"2025-05-23T21:47:47","modified_gmt":"2025-05-23T21:47:47","slug":"the-battle-to-ai-enable-the-web-nlweb-and-what-enterprises-need-to-know","status":"publish","type":"post","link":"https:\/\/violethoward.com\/new\/the-battle-to-ai-enable-the-web-nlweb-and-what-enterprises-need-to-know\/","title":{"rendered":"The battle to AI-enable the web: NLweb and what enterprises need to know"},"content":{"rendered":" \r\n<br><div>\n\t\t\t\t<div id=\"boilerplate_2682874\" class=\"post-boilerplate boilerplate-before\">\n<p><em>Join our daily and weekly newsletters for the latest updates and exclusive content on industry-leading AI coverage. Learn More<\/em><\/p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"\/>\n<\/div><p>In the first generation of the web, back in the late 1990s, search was okay but not great, and it wasn\u2019t easy to find things. That led to the rise of syndication protocols in the early 2000s, with\u00a0Atom and RSS (Really Simple Syndication) providing a simplified way for website owners to make headlines and other content easily available and searchable.<\/p>\n\n\n\n<p>In the modern era of AI, a new group of protocols is emerging to serve the same basic purpose. This time, instead of making sites easier for humans to find, it\u2019s all about making websites easier for AI. Anthropic\u2019s Model Control Protocol (MCP), Google\u2018s Agent2Agent and large language models\/ LLMs.txt are among the existing efforts.<\/p>\n\n\n\n<p>The newest protocol is Microsoft\u2019s open-source NLWeb (natural language web) effort, which was announced during the\u00a0Build 2025 conference. NLWeb is also directly linked to the first generation of web syndication standards, as it was conceived and created by RV Guha, who helped create RSS, RDF (Resource Description Framework) and schema.org.<\/p>\n\n\n\n<p>NLWeb enables websites to easily add AI-powered conversational interfaces, effectively turning any website into an AI app where users can query content using natural language. NLWeb isn\u2019t necessarily about competing with other protocols; rather, it builds on top of them. The new protocol uses existing structured data formats like RSS, and each NLWeb instance functions as an MCP server.<\/p>\n\n\n\n<p>\u201cThe idea behind NLWeb is it is a way for anyone who has a website or an API already to very easily make their website or their API an agentic application,\u201d Microsoft CTO Kevin Scott said during his Build 2025 keynote. \u201cYou really can think about it a little bit like HTML for the agentic web.\u201d<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-nlweb-works-to-ai-enable-the-web-for-enterprises\">How NLWeb works to AI-enable the web for enterprises<\/h2>\n\n\n\n<p>NLWeb transforms websites into AI-powered experiences through a straightforward process that builds on existing web infrastructure while leveraging modern AI technologies.<\/p>\n\n\n\n<p><strong>Building on existing data: <\/strong>The system begins by leveraging structured data that websites already publish, including markup, RSS feeds and other semi-structured formats that are commonly embedded in web pages. This means publishers don\u2019t need to rebuild their content infrastructure completely.<\/p>\n\n\n\n<p><strong>Data processing and storage: <\/strong>NLWeb includes tools for adding this structured data to vector databases, which enable efficient semantic search and retrieval. The system supports all major vector database options, allowing developers to choose the solution that best fits their technical requirements and scale.<\/p>\n\n\n\n<p><strong>AI enhancement layer: <\/strong>LLMs then enhance this stored data with external knowledge and context. For instance, when a user queries about restaurants, the system automatically layers on geographic insights, reviews and related information by combining the vectorized content with LLM capabilities to provide comprehensive, intelligent responses rather than simple data retrieval.<\/p>\n\n\n\n<p><strong>Universal interface creation: <\/strong>The result is a natural language interface that serves both human users and AI agents. Visitors can ask questions in plain English and receive conversational responses, while AI systems can programmatically access and query the site\u2019s information through the MCP framework.<\/p>\n\n\n\n<p>This approach allows any website to participate in the emerging agentic web without requiring extensive technical overhauls. It makes AI-powered search and interaction as accessible as creating a basic webpage was in the early days of the internet.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-emerging-ai-protocol-landscape-brings-many-choices-to-enterprises\">The emerging AI protocol landscape brings many choices to enterprises<\/h2>\n\n\n\n<p>There are a lot of different protocols emerging in the AI space; not all do the same thing.<\/p>\n\n\n\n<p>Google\u2019s Agent2Agent<span style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">, for example, is all about enabling agents to talk to each other. It\u2019s about orchestrating and communicating agentic AI and is not particularly focused on AI-enabling existing websites or AI content. Maria Gorskikh, founder and CEO of\u00a0AIA\u00a0and a contributor to the\u00a0Project NANDA\u00a0team at MIT,<\/span> explained to VentureBeat that Google\u2019s A2A enables structured task passing between agents using defined schemas and lifecycle models.\u00a0<\/p>\n\n\n\n<p>\u201cWhile the protocol is open-source and model-agnostic by design, its current implementations and tooling are closely tied to Google\u2019s Gemini stack \u2014 making it more of a backend orchestration framework than a general-purpose interface for web-based services,\u201d she said.<\/p>\n\n\n\n<p>Another emerging effort is LLMs.txt. Its goal is to help LLMs better access web content. While on the surface, it might sound somewhat like NLWeb, it\u2019s not the same thing.<\/p>\n\n\n\n<p>\u201cNLWeb doesn\u2019t compete with LLMs.txt; it is more comparable to web scraping tools that try to deduce intent from a website,\u201d Michael Ni, VP and Principal Analyst at Constellation Research told VentureBeat.<\/p>\n\n\n\n<p><span style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Krish Arvapally, co-founder and CTO of\u00a0Dappier,\u00a0explained to VentureBeat that LLMs.txt provides a markdown-style format with training permissions that helps LLM crawlers ingest content appropriately. NLWeb focuses on enabling real-time interactions directly on a publisher\u2019s website. Dap<\/span>pier has its own platform that automatically ingests RSS feeds and other structured data, then delivers branded, embeddable conversational interfaces. Publishers can syndicate their content to their data marketplace.<\/p>\n\n\n\n<p>MCP is the other big protocol, and it is increasingly becoming a de facto standard and a foundational element of NLWeb. Fundamentally, MCP is an open standard for connecting AI systems with data sources. Ni explained that in Microsoft\u2019s view, MCP is the transport layer, where, together, MCP and NLWeb provide the HTML and TCP\/IP of the open agentic web.<\/p>\n\n\n\n<p>Forrester Senior Analyst Will McKeon-White sees a number of advantages for NLWeb over other options.<\/p>\n\n\n\n<p>\u201cThe main advantage of NLWeb is better control over how AI systems \u2018see\u2019 the pieces that make up websites, allowing for better navigation and more complete understanding of the tooling,\u201d McKeon-White told VentureBeat. \u201cThis could reduce both errors from systems misunderstanding what they\u2019re seeing on websites, as well as reduce interface rework.\u201d<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-early-adopters-already-see-the-promise-of-nlweb-for-enterprise-agentic-ai\">Early adopters already see the promise of NLWeb for enterprise agentic AI<\/h2>\n\n\n\n<p>Microsoft didn\u2019t just throw NLWeb over the proverbial wall and hope someone would use it.\u00a0<\/p>\n\n\n\n<p>Microsoft already has multiple organizations engaged and using NLWeb, including Chicago Public Media, Allrecipes, Eventbrite, Hearst (Delish), O\u2019Reilly Media, Tripadvisor and Shopify.<\/p>\n\n\n\n<p>Andrew Odewahn, Chief Technology Officer at O\u2019Reilly Media is among the early adopters and sees real promise for NLWeb.<\/p>\n\n\n\n<p>\u201cNLWeb leverages the best practices and standards developed over the past decade on the open web and makes them available to LLMs,\u201d Odewahn told VentureBeat. \u201cCompanies have long spent time optimizing this kind of metadata for SEO and other marketing purposes, but now they can take advantage of this wealth of data to make their own internal AI smarter and more capable with NLWeb.\u201d<\/p>\n\n\n\n<p>In his view, NLWeb is valuable for enterprises both as consumers of public information and publishers of private information. He noted that nearly every company has sales and marketing efforts where they might need to ask, \u201cWhat does this company do?\u201d or \u201cWhat is this product about?\u201d\u00a0<\/p>\n\n\n\n<p>\u201cNLWeb provides a great way to open this information to your internal LLMs so that you don\u2019t have to go hunting and pecking to find it,\u201d Odewahn said. \u201cAs a publisher, you can add your own metadata using schema.org standard and use NLWeb internally as an MCP server to make it available for internal use.\u201d<\/p>\n\n\n\n<p>Using NLWeb isn\u2019t necessarily a heavy lift, either. Odewahn noted that many organizations are probably already using many of the standards NLWeb relies on.\u00a0<\/p>\n\n\n\n<p>\u201cThere\u2019s no downside in trying it out now since NLWeb can run entirely within your infrastructure,\u201d he said. \u201cIt\u2019s open source software meeting the best in open source data, so you have nothing to lose and a lot to gain from trying it now.\u201d<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-should-enterprises-jump-on-nlweb-right-now-or-wait\">Should enterprises jump on NLWeb right now, or wait?<\/h2>\n\n\n\n<p>Constellation Research Analyst Michael Ni has a somewhat positive viewpoint on NLWeb. However, that doesn\u2019t mean enterprises need to adopt it immediately.<\/p>\n\n\n\n<p>Ni noted that NLWeb is in the very early stages of maturity and enterprises should expect 2-3 years for any substantial adoption. He suggests that leading-edge companies with specific needs, such as active marketplaces, can look to pilot with the ability to engage and help shape the standard.<\/p>\n\n\n\n<p>\u201cIt\u2019s a visionary specification with clear potential, but it needs ecosystem validation, implementation tooling, and reference integrations before it can reach mainstream enterprise pilots,\u201d Ni said.<\/p>\n\n\n\n<p>Others have a somewhat more aggressive viewpoint on adoption. Gorskikh suggests taking an accelerated approach to ensure your enterprise doesn\u2019t fall behind.<\/p>\n\n\n\n<p>\u201cIf you\u2019re an enterprise with a large content surface, internal knowledge base, or structured data, piloting NLWeb now is a smart and necessary step to stay ahead,\u201d she said. \u201cThis isn\u2019t a wait-and-see moment \u2014 it\u2019s more like the early adoption of APIs or mobile apps.\u201d<\/p>\n\n\n\n<p>That said, she noted that regulated industries need to tread carefully. Sectors like insurance, banking and healthcare should hold off on production use until there\u2019s a neutral, decentralized verification and discovery system in place. There are already early-stage efforts addressing this \u2014 such as the NANDA project at MIT that Gorskikh participates in, which is building an open, decentralized registry and reputation system for agentic services.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-does-this-all-mean-to-enterprise-ai-leaders\">What does this all mean to enterprise AI leaders?<\/h2>\n\n\n\n<p>For enterprise AI leaders, NLWeb is a watershed moment and a technology that should not be ignored.<\/p>\n\n\n\n<p>AI is going to interact with your site, and you need to AI enable it. NLWeb is one way that will be particularly attractive to publishers, much like RSS became a must-have for all websites in the early 2000s. In a few years, users will just expect it to be there; they will expect to be able to search and find things, while agentic AI systems will need to be able to access the content as well.\u00a0<\/p>\n\n\n\n<p>That\u2019s the promise of NLWeb.<\/p>\n<div id=\"boilerplate_2660155\" class=\"post-boilerplate boilerplate-after\"><div class=\"Boilerplate__newsletter-container vb\">\n<div class=\"Boilerplate__newsletter-main\">\n<p><strong>Daily insights on business use cases with VB Daily<\/strong><\/p>\n<p class=\"copy\">If you want to impress your boss, VB Daily has you covered. We give you the inside scoop on what companies are doing with generative AI, from regulatory shifts to practical deployments, so you can share insights for maximum ROI.<\/p>\n<p class=\"Form__newsletter-legal\">Read our Privacy Policy<\/p>\n<p class=\"Form__success\" id=\"boilerplateNewsletterConfirmation\">\n\t\t\t\t\tThanks for subscribing. Check out more VB newsletters here.\n\t\t\t\t<\/p>\n<p class=\"Form__error\">An error occured.<\/p>\n<\/p><\/div>\n<div class=\"image-container\">\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/venturebeat.com\/wp-content\/themes\/vb-news\/brand\/img\/vb-daily-phone.png\" alt=\"\"\/>\n\t\t\t\t<\/div>\n<\/p><\/div>\n<\/div>\t\t\t<\/div>\r\n<br>\r\n<br><a href=\"https:\/\/venturebeat.com\/ai\/the-battle-to-ai-enable-the-web-nlweb-and-what-enterprises-need-to-know\/\">Source link <\/a>","protected":false},"excerpt":{"rendered":"<p>Join our daily and weekly newsletters for the latest updates and exclusive content on industry-leading AI coverage. Learn More In the first generation of the web, back in the late 1990s, search was okay but not great, and it wasn\u2019t easy to find things. That led to the rise of syndication protocols in the early [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1743,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[33],"tags":[],"class_list":["post-1742","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai-automation"],"aioseo_notices":[],"jetpack_featured_media_url":"https:\/\/violethoward.com\/new\/wp-content\/uploads\/2025\/05\/microsoft-NLWeb-smk.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/posts\/1742","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/comments?post=1742"}],"version-history":[{"count":0,"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/posts\/1742\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/media\/1743"}],"wp:attachment":[{"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/media?parent=1742"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/categories?post=1742"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/tags?post=1742"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}<!-- This website is optimized by Airlift. Learn more: https://airlift.net. Template:. Learn more: https://airlift.net. Template: 69e302c146fa5c92dc28ac12. Config Timestamp: 2026-04-18 04:04:16 UTC, Cached Timestamp: 2026-04-29 07:23:49 UTC -->