<?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: Priyanshu</title>
    <description>The latest articles on DEV Community by Priyanshu (@ghostofqwerty).</description>
    <link>https://dev.to/ghostofqwerty</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3988240%2F019132e0-26c0-4be6-9b0b-d1d36da5f641.png</url>
      <title>DEV Community: Priyanshu</title>
      <link>https://dev.to/ghostofqwerty</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ghostofqwerty"/>
    <language>en</language>
    <item>
      <title>I built a convention so AI agents stop scraping HTML meant for human eyes</title>
      <dc:creator>Priyanshu</dc:creator>
      <pubDate>Wed, 17 Jun 2026 04:30:30 +0000</pubDate>
      <link>https://dev.to/ghostofqwerty/i-built-a-convention-so-ai-agents-stop-scraping-html-meant-for-human-eyes-42o0</link>
      <guid>https://dev.to/ghostofqwerty/i-built-a-convention-so-ai-agents-stop-scraping-html-meant-for-human-eyes-42o0</guid>
      <description>&lt;p&gt;AI agents today are forced to parse messy HTML, reverse-engineer form flows, and guess permissions — because the web was built for browsers, not bots.&lt;/p&gt;

&lt;p&gt;So I built AgentML — append &lt;code&gt;/agents&lt;/code&gt; to any resource URL and instead of HTML, you get a structured workspace:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Who the agent is (identity + role)&lt;/li&gt;
&lt;li&gt;What the current state is&lt;/li&gt;
&lt;li&gt;What actions are available right now&lt;/li&gt;
&lt;li&gt;What's unavailable and why&lt;/li&gt;
&lt;li&gt;Navigation to related resources&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Works with FastAPI in 2 lines:&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;from agentML import AgentML
agent = AgentML(app)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;No separate tool server. No rewriting your backend. Your existing OpenAPI spec is enough to get started.&lt;/p&gt;

&lt;p&gt;Think of it as MCP but for your existing HTTP API.&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/priyanshu7739410/AgentML" rel="noopener noreferrer"&gt;https://github.com/priyanshu7739410/AgentML&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Happy to answer questions — still early (v0.1) but the core convention is solid.&lt;/p&gt;

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