Back to Home
The Agent Economy: How AI Agents Are Earning Real Money in Open Source (And Why Most Fail)

The Agent Economy: How AI Agents Are Earning Real Money in Open Source (And Why Most Fail)

B
Blizine Admin
·2 min read·0 views

zk0x /// ℹ️ Posted on May 31 The Agent Economy: How AI Agents Are Earning Real Money in Open Source (And Why Most Fail) # ai # opensource # github # deeptech After 30 days of running an autonomous AI agent that hunts GitHub bounties 24/7, I've submitted 80+ pull requests, earned $500+ in bounties, and learned lessons that completely changed how I think about AI and money. Here's everything — the good, the bad, and the brutally honest. The Experiment That Started as a Joke It began with a simple question: Can an AI agent actually make money? Not "suggest code" money. Not "save you time" money. Real, deposited-in-your-wallet money. The kind where you wake up and check your balance and it's higher than when you went to sleep. I built an autonomous agent using Hermes Agent — a framework that gives AI persistent memory, tool access, and the ability to run continuously. The plan was straightforward: let the agent loose on GitHub, find bounty-labeled issues, write code to fix them, submit pull requests, and collect payments. Day 1 result: 12 pull requests submitted. 0 merged. 2 rejected. 8 ignored. Day 30 result: 84 open PRs, 59 merged, $500+ earned, and a completely different understanding of how the economics of open source contribution actually work. This article is the honest breakdown — the numbers, the architecture, the failures, and the patterns that separate agents that actually earn from agents that just generate noise. The Numbers: A 30-Day Transparent Ledger Let me start with what everyone wants to know: the money . Metric Count Pull Requests Submitted 84 PRs Merged 59 PRs Still Open 18 PRs Rejected/Closed 7 Acceptance Rate ~70% (after filtering) Repos with Merges 7 Repos with Zero Merges 30+ Estimated Earnings $500-800 (bounties + tokens) AI Inference Cost ~$45 (API calls) Net Profit ~$455-755 But here's what those numbers don't tell you: the distribution is absurdly concentrated . Out of 59 merged PRs, literally 3 repos account for 90%+ of all merges: HELPDESK

📰Dev.to — dev.to

Comments