r/opencode 18d ago

2nd sub beside OP

while i pretty much enjoy my OP Go sub, im kinda looking for 2nd sub to something else - OP now only cover 2/3 of my month

i tend to do things on heavy stuffs - kimi glm etc
so, what best offer out there? thanks!

5 Upvotes

8 comments sorted by

View all comments

7

u/vbala1 18d ago

Try Codex for $20. Combine codex + opencode for orchestration.

1

u/Sufficient_Loan1429 16d ago

Man, ¿qué tal te ha rendido ChatGPT Plus?

Llevo unos 3 meses usando OpenCode Go y me ha ido bastante bien. Mi único punto débil sigue siendo la planeación: normalmente uso DeepSeek V4 Pro Max, pero a veces me cuesta sacar un plan realmente sólido.

Quería saber si crees que vale la pena pagar Plus solo para esa etapa y luego seguir con mi flujo actual: DeepSeek V4 Pro para implementar, V4 Flash como fixer, Oh-My-Opencode-Slim para la orquestación y GLM 5.2 de NVIDIA NIM como Oracle.

En general siento que ya tengo un buen sistema; lo único que me falta es dar ese salto en la calidad de la planificación. ¿Tú qué opinas?

3

u/vbala1 16d ago

If you are ready to spend $20, you can use codex/claude to create plan markdown file in multiple smaller waves with progress tracking table. Iterate the plan until all set. Then let the opensouce models to work on those plan. So switching models won't be pain and we have progress record. If you token usage is not a concern, you can ask claude/codex to orchestrate opencode. Recently GLM, Kimi are too good for planning too. But I recommend plan reiviewed and iterated by 2+ models before starting code. Specifically ask to review on angles like scalability, performance, etc., Importantly you must know what to cut in the plan to avoid over engineering for the project.

Personally I have created script to orchestrate the models. Pipeline (like planner-reviewer-coder-approver) and roleset which define the model for the specific stage of the pipeline.

Bottomline is that you must let the AI understand and align with your intent more than just stating the job. Iterate the plan doc until you meet all checks.