Mini-coders like this shine when you pair them with a proper multi-agent setup. One pattern worth trying: run a fast cheap model for exploration and a slower smarter one for final implementation, side by side in separate terminal sessions. The context switching overhead kills productivity though. Whatever terminal workflow you land on, make session persistence non-negotiable. Losing an agent mid-task because of a dropped connection is brutal.