Theme 1 – Preference for full‑featured agent frameworks
Many users favor more complete platforms that include features like prewalk, even though they’re heavier than lean installs.
“It's definitely the opposite of a lean install like Pi, but I find it works a lot better than OpenCode. It's also very very active, with a lot of cool new ideas like this prewalk in it.” – AshamedBadger56
Theme 2 – Hierarchical planning with sub‑agents
A common workflow involves a main agent drafting a plan and then spawning focused sub‑agents for individual phases, followed by a review.
“Lately I'm trying a variation on this: Have the main agent make a phased implementation plan, then for each phase, have it start an implementation subagent with a focused prompt, then review that agent's work in the main session.” – wrs
Theme 3 – Cost‑driven model selection & token economics
Users stress that cheaper models are often preferable, especially when token usage dominates cost.
“Try plan with opus 4.8 and then implement with Deepseek v4 flash – its 35× cheaper for reads, 90× cheaper writes, and 18× cheaper cache reads.” – nchmy
These three themes capture the dominant viewpoints in the discussion.