Codex starts encrypting sub-agent prompts
61–70 of 272 posts
Re: Codex starts encrypting sub-agent prompts
#62Earlier quoted context omitted.
This is the reason I think. These black markets not only pool and resell subs, but also store data and sell to whoever is training. Encryption is useful to at least stop the latter. Ultimately same purpose as a\ ‘s trick exposed earlier, but a much nicer implementation.
> but also store data and sell to whoever is training I see this as an argument against using them/Chinese models all the time, but I don't get it. I totally understand wanting to keep your data private if you're using an LLM for personal chats. But coding? I'm not working for the military, I'd gladly donate my codebase to Chinese labs if that means they can keep releasing 6-months-behind level models for 100x cheape…
Re: Codex starts encrypting sub-agent prompts
#63“Starts”? How’s this not already a TLS connection?
Re: Codex starts encrypting sub-agent prompts
#64Re: Codex starts encrypting sub-agent prompts
#65I guess this implies that non-Codex harnesses get a little bit worse? In wondering what's so special about their subagents system that they feel the need to hide these messages...
Re: Codex starts encrypting sub-agent prompts
#66Earlier quoted context omitted.
This is the reason I think. These black markets not only pool and resell subs, but also store data and sell to whoever is training. Encryption is useful to at least stop the latter. Ultimately same purpose as a\ ‘s trick exposed earlier, but a much nicer implementation.
> but also store data and sell to whoever is training I see this as an argument against using them/Chinese models all the time, but I don't get it. I totally understand wanting to keep your data private if you're using an LLM for personal chats. But coding? I'm not working for the military, I'd gladly donate my codebase to Chinese labs if that means they can keep releasing 6-months-behind level models for 100x cheape…
More importantly, they train on not only code but also your interactions with the model, no matter how little you value your labor, there are values in it.
Re: Codex starts encrypting sub-agent prompts
#67I wonder if they are gonna stop us from using gpt subscriptions in alternative harnesses. If not - that doesn't matter much, codex cli is a remarkably unremarkable harness.
Re: Codex starts encrypting sub-agent prompts
#68Using ciphertext for inference would mean it's not a very secure ciphertext. These two ideas don't compute for me. Same thing with homomorphic encryption. I don't get it. If you can gain any knowledge from a ciphertext, you just found a way to exploit the ciphertext to me.
The idea of homomorphic encryption is to do things without the knowledge, and not gaining the knowledge. If ciphertext contains a number, and you don't need to know what number it does to always be able to multiply it by 2, you succeeded - as a simple example.
Re: Codex starts encrypting sub-agent prompts
#69Then why to even keep codex open source?
Re: Codex starts encrypting sub-agent prompts
#70What's the idea here? Why does this seem important to OpenAI?