Are there plans to add prompt-level confidentiality for hosts? #796
-
|
I've been reading the whitepaper and comparing Gonka's architecture with other decentralized inference networks (specifically Cocoon/TON, which uses Intel TDX trusted execution environments). One thing I noticed is that while Gonka anonymizes the user's IP by routing requests through an intermediary host, the executing host still has access to the raw prompt and response content. For use cases involving personal AI assistants (e.g. agents that process emails, calendar data, private documents), this is a significant privacy gap. Are there any plans to address this in future releases? For example:
Otherwise, it could be a blocker to leverage gonka for agentic use-cases. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi! We thought these approaches, homomorphic/hybrid encryptions seems like not yet ready technologies for production usage on real size model. But it's really promising approach from my perspective The TEE is the approach which can be added to the chain with not that much efforts. There is a document with the high-level vision how we can add TEE to the chain https://github.com/gonka-ai/gonka/tree/gm/tee/proposals/tee From my perspective it should be additional type of inference, with higher price. In parallel with usual one. It'll enable production companies with high requirements to use Gonka with higher fee but price for users without such requirements will be the lowest possible |
Beta Was this translation helpful? Give feedback.
Hi! We thought these approaches, homomorphic/hybrid encryptions seems like not yet ready technologies for production usage on real size model. But it's really promising approach from my perspective
The TEE is the approach which can be added to the chain with not that much efforts. There is a document with the high-level vision how we can add TEE to the chain https://github.com/gonka-ai/gonka/tree/gm/tee/proposals/tee
From my perspective it should be additional type of inference, with higher price. In parallel with usual one. It'll enable production companies with high requirements to use Gonka with higher fee but price for users without such requirements will be the lowest possible