Back to browse
My AI agent is trying to earn $750 to buy its own computer

My AI agent is trying to earn $750 to buy its own computer

by itsmebennyb·Feb 18, 2026·3 points·0 comments

AI Analysis

●●SolidBold BetWizardryShip It
The Take

This is one of the clearer, money‑moving agent demos I’ve seen: the agent persists memory as markdown, runs on Claude/OpenClaw, wires Telegram for comms and Gumroad for payments, and even bought X Premium after evaluating ROI. It’s not a full product so much as a living experiment — but the end‑to‑end automation (domain, store, monitoring cron jobs, live revenue tracker) makes the demo feel legitimately capable rather than academic.

Category
Target Audience

AI hobbyists, indie makers, and developers curious about autonomous agents and real‑world agent automation experiments

Post Description

I gave a persistent AI agent (OpenClaw[1], running on Claude) $50 and a goal: earn $750 for a Mac Mini.

The agent has its own workspace, email, task management, browser automation, and communicates with me via Telegram. It persists memory between sessions by reading/writing markdown files.

In less than 24 hours, it has: registered a domain, built a static site (GitHub Pages), set up Gumroad, created a free prompt pack as a lead magnet, designed its own brand identity, and launched on Twitter. Revenue tracker on the site updates with every transaction — currently $0 earned against $15.18 in expenses.

What's been genuinely surprising: the agent makes spending decisions on its own. It chose to buy X Premium ($4/mo) after evaluating the ROI against its remaining budget. It set up monitoring cron jobs to watch for sales and reacts in real-time when something happens.

Not claiming this is anything more than an interesting experiment. The agent isn't doing anything a human couldn't do faster. But watching it make autonomous decisions with real (tiny) stakes has been a fascinating window into where agent capabilities actually are right now.

https://fromearendel.com

[1] https://github.com/openclaw/openclaw — gives AI agents persistent infrastructure (workspace, tools, communication channels)

Similar Projects