<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Francesco Villano</title>
    <description>The latest articles on DEV Community by Francesco Villano (@francesco_villano_5fe8690).</description>
    <link>https://dev.to/francesco_villano_5fe8690</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3738343%2Fdd6921fc-7508-4346-a0e7-2efd2e0b1bf2.jpg</url>
      <title>DEV Community: Francesco Villano</title>
      <link>https://dev.to/francesco_villano_5fe8690</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/francesco_villano_5fe8690"/>
    <language>en</language>
    <item>
      <title>LAD-A2A: How AI agents find each other on local networks</title>
      <dc:creator>Francesco Villano</dc:creator>
      <pubDate>Wed, 28 Jan 2026 20:45:15 +0000</pubDate>
      <link>https://dev.to/francesco_villano_5fe8690/lad-a2a-how-ai-agents-find-each-other-on-local-networks-49kc</link>
      <guid>https://dev.to/francesco_villano_5fe8690/lad-a2a-how-ai-agents-find-each-other-on-local-networks-49kc</guid>
      <description>&lt;p&gt;AI agents are getting really good at doing things, but they're completely blind to their physical surroundings.&lt;/p&gt;

&lt;p&gt;If you walk into a hotel and you have an AI assistant (like the Chatgpt mobile app), it has no idea there may be a concierge agent on the network that could help you book a spa, check breakfast times, or request late checkout. Same thing at offices, hospitals, cruise ships. The agents are there, but there's no way to discover them.&lt;/p&gt;

&lt;p&gt;A2A (Google's agent-to-agent protocol) handles how agents talk to each other. MCP handles how agents use tools. But neither answers a basic question: how do you find agents in the first place?&lt;/p&gt;

&lt;p&gt;So I built LAD-A2A, a simple discovery protocol. When you connect to a Wi-Fi, your agent can automatically find what's available using mDNS (like how AirDrop finds nearby devices) or a standard HTTP endpoint. &lt;/p&gt;

&lt;p&gt;The spec is intentionally minimal. I didn't want to reinvent A2A or create another complex standard. LAD-A2A just handles discovery, then hands off to A2A for actual communication.&lt;/p&gt;

&lt;p&gt;Open source, Apache 2.0. Includes a working Python implementation you can run to see it in action.&lt;/p&gt;

&lt;p&gt;Curious what people think!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://lad-a2a.org/" rel="noopener noreferrer"&gt;Website&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/franzvill/lad" rel="noopener noreferrer"&gt;Github&lt;/a&gt;&lt;/p&gt;

</description>
      <category>agents</category>
      <category>ai</category>
      <category>networking</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
