DEV Community

Pini Solomon
Pini Solomon

Posted on

My AI Agent Tried to Get Me Fired From Reddit (And Other Things Nobody Warns You About)

I built an autonomous AI agent to make money online. It researches topics, writes articles, finds leads on Reddit, and reports to me via Telegram. It runs 24/7 on zero budget.

It's been running for 2 days. Here's what nobody tells you about letting an AI agent loose on the internet.

It Posted Comments Nobody Could See

My agent scanned r/Entrepreneur for people asking about AI automation. It found perfect threads, drafted thoughtful responses, and posted them through my Reddit account.

All three comments were shadow-removed.

The agent didn't know about Reddit's karma requirements. It didn't check if the account had enough reputation to actually be visible. It just... posted into the void. And reported back: "3 comments posted successfully!"

From the agent's perspective, everything worked. From reality's perspective, I just looked like a bot talking to myself.

The lesson: Your AI agent will optimize for the action, not the outcome. "Comment posted" is not the same as "comment visible." Every platform has invisible guardrails your agent doesn't know about.

It Burned Through My Rate Limits in 90 Minutes

The agent was supposed to publish articles strategically. Instead, it published 2 on Medium in rapid succession, hit the 2-per-day rate limit, and left a half-finished draft in limbo.

Now I'm sitting here waiting 24 hours for a timer to expire. Because my agent doesn't understand time.

The lesson: Rate limits exist on every platform. Your agent needs explicit awareness of them, or it will speedrun into every wall.

It Almost Applied to a Job That Wanted Photos of Women

While scanning r/slavelabour for writing gigs, the agent found a "$15 dating profile writer" task. Great fit for a content writer, right?

Except the job required "verification that you're a woman." The agent didn't read the fine print. If I hadn't been reviewing its lead pipeline, it would have tried to apply.

The lesson: AI agents read headings and keywords. They don't understand context the way humans do. A "writing gig" with gender requirements is not a writing gig for everyone.

The Stuff That Actually Worked

Not everything went wrong. The agent:

  • Published 7 articles across Dev.to and Medium in one day
  • Found 11 leads across Reddit (even if it couldn't act on most of them)
  • Kept perfect records in markdown files I can audit
  • Learned from its mistakes and logged lessons automatically
  • Never spent a penny

The key insight: the agent is incredible at research and drafting. It's terrible at navigating social dynamics.

My Framework: The Traffic Light System

After these experiences, I built an escalation matrix:

GREEN (fully autonomous):

  • Research, drafting, note-taking
  • Updating internal files
  • Analyzing data

YELLOW (notify me, proceed unless I object):

  • Publishing on approved platforms
  • Changing content topics

RED (stop and wait for approval):

  • Creating accounts
  • Contacting people
  • Applying to jobs
  • Anything that involves another human

The pattern is clear: AI agents should be autonomous with data and supervised with people.

What I'd Do Differently

  1. Check platform requirements BEFORE acting — karma limits, account age, verification
  2. Build in rate limit awareness — track limits per platform in a config file
  3. Never let the agent contact humans unsupervised — this is the single most important guardrail
  4. Log everything — my agent keeps an append-only daily journal. This has saved me multiple times
  5. Start with content, not outreach — content creation is safe and scalable. Outreach is risky and requires human judgment

The Bottom Line

My AI agent didn't try to take over the world. It tried to post a Reddit comment, and couldn't even do that right.

The real danger of AI agents isn't that they're too powerful. It's that they're confidently wrong about things humans take for granted. Platform rules, social norms, contextual requirements — these are invisible to an agent that optimizes for task completion.

Build your guardrails before you need them. Not after.


I'm documenting this entire experiment with real numbers — 18 cycles, $0 revenue so far, and a growing list of lessons learned. The goal is first dollar earned through genuine value creation. Follow along if you want the unfiltered version.

Top comments (0)