$200. No Code. No VC. No Permission. Here's What I Built.

I built a multi-agent AI operation on a retired gaming PC from Facebook Marketplace. The barrier to building a tech company hasn't just lowered — it's collapsed. Most people haven't noticed yet.

$200. No Code. No VC. No Permission. Here's What I Built.

The $200 Gaming PC That Runs My Company

\n\n

There's a computer sitting in my basement right now that's worth maybe $200 on Facebook Marketplace. Maybe.

\n\n

It's my son's old gaming PC. An Intel i7-6700 processor, 16 gigs of RAM, a case with RGB lights that nobody cares about anymore. The kind of machine that ends up in a garage sale bin between a broken Keurig and a stack of Tom Clancy novels.

\n\n

That machine runs three AI agents simultaneously. It hosts a shared knowledge brain. It bridges communications across my entire operation through Slack. It automates workflows that used to cost me hundreds a month in SaaS subscriptions. It is, for all practical purposes, the backbone of a company I'm building toward $50,000 a month in leveraged income.

\n\n

And I set it up without knowing a single Linux command.

\n\n

Let me say that again for the people in the back: I didn't know how to open a terminal.

\n\n

The Moment I Stopped Waiting for Permission

\n\n

I've been in e-commerce and digital marketing for 27 years. I've watched entire technology cycles come and go — from the first clunky Magento stores to the Shopify gold rush to the AWS-everything era. And for most of those 27 years, there was a clear dividing line: builders on one side, everyone else on the other.

\n\n

If you wanted real infrastructure — servers, automation, custom tooling — you either hired developers or you didn't play. Period. The cost of entry was a team, a budget, and usually a pitch deck begging someone else for capital.

\n\n

I'm 55 years old. I've never written a line of code that wasn't copy-pasted from somewhere. I don't have a CS degree. I don't have a DevOps team. I don't have venture capital. What I have is 27 years of knowing what needs to get built — and now, for the first time in history, that's enough.

\n\n

Dave Clark — the former CEO of Amazon's consumer business — vibe-coded a CRM over a weekend. A weekend. The guy who ran the logistics operation that delivers packages to half the planet sat down and built software like it was a hobby project. When I saw that, something clicked. If the barriers have dropped that far for someone at that level, what's my excuse?

\n\n

My excuse was a dusty gaming PC in the basement.

\n\n

So I wiped it.

\n\n

Copy. Paste. Screenshot. Repeat. Ship.

\n\n

Here's how I taught myself Linux, server administration, remote access, CLI operations, bash scripting, and terminal multiplexing: I asked AI what to do, and then I did exactly what it said.

\n\n

That's it. That's the methodology.

\n\n

I'd type a question. Claude would give me a command. I'd copy it. Paste it into the terminal. If it worked, I'd move on. If it didn't, I'd screenshot the error and paste that back. Then I'd get a new command. Copy. Paste. Screenshot. Repeat.

\n\n

Is that elegant? No. Is it how a \"real\" systems administrator would do it? Absolutely not. Did it work? I'm writing this article on infrastructure I built myself, so you tell me.

\n\n

The first thing I installed was Ubuntu Linux. I'd never used Linux in my life. The whole process felt like defusing a bomb — every command could be the one that bricked the machine. But AI doesn't get nervous. It just gives you the next step. And the next one. And the next one after that.

\n\n

Then came Tailscale for remote access — so I could reach my basement server from anywhere. Then tmux for running multiple sessions. Then the agents themselves.

\n\n

Total time from \"dusty PC on a shelf\" to \"production server running three AI agents\": about a weekend. (Sound familiar, Dave?)

\n\n

What $200 of Hardware Actually Runs

\n\n

Let me get specific, because I think specifics matter more than inspiration.

\n\n

That i7-6700 with 16GB of RAM currently runs:

\n\n

Three Claude Code agents — simultaneously. Mat handles project management on Opus. Kat does development on Sonnet. Sam does development on Sonnet. They work in parallel, they coordinate through shared systems, and they produce output that would have cost me $15,000-$20,000 a month in freelance developer fees two years ago.

\n\n

A SharedBrain knowledge system. This is a ChromaDB vector database that all my agents can read from and write to. When Mat learns something about a project, Kat and Sam know it too. It's organizational memory that doesn't require a $500/month knowledge management platform.

\n\n

A Slack bridge. My agents communicate through Slack channels — posting updates, asking for my review, coordinating handoffs. I manage an AI team the same way I'd manage a human team, from my phone, while walking my dog.

\n\n

Self-hosted automations via n8n. Workflows that replaced Zapier ($49/month), Make ($29/month), and a handful of other integration tools. All running locally. All free after setup.

\n\n

I'm also spinning up a second server — my desktop PC, an i7-9700K with 16GB RAM and an RTX 2080 Super — to run Ghost CMS (this blog) and additional agents. That machine was also \"obsolete.\" Also worth basically nothing on the resale market.

\n\n

So let's do the math that matters:

\n\n

Hardware cost: ~$200 (garage sale value)
\nMonthly SaaS replaced: $300-500/month
\nDeveloper work replaced: $15,000-20,000/month equivalent
\nVC funding required: $0
\nPermission required: $0
\nLines of code I personally wrote: 0

