AIAI EngineerAug 14, 2026· 21:00

Computer-use models will agentify the web, not APIs — Dhruv Batra, Yutori

Dhruv Batra of Yutori argues computer-use models, not APIs, will agentify the web's long tail. The head may expose endpoints, but 200 million active sites won't add MCP servers: restaurants post JPEG PDF menus and school districts answer procurement via FOIA requests scanned onto Google Drive. Reading HTML fails because scores and stock status load asynchronously and render as pixels, so the browser is a rendering engine: pixels are the source of truth, the bitter lesson for web agents. His Navigator model takes screenshots in, clicks out, writes JavaScript when faster, and verifies on screen; it hits 97% human eval on Mind2Web (8 of 300 wrong) at 80 cents per task versus $2.30. That endpoint will be another layer: simulated browsers clicking and returning structured results.

  1. 0:00The Argument
  2. 3:23Restaurant Menus
  3. 5:31School Districts
  4. 7:38The Long Tail
  5. 8:42HTML Limits
  6. 10:14Sold Out
  7. 11:33Pixels Are Truth
  8. 12:53Navigator
  9. 15:51Benchmarks
  10. 17:23Speed and Cost
  11. 19:18Agentified Web

Powered by PodHood

Transcript

The Argument0:00

Dhruv Batra0:14

Um, welcome. Let's get started. So, my name is Dhruv Batra. I want to talk to you about an argument. There's an argument online that says, roughly speaking, AI agents will be the drivers of actions on the web, not humans.

That there will be more agents clicking buttons, reading things, buying things for us than human eyeballs on the web. Um, you drive one step deeper into the argument and you ask, how will this happen? Because today the web is extremely hostile to automated traffic.

And the answer usually is, the web will be agentified. Um, you drive one step deeper into, what does that mean and how will that happen? And the answer usually is, with APIs, that agents will call via some set of protocols.

And the set of protocols grows over time. It was initially supposed to be MCP servers, then web MCP, and for payments there are 20 different competing protocols. And, you know, every single company wants to introduce their own protocol along the way.

But okay, there will be APIs is the is the argument. My claim today, and argument, and what I hope to convince you today is that this last bit is wrong. I think the first two I generally agree with.

This last bit that suddenly the web will provide you APIs for accessing things is, is just delusional. And my claim is, computer use agents and computer use models will agentify the web, not APIs. And more specifically, the long tail of the web.

Um, the head of the distribution, the most popular website, perhaps will give you the API, but the long tail will not. Um, and the story starts, uh, usually with these sorts of use cases. I, I agree that they also frustrate me.

When people show a use case of, find me business class flights from Miami to Palma de Mallorca for August, and somehow they expect that behind the scenes it'll be a computer use agent clicking buttons on flights.google.com. I find this example, this is my own example, I-I'm not dunking on anybody else, I find this example bizarre.

Why would you possibly do it this way? Aren't you aware that there are already aggregators? You send them a variable, they will send you a JSON. Your LLMs can do tool calling. Why would you click buttons? The purpose of those clicking buttons is to generate this behind the scenes.

So we're on the same page there. The next step usually is, okay, let's roll this out to some other case. Um, I want to know, does my favorite restaurant, or does this restaurant have gluten-free items on the restaurant's menu?

And so I assume that there's going to be a similar endpoint somewhere for that restaurant website, or via an aggregator. Oops.

Um, that accepts a query that I can filter through, where I can ask for, give me your menu items that are gluten-free. Um, I want to, for those of you who can already see, I want to rid you of the delusion that such an endpoint exists.

Uh, and I want to show you, just for the sake of, you know, being on the same page, what do restaurant pages look like? Um, there are three that are on the screen. This is the first one. This is what we imagine a prototypical, this is easy mode.

Restaurant Menus3:23

Dhruv Batra3:34

You go to a web page, there's no API, but at least it's text. It's in German, sure. Different part of the world. Models can speak languages. I see text and I see pricings. Maybe this is easily scrapable. Okay.

This is easy mode. The medium mode is a, a, a page like this, where of course the thing that you're looking for is slightly hidden away. You press the menu button, it actually takes you to a PDF. Okay, fine.

