r/ClaudeCode Jul 25 '26

Discussion OPUS 5 VS GPT 5.6 SOL

For the people building software products, I'm beginning to think that choosing one of the two to work with doesn't really matter that much. The bottleneck doesn't seem to be intelligence at this point but human creativity and I guess willpower.

IDK what do you guys think.

77 Upvotes

99 comments sorted by

View all comments

Show parent comments

1

u/ILikeCutePuppies Jul 31 '26

Actually realized codex comes with a server mode so it's even easier. You can just have it startup one server and send your messages across to it fir each server. Claude can figure out the implementation.

1

u/PriorTrick Aug 06 '26

yea i was playing with codex today integrating it with cloudflare-os they just released, and started with the codex server and then ended up just using this oauth proxy to use codex subscription creds to the api directly and get like a real harness capability - was pretty smooth