<?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: Pung Worathiti Manosroi</title>
    <description>The latest articles on DEV Community by Pung Worathiti Manosroi (@pungme).</description>
    <link>https://dev.to/pungme</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%2F4107748%2Ff2f861eb-1aa3-455f-99d9-df1e19893780.jpg</url>
      <title>DEV Community: Pung Worathiti Manosroi</title>
      <link>https://dev.to/pungme</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pungme"/>
    <language>en</language>
    <item>
      <title>Why I gave Claude Code a computer instead of building another IDE</title>
      <dc:creator>Pung Worathiti Manosroi</dc:creator>
      <pubDate>Thu, 03 Sep 2026 09:55:50 +0000</pubDate>
      <link>https://dev.to/pungme/why-i-gave-claude-code-a-computer-instead-of-building-another-ide-4dk7</link>
      <guid>https://dev.to/pungme/why-i-gave-claude-code-a-computer-instead-of-building-another-ide-4dk7</guid>
      <description>&lt;p&gt;Most "AI coding" products still put a chat window next to your editor and call it a day. I wanted something closer to what Claude Code already does well on a server: give it a real computer and let it drive.&lt;/p&gt;

&lt;p&gt;Superagent is a Mac app that gives Claude Code (or any agent you point it at) an actual environment to work in, not just a text box. Concretely:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A real browser it can navigate, click, type into, and read the DOM of, not screenshots and guesses.&lt;/li&gt;
&lt;li&gt;An iOS Simulator window it can install apps into, tap through, and screenshot to verify UI changes.&lt;/li&gt;
&lt;li&gt;A relay that pairs your Mac with your phone, so the agent can keep working (and you can keep watching) from your pocket.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The core idea is boring on purpose: don't build a smarter chat window, build a better place for the agent to act. Most of the interesting failures I hit while building this weren't in the model, they were in the environment: synthetic file inputs that don't persist through a web form's upload component, elements that exist in the DOM but aren't in the accessibility tree, simulator state that drifts from what a screenshot shows. Fixing those is what actually makes an agent reliable to hand a task to.&lt;/p&gt;

&lt;p&gt;It's built as three pieces: an Electron desktop app, a SwiftUI iOS companion, and a small Cloudflare Worker relay that pairs the two with per-address rate limits so a lost phone can't be used to spam a stranger's Mac.&lt;/p&gt;

&lt;p&gt;If you want to see it: &lt;a href="https://peerlist.io/pungme/project/superagent-for-mac" rel="noopener noreferrer"&gt;https://peerlist.io/pungme/project/superagent-for-mac&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Happy to answer questions about the browser automation approach, the simulator driving, or the relay's pairing/security model in the comments.&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>ai</category>
      <category>opensource</category>
      <category>buildinpublic</category>
    </item>
  </channel>
</rss>