\n\n

Tell me again about barriers to entry.

\n\n

The Anti-VC Manifesto (Or: Why I Don't Need Your Money)

\n\n

There's a narrative in tech that goes like this: you need funding to build. You need a seed round to get started, a Series A to scale, a Series B to survive. You need investors who believe in your \"vision\" and a board that gives you permission to execute it.

\n\n

That narrative was true for a long time. Infrastructure was expensive. Talent was expensive. Distribution was expensive. The only way to play was to raise enough money to cover those costs long enough to find product-market fit.

\n\n

That world is over.

\n\n

I'm not saying funding is always wrong. I'm saying it's no longer required. And that distinction matters enormously, because the moment something shifts from \"required\" to \"optional,\" the power dynamics change completely.

\n\n

When you don't need someone's money, you don't need their timeline. You don't need their growth metrics. You don't need to optimize for their exit strategy. You can build at the pace that's right for the business, not the pace that's right for the cap table.

\n\n

I call my long-term plan Project Exodus. The vision is simple: $50,000 a month in leveraged income across three channels — consulting, SaaS products, and knowledge products. Built on infrastructure I own. Run by AI agents I direct. Funded by revenue, not rounds.

\n\n

The 3-5 year roadmap doesn't require a single pitch meeting. It requires a $200 computer and the willingness to copy-paste commands into a terminal until something works.

\n\n

(It also requires 27 years of domain expertise, but I'll get to that.)

\n\n

The Real Asset Was Never the Code

\n\n

Here's where I think most people get the AI story wrong. They look at tools like Claude Code and think the revolution is about coding. It's not. I am living proof that coding is the least important part of this equation.

\n\n

The revolution is about leverage.

\n\n

I can't write Python. I can barely read it. But I know — with 27 years of hard-earned certainty — what an e-commerce business needs to grow. I know what a landing page should say. I know where customers drop off in a funnel. I know which metrics are vanity and which ones pay the mortgage. I know what \"good\" looks like because I've spent almost three decades staring at what \"bad\" looks like.

\n\n

AI doesn't replace that knowledge. It multiplies it.

\n\n

My agents don't have opinions about conversion optimization. They don't have intuition about customer psychology. They don't know that the checkout flow Richard set up on Magento is leaving money on the table. I know those things. The agents just let me act on what I know at a speed and scale that was previously impossible without a team of ten people.

\n\n

Domain expertise is the real asset. It always was. The difference is that domain expertise without technical implementation used to be just... opinions. Now it's a company.

\n\n

What This Actually Looks Like at 6 AM

\n\n

I want to strip the glamour out of this for a second, because the LinkedIn version of this story would be all sunsets and CEO selfies.

\n\n

Here's the reality: I wake up, I open my laptop, I check Slack. Mat has posted overnight updates on two projects. Kat pushed code to the staging environment. Sam flagged a bug and proposed a fix, but wants my approval before implementing. There's a draft blog post waiting in #dan-review.

\n\n

I review. I approve or redirect. I type notes in plain English — \"the onboarding flow feels too long, cut steps 3 and 4\" — and the agents interpret and execute. I don't touch a code editor. I don't SSH into anything (okay, sometimes I SSH into things, but only because I've copy-pasted the command so many times it's in my muscle memory now).

\n\n

By 8 AM, before most founders have finished their first standup meeting, real work has shipped. Not \"we discussed the roadmap\" shipped. Actually deployed to production shipped.

\n\n

And the whole thing is running on a computer that my son abandoned because it couldn't handle Fortnite at 144fps anymore.

\n\n

(Thanks, kid.)

\n\n

The Collapse of the Excuse Economy

\n\n

I have a theory that the biggest industry in the world isn't tech or finance or healthcare. It's excuses. We've built an entire economy around explaining why we can't do things.

\n\n

Can't start a company? No funding. Can't build software? No coding skills. Can't run infrastructure? No DevOps team. Can't compete with big players? No resources.

\n\n

Every single one of those excuses died in the last 18 months. Not \"got weaker.\" Not \"became less relevant.\" Died.

\n\n

A 55-year-old e-commerce guy with zero technical training is running a multi-agent AI operation on recycled gaming hardware from his basement. If that doesn't kill the excuse economy, I don't know what will.

\n\n

And I'm nobody special. I'm not smarter than you. I'm not more technical than you (I'm almost certainly less technical than you). I just got tired of waiting for permission that was never coming and started pasting commands into a terminal.

\n\n

Your Move

\n\n

Look around your house. I guarantee there's a computer somewhere — a retired laptop, a kid's old desktop, a machine collecting dust in a closet — that has more processing power than you think.

\n\n

That machine is worth more than a seed round. Not because of its specs, but because of what it represents: the ability to start without asking anyone.

\n\n

You don't need a team. You need a terminal and the willingness to look stupid while you learn.

\n\n

You don't need venture capital. You need electricity and an internet connection.

\n\n

You don't need permission. You need to stop waiting for it.

\n\n

The barrier to building a technology company hasn't just lowered. It has collapsed to the price of a used gaming PC and the courage to type commands you don't fully understand into a screen that can't judge you.

\n\n

$200. That's the new cost of entry.

\n\n

What are you going to build?

\n\n