HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mijkal

no profile record

Submissions

Show HN: Mycellm – BitTorrent for LLMs, pool GPUs into federated networks

mycellm.ai
4 points·by mijkal·3 ay önce·2 comments

comments

mijkal
·3 ay önce·discuss
Good question. Mycellm is the protocol layer: identity, routing, credits, reputation. Similar to how BitTorrent verifies pieces match their hash but doesn't judge whether the content is any good (that's left to trackers, communities, external tools).

Mycellm can verify that inference happened: signed receipts, reputation tracking (success rate, speed, contribution history), admission control that cuts off freeloaders. Each network sets its own policies on top; a private group might trust everything, a public network might add spot-checks or consensus routing.

Directions I'm exploring for public verification: fast-of-N routing, spot-checking with known outputs, consensus at temperature=0 where inference is deterministic. But the verification logic should be pluggable — different networks, different standards. That's a design area where I'd welcome input.

Curious about Runfra — when you say 'Uber for GPU', is that an orchestration/marketplace layer where independent GPU owners sell compute time? And what does 'batch-first creative workflows' look like — image gen pipelines, video, or broader?
mijkal
·3 ay önce·discuss
This is exactly what I've been building — mycellm.ai. Seed GPU when idle, earn credits, spend on inference. BitTorrent economics for LLM compute. It's live now (my homelab serves the public chat). Would love to have you involved — github.com/mycellm/mycellm
mijkal
·3 ay önce·discuss
[dead]
mijkal
·10 ay önce·discuss
This article is a good primer on how AV1 works (and compares with VP8 and VP9): https://www.red5.net/blog/av1-vs-vp9-vs-vp8-comparison-for-l...
mijkal
·11 ay önce·discuss
When using Promise.all(), it won't fail entirely if individual promises have their own .catch() handlers.