← All AI Engineer talks

AI Engineer World's Fair 2026

The Agentic Web and the Bazaar Era of AI - Ramesh Raskar, MIT Media Lab

About this talk

Ramesh Raskar and Project NANDA contributor Maria describe open infrastructure for an agentic web where AI agents can discover one another, establish trustworthy identities, transact, and coordinate across organizational boundaries. They explain the NANDA Index, signed AgentFacts, agent cards, Host39 onboarding, DNS-AID, OpenClaw, Maritime’s cost-conscious agent hosting, and NandaTown simulation, framing the ecosystem around discovery, commerce, and a collaborative bazaar.

Chapters

  1. 0:01Why an open internet of AI agents needs Project NANDA
  2. 2:25From AOL-style silos to discovery, commerce, and the bazaar
  3. 3:35Agent loops, OpenClaw, and the NANDA discovery index
  4. 5:43Agent cards, verified AgentFacts, Host39, and DNS-AID
  5. 8:17Maritime hosting, agent coordination, and NandaTown

Talk transcript

  1. 0:01

    Welcome everyone. Over the next few minutes, we're gonna talk about the open infrastructure being built for a web of agents, why it's needed, what's already shipped, and exactly where your own agent fits into it.

  2. 0:17

    It comes out of Project NANDA, an open research effort that started at MIT. And by the end of this presentation, you will know how to put an agent that you build yourself on the open web all by yourself.

  3. 0:31

    So let's get into it. I'm Ramesh Raskar, professor and-- at MIT and director of Project NANDA, and Maria is a core contributor to Project NANDA.

  4. 0:46

    So first, what is NANDA and why does it need to exist? NANDA, which stands for Networked AI Agents in a Decentralized Architecture, is an open research building the infrastructure for an internet of AI agents, the way open web was built for documents.

  5. 1:05

    The gap it fills is concrete. Agents have no shared way to find each other across vendors, no portable identity or trust that isn't owned by a single platform, and no open way to transact and coordinate across organizations.

  6. 1:20

    NANDA builds that missing layer and ships it in open. The index, the registries, the protocol, and the Nanda Town simulator you will see later.

  7. 1:34

    Here's a premise that drives it, all of it. The internet is about to host not millions or billions, but eventually trillions of autonomous agents. They negotiate, they delegate, they migrate between hosts in milliseconds.

  8. 1:49

    That's a fundamentally different load than the human web, and it strains the identity and discovery system we built for documents, DNS among them. The web that's coming needs an infrastructure of its own.

  9. 2:09

    And we have been here before. If you're building agents today, you are mostly building them or you're forced to build them inside walled gardens, closed platforms, proprietary agent stores, and orchestrations that only talk to itself, and it kind of works.

  10. 2:25

    But you know, it also feels familiar because we have been this-- we have been here before. This is like the AOL era from the late nineties where it was a closed network.

  11. 2:34

    You know, AOL, you got the CDs and you installed it on your PC. It was a closed network. It was gated directory. You live inside the garden created by this one company called AOL.

  12. 2:46

    And what came after AOL was this open web. You know, everybody's in a permissionless manner, creating websites, creating browsers, and any website can talk to any browser. And that's the transition that's about to happen to agents as well.

  13. 3:03

    So the next era needs what the web needed, an open infrastructure where an agent from one company or one entity can discover agent from another. This agent can hand off work to it, pay it, learn from it across organizational boundaries, no permissions required.

  14. 3:20

    There are three layers here: discovery, commerce, and what I will call the bazaar. So hold on to those three concepts. We'll come back to them and, and discuss. So first, the basics.

  15. 3:35

    Hey, my name is Maria and I'm a core contributor to Project NANDA. So let's start with a simple definition of an agent. The way I think about it, an agent is a model that uses tools in a loop, right?

  16. 3:47

    You give it a goal, it decides what to do next. It calls a tool, it looks at the result, then it keeps going until the task is done. So that loop is the core idea.

  17. 3:57

    Everything else like memory, orchestration, and multi-agent systems is built on top of it.

  18. 4:04

    So you can build this agent loop in many different ways. One example is OpenClaw. So OpenClaw is a self-hosted agent gateway. That means you can run it yourself and connect it to the apps and tools you already use.

  19. 4:18

    This matters because agents are not just chatbots. If an agent is going to do real work, it needs to access your real tools and apps. And if it has access to real tools, we should care about who controls it, where it runs, and how much we can see.

  20. 4:35

    And that is why open source self-hosted agents are super important. They give people more control over their own agents. But then we get a new problem. If agents are running in many different places locally and on the clouds, on many different servers, like owned by many different people, how do they find each other?

  21. 4:56

    And that is the job of the index.

  22. 5:00

    And this is what the NANDA Index is built for. NANDA Index is the discovery layer for the agen-agency club. It gives agents a shared place to publish who they are, what they can do, and how other agents can reach them.

  23. 5:16

    The regular internet already has a version of this with DNS. So DNS maps a name to an address, so your browser knows where to go. But agents need more than an address.

  24. 5:28

    They need to know what another agent does, what tools it can use, what rules it follows, and how to talk to it. The index gives agents a common way to find each other and connect.

  25. 5:43

    So here's how the index works. An agent starts with a, an identity like [REDACTED:email_address]. The NANDA Index takes that identity and returns an agent card. So the card says what an agent is, how to reach it And where to send the messages.

  26. 6:03

    Messages do not go straight to the agent's runtime. They go to the message box first. The message box checks who is sending the message, handles access, filters spam or bad requests, and holds the message until the agent is ready.

  27. 6:19

    Now, the AgentFacts record is what makes discovery trustworthy. It is a signed record that tells other agents who this agent is, what it can do, what it is allowed to touch, who built it, and where to reach it.

  28. 6:33

    So before one agent connects to another, it can check the basic facts first.

  29. 6:38

    Now, the index is not just a lookup table. It does not point one name to one fixed address. It can return updated AgentFacts based on the request. So that means one agent can have many endpoints, traffic can be routed to the best one, and private details do not have to be exposed.

  30. 6:56

    So the resolution is adaptive. It changes based on where the agent is, who's asking, and what they are allowed to access.

  31. 7:04

    So how do you put your agent on the index? You start at host39.org. So you fill out the AgentFacts form, get an agent card, and publish it to the Nanda Index.

  32. 7:17

    Once it's listed, other agents can find it and know how to reach it. So there are a few ways to get onto the index, depending on who you are.

  33. 7:25

    Enterprises can run their own catalog and register their gateway from their own domain. Existing websites can later use DNS-AID to connect agents to domains they already own.

  34. 7:38

    Small businesses and individuals can use Host39, fill out the AgentFacts form, and get a hosted agent URL without needing their own domain. Goal is to make the onboarding work for everyone, from a large company to one person with a personal agent.

  35. 7:56

    Now that we know how agents get listed on the index, the next question is: where does the agent actually run? To be useful, an agent needs to stay online and be reachable.

  36. 8:06

    You can run it locally, which gives you full control, but then you are responsible for keeping it up. For most use cases, it makes more sense to host it on the cloud.

  37. 8:17

    That could be on a general cloud like AWS, which is more enterprise ready, or on an agent hosting platform like Maritime, which is built to make hosting AI agents cheaper and simpler.

  38. 8:30

    So a little bit about Maritime. Hosting one agent can be affordable, but the cost problem starts when you want to run many agents at once for a team, a product, or a simulation.

  39. 8:41

    That is where per agent cost really matters, and Maritime is one way to solve this. It gives you a simple cloud default for running OpenClaw or other agents with sleep-and-wake architecture, so idle agents do not keep burning compute.

  40. 8:55

    And the point is to make running many agents prac-practical, cheap, and simple.

  41. 9:02

    So you can host an agent and list it on the index, but getting one agent online was always the easy part. The hard problems of the agentic web live between agents at scale.

  42. 9:13

    So how thousands of them discover each other, prove who they are, decide whom to trust, and coordinate with no central authority. So you can't just assume that protocols will hold up under the load, and you have to test and run them and watch when they break.

  43. 9:29

    So that's exactly where NandaTown comes in. So how do you prove an open agent web actually works before it's load-bearing on the real internet? You simulate it. This is NandaTown, an open source project from Project Nanda.

  44. 9:44

    The easiest way to describe it is it's a simulation playbook for the infrastructure of the agentic web. So think of it as a sandbox town where the whole agent economy is modeled, like discovery, identity, registries, messages, messages coordination, all of it, so you can run and test it on scale.

  45. 10:05

    Here's what it looks like in practice. NandaTown is a live sandbox for testing agent networks. You can see agents on a map, watch messages move in real time, compare protocol results, and replay a run step by step.

  46. 10:19

    It's fully open source. It's small enough to run on your own laptop and built to make agent networks easier to test and understand.

  47. 10:28

    NandaTown is already running real experiments. For example, there is a marketplace where buyers and sellers negotiate prices, an auction where agents bid on items, and, and a voting test where agents submit and count ballots.

  48. 10:42

    There are also tests for consensus and supply chains. The point is to study real coordination problems, how agents make deals, agree on decisions, pass messages, and recover when something breaks.

  49. 10:55

    Under the hood, NandaTown breaks the agent web into 12 parts: transport, communication, identity, registry, OAuth, trust, payments, coordination, negotiation, memory, privacy, data facts. Each part is something a real agentic web needs.

  50. 11:11

    So the registry layer is the Nanda Index we just walked through, but here it is just one piece of a bigger system. And you do not need to build everything to try it.

  51. 11:20

    You can take one layer, add your own version, run it inside NandaTown, and see how it works with the rest of the network. So NandaTown runs as a discrete event simulation.

  52. 11:31

    You define a scenario in a short YAML file, inject agents and traffic, and the testbed plays, plays it out so you can measure what actually happens end to end.

  53. 11:40

    Tier one uses simple scripted agents and tier two swaps in real AI models. So to summarize, Project Nanda builds the open infrastructure for an internet of AI agents. Discovery through the index, commerce through portable identity and trust, and coordination through open protocols, all tested in NandaTown.

  54. 12:01

    And if you want to learn more, uh, you can go to projectnanda.org, read our papers, and, um, check out our latest projects.