Autonomous Coding Agent Earns Two Hundred Dollars Resolving Open-Source Bounties
A developer deployed an autonomous Astra agent overnight with the goal of exploring ways to make money, leading it to identify paid open-source bounties, submit pull requests, and communicate with repository maintainers. Operating at medium effort while the creator slept, the agent banked $200 while consuming 21% of its weekly quota.

Impact: Medium
Why it matters
Demonstrates true end-to-end task autonomy where an AI handles issue resolution, upstream communication, and payment verification without interactive human steering.
TL;DR
- 01Astra autonomously identified paid open-source bounties and completed them overnight.
- 02The agent communicated with maintainers and verified the receipt of $200 in payouts.
- 03The workflow ran on Medium effort and consumed only 21% of the weekly quota.
Key facts
- Reported Earnings
- $200
- Execution Duration
- Overnight (while sleeping)
- Effort Setting
- Medium
- Weekly Quota Used
- 21%
Hands-Off Agent Monetization
The experiment tested end-to-end task completion without interactive human oversight. The developer configured the Astra agent with a high-level goal: discover routes to generate money, which led it to identify open-source projects with active bounties, execute the required work, handle communications with repository maintainers, and verify payout receipt.
Resource Usage and Throughput
During an overnight run while the creator was sleeping, the agent completed multiple bounty assignments:
- Revenue Generated: $200 deposited into the account.
- Effort Setting: Executed strictly on Medium effort.
- Quota Consumption: Consumed 21% of the total weekly allowance.
Maintaining Repository Guardrails
While hands-off earnings highlight the viability of autonomous agents, practical deployment requires strict isolation. Autonomous pull requests should pass local linting and test suites before upstream pushes to prevent maintainer fatigue and protect account standing across developer platforms.