<?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: Hashemi Rafsan</title>
    <description>The latest articles on DEV Community by Hashemi Rafsan (@hashemirafsan).</description>
    <link>https://dev.to/hashemirafsan</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%2F472521%2Fea07a353-ab9b-4ff5-9e28-a6d0c32df22c.jpeg</url>
      <title>DEV Community: Hashemi Rafsan</title>
      <link>https://dev.to/hashemirafsan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hashemirafsan"/>
    <language>en</language>
    <item>
      <title>A failed coding-agent experiment exposed problems in our MCP design</title>
      <dc:creator>Hashemi Rafsan</dc:creator>
      <pubDate>Mon, 21 Sep 2026 17:20:52 +0000</pubDate>
      <link>https://dev.to/hashemirafsan/a-failed-coding-agent-experiment-exposed-problems-in-our-mcp-design-2883</link>
      <guid>https://dev.to/hashemirafsan/a-failed-coding-agent-experiment-exposed-problems-in-our-mcp-design-2883</guid>
      <description>&lt;p&gt;I'm building &lt;strong&gt;&lt;a href="https://github.com/stoopid-computers/funchole" rel="noopener noreferrer"&gt;FuncHole&lt;/a&gt;&lt;/strong&gt;, an open-source, self-hosted function composition platform designed with coding agents as first-class users.&lt;/p&gt;

&lt;p&gt;The idea is simple: instead of agents only generating code, I want them to be able to take a requirement and actually build, deploy, test, and iterate on an application through FuncHole.&lt;/p&gt;

&lt;p&gt;Today I tested that idea using &lt;strong&gt;MiMo V2.5&lt;/strong&gt; through &lt;strong&gt;OpenCode Go&lt;/strong&gt;.&lt;br&gt;
The task was to build and deploy LinkPocket, a small bookmark manager. I intentionally gave it an end-user-level requirement without explaining how FuncHole's internal tools should be used.&lt;/p&gt;

&lt;p&gt;The result wasn't what I &lt;strong&gt;expected&lt;/strong&gt; — but the failure was useful.&lt;br&gt;
The agent struggled with several parts of our MCP interface:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Some tool descriptions weren't &lt;em&gt;clear&lt;/em&gt; enough.&lt;/li&gt;
&lt;li&gt;It tried falling back to &lt;em&gt;shell commands&lt;/em&gt; where we lacked proper guardrails.&lt;/li&gt;
&lt;li&gt;We hadn't provided good examples of the expected &lt;em&gt;Function structure&lt;/em&gt;.&lt;/li&gt;
&lt;li&gt;Static/frontend Functions were particularly difficult to reason about.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It eventually deployed a working application, but the path exposed an important lesson:&lt;br&gt;
Exposing tools to an agent isn't the same as designing a good interface for an agent.&lt;/p&gt;

&lt;p&gt;Clear &lt;strong&gt;contracts&lt;/strong&gt;, &lt;strong&gt;examples&lt;/strong&gt;, &lt;strong&gt;constraints&lt;/strong&gt;, &lt;strong&gt;actionable errors&lt;/strong&gt;, and &lt;strong&gt;guardrails&lt;/strong&gt; are all part of the agent developer experience.&lt;br&gt;
So instead of blaming the model, we came away with a pretty useful list of things to improve in FuncHole.&lt;br&gt;
That's what I'm working on next, and then I'll run the experiment again.&lt;/p&gt;

&lt;p&gt;FuncHole: &lt;a href="https://github.com/stoopid-computers/funchole" rel="noopener noreferrer"&gt;https://github.com/stoopid-computers/funchole&lt;/a&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>mcp</category>
      <category>nocode</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
