Your Gaming PC Could Earn Money Running AI Jobs While You Sleep
A handful of start-ups now pay ordinary people to share spare computing power from home computers, gaming rigs, and basement servers. Here is how it works and what to watch for.

Key points
- Companies including Evolving Edge, Far Labs, Salad, and Bless Network are paying home computer owners to run AI inference, the process of feeding a question to a pre-trained AI model and getting an answer, on their devices.
- Evolving Edge is currently in open beta; Far Labs plans to launch its platform, Far AI, within weeks.
- AI inference on consumer hardware is cheaper partly because these companies carry no data-centre construction costs.
- Security protections include open-source scheduling software, encrypted communications, and a "least privilege" design that limits what either side can see.
- Distributed networks of thousands of small devices could also reduce the kind of outages that, during a 2026 Amazon Web Services failure, left smart beds stuck in upright positions.
Your laptop might be sitting idle for 14 hours a day. A gaming PC gets used for a few hours at night. A home server in a basement closet never quite reaches its potential. Now, a cluster of start-ups wants to pay you to put all of that dormant hardware to work.
The pitch is simple: AI companies need enormous amounts of computing power to run AI inference, which is when a ready-built AI model processes a question and produces an answer. Until recently, that work happened almost exclusively inside giant data centres. These new platforms want to spread it across millions of ordinary devices instead.
"Imagine Uber or Airbnb, but for AI inference computing tasks," says Ilman Shazhaev, founder and CEO of Far Labs, based in Abu Dhabi.
How does it actually work?
Signing up is meant to be straightforward. Install an app, set a schedule for when the platform can use your machine, and your device joins a shared pool of computing resources. Jobs arrive, your hardware processes a slice of the work, and you get paid.
John Federico, founder and CEO of Evolving Edge in Austin, Texas, has run home servers for years. The idea struck him when he heard the constant talk of an AI compute shortage. "92 percent of the country has broadband, and you have people like me who have mini data centres in a closet," he says.
Security is the obvious concern. Evolving Edge open-sourced its scheduling software so anyone can inspect exactly what it does to their machine. Far Labs built its system around a principle called "least privilege": each side, the host and the company running the job, gets access to only the minimum information needed to complete the task. Inference jobs run in an isolated environment with encrypted communications, and hosts can pause or remove the software at any point.
What about models that are too big for one computer?
Smaller, open-source AI models often fit on a single consumer GPU, the specialised chip that does heavy number-crunching. When a model is too large, the platforms split the workload.
Evolving Edge uses an open-source tool called Ray to divide an inference task across several devices. Far Labs built its own software that cuts the model into pieces, ships those pieces to different machines, and reassembles the answers through a central coordinator.
This is not just a cost play. Shazhaev argues that a distributed network is also more dependable than a single data centre, which represents one point of failure. "To shut down Bitcoin, you need to nuke the whole planet. Here, we have the same concept," he says.
Far Labs claims its network delivers responses in 100 milliseconds or less, which is fast enough to consider real-time uses like in-game AI video generation.
What should potential hosts watch for?
Before you download anything, check the following.
First, confirm the scheduling software is genuinely open source and auditable. An honest platform will point you straight to the code. Second, read what the app can access: it should list explicit limits on CPU, GPU, memory, and network usage, with no broad system permissions. Third, verify you can pause or remove the software at any time without losing any earnings already accumulated.
These platforms are early. Evolving Edge is in beta; Far Labs has not yet launched. Treat both as experiments, not income you can bank on. The concept itself has history: the SETI@Home project ran from 1999 to 2020, using volunteer computers to scan radio telescope data for signs of extraterrestrial life. Commercial versions of the same idea carry more scrutiny of your hardware, so the due diligence matters more.
IEEE Spectrum AI first reported on several of these platforms, and the full technical picture is still evolving as more providers enter the space.



