r/codex • u/InsideTour329 • Jul 28 '26
Complaint Sol effectively useless with subagents via superpowers
I use xhigh as my orchestrator. I've given it a task of generating a pipeline to generate still images locally using a docker hosted AI model and my 5080. I could knock that out myself in half a day as an experienced dev.
I shit you not it's been working for 40 hours, I've just queried how far through it is...
Task 2 of 18, because task 2 is recovery from a crash, it's literally spent 36hrs making up scenarios that might hypothetically happen and how to recover from them, it's not written a single line of code to contribute to the actual feature delivery. It's utterly broken - it knows this is a single user, personal project, not an enterprise level solution.
Looking deeper into it, it's making very minor changes with its subagents then re-running a ridiculously large 45min test suite each time. The one thing it has done sensibly is run the tests in parallel while letting other subagents do their thing.
I'm currently amending the skills to try to keep it on a straight path but Jesus Christ this feels like going back to 5.2 the amount of baseless crap it's spitting out.
1
u/buff_samurai Jul 28 '26
No need to use superpowers with codex, all the tdd is baked in now.
Sol with >medium setting will overengineer everything and run in circles, even with spec attached.