Remix.run Logo
darkpicnic 6 hours ago

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

tekacs 5 hours ago | parent | next [-]

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.

metadat 4 hours ago | parent | prev [-]

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

darkpicnic 4 hours ago | parent [-]

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.

oezi 3 hours ago | parent [-]

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