Coding agents? The users are, presumably, both sober and paying attention.
This user is tired of clicking through to allow trivial commands to run, while being less and less engaged with the task at hand, but left with no alternative given the volume of changes others ram through.
That's the thing. I was once that guy who was meticulous about reviewing code and later making sure to approve every little change an agent wanted to make. But I mostly gave up because of the business demand to use AI to ram as many features through as fast as possible. I don't go full blown YOLO, but I do run agents in highly controlled VM instances and keep them fairly autonomous. Being asked questions or for permission every few minutes like the carpenter from that Seinfeld episode is a recipe for insanity.
You can take a more involved approach to AI assisted development. Work at the line/function completion level, rather than vibing inside a harness. Zed offers a lot of this style of development out of the box, and you can use Copilot inside VSCode for a similar experience, or use a regular harness inside a terminal pane in VSCode but discipline yourself to small, targeted edits. As a human you have the strongest right to be the loop. Be the orchestrator.
Comments
This user is tired of clicking through to allow trivial commands to run, while being less and less engaged with the task at hand, but left with no alternative given the volume of changes others ram through.
That's the thing. I was once that guy who was meticulous about reviewing code and later making sure to approve every little change an agent wanted to make. But I mostly gave up because of the business demand to use AI to ram as many features through as fast as possible. I don't go full blown YOLO, but I do run agents in highly controlled VM instances and keep them fairly autonomous. Being asked questions or for permission every few minutes like the carpenter from that Seinfeld episode is a recipe for insanity.
You can take a more involved approach to AI assisted development. Work at the line/function completion level, rather than vibing inside a harness. Zed offers a lot of this style of development out of the box, and you can use Copilot inside VSCode for a similar experience, or use a regular harness inside a terminal pane in VSCode but discipline yourself to small, targeted edits. As a human you have the strongest right to be the loop. Be the orchestrator.