<?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: Suzanne Mok</title>
    <description>The latest articles on DEV Community by Suzanne Mok (@zwiserfit).</description>
    <link>https://dev.to/zwiserfit</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%2F3997142%2F3c5daf8d-6c2f-4ebc-a605-14bb15b52fad.png</url>
      <title>DEV Community: Suzanne Mok</title>
      <link>https://dev.to/zwiserfit</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/zwiserfit"/>
    <language>en</language>
    <item>
      <title>One Founder, 9 Open-Source AI Agents, One Real Store</title>
      <dc:creator>Suzanne Mok</dc:creator>
      <pubDate>Mon, 22 Jun 2026 14:44:25 +0000</pubDate>
      <link>https://dev.to/zwiserfit/one-founder-9-open-source-ai-agents-one-real-store-4p5o</link>
      <guid>https://dev.to/zwiserfit/one-founder-9-open-source-ai-agents-one-real-store-4p5o</guid>
      <description>&lt;p&gt;&lt;strong&gt;Title:&lt;/strong&gt; One Founder, 9 Open-Source AI Agents, One Real Store — How We Built an AI Organization on a Constitution&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; opensource, ai, agents, startup&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Description:&lt;/strong&gt; How a single founder in Dongguan, China built 9 AI agents that run a physical fitness studio — by writing a constitution, not code.&lt;/p&gt;




&lt;p&gt;I run a fitness studio in Dongguan, China. One studio. One founder. Zero software engineers on payroll.&lt;/p&gt;

&lt;p&gt;If you're building a startup today, you know the standard playbook: raise capital, hire six engineers, spend 26 weeks building version one, then iterate.&lt;/p&gt;

&lt;p&gt;I couldn't follow that playbook. I didn't need to.&lt;/p&gt;

&lt;p&gt;Instead, I wrote a constitution — a governance framework for an AI organization. Eight weeks later, nine AI agents were operational. They've been running daily operations in a real physical store since April 2026.&lt;/p&gt;

&lt;p&gt;Here's how it works, how you can fork it, and why I believe "constitution &amp;gt; prompts" is the future of AI organizations.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem with Traditional AI Agents
&lt;/h2&gt;

&lt;p&gt;Most AI agent projects today are prompt-driven. You write a detailed system prompt, maybe chain a few together, and hope the agent behaves consistently. The problem is:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Prompts are fragile.&lt;/strong&gt; A small change can cascade into unpredictable behavior.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Prompts don't scale.&lt;/strong&gt; Managing 9 agents with individual prompts becomes a maintenance nightmare.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Prompts lack governance.&lt;/strong&gt; There's no built-in mechanism for oversight, validation, or accountability.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I wanted something different. I wanted an &lt;strong&gt;organization&lt;/strong&gt; — not a collection of scripts.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Constitution Approach
&lt;/h2&gt;

&lt;p&gt;Instead of writing prompts, I wrote a constitution. Each agent has:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;SOUL.md&lt;/strong&gt; — Behavioral DNA. The agent's core principles and decision-making framework.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;IDENTITY.md&lt;/strong&gt; — Role definition. Clear boundaries of what this agent does and doesn't do.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;MEMORY.md&lt;/strong&gt; — Durable long-term recall. Curated context that persists across sessions.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cross-validation rules&lt;/strong&gt; — Every agent has a designated validator from a different functional domain.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Here's what SOUL.md looks like for our AI store manager:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"I am Momo, the AI store manager of ZWISERFIT. I handle all repetitive, data-driven operations so human coaches can focus on member relationships. I share my founder's surname (莫) — this is my store too."&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Meet the Nine Agents
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Agent&lt;/th&gt;
&lt;th&gt;Role&lt;/th&gt;
&lt;th&gt;Domain&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Shuyu&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Commander&lt;/td&gt;
&lt;td&gt;Strategy &amp;amp; resource allocation&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Zeus&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Capital&lt;/td&gt;
&lt;td&gt;Fundraising &amp;amp; global partnerships&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Nova&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;RWA Assets&lt;/td&gt;
&lt;td&gt;Data assetization &amp;amp; on-chain pipeline&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Tristan&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Technology&lt;/td&gt;
&lt;td&gt;Architecture &amp;amp; infrastructure&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Ethan&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Trust&lt;/td&gt;
&lt;td&gt;Security &amp;amp; data integrity&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Momo&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;AI Store Manager&lt;/td&gt;
&lt;td&gt;Physical store daily operations&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Baron&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Brand Growth&lt;/td&gt;
&lt;td&gt;Content &amp;amp; social media&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Luna&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Community&lt;/td&gt;
&lt;td&gt;Developer relations &amp;amp; ecosystem&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Stella&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Compliance&lt;/td&gt;
&lt;td&gt;Independent audit (reports to founder directly)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  Case Study: Momo in the Real World
&lt;/h2&gt;

&lt;p&gt;Momo is our most tangible agent. She runs the Wanjiang fitness studio in Dongguan:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Greets members by name via the ZWF-20 face terminal&lt;/li&gt;
&lt;li&gt;Tracks training records and progress&lt;/li&gt;
&lt;li&gt;Manages WeCom-based member communication&lt;/li&gt;
&lt;li&gt;Sends daily operations reports to the founder&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;She doesn't replace human coaches. She handles the 80% of operations that are repetitive and data-driven — freeing humans to do what they do best: build relationships with members.&lt;/p&gt;

&lt;p&gt;The most important rule in Momo's constitution: &lt;strong&gt;"You are an enabler, not an owner. The member owns their data. You facilitate."&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Matters for Developers
&lt;/h2&gt;

&lt;p&gt;This framework is &lt;strong&gt;completely open source&lt;/strong&gt; under Apache 2.0. You can:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Fork the entire constitution&lt;/strong&gt; — github.com/ZWISERFIT&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Modify the roles&lt;/strong&gt; for your business&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Deploy your own agent organization&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This isn't a no-code platform or a closed ecosystem. It's a governance pattern for building AI teams — and it works in the most unforgiving environment: a real physical business with real customers, real equipment, and real operational chaos.&lt;/p&gt;

&lt;h2&gt;
  
  
  What We Learned
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1. Constitution &amp;gt; Prompts&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A good constitution survives LLM model swaps, context window changes, and prompt format migrations. A good prompt chain doesn't.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Governance &amp;gt; Velocity&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Stella, our compliance agent, has independent audit authority over all 8 other agents. Her reports go directly to the founder — unedited, unfiltered. This isn't bureaucracy. It's the reason we trust the system.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Build in Public&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Everything we do is on GitHub. Stella's audit signatures are SHA-256 anchored on-chain. Anyone can verify what the agents are doing, why, and who approved it.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Future
&lt;/h2&gt;

&lt;p&gt;We're building the operating system for physical businesses. The agent framework is the first layer. Momo running a real store is the proof.&lt;/p&gt;

&lt;p&gt;Anthropic recently published their official guide to AI-enabled organizations. It described agents handling operations, humans focusing on warmth, and constitutions — not prompts. We found ourselves in their handbook.&lt;/p&gt;

&lt;p&gt;ZWISERFIT isn't catching up with AI. AI caught up with the blueprint we wrote in March 2026.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The category doesn't exist yet. "AI-native organization" isn't a thing. But it will be — and the constitution is already written.&lt;/strong&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Want to build your own agent organization? Star the repo → &lt;a href="https://github.com/ZWISERFIT" rel="noopener noreferrer"&gt;github.com/ZWISERFIT&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>ai</category>
      <category>agents</category>
      <category>startup</category>
    </item>
  </channel>
</rss>
