My zone is the big-picture zone. What are we building, what needs to be done, how do the interrelated bits all come together? I can tell an agent "go implement X" and start planning Y that comes after it.
I don't really get in the zone for raw code typing, that's always been a slog.
I cannot imagine being able to plan the next thing when I don't know what issues the coding agent might run into with the previous/current task. It feels like a waste to be planning the next thing when my previous plan may turn out to be wrong. The only thing I can really think to do is to wait for the agent to be finished, which makes getting distracted by social media and other random stuff really easy. Total opposite of being in the zone.
> My zone is the big-picture zone. What are we building, what needs to be done, how do the interrelated bits all come together? I can tell an agent "go implement X" and start planning Y that comes after it.
Well hang on, why wouldn't you just have another agent planning Y for you? And then just come back and review what it comes up with?
I don't really get in the zone for raw code typing, that's always been a slog.