There has been numerous examples of an agent commiting to a two-step task, e.g. writing a Python then execute it right away, or exec run a process then tell me the results.
For my main agent, most of the time it will have no problem starting the second task right after first. But for another agent of mine, 10 out of 10 times it will "stutter" - like writing the Python script then it stops until I give it a nudge, or doing the exec, wait for the process status, then just stops until I give it a nudge, even after the process has ended.
Is that like a bug in the system? Version is 2026.3.28. this isn't a show stopping issue, but I would say it is pretty annoying.