The online browser has been the default interface for accessing on-line info for many years, however AI search is beginning to change that assumption. Instruments like Microsoft Copilot already let customers ask plain-language questions and obtain direct solutions, bypassing the normal outcomes web page completely.
NLWeb is Microsoft’s try to increase that shift right down to the web site stage itself. Introduced at Construct 2025, it is an open protocol that lets any internet property reply to pure language queries with no search engine appearing as an middleman.
Whether or not Construct 2026 marks a significant step ahead for NLWeb’s adoption, or confirms that it is nonetheless an experiment in quest of a typical, is price paying shut consideration to. Right here’s what we all know to this point.
What’s the NLWeb Protocol?
NLWeb stands for Pure Language Net. It is an open-source venture from Microsoft that permits any web site to simply accept and reply to pure language queries, turning a typical internet property into what Microsoft describes as an AI-powered app.
The venture was conceived and constructed by R.V. Guha, who joined Microsoft as CVP and Technical Fellow. Guha’s background in internet infrastructure issues right here: he created RSS, RDF, and Schema.org, three codecs that now underpin how structured content material is shared and listed throughout a lot of the online.
Microsoft launched NLWeb at Construct 2025 in Might 2025 and drew a direct comparability to HTML’s position in making web site creation accessible. That framing is formidable, and value holding calmly. HTML solved the issue of publishing content material; NLWeb is trying to unravel how each people and AI brokers question that content material as soon as it is printed.
What distinguishes NLWeb from a typical chatbot widget is that each NLWeb endpoint additionally runs as a Mannequin Context Protocol (MCP) server. MCP is an open customary that Anthropic initially developed in November 2024 for connecting AI methods to exterior information sources, and it has since gained widespread business adoption. By constructing NLWeb on high of MCP, Microsoft is wiring web site content material immediately into the broader ecosystem of AI brokers.
Early adopters embrace Shopify, TripAdvisor, Eventbrite, O’Reilly Media, Hearst properties like Delish, Chicago Public Media, and Frequent Sense Media. The sample throughout these names is obvious: well-organized websites with structured catalogs of content material, the type that maps cleanly onto the online codecs NLWeb is dependent upon.
How does the NLWeb Protocol work?
NLWeb sits on high of structured information that the majority web sites already publish. It reads codecs like Schema.org and RSS, that are in use throughout greater than 100 million web sites in response to the venture’s documentation, and provides a pure language layer on high of them utilizing a big language mannequin of the developer’s alternative.
The protocol exposes two endpoints. The /ask endpoint handles pure language queries from human customers through JSON over REST, returning structured Schema.org JSON responses. The /mcp endpoint implements an MCP server, permitting exterior AI brokers to hook up with the positioning and question its content material programmatically on phrases the writer controls.
When a question arrives at /ask, NLWeb does not hand it to a single LLM name. It breaks the question into a number of parallel processing steps: decontextualizing the question, retrieving related content material from a vector database, and utilizing the LLM to rank and generate the ultimate response. This sample of many targeted mannequin calls reasonably than one massive immediate produces extra constant outcomes than a single-pass method.
The /ask endpoint additionally maintains chat historical past inside a session, so follow-up questions can construct on earlier ones with out forcing the person to re-establish context. That is a sensible distinction from key phrase search, the place every question begins from scratch no matter what got here earlier than.
As a result of NLWeb is technology-agnostic, you are not locked into any particular mannequin, infrastructure supplier, or working system. The venture’s GitHub repository offers a Python reference implementation and quickstart guides, with help for all main vector databases and LLM endpoints.
NLWeb at Microsoft Construct 2026: What to anticipate
Construct 2026 takes place June 2-3 at Fort Mason Middle in San Francisco, marking a notable venue shift from the Seattle Conference Middle that has hosted the convention for many of the previous decade. Microsoft has described this yr’s occasion as intentionally “no-fluff,” with a deal with technical depth over broad-audience bulletins.
The session catalog spans over 90 entries organized throughout seven tracks: Brokers and Apps, Azure AI Platform / Azure AI Foundry, GitHub and developer productiveness, Microsoft Cloth, Accountable AI, Home windows, and Working with Fashions. NLWeb is most immediately related to the Brokers and Apps monitor, which is predicted to cowl MCP tooling updates given Microsoft’s ongoing funding in that protocol.
NLWeb was introduced simply over a yr in the past, which implies Construct 2026 is the primary main convention the place the protocol could be evaluated towards documented real-world deployment reasonably than potential. Cloudflare added native NLWeb help through its AutoRAG infrastructure in early 2026, providing a managed deployment path reasonably than a guide integration, which is a sign that the ecosystem is starting to solidify.
Microsoft joined the MCP Steering Committee at Construct 2025 and contributed an up to date authorization specification and the design of an MCP server registry service. Any additional updates to MCP governance, agent discovery, or server orchestration at Construct 2026 could have direct implications for NLWeb, given how tightly the 2 protocols are coupled.
The opening keynote from CEO Satya Nadella is the place Microsoft sometimes frames its platform-level priorities. At Construct 2025, Nadella characterised the occasion as marking “the age of AI brokers.” Whether or not NLWeb receives devoted keynote consideration in 2026 or surfaces primarily by way of breakout periods, it sits squarely inside what the convention catalog describes as its central theme: shifting AI agent improvement from introduced to production-ready.
What this implies for internet builders
For builders constructing on the internet, NLWeb creates sensible strain to audit how structured your web site’s information really is. The protocol performs greatest with content material organized as lists of things: merchandise, occasions, recipes, opinions. Websites with poor or lacking semantic markup will get noticeably weaker outcomes, as a result of NLWeb’s retrieval layer is dependent upon the Schema.org annotations many publishers have underinvested in.
However extra importantly, NLWeb blurs the boundary between a web site and an API. Working an NLWeb endpoint means your web site turns into queryable by exterior AI brokers, not simply human guests with a browser, which raises governance questions on which brokers can entry your content material, at what price, and on what phrases.
On the tooling aspect, Microsoft has been increasing Azure AI Foundry and its MCP-related developer infrastructure, each of that are anticipated to characteristic at Construct 2026. For builders who wish to add NLWeb to an present property at present, the reference implementation on GitHub is the clearest place to begin, with Cloudflare’s AutoRAG integration now providing a extra managed path to deployment for groups that do not wish to deal with the underlying infrastructure themselves.
Source link