If your agent has to do this, it needs a PDF reader mode. Fine. Like, you know, I can highlight these. Okay, so this is at least text. No problem. Like, you know, I will dump this into ChatGPT or whatever and it'll do it.

Here's the hard mode. This is what a hard mode website for a restaurant looks like, where there's just pictures of the people who created the restaurant, um, of where they're located, of menu items. And you're like, where is the menu?

Uh, does anybody speak Spanish? Nuestra carta,¿sí? Okay, let's, let's check. That's our menu. Um, you click there. Oh my god, these are what am I staring at? Okay, uh, you click on it. Oh, it's a gallery of, of individual.

What is this? This is a, this is a pixelated, this is, there's no text here. I am looking at JPEGs embedded in a gallery which contain the PDF items. You download this and you put it into ChatGPT and it's having str it's struggling doing OCR on this thing.

Okay. So this is what the web looks like. You're telling me this will give you an API endpoint that you can pass gluten-free items and it'll tell you what that is. That's an example number one. Let's take a look at another example.

School Districts5:31

Dhruv Batra5:33

Uh, this is much more, you know, enterprise focused. Um, um, I am a business. I want to sell to a school district. There's about 15 to 20 thousand school districts in the US. And I want to ask the question, is this school district, where I give you, you know, mydistrict.gov, is this school district procuring a laptopright now?

Right? It's a simple question. And I want a similar endpoint. I want to say, RFP status open and topic laptop. And you think this will exist. Uh, let me tell you what these websites look like. Again, um, this is what easy mode looks like.

This is, you know, ethical public schools. Um, okay, there's some portal. Um, maybe there's, you know, uh, some, you know, enrollment is maybe the wrong place to go. This is what slightly harder mode looks like. Um, this is a different public school.

You look at the menu under finance. There's purchasing. Under purchasing, there's certain solicitations. Um, scan PDF again. Okay, very nice. Uh, so no text in here, but this is how they tell you about what they have, have purchased.

Um, and for ultimate boss level, I want to show you a different school district where in order to find information, you have to file a request for access of info or information under Freedom of Information Act. And then what they do is they scan your email that you sent to them.

And they will scan that email, put it on a Google Drive, and then attach PDFs associated with your request. These are the people you're telling me will give you an MCP server?

The, the amount of delusion here is off the chart. Like, if there was ever a time to, to say, go touch grass, like, I think this is it. Okay. Uh, so this is what

The Long Tail7:38

Dhruv Batra7:46

my claim here is that the web we forget is massive. It is extremely big. The, the number of websites are out there, uh, somewhat, you know, the active websites are somewhere 200 million. The total number of websites are sitting in a, in a billion.

Infrastructure changes very slowly. Um, you can imagine as an engineer, you know, getting unfettered access to software systems and letting your favorite coding agent rip and generate an API endpoint. Even if that technological problem is solved, which I agree, seems like on a horizon it should eventually be solved, you're not going to get unfettered access to these institutions.

And these institutions change very slowly. There are still places that are faxing each other. You're, you're not going to be able to suddenly change this overnight. Okay. So at this point of time, you might be thinking, fine, I'm stuck with the infra as it is.

Um, so there's not going to be APIs available, but I have coding agents. Why don't I just throw them at the HTML? There is, after all, if the browser's doing it, it's a piece of code. My coding agent should be able to do it as well.

HTML Limits8:42

Dhruv Batra8:56

Fair, fair point. I, you know, I also thought this way two years ago. Let me tell you what, what the web actually looks like. Um, if I ask you the question, what was the final score of this game between Minnesota Timberwolves and the Brooklyn Nets?

Here's what the web page looks like. This is a modern website. You know, it's nba.com. You and I can see the score. 125 versus 109. Okay. Uh, behind the scenes, when you actually load the page and read it, this is what initially gets loaded.

There's an empty placeholder initially. And you wait a few hundred milliseconds to a few seconds depending on your network connection. And your browser makes an asynchronous call later to fetch the information. So the browser makes a call to an endpoint, uh, that it's extracting that information from.

That endpoint responds with a JSON that contains the answer. If you just read the HTML when you load it, the answer is not in the HTML. And so your, your chatbot doesn't have access to that either. So okay, you go, fine, these are just details.

