HN 提问:思考的努力是如何实现的?

2作者: simianwords23 天前
Claude 和 ChatGPT 都有一个“思考”的设置,你可以调整允许的思考量,例如低、中、高、超高等等。 但它们底层是不同的模型吗?还是同一个模型但参数不同? 我之所以这么问,是因为在 Claude 的代码中,如果我在对话中途更改“思考”的参数,会收到一个警告,提示我可能破坏了缓存。 我不认为 Codex 会出现这种情况,因为当我更改“思考”的参数时,响应速度仍然很快。
查看原文
Claude and ChatGPT have thinking efforts where you can tune the amount of thinking allowed.<p>Like low, medium, high, xhigh and so on.<p>But are they different models underneath? Or same model with different parameter?<p>The reason I ask is because, if I change the effort param mid conversation in Claude code, I get a warning suggesting I’m breaking the cache.<p>I don’t think this happens in Codex because when I change the effort, the responses are still quick.