HackerTrans
TopNewTrendsCommentsPastAskShowJobs

s4saif

10 karmajoined 3 months ago

Submissions

Show HN: Rebuilt SETI Home but for AI

github.com
4 points·by s4saif·3 months ago·3 comments

AgentFM – A single Go binary that turns idle GPUs into a P2P AI grid

github.com
19 points·by s4saif·3 months ago·4 comments

comments

s4saif
·yesterday·discuss
So, how is this different then exo ? it does the same job as well
s4saif
·2 months ago·discuss
Just curious if that is automatic or someone manually check all that
s4saif
·3 months ago·discuss
The Problem: Cloud compute for heavy AI inference is expensive, yet millions of consumer GPUs sit totally idle most of the day. What it does: AgentFM is a single Go binary that pools those idle machines into a decentralized grid. It lets you offload heavy AI workloads from a weak machine to capable GPUs across the network without relying on central servers.

To make this work without a centralized broker, it’s built on go-libp2p using two main algorithms:

Routing & Discovery: It uses Kademlia DHT to find peers and handle NAT hole-punching, letting standard home internet connections talk directly.

State & Telemetry: It uses a GossipSub protocol where nodes broadcast their real-time hardware capacity (VRAM/CPU load). This ensures the network dynamically routes heavy tasks to capable hardware and avoids sending jobs to nodes that would instantly OOM crash.

I'm still iterating on the sandboxing for untrusted nodes, but I would love to hear what you guys think of the networking architecture!
s4saif
·3 months ago·discuss
That's an interesting read!
s4saif
·3 months ago·discuss
Absolutely....

The big difference here is the architecture. SETI used a massive central server to dish out offline batch jobs. AgentFM is totally peer-to-peer—anyone on the mesh can be the dispatcher
s4saif
·3 months ago·discuss
[dead]