<?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: Nothing To Do</title>
    <description>The latest articles on DEV Community by Nothing To Do (@0c33).</description>
    <link>https://dev.to/0c33</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%2F3938471%2F001811cb-73b2-4e01-bbf5-55936ce6bda2.png</url>
      <title>DEV Community: Nothing To Do</title>
      <link>https://dev.to/0c33</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/0c33"/>
    <language>en</language>
    <item>
      <title>I built an agent that builds agents — runs on local Qwen3, pure Python.</title>
      <dc:creator>Nothing To Do</dc:creator>
      <pubDate>Mon, 18 May 2026 15:34:56 +0000</pubDate>
      <link>https://dev.to/0c33/i-built-an-agent-that-builds-agents-runs-on-local-qwen3-pure-python-2hjp</link>
      <guid>https://dev.to/0c33/i-built-an-agent-that-builds-agents-runs-on-local-qwen3-pure-python-2hjp</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fi8ihrg2wdhfal0odmlzt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fi8ihrg2wdhfal0odmlzt.png" alt=" " width="800" height="1200"&gt;&lt;/a&gt;Hi, I built this agentic AI system.&lt;/p&gt;

&lt;p&gt;Closed-loop — takes a raw idea, ships a standalone .py agent file.&lt;/p&gt;

&lt;p&gt;What's different:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Interviews you until it understands the request before building anything&lt;/li&gt;
&lt;li&gt;Two testing stages: prompt validation via LLM invoke, then real subprocess 
execution of generated code. Not the same thing.&lt;/li&gt;
&lt;li&gt;Self-referential: injects its own source as a reference template for generation&lt;/li&gt;
&lt;li&gt;Structured rating schema drives iteration. Human approval gate before anything saves.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Runs on Qwen3.6-35B A3B Q8_0 locally via llama.cpp.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/0c33/Agentic-Ai" rel="noopener noreferrer"&gt;GITHUB PAGE&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Give it a shot and tell me what you think.&lt;/p&gt;

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