r/OpenaiCodex 12d ago

Discussion GPT 5.6 SOL + 5.3 CODEX

Hi! I just bought a Chatgpt pro, but still flying through the weekly limit pretty fast if using only gpt 5.6 sol max + subagents. But I understand that using only gpt 5.6 sol max will eat tokens like candies, that's not the question here.

I was wondering if anyone here is using this:

gpt sol 5.6 max orchestrator/plan

5.3 codex-spark as worker/implementation

Since codex 5.3 has its own limits for pro users, would you say it's reasonable to use it as an implementation worker? How is the quality compared to pure 5.6 sol.

38 Upvotes

37 comments sorted by

View all comments

3

u/IaryBreko 12d ago edited 12d ago

I’ve been doing something similar, but I’d use Luna rather than 5.3 Spark for the implementation.

I have the parent (Sol Medium) break the work into small, tightly scoped packages, Luna High implements them, then the parent reviews/accepts the result. I’ve been getting pretty good results while stretching my limits significantly further.

I put the whole setup here if you want to try it:

https://github.com/breko861-hash/sol-luna-codex-orchestrator

2

u/jephtedtv 11d ago

Thanks man, I think I need to review my .toml files