logoalt Hacker News

throwuxiytayqtoday at 6:10 AM0 repliesview on HN

> thinking of previous turns is stripped with the responses API

Why do they store an encrypted reasoning payload in the session file and pass it to the API? Just a ruse? Reasoning isn’t even that many tokens, you think they’d degrade their model quality like that?

Reasoning messages would be lost immediately after a single tool call, unless you mean they sometimes go back and strip the reasoning channel retroactively, but that would increase costs via cache invalidation. I just don’t see any way it would make sense for them to do.

And wouldn’t this be noticeable by reasoning tokens not being accounted for in the context window usage?