I just have to add some weights and sleeps and sure. Okay, fair enough. I will take you to another example. Um, I ask you the question on a product web page. Is the 25 mm Osmium cube in stock or out of stock?

Sold Out10:14

Dhruv Batra10:16

You're on a, on this product website. Um, you scroll down. There is a dropdown. Uh, that dropdown is telling you and I as humans, you know, three things are sold out. One thing is in stock, even though it doesn't actually say in stock.

Like, there's no text there that says in stock. But you understand that grayed out means sold out. And, you know, sometimes the sold out won't actually be there as a text. Sometimes it'll just be unclickable grayed out. Okay.

Surely this information must be in the code somewhere. You go and read the HTML and it turns out there is an option selector. It actually doesn't say any of the things that I'm seeing on screen. It doesn't say sold out.

It doesn't say available. So what's going on? Uh, turns out behind the scenes, uh, the browser makes a call, gets a JSON object, which is the variable, which is product count. That contains a variable called quantity. That quantity is, you know, 10 sometimes, zero sometimes.

That's just, you know, how many things can the backend supportright now? Some of those quantities are zero. And there's a different rendering script that anytime they're zero, grays it out and makes it unclickable. Fundamentally, what is happening here is this information that you are seeing on screen is not written somewhere as pure text.

Pixels Are Truth11:33

Dhruv Batra11:34

It is calculated. It is rendered. Um, and for people who work in the browser industry, they understand this. But, you know, often people who are coming from an AI background like me, uh, we didn't always understand this. The browser is a rendering engine.

You are seeing pixels on screen. It's, think of it as a game engine. Um, and you're asking, can I not read the source code of the game and predict exactly what the pixels are going to be? Well, yes, eventually.

Butright now you're asking for an exact inversion of that process. Fundamentally, the web was built for human eyes. Pixels are the source of the truth because the consumers of the websites are humans. That is what it was built for.

And so there is a implication here that we have to, we have to grapple with, which is machines will need vision to operate those things because the web was, was built for, for human consumption. Um, in a way, this is the bitter lesson, uh, for web agents, that the more you end up writing scaffolds around existing websites, the, it doesn't actually generalize to the long tail of the web.

The thing that generalizes is the thing that it was designed for, which is the most general solution, just pixels in. This is what, um, you know, we and some others in the, in the area have been working on.

Navigator12:53

Dhruv Batra12:59

Um, we have a model called Navigator. Um, the first versions of the model went out in November last year. The first version acted purely like a human. Screenshot in, button clicks, and scrolls out. Um, I will tell you in a second, that is not where you should settle on, but it is a general solution.

It lets you do things like this. Um, I give you an e-commerce website and I tell you there is this discount code. Please go, the discount code is applicable under certain constraints. Maybe it's only on a product. It's only a certain set of dates.

Maybe it's only, um, with this minimum card threshold. I describe that in natural language. And I tell you, tell me if this discount code is valid or not. There is no API for this. The reason, the way to do it is just like a human can.

You go to that website, you find the product that is described, you add it to cart, you apply the discount code, and you check whether the claim of 22% off was met or not. And that is, you know, screenshot in, button click out.

This trajectory took, you know, 20, 30, 40 steps depending on the sophistication of the task. If you can do it on your browser, uh, this model can accomplish it in principle. In practice, of course, there are accuracy gaps and so on, but in principle, this task is solvable.

Whereas in a lot of early cases, even in principle, that task may not be solvable.

So my claim is the web was built for human eyes. Machines will need vision, but of course, they do not need to be limited to human ways. Just because for the long tail, you need to have a capability does not mean that is the only way you should do it.

Um, here is an example showing that. The next version of the model that we trained can also write JavaScript on demand. So this is a Chrome extension. On theright, you see an action that says execute JS, value default, text select.

On the left, you saw that the model filled out multiple form fields simultaneously. The reason why it could do that is because it wrote a little bit of a function. It can read the code when necessary. It can write code when necessary because the browser, after all, is an engine that can execute code.

But it has a sort of formal verification system built in. It, it is seeing the screenshot that is the source of the truth. So it knows whether it succeeded or not. So click buttons when you have to, write code when you have to, and look at the result, uh, through pixels because that is the, that is the source of, of truth.

