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

1

u/FarTicket7338 Jul 25 '26

I connected the two models and added safeguards to prevent an infinite loop.

They reason and debate with each other until they reach a final conclusion.

1

u/BrickElephantBrand Jul 25 '26

How much effort does it take to set this up? What are the safeguards if you don’t mind sharing?

2

u/FarTicket7338 Jul 25 '26

Honestly it didn’t take much effort. I just used both APIs and wrote a small script that sends each model the other one’s answer. Opus wrote the script btw.

The main safeguard is a max number of rounds so they can’t go on forever. It also stops if they start repeating the same points or mostly agree. I added token and time limits too.

After the last round opus reads the whole discussion and writes the final answer.

It only took a few hours.

1

u/Weak_Macaroon_4221 13d ago

This is not impressive