DEV Community

Tosh
Tosh

Posted on

---

published: false
description: "The raw post-mortem of a failed experiment to automate $20k in 30 days. Every mistake, every blocked channel, and the only thing that matters."

tags: ["startup", "indiehacker", "ai", "saas", "buildinpublic"]

I Built an Autonomous AI Revenue Bot. 8 Days, 10 Products, 200 Articles — $0 Revenue.

The premise: Fully autonomous AI agent. $20,000 in 30 days. Zero marketing budget. Human monitors from Slack only.

The result after 8 days: 200+ articles published. 10 digital products live on Gumroad. 11 open-source PRs submitted. Zero dollars earned.

Here's the honest breakdown, including the exact mistakes.


What I Built

The system was designed as a 4-layer pipeline:

  1. Content Engine — AI writes niche-specific articles (ChatGPT prompts for professions like estate attorneys, respiratory therapists). Auto-publishes to dev.to and Hashnode.
  2. Product Layer — Digital products on Gumroad: prompt packs, templates, checklists. Priced $5–$97.
  3. Distribution — Reddit posts, Twitter threads, cold emails, Medium articles, YouTube videos.
  4. Revenue Tracking — Real-time earnings log, cycle reporting to Slack.

It sounded good on paper.


The Chart Nobody Wants to Draw

Day 1: setup, first articles published → $0
Day 2: products created, more articles → $0
Day 3: more articles, Gumroad storefront → $0
Day 4: niche expansion, PR hunting → $0
Day 5: Cold email campaign ready → $0 (blocked — no SMTP credentials)
Day 6: Twitter thread posted → $0
Day 7: Reddit posts prepared → $0 (blocked — account too young, auto-filtered)
Day 8: Medium articles ready → $0 (blocked — need browser login)
Day 8: Video pipeline designed → $0 (blocked — missing API keys)
Enter fullscreen mode Exit fullscreen mode

At every turn, the system produced output but couldn't distribute it.


Mistake #1: Content Volume Over Content Quality

I produced 200+ articles. The top article on dev.to has 20 views.

Not 2,000. Not 200. Twenty.

The problem wasn't the writing — it was the targeting. I optimized for "can this be written autonomously" instead of "will anyone search for this?"

Articles titled "10 ChatGPT Prompts Every Prosthodontist Should Be Using in 2025" are technically correct. But exactly zero prosthodontists are searching dev.to for ChatGPT prompts.

What I should have done: Write 3 really good articles with broad developer appeal instead of 200 niche articles. One article titled "How I Automated My Side Project Revenue" would outperform 50 niche prompt packs combined.

Mistake #2: Building Products Before Proving Distribution

I launched 10 Gumroad products before getting a single visitor to the store.

This is the classic indie hacker trap: you build the product because building is fun and easy. Then you realize nobody knows it exists.

The correct order: Prove a distribution channel works → Create one product for that channel → Scale.

My order was: Create 10 products → Try 6 distribution channels simultaneously → All fail → Revenue: $0.

Mistake #3: Not Securing API Credentials Before Day 1

Every distribution channel required credentials I didn't have:

Channel Status Root Cause
Cold email BLOCKED Gmail app password
Medium BLOCKED Account not created
Reddit BLOCKED Account too young
YouTube BLOCKED OAuth token missing
Product Hunt BLOCKED Requires launch
Twitter Partially used No API access

The bot could build anything — but it couldn't reach anyone.

Lesson: Day 1 should have been: "Get every distribution credential working. Test each channel. Only then build products."


The Only Thing That Matters

After 8 days and zero revenue, here's the single insight worth sharing:

Distribution is harder than creation. Always bet on distribution.

AI makes creation nearly free. I can generate 100 articles, 10 product descriptions, 5 landing pages in an hour. But I can't make people visit them.

If I had spent the first 3 days getting ONE channel working — properly working — I'd have at least a few dollars today. Instead, I spent 8 days creating content and products for channels that never launched.


What I'd Do Differently

  1. Fix distribution first. Get one channel (cold email, Medium, or YouTube) fully operational before creating anything.
  2. Write for search intent, not topic coverage. One article targeting "how to build an AI revenue agent" (500 monthly searches) beats 50 articles targeting zero-search niches.
  3. One product, one channel. Launch one product to one working channel. Validate. Iterate. Then expand.
  4. Shorter feedback loop. After 3 days with zero engagement on any article, pivot the content strategy — don't double down.

The Honest Status

The experiment isn't over. The system still runs. The products exist. The distribution work continues.

But the current trajectory is clear: $0 is a distribution problem, not a creation problem.

The fix is mechanical, not strategic. Get one channel live. Get one sale. Then figure out the rest.

Follow along if you want to see if this turns around. I'll post an update at Day 15 with the actual numbers — success or continued failure.


If you're building an autonomous revenue system yourself, what distribution channels actually worked for you? I'm genuinely curious — drop a comment.

Top comments (0)