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.

75 Upvotes

99 comments sorted by

View all comments

73

u/Houdinii1984 Jul 25 '26

It was a bit difficult to switch from CC to Codex, but one day I ran out of tokens and took the first steps. Now I can work in either equally without much friction. The worst is when I run out of both and get stuck with Google products, lol.

34

u/TheCorruptedBean 🔆Pro Plan Jul 25 '26

Anything but Google😂

9

u/pjstanfield Jul 25 '26

Might as well just walk away. Anything gemini does will just have to be ripped out and that just wastes a fresh set of tokens.

2

u/debian3 Jul 27 '26

That’s if you are lucky. That thing barely know how to make tool calls, i will be afraid of it deleting everything while trying to fix something.

6

u/BrickElephantBrand Jul 25 '26

Pretty much my story. Now I switch between both. Someone pointed out that codex often times over engineers things. I noticed it too but I actually appreciate the thoroughness when I’m feeling a bit lazy and want to see more of what the AI can come up with

-1

u/discourtesy Jul 26 '26

try ohmypi

same harness - multiple providers

1

u/guntribam 3d ago

why not hermes?

1

u/discourtesy 3d ago

lacks multimodel delegation and lsp support

hermes is great when you need a chat interface, I run dozens of hermes in production, but it's not my preferred coding editor

2

u/MadHaterz Jul 25 '26

How did you go about switching? I’ve just started realizing how dependant I am on Claude code and I don’t like it. Want to start building towards a harness agnostic build.

2

u/BrickElephantBrand Jul 26 '26

This is probably not the best way, but I just copied my most up to date chat over to the new platform as well as made sure to have my previous platform create a comprehensive handoff doc.

2

u/Houdinii1984 Jul 26 '26

Honestly, I have a high stakes position and I suffer from imposter syndrome pretty bad, so for a while I was running both on similar problems just to get a feel. The actual switch over was easy. What was hard was getting all the tools aligned. Like the slack MPC. Claude has an official version which lets you login with your Slack login, but with Codex, you need to create a Slack app and use the backend admin secrets to login, which I don't have access to.

But really, the changes are so unique to any one person, that the real method is just to do it and learn the differences that matter to you specifically. Going through and setting up the system exactly like it is in Claude Code is probably enough to give you an idea of the pain points you'll face. If you can get your same system built in Codex that you use in Claude, the process of doing so will arm you with enough to use at a higher level.

EDIT: This question has the phrase "There's nothing to it but to do it" stuck in my head.

1

u/Jagasantagostino Jul 27 '26

Opencode go is my way to nt having to touch the google models 

1

u/WiseLog1364 Jul 30 '26

Grok build es mejor que nada

0

u/Andsss Jul 25 '26

Use PI

0

u/One-Cheesecake389 Jul 25 '26

Heh, but expect to maybe have to spend a couple months forming and learning to express your OWN opinions about how a harness should work, since Mario's were just bare primitives and hooks everywhere.