Earlier quoted context omitted.
Possibly something to do with other providers using the it to train their own models?
The only "secret" there is a very basic instruction that the model receives, like "summarize current state and upcoming work" before compaction - same model that was just running your inference, with same cache, only server side, with no extra tools or capabilities. Then the fresh context gets the output from that as an encrypted blob + codex then injects up to 64k tokens of previous conversation, the latter part is…
Stealing Reasoning Traces from Proprietary LLM APIs
221–230 of 325 posts
Re: Stealing Reasoning Traces from Proprietary LLM APIs
#222Apparently you can do the same by simply running it without reasoning, while giving it a thinking tool... >guys you do know you can just disable thinking, and instead give it a "deep_think" tool, and it will call it with internal CoT reasoning format right? >gl fixing that https://x.com/_can1357/status/2087228354399265125?s=20
Re: Stealing Reasoning Traces from Proprietary LLM APIs
#223"Stealing" something you already paid for (tokens), but that you can't have access to(!). And trained on the sum of human knowledge. Training on other model outputs ought to be business as usual, stop using morally charged terms made up by future monopolists: https://thomasdullien.github.io/posts/2026-06-15-rl-economic...
The only person calling it stealing is the author of this article, so this is a pointless discussion. The majority of this thread is just arguing with themselves.
Re: Stealing Reasoning Traces from Proprietary LLM APIs
#224"Stealing" something you already paid for (tokens), but that you can't have access to(!). And trained on the sum of human knowledge. Training on other model outputs ought to be business as usual, stop using morally charged terms made up by future monopolists: https://thomasdullien.github.io/posts/2026-06-15-rl-economic...
Anyway, you can distinguish this from the debate over copyright.
Re: Stealing Reasoning Traces from Proprietary LLM APIs
#225Re: Stealing Reasoning Traces from Proprietary LLM APIs
#226Earlier quoted context omitted.
Possibly something to do with other providers using the it to train their own models?
The only "secret" there is a very basic instruction that the model receives, like "summarize current state and upcoming work" before compaction - same model that was just running your inference, with same cache, only server side, with no extra tools or capabilities. Then the fresh context gets the output from that as an encrypted blob + codex then injects up to 64k tokens of previous conversation, the latter part is…
Re: Stealing Reasoning Traces from Proprietary LLM APIs
#227Earlier quoted context omitted.
For all of the years of research, thinking and talking about model alignment, safety, confinement, etc, when it comes down to it these companies appear to be entirely incompetent.
This isn't a safety issue, it's LLM companies trying to be opaque and stop distillation.
Re: Stealing Reasoning Traces from Proprietary LLM APIs
#228Earlier quoted context omitted.
> But the real question is: Is it okay to steal By definition it cannot be stealing since you're paying for the tokens. It may be against their ToS, depending on what you end up doing with those tokens, but it cannot be stealing. If they charge by the token, all your tokens are belong to you :) I also find it very strange that everyone sort of accepts their ToS like no big deal. Imagine MS using the same terms for th…
I love how some of the biggest advancements in llms came from the Chinese labs, yet people still jump to distillation being unreasonably effective. Distillation is very good at creating smaller models from large ones sure, but nothing to me indicates it is 'unreasonably effective' compared to all the other bells and whistles being iterated on
(though maybe there's another interpretation of the thought alignment?)
Re: Stealing Reasoning Traces from Proprietary LLM APIs
#229So to make the APIs stateless (the "ideal" where they don't use server side sessions/etc) we ended up with this. I'm sorry but this is kind of hilarious. Given the salaries paid to the workers at these companies and the hype of the models, I can't believe they all fell to the same flaw.
The stateless part is also important for enterprise customers that require zero data retention.
(they could scope CoT access per model, but then users couldn't switch models mid-session)
Re: Stealing Reasoning Traces from Proprietary LLM APIs
#230This is laughable security. People claim security is now "solved" thanks to AI but from where I am standings it looks more like the fun 90ies making a return. Anyway, can someone explain the part about K3? What are they trying to say?