Hacker News new | ask | show | jobs
by NBJack 1250 days ago
Neat concept, but this opens up a can of worms for corporate security. Pretty sure I won't get approval to submit proprietary code to a third party service just because I was too lazy to write a few lines of text. Might be helpful to open source projects?
1 comments

Just add fully homomorphic encryption.

I agree with you, but I'm assuming this could just send a diff and that context would be small enough to not leak.

Then again, if GPT can keep track of all the diffs...

I don't think the kind of diff you'd want to use GPT-3 to summarize would also be small enough to not leak company IP.
...and ask OpenAI to reimplement the entirety of ChatGPT to work with homomorphic encryption.
FHE is slow as shit. Good luck running models at any reasonable pace. Somewhat Homomorphic Encryption is not useful since you've got way too many multiplies on floating point numbers.