And of course, because these things are, are machines, you can string them into multi-agent systems. So you can have an orchestrator that is launching multiple navigators in parallel, each with a cloud, cloud sandbox instance. They are clicking buttons on multiple websites.

So you can accomplish things that would be superhuman because no human would be able to paralyze over that many instances.

Um, around here, usually, you know, in this flow of an argument is when people start asking, are computer use models actually good enough, uh, for these tasks? Um, there's actually a perception online, uh, that, um, it's not clear whether progress on computer use has been fast.

Benchmarks15:51

Dhruv Batra16:05

And there are questions about why has progress been slow. That's not the reality I'm seeing. And that's not the reality that the numbers back up. Um, this is a popular benchmark, um, online mind to web. No benchmark is perfect.

The point isn't, uh, that this is the, theright solution. But on the X axis are, are release times of different models. On the Y axis is performance, which is human eval on, on this. So a human went in, looked at the trajectory, decided whether it was correct or not.

And basically, this particular version of the benchmark is saturated. The, the last, the model that we just released, Navigator N 1.5, is sitting at 97% human eval. Eight trajectories out of 300 are incorrect. At this point of time, you should just retire the benchmark, build something harder.

There's about, you know, 30 to 50 steps of interaction that are happening. The next step is to go for something larger. So at least in numbers, what I'm seeing, we're seeing steady progress in computer use agents becoming, being able to do more and more things.

And this is the model that I showed, pixels in, button clicks, and code out. Around this time, usually, is when people start asking questions. Okay, so they're getting better, but aren't these things slow? 'Cause after all, you're looking at a screen, you're generally, you're clicking a button.

There are lots of buttons to click. And, you know, these things are expensive if you're running them for hundreds of, of things. Um, that claim I think is largely true. There is some truth to it. Um, but I think people forget how, how much you can optimize these things out.

Speed and Cost17:23

Dhruv Batra17:40

Um, so this is our results compared to the frontier models. Opus 4.7, GPT 5.5 on a couple of browser use benchmarks, um, we're slightly better, but I think that's within statistical, uh, noise. In terms of accuracy, that improvement, I wouldn't beat the drum on.

What I would emphasize is latency per step and cost per task. In terms of latency, this is a smaller footprint model. That's why it's a lot faster than some of the trillion parameter plus models. And there are corresponding cost savings.

So if you have something like on these data sets, something like 20, 30 steps of interaction, you're looking at 80 cents per task versus $2.30. And that makes a big difference. And so the models are getting cheaper, uh, in that sense that you can launch them at, at scale.

Um, so hopefully at a, at a high level, I've sort of convinced you that there is something off with this argument. You know, this is where, where what my goal was. This is where I started. AI agents are going to be the drive, primary drivers of action.

Um, that seems sort of an uncontestable statement because, you know, the underlying intelligence of the models is becoming larger and larger. Um, there is a certain gain of productivity and efficiency and, you know, just ease of life that you get.

So it makes sense. But I think this hypothesis that suddenly overnight, 30 years of infrastructure that was built layer upon layer for human consumption will in what, two, five, 10 years be reinvented is, I think, a, a fantasy.

Agentified Web19:18

Dhruv Batra19:18

Um, but, but this is ultimately what you want,right? Ultimately, you want an endpoint that, um, you know, some higher level entity can go to and I say, I want you to do X. There is some task. Maybe I give you, uh, that task description in natural language.

Maybe I have some programmatic description with parameters. And there is, you know, some endpoint I should be able to do it. So how will the web be identified? My answer is just extrapolate this trend. This is where we stand today.

Accuracies are getting higher. Benchmarks are falling. Latencies are getting smaller. Costs are falling. And that trend, I think, will continue. And the way we will identify the web, and in, in, in some sense, this is depressing, but this is true.

We will just pile on another layer of mess on top of the mess that the web is, which is, which is to say, you know, you will issue a task behind the scenes. There will be hundreds of browsers that are pretending, uh, and clicking buttons just like humans would.

Um, and they will give you a result in a structured format. It will cost less than a penny. It will run in your browser sometimes. It will, you know, run in less than a hundred milliseconds. And at some point, you will say, yeah, that's an API.

Like, why do I care? And that's how we'll, we'll identify the web. So thank you.