<?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>Forem: Dmytro</title>
    <description>The latest articles on Forem by Dmytro (@pwnedbyme).</description>
    <link>https://forem.com/pwnedbyme</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%2F133343%2F4c843198-5a9d-443a-bc28-b440eed3123e.jpg</url>
      <title>Forem: Dmytro</title>
      <link>https://forem.com/pwnedbyme</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/pwnedbyme"/>
    <language>en</language>
    <item>
      <title>The Web Wasn't Built for AI Agents</title>
      <dc:creator>Dmytro</dc:creator>
      <pubDate>Mon, 09 Mar 2026 09:06:41 +0000</pubDate>
      <link>https://forem.com/pwnedbyme/the-web-wasnt-built-for-ai-agents-4770</link>
      <guid>https://forem.com/pwnedbyme/the-web-wasnt-built-for-ai-agents-4770</guid>
      <description>&lt;p&gt;Picture this: An AI agent walks into a website. Well, not walks, more like stumbles blindly while yelling "WHERE'S THE SUBMIT BUTTON?"&lt;/p&gt;

&lt;p&gt;The web was built for humans. AI agents are just...improvising.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Current State: Digital Archaeology
&lt;/h2&gt;

&lt;p&gt;Think about how you use the internet: You open a browser, search for something, click around a few pages, fill out some forms, maybe compare prices across tabs.&lt;/p&gt;

&lt;p&gt;Perfect workflow for a human brain. Absolute nightmare for an AI.&lt;/p&gt;

&lt;p&gt;When an agent tries to do something simple, like finding flights, comparing products, or booking a table, it has to either scrape HTML or literally analyze screenshots to figure out what's clickable.&lt;/p&gt;

&lt;p&gt;It's the digital equivalent of trying to use a microwave by staring at it really hard and hoping something happens.&lt;/p&gt;

&lt;p&gt;Agents don't "see" a booking form. They see a wall of div soup and CSS classes named things like &lt;code&gt;btn-primary-v2-final-ACTUAL&lt;/code&gt;. Then they guess. And sometimes they guess wrong.&lt;/p&gt;

&lt;h2&gt;
  
  
  Enter WebMCP: The Web, But With an API Brain
&lt;/h2&gt;

&lt;p&gt;This is why Web Model Context Protocol (WebMCP) caught my attention.&lt;/p&gt;

&lt;p&gt;Instead of forcing AI to reverse-engineer your entire DOM structure like some kind of digital archaeologist, WebMCP lets websites expose structured actions directly to agents.&lt;/p&gt;

&lt;p&gt;Not "find the button somewhere in this React component hell."&lt;/p&gt;

&lt;p&gt;More like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;code&gt;searchProducts(query, filters)&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;bookFlight(origin, destination, date)&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;cancelSubscription(subscriptionId)&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Clean. Explicit. No hallucinations about whether the checkout button is actually a link styled as a button.&lt;/p&gt;

&lt;h2&gt;
  
  
  What This Actually Means
&lt;/h2&gt;

&lt;p&gt;Websites stop behaving like static pages you have to scrape. They start acting like services that AI can talk to directly, the same way APIs work for developers today.&lt;/p&gt;

&lt;p&gt;The web slowly evolves into something new: an environment designed not only for humans browsing with their eyes, but also for AI agents working on our behalf in the background.&lt;/p&gt;

&lt;p&gt;We're not replacing the visual web. We're adding a second interface layer, one that speaks machine.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Part Nobody's Talking About
&lt;/h2&gt;

&lt;p&gt;Here's the thing: this only works if websites actually adopt it.&lt;/p&gt;

&lt;p&gt;And we all know how long it took to get everyone on HTTPS. Or responsive design. Or accessibility standards.&lt;/p&gt;

&lt;p&gt;So yeah, WebMCP is a clever idea. Whether it becomes the standard or just another protocol that 47 sites implement while the rest of the internet keeps doing &lt;code&gt;&amp;lt;div class="button"&amp;gt;&lt;/code&gt; is the real question.&lt;/p&gt;

&lt;p&gt;Check it out: &lt;a href="https://webmcp.link/" rel="noopener noreferrer"&gt;https://webmcp.link/&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Have you built anything with AI agents trying to interact with the web? What broke first, the scraper or your patience?&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>web</category>
      <category>discuss</category>
    </item>
    <item>
      <title>WebMCP: A Web Standard for AI Agents</title>
      <dc:creator>Dmytro</dc:creator>
      <pubDate>Fri, 06 Mar 2026 09:35:37 +0000</pubDate>
      <link>https://forem.com/pwnedbyme/webmcp-a-web-standard-for-ai-agents-il2</link>
      <guid>https://forem.com/pwnedbyme/webmcp-a-web-standard-for-ai-agents-il2</guid>
      <description>&lt;p&gt;The web was built for humans. AI agents are…improvising.&lt;/p&gt;

&lt;p&gt;Think about how the internet works today: You open a browser, search, click around, fill forms, and compare pages.&lt;/p&gt;

&lt;p&gt;Perfect workflow for a human. Pretty terrible workflow for an AI.&lt;br&gt;
When an agent tries to do something simple, like finding flights or comparing products, it often has to scrape HTML or even analyze screenshots to understand which buttons exist.&lt;/p&gt;

&lt;p&gt;Which is basically the digital equivalent of guessing. That's why Web Model Context Protocol (WebMCP) is interesting. Instead of forcing AI to reverse-engineer websites, WebMCP lets sites expose structured actions directly to agents.&lt;/p&gt;

&lt;p&gt;Not "find the button somewhere on the page" But something like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;searchProducts()&lt;/li&gt;
&lt;li&gt;bookFlight()&lt;/li&gt;
&lt;li&gt;cancelSubscription()&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Websites stop behaving like static pages and start acting like services AI can talk to. The web slowly evolves into something new: an environment designed not only for humans, but also for AI agents working on our behalf.&lt;/p&gt;

&lt;p&gt;Curious what are you guys think about this shift. Would you expose AI-accessible capabilities on your website if a standard like this became widely adopted?&lt;/p&gt;

</description>
      <category>discuss</category>
    </item>
    <item>
      <title>What is your preferred method for genuinely remembering material before a significant interview or presentation?</title>
      <dc:creator>Dmytro</dc:creator>
      <pubDate>Mon, 02 Mar 2026 07:45:10 +0000</pubDate>
      <link>https://forem.com/pwnedbyme/what-is-your-preferred-method-for-genuinely-remembering-material-before-a-significant-interview-or-1002</link>
      <guid>https://forem.com/pwnedbyme/what-is-your-preferred-method-for-genuinely-remembering-material-before-a-significant-interview-or-1002</guid>
      <description>&lt;p&gt;I've been experimenting with many methods, such as Notion, Anki, and simple notes, but none of them truly work as a comprehensive system.&lt;/p&gt;

&lt;p&gt;In particular, trying to find something that will assist me:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;quickly save and arrange information&lt;/li&gt;
&lt;li&gt;when it counts, actually remember it, don’t merely acknowledge it&lt;/li&gt;
&lt;li&gt;when I have a deadline, I get ready quickly&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What suits you? Workflows, apps, and techniques are all acceptable. I would be interested in hearing about actual setups.&lt;/p&gt;

</description>
      <category>discuss</category>
    </item>
  </channel>
</rss>
