An agent cannot read your website. And that needs to change. In this episode of AI Native Dev, @guypod sits down with Maximiliano Firtman (@firt), 30-year web developer and author of 14 books, to talk about what building for the web looks like when traffic comes from agents and humans both. They get into: • why AI agents taking screenshots of your website is inefficient and expensive • what Web MCP is and how it gives agents a direct API into your website • how a 200MB Apple model running offline is opening up a whole new category of web apps • why every vibe coded app is a web app and what that means for the future of the web Your next visitor might not be human. Are you ready for that? (0:00) Trailer (1:19) AI DevCon (2:13) Introduction and Vanilla Web (6:25) WebMCP: what it is and why it matters (8:01) How agents browse websites today (10:20) Why screenshot-based browsing is inefficient (11:43) Exposing JavaScript functions to agents (14:41) User confirmation and trust delegation (16:52) WebMCP vs traditional APIs (18:00) Client-side use cases like Apple Pay (19:33) Headless browsers and playwright (22:47) WebMCP vs standard MCP (25:57) Declarative HTML version (27:16) Detecting when an agent controls your site (29:08) Who should adopt Web MCP first (33:03) WebMCP for end-to-end testing (36:44) Local models in the browser (39:12) Chrome's built-in Gemini Nano (42:38) WebAssembly, WebGPU and neural network APIs (45:47) Cost, latency and privacy benefits (47:03) Small models for specific tasks (50:28) Who's using client-side AI today (53:55) Browser sandboxing and security (56:49) The future of web apps and local AI (59:37) Wrap-up
Destilado
Episodio de AI Native Dev con Maximiliano Firtman sobre cómo construir para la web cuando el tráfico viene tanto de agentes de IA como de humanos: por qué los agentes navegando con screenshots es ineficiente, qué es Web MCP, y el rol de modelos chicos corriendo en el navegador.
¿Por qué lo guardaste? Hipótesis: Gonzalo quiere entender cómo preparar sus productos web para que agentes de IA los puedan "leer" y operar directamente, un tema emergente de infraestructura para builders.
Ideas
Los agentes de IA hoy navegan sitios web mayormente sacando screenshots e interpretándolos visualmente, lo cual es ineficiente y caro comparado con tener una API directa a las funciones del sitio.
Agentes de IAWeb MCP es una propuesta para exponer las funciones de JavaScript de un sitio directamente a los agentes de IA, dándoles una API nativa en vez de forzarlos a interpretar la interfaz visual como lo haría un humano.
Agentes de IAYa existen modelos chicos (ej. un modelo de Apple de ~200MB) que corren offline en el navegador, habilitando una nueva categoría de apps web con IA local que no depende de un servidor para cada inferencia.
Agentes de IAToda app 'vibe coded' termina siendo una web app, lo que implica que el futuro del desarrollo web va a tener que diseñarse pensando en que la visiten tanto humanos como agentes de IA.
Agentes de IASEO y GEO