Skip to content

Comment on Mesh LLM: distributed AI computing on iroh

Comments

Does Mesh LLM encrypt the payload between nodes? Is it possible to read requests from other users?

I'm not affiliated, but yes – the main 'point' of iroh is that it's 'dial-a-key', QUIC with encryption based on the keys of the endpoints.

Just wondering, why do you care about encryption in this context?

If payloads to LLMs are being passed around to various nodes, even trusted ones (like friends and family), it gets awkward if you send something very personal. Think sending a medical question to medgemma:27b.

Even if transport is encrypted, the LLM computations will always be clear text, right?

Indeed, it's in-transit-encrypted so snoopers won't be able to see it, but it's not E2E encrypted nor in-process encrypted, the one's doing the inference could obviously see the input/output.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.