Sick of waiting for agents to run and then having to debug

I am an engineer and i spend so much of my time using claude code, and its started out being great because I was able to get a lot done but its also incredibly frustrating. I spend so much time waiting for the agents to complete running, during which time i end up moving to another task. The context switching is so tedious.

For more complex tasks, I would like for it to happen without my input once i have given it multiple steps of instructions and let it to run. None of this is typically extremely complex instructions so it is something that claude code should be able to come up with on its own. Its just that it needs to ensure that each step works before moving to the next step (including retries, feedback to make improvements etc).

I have setup rules to do this and it works to an extent but it doesnt work when i have to E2E test things in a separate environment (like on a pre production environment). I would like for it to run its own tests, look at the multiple sets of logs and verify that its working and then get to the next step or retry. Kind of like a feedback loop that keeps getting monitored at all hours of the day.

1 points | by seafaithless 2 hours ago

1 comments

  • esafak 1 hour ago
    Multitask, use faster models, or fast mode. Write your specs tight enough that the agent can correct itself so you don't need to handhold it.