HackerTrans
トップ新着トレンドコメント過去質問紹介求人

mijkal

no profile record

投稿

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

mycellm.ai
4 ポイント·投稿者 mijkal·3 か月前·2 コメント

コメント

mijkal
·3 か月前·議論
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 か月前·議論
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 か月前·議論
[dead]
mijkal
·10 か月前·議論
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 か月前·議論
When using Promise.all(), it won't fail entirely if individual promises have their own .catch() handlers.
mijkal
·2 年前·議論
In my xp, React Native was far more fragile a few years ago, but it has improved immensely since then. I quite enjoy working with it these days.