logoalt Hacker News

loveparade • today at 2:07 AM • 0 replies • view on HN

For me the most useful thing about plan mode in Claude or Codex is not the plan, I usually barely read it, it's that it forces models to gather as much context as possible before implementing. Without plan mode models tend to implement wrong solutions because they are reading minimal context before writing code.

Of course this can be done with just another prompt, but that's what plan mode is anyway, just a different prompt.