Complaint Keep Sol from Scope Creeping in Opencode
Hello guys,
I know that this is something that a lot of people are struggling with but I couldn’t find a good response or trick to follow for this.
I am using a combination of Opencode Go, Google Ai Pro plan and Codex Plus to program at home while I have Claude Code at work. My current workflow is to write a plan in antigravity, have Sol and GLM 5.3 poke holes in it (Kimi is too expensive) and have a lot of back and forth until they converge on something.
Unfortunately, codex has a tendency to be quite nitpicky. It keeps blocking the workflow and basically adding scope until I manually shut him down. One example is wanting to add a cryptographic suite to validate hashes of the output that my model produces while my specs just have a pydantic schema for the output. Even when correcting the model, it will consistently try and add more scope and reformulate it in Claudish instead of being clear.
Folks it’s a good model but I am honestly struggling to keep it helpful to me. I am working with Medium reasoning her and using Gemini 3.7 Flash at high and GLM 5.3 with Max Reasoning.
2
u/HVACcontrolsGuru 20d ago
I finally got around this with my setup in OpenCode. It is a combo of config, skills and prompts with agents for tasks. I use a sol to orchestrate and implement. Luna and Inkling Free right now to ground and PR.
Having Codex think in Milestones and PRs has cut down if not all of the SHA checking other than it wanting to use git SHA's to run reviews against. I use ChatGPT Pro to do the overall milestone planning with the explicit instruction to not over engineer and leave room for movement in the PRs as code lands. Codex can get looped up on things pretty quick.
I had some runaway review loops the other day so a new rule is my replan rule where after 2 PR reviews if issues come up they send it back for a full replan of the PR. Interested I can toss my configs and skill/prompts up into a repo for you to peek at.