Fable 5 vs. GPT-5.6 Sol on an NP-Hard Problem: Does /goal help?(charlesazam.com)
249 points by couAUIA 1 day ago | 123 comments
tl;dr: Testing Claude Fable 5 and GPT-5.6 Sol on an unpublished NP-hard fiber-network optimization problem (KIRO), Fable 5 dominated with the best and most consistent solutions. The `/goal` persistence feature won 4 of 6 matched trials but made mean performance worse for both models, since extra iterations amplified bad solver choices as often as good ones. Notably, Claude and Codex implement `/goal` differently—Claude uses an external Haiku evaluator on the transcript, while Codex persists state and lets the working model grade itself.
HN Discussion:
  • ~Chart visualization is confusing due to inverted y-axis despite 'lower is better' label
  • ~Alternative modes like ultra mode would be better for search strategies than /goal
  • Personal experience confirms Claude is losing to Codex/GPT in coding tasks
  • /goal has become a valuable replacement for plan mode in daily workflows
  • ~GPT should excel at optimization problems given competitive programming wins, aligning with results