Codex对比评测约 2 分钟

长任务别让 Sol 空转

Codex Burns Tokens vs Claude Sleep

要点

  1. 周级长任务上,Claude Code 会用监控脚本休眠省 Token,Sol 却对每个信号持续分析。
  2. Codex 的主要缓冲是约两天一次的额度重置,不是运行时更省。
  3. 可让它设 heartbeat 隔几分钟才醒,或写进全局 AGENTS.md 用 automation 监控。
  4. Codex 其实有 monitor 工具,但不如 Claude Code 那样主动去睡。

原帖开头

a big difference between Codex vs Claude code for long horizon (eg week long) tasks is that CC uses monitoring scripts that allow it to "sleep" and conserve a ton of tokens. Sol burns through tokens as it keeps analyzing every signal that comes back. The main saving grace for cod