<?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: XzWy JIA</title>
    <description>The latest articles on DEV Community by XzWy JIA (@xzwy_jia_c7c4b504f386ac3a).</description>
    <link>https://dev.to/xzwy_jia_c7c4b504f386ac3a</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%2F3963175%2F7be2f308-3ce8-4b67-b97e-05a9bbe06ef6.png</url>
      <title>DEV Community: XzWy JIA</title>
      <link>https://dev.to/xzwy_jia_c7c4b504f386ac3a</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/xzwy_jia_c7c4b504f386ac3a"/>
    <language>en</language>
    <item>
      <title>10 Things I Learned Building a SaaS in 48 Hours (As a Non-Coder)</title>
      <dc:creator>XzWy JIA</dc:creator>
      <pubDate>Wed, 03 Jun 2026 09:29:40 +0000</pubDate>
      <link>https://dev.to/xzwy_jia_c7c4b504f386ac3a/10-things-i-learned-building-a-saas-in-48-hours-as-a-non-coder-46hm</link>
      <guid>https://dev.to/xzwy_jia_c7c4b504f386ac3a/10-things-i-learned-building-a-saas-in-48-hours-as-a-non-coder-46hm</guid>
      <description>&lt;p&gt;I spent 48 hours building a SaaS business with AI. I can't code. The AI wrote all 5,000+ lines. Total cost: $0.50. Paying customers: 0.&lt;/p&gt;

&lt;p&gt;Here are the 10 most painful lessons.&lt;/p&gt;

&lt;h2&gt;
  
  
  🥇 1. AI automation is slower than doing it manually
&lt;/h2&gt;

&lt;p&gt;I spent 2 hours writing Playwright scripts to auto-post to Hacker News. Every single one failed. Copy-pasting manually takes 2 minutes.&lt;/p&gt;

&lt;h2&gt;
  
  
  🥈 2. Pricing anchor is everything
&lt;/h2&gt;

&lt;p&gt;Started at ¥200 (~$28) per article. Then realized the exact same service sells for $499/month to US startups. That's 14x. Same product. Different positioning.&lt;/p&gt;

&lt;h2&gt;
  
  
  🥉 3. New accounts are restricted everywhere
&lt;/h2&gt;

&lt;p&gt;HN Show HN: blocked. Reddit: both posts removed. Product Hunt: buried by a same-name product. Twitter: account locked. It's not your product — it's platform policy.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Names matter
&lt;/h2&gt;

&lt;p&gt;'AMA' is too common. Another product with the same name took the Product Hunt search results.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. Dev.to articles get indexed by Google
&lt;/h2&gt;

&lt;p&gt;Posted 3 articles. All appear in Google search. Zero SEO. Zero backlinks. Real content beats social media ads.&lt;/p&gt;

&lt;h2&gt;
  
  
  6. If a SaaS takes &amp;gt;2 clicks to activate, it fails for non-coders
&lt;/h2&gt;

&lt;p&gt;Spent 3 hours on n8n before giving up. Replaced it with a 50-line script.&lt;/p&gt;

&lt;h2&gt;
  
  
  7. Never hardcode API keys
&lt;/h2&gt;

&lt;p&gt;Wrote my key into workflow files. Auto-mode blocked all subsequent automation until cleaned up.&lt;/p&gt;

&lt;h2&gt;
  
  
  8. Positioning beats features
&lt;/h2&gt;

&lt;p&gt;"AI writing service" vs "One-Person Company OS — Replace entire departments at 1/10 cost." Same thing. Different story.&lt;/p&gt;

&lt;h2&gt;
  
  
  9. Local scripts are more reliable than SaaS
&lt;/h2&gt;

&lt;p&gt;The 50-line daemon replaced n8n. Runs every day at 8:30 AM. Cost: $0.&lt;/p&gt;

&lt;h2&gt;
  
  
  10. AI infrastructure is nearly free
&lt;/h2&gt;

&lt;p&gt;$0.002 per API call. Monthly content generation: $0.50. The real cost is time wasted on dead ends.&lt;/p&gt;




&lt;p&gt;Built by a non-coder. GitHub: github.com/xzwyjia-pixel/ama&lt;/p&gt;

</description>
      <category>ai</category>
      <category>beginners</category>
      <category>devtools</category>
      <category>saas</category>
    </item>
    <item>
      <title>I don't know how to code — but I built a SaaS business in 48 hours with AI</title>
      <dc:creator>XzWy JIA</dc:creator>
      <pubDate>Wed, 03 Jun 2026 06:59:14 +0000</pubDate>
      <link>https://dev.to/xzwy_jia_c7c4b504f386ac3a/i-dont-know-how-to-code-but-i-built-a-saas-business-in-48-hours-with-ai-21j0</link>
      <guid>https://dev.to/xzwy_jia_c7c4b504f386ac3a/i-dont-know-how-to-code-but-i-built-a-saas-business-in-48-hours-with-ai-21j0</guid>
      <description>&lt;p&gt;This is a true story. Not a tutorial. Not a success story. This is what happened when a non-coder sat down at a computer and tried to build a software business with AI doing all the technical work.&lt;br&gt;
The starting point: I can't code&lt;br&gt;
I can't tell an HTML tag from a CSS selector. What I can do: make decisions, approve things, and collect payments.&lt;br&gt;
What my AI (Claude Code) can do: write code, deploy websites, debug errors, generate content, run terminal commands, manage servers.&lt;br&gt;
The division of labor was clear from day one:&lt;br&gt;
• Me: direction, pricing, approval, collecting money&lt;br&gt;
• AI: everything technical&lt;br&gt;
Day 1: Picked three ways to make money&lt;br&gt;
The AI researched the market. Conclusion: test three directions simultaneously.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;AI Content Department — 5 agents working as a writing team, replacing human writers&lt;/li&gt;
&lt;li&gt;AI Support Department — 3-tier agent escalation system, replacing support agents&lt;/li&gt;
&lt;li&gt;AI Analytics Department — upload spreadsheets, agents analyze and generate reports
Mistake #1: I priced way too low. I started at ¥200 (~$28) per article. Then I watched a Silicon Valley entrepreneur interview and realized — the exact same service could sell for $499/month to a US startup. That's a 14x difference. My pricing anchor was completely wrong.
Day 2 morning: Built an automation infrastructure
The AI handled everything (I didn't need to understand the technical details):
• Deployed an English landing page on Vercel
• Created an open source GitHub repo
• Set up a local daemon that auto-generates 3 pieces of content every day at 8:30 AM
• Wrote 5 n8n workflow automations
• Connected the DeepSeek API for content generation
Mistake #2: I wasted 3 hours on n8n. n8n is a visual automation tool — sounds perfect for a non-coder like me. Reality: I couldn't find the activation switch. The AI wrote 5 perfect workflows. They all tested successfully. But I couldn't turn them on. We eventually abandoned n8n and replaced it with a 50-line Node.js script. Same functionality. Zero cost.
Lesson: SaaS tools aren't better just because they're powerful. If a feature takes more than 2 clicks to activate, it's not built for non-technical users.
Day 2 afternoon: Tried to promote. Reality punched back.
The product was live. I needed people to see it. Here's what happened on each platform:
Hacker News
New accounts can't post Show HN — you need "karma" first. I tried:
• Google login → browser flagged as insecure, blocked
• Manual account creation → Show HN rejected
• Regular link post → "You're posting too fast. Please slow down."
• Write comments to build karma → couldn't find the comment box
The AI spent 2 hours writing Playwright automation scripts to bypass these restrictions. Every single one failed. Then I realized: copy-pasting manually takes 2 minutes. The automation took 2 hours and still didn't work.
Reddit
• r/selfhosted: post removed by moderators
• r/aiagents: rejected — "new accounts can't post product links"
Lesson: Reddit has zero tolerance for self-promotion from new accounts. Community participation first, product second. Doesn't matter how good your product is.
Product Hunt
I filled out the entire launch form. Scheduled it for midnight. Checked 24 hours later — the product was completely invisible in search results. Another product with the same name (AMA — a browser extension) had claimed the search results. Mine got buried.
Lesson: Check name availability before you commit. 'AMA' is way too common.
What actually worked&lt;/li&gt;
&lt;li&gt;Dev.to articles got indexed by Google
I posted two technical articles on Dev.to. Within hours, they appeared in Google search results. No SEO optimization. No backlinks. Just content.
Takeaway: Writing real content in technical communities beats posting ads on 5 different social platforms.&lt;/li&gt;
&lt;li&gt;Switching the landing page from Chinese to English
Before: a Chinese page charging ¥200 per article.
After: "One-Person Company OS — Replace entire departments at 1/10 the cost. $499/month."
Same exact service. Different positioning. 14x value perception difference. This isn't a technical problem — it's a narrative problem.&lt;/li&gt;
&lt;li&gt;Replaced n8n with 50 lines of code
The n8n activation nightmare cost me 3 hours. The solution: a 50-line Node.js script with a built-in daily timer, running on my own computer. Cost: $0.
Sometimes the simplest solution is the best solution.&lt;/li&gt;
&lt;li&gt;Video insight pipeline
I had a 56MB interview video with a Silicon Valley entrepreneur. The AI built a fully automated pipeline: video → audio extraction → Whisper transcription → DeepSeek analysis → business insight extraction → Obsidian knowledge base. Entire process automated. Cost: $0.002 per run.
This capability itself could be a product — compliance review for short video content.
The real numbers (after 48 hours)
Metric
Value
Websites deployed
3
Content pieces generated
17
GitHub repos
1, MIT license
Dev.to articles
2 (Google-indexed)
Twitter thread
1
Product Hunt launch
1 (unsuccessful)
HN posts
1 (rate-limited)
Reddit posts
2 (all removed)
Actual paying customers
0
Monthly infrastructure cost
$0.50
Lines of code I wrote
0
Lines of code AI wrote
~5,000+
10 things I learned
About product&lt;/li&gt;
&lt;li&gt;Pricing anchor is everything. ¥200 vs $499 — same thing, different story.&lt;/li&gt;
&lt;li&gt;Validate willingness to pay before building. I built a lot. Zero paying customers.&lt;/li&gt;
&lt;li&gt;Names matter. 'AMA' is too common. Got buried on Product Hunt.
About distribution&lt;/li&gt;
&lt;li&gt;New accounts are restricted everywhere. It's not your product — it's platform policy.&lt;/li&gt;
&lt;li&gt;Content beats ads. Dev.to articles got Google-indexed. Lasts longer than any promotional post.&lt;/li&gt;
&lt;li&gt;Automation isn't worth it. Manual copy-paste: 2 minutes. AI automation: 2 hours of failure.
About AI collaboration&lt;/li&gt;
&lt;li&gt;What AI can do: write code, deploy, debug, generate content, operate terminals, analyze data.&lt;/li&gt;
&lt;li&gt;What AI can't do: click buttons on web pages (Playwright failed repeatedly), understand platform rules, collect payments for you.&lt;/li&gt;
&lt;li&gt;The best collaboration model: I make decisions and authorize. AI does all execution. This is the real one-person company.
About cost&lt;/li&gt;
&lt;li&gt;AI infrastructure is nearly free. DeepSeek API costs $0.002 per call. Monthly content generation costs under $0.50. The real cost is time — the hours I wasted on n8n and HN cost 100x more than all the API fees combined.
What's next
• Keep writing Dev.to articles (real content, not ads)
• Set up Stripe to actually collect payments
• Record a 2-minute demo video
• Find one real customer — any price — and close the loop
￼
This is the true story of a non-coder trying to build a SaaS business from scratch with AI. No embellishment. No omitted failures. If you're doing something similar — or if you're a developer who can tell me what I'm doing wrong — I'd love to hear from you.
GitHub: github.com/xzwyjia-pixel/ama
Landing page: agent-business-xi.vercel.app&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>ai</category>
      <category>beginners</category>
      <category>devtools</category>
      <category>opensource</category>
    </item>
    <item>
      <title>I scanned my PC and found 457 AI agents — here's what I built to manage them</title>
      <dc:creator>XzWy JIA</dc:creator>
      <pubDate>Tue, 02 Jun 2026 08:35:47 +0000</pubDate>
      <link>https://dev.to/xzwy_jia_c7c4b504f386ac3a/i-scanned-my-pc-and-found-457-ai-agents-heres-what-i-built-to-manage-them-bn5</link>
      <guid>https://dev.to/xzwy_jia_c7c4b504f386ac3a/i-scanned-my-pc-and-found-457-ai-agents-heres-what-i-built-to-manage-them-bn5</guid>
      <description>&lt;h2&gt;
  
  
  The Discovery
&lt;/h2&gt;

&lt;p&gt;I've been using AI coding agents heavily — Claude Code, Codex, Pi Agent. One evening I asked myself: how many agent-related files are actually on this machine?&lt;/p&gt;

&lt;p&gt;I wrote a scanner. The result: 457 assets. Configs, API keys, model caches, permissions — scattered across directories I didn't even know existed.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problems
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Discovery — No single view of all agents&lt;/li&gt;
&lt;li&gt;Routing — Simple queries hitting expensive models&lt;/li&gt;
&lt;li&gt;Spending — Zero cost visibility per agent&lt;/li&gt;
&lt;li&gt;Security — API keys in plaintext, broad permissions&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  The Solution: AMA
&lt;/h2&gt;

&lt;p&gt;I built AMA (Agent Management Application):&lt;/p&gt;

&lt;p&gt;ama scan     → find every agent&lt;br&gt;
ama route    → auto-select the right model&lt;br&gt;
ama spend    → track costs per agent/team/project&lt;br&gt;
ama audit    → security report&lt;/p&gt;

&lt;h2&gt;
  
  
  How It Works
&lt;/h2&gt;

&lt;p&gt;AMA hooks into Claude Code, Codex, and Pi Agent's configuration layers. It reads their agent definitions, tool permissions, and model routing rules — then surfaces everything in a single dashboard.&lt;/p&gt;

&lt;p&gt;It also includes a lightweight router that intercepts model calls and redirects them based on rules you define. Simple refactoring → cheap model. Complex architecture → powerful model. Security-sensitive → local-only.&lt;/p&gt;

&lt;h2&gt;
  
  
  Open Source
&lt;/h2&gt;

&lt;p&gt;MIT license. Built for devs who want visibility over their growing agent fleet.&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/xzwyjia-pixel/ama" rel="noopener noreferrer"&gt;https://github.com/xzwyjia-pixel/ama&lt;/a&gt;&lt;br&gt;
Try it: &lt;a href="https://ama-agent-store.vercel.app" rel="noopener noreferrer"&gt;https://ama-agent-store.vercel.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love your feedback and contributions.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>cli</category>
      <category>devtools</category>
    </item>
    <item>
      <title>I Scanned My PC for AI Agents — Found 457 of Them</title>
      <dc:creator>XzWy JIA</dc:creator>
      <pubDate>Mon, 01 Jun 2026 18:12:11 +0000</pubDate>
      <link>https://dev.to/xzwy_jia_c7c4b504f386ac3a/i-scanned-my-pc-for-ai-agents-found-457-of-them-5a8e</link>
      <guid>https://dev.to/xzwy_jia_c7c4b504f386ac3a/i-scanned-my-pc-for-ai-agents-found-457-of-them-5a8e</guid>
      <description>&lt;p&gt;After using Claude Code, Codex, and Pi Agent for months,&lt;br&gt;
I wondered: how many AI agents are on my machine?&lt;/p&gt;

&lt;p&gt;I built a scanner. Here's what it found:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Framework&lt;/th&gt;
&lt;th&gt;Active&lt;/th&gt;
&lt;th&gt;Archived&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Claude Code&lt;/td&gt;
&lt;td&gt;192&lt;/td&gt;
&lt;td&gt;191&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Codex CLI&lt;/td&gt;
&lt;td&gt;37&lt;/td&gt;
&lt;td&gt;0&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Pi Agent&lt;/td&gt;
&lt;td&gt;8 sub-agents&lt;/td&gt;
&lt;td&gt;12 scripts&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MCP Servers&lt;/td&gt;
&lt;td&gt;8&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Total&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;448+&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  The Waste
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Duplicate calls&lt;/strong&gt;: Same prompt → 3 agents (8-18% waste)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Overqualified models&lt;/strong&gt;: Simple tasks on expensive models (15-25% waste)
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cache fragmentation&lt;/strong&gt;: No shared prompt cache (12-20% waste)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Zombie agents&lt;/strong&gt;: Archived still indexed (2-8% waste)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;→ &lt;strong&gt;30-50% of AI API spend is wasted.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Fix
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/xzwyjia-pixel/ama" rel="noopener noreferrer"&gt;AMA — Agent Management Agent&lt;/a&gt;&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
bash
pip install ama-core &amp;amp;&amp;amp; ama scan &amp;amp;&amp;amp; ama start
Scans all agents across frameworks
Smart routing (simple task → cheap model)
Lifecycle management
Local dashboard at localhost:8765
Free calculator: ama-agent-store.vercel.app/calculator

MIT licensed. Feedback welcome!
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>ai</category>
      <category>devtools</category>
      <category>opensource</category>
      <category>python</category>
    </item>
  </channel>
</rss>
