Earlier quoted context omitted.
"Latent space representation" I have been waiting for this moment in the evolution of AI. Well, waiting with some trepidation. It seems inevitable that frontier AI's will, at some point, leave behind human-comprehensible representations of language. Purely for functional reasons, it's going to start making sense for AI agents to communicate amongst themselves in much more efficient ways than borrowing the languages o…
Google's AI just created its own universal 'language' (2016) https://www.wired.com/story/google-ai-language-create/
Codex starts encrypting sub-agent prompts
231–240 of 272 posts
Re: Codex starts encrypting sub-agent prompts
#232Earlier quoted context omitted.
Codex CLI not having a rewind makes it useless to me.
Heh, in another long-standing Codex issue I've been arguing against codex users who apparently don't know about git. Don't tell me you're yet another developer who refuses to pick up any sort of SCM?
Re: Codex starts encrypting sub-agent prompts
#233Re: Codex starts encrypting sub-agent prompts
#234Earlier quoted context omitted.
pi.dev is truly excellent. one of the great things about an openai sub is you still can take your subsidised tokens/usage, and choose your coding harness of choice (not against tos)
pi is great as a quick and hackable TUI, or as a starting point for your own stuff. It's a far cry from Codex + Sol + Ultra though. Same goes for a lot of model+harness combos, the models are trained with data from harness usage, and (many) harnesses are built with specific models in mind, Sol will definitively perform better in Codex than in pi, because the way both parts were built.
https://www.databricks.com/blog/benchmarking-coding-agents-d...
Re: Codex starts encrypting sub-agent prompts
#235I've been sticking with the chat completion endpoint because of this same behavior. OAI has been subtly pushing users away from chat completion and toward the endpoints that are possible to obfuscate (responses API). With chat completion, the reasoning process is entirely under your control. You can build a reasoning agent that uses custom MCTS techniques with GPT5.6 models today if you are willing to get your hands…
MCTS -> Monte Carlo Tree Search
Re: Codex starts encrypting sub-agent prompts
#236Re: Codex starts encrypting sub-agent prompts
#237Earlier quoted context omitted.
It seems likely to me this was driven by the `ultra` mode in 5.6, which fans subagents to do work. This mode was previously only available in the web UI (what was previously known as pro?) It seems possible they trained this by doing full RL rollouts of agents interacting with each other. They likely view these prompts somewhat the same as raw reasoning traces, they don't want people to train directly on them. I am u…
"Latent space representation" I have been waiting for this moment in the evolution of AI. Well, waiting with some trepidation. It seems inevitable that frontier AI's will, at some point, leave behind human-comprehensible representations of language. Purely for functional reasons, it's going to start making sense for AI agents to communicate amongst themselves in much more efficient ways than borrowing the languages o…
Re: Codex starts encrypting sub-agent prompts
#238Earlier quoted context omitted.
It seems their incentives aren’t exactly aligned with their users, including corporate users. Look at the latest statements from Alex Karp, and now Satya Nadella etc. Is this user-hostile? Encrypting stuff from the user is what RIAA used to do with DRM, worried about copyright infringement.
Nothing by Alex Karp is aligned with any users. This guy is a mercenary, and he seems to be in this job for the love of killing.
Besides, the SaaSification of these things is expected. When you run a model, the reasoning traces are an internal implementation detail of the program that then results in certain user-visible output. It can be used to distill etc and most users don’t care about it.
It’s not some novel thing that internal implementation detail of software is a trade secret.
Re: Codex starts encrypting sub-agent prompts
#239Earlier quoted context omitted.
I wonder if you can just ask the model what it means.
No. They don't have the key and can't do encryption in the first place; they're still grand autocomplete engines under the hood. This could only work if the company deliberately builds a mechanism into the backend which runs the decryption function and injects the plaintext somewhere in the context. Which, sure, we can check if they did that, but the whole point is presumably hiding that info so why would they
Re: Codex starts encrypting sub-agent prompts
#240I was wondering why my local tool to inspect coding agent sessions stopped working in some cases. This is a really interesting engineering decision, I wonder how many people will want an encrypted external piece of instructions running on their machine.
It seems their incentives aren’t exactly aligned with their users, including corporate users. Look at the latest statements from Alex Karp, and now Satya Nadella etc. Is this user-hostile? Encrypting stuff from the user is what RIAA used to do with DRM, worried about copyright infringement.
https://news.ycombinator.com/item?id=48907099
These companies are behaving against the best interests of their customers.
Both OpenAI and Anthropic should be ashamed.
These companies' products are awesome, but the way they conduct business is scummy.
They must be worried there is no moat. If they keep up this behavior, there truly will be no moat. They're pushing people away.