What worked for us was treating agents as step-scoped workers rather than continuous copilots. Each step had explicit inputs, allowed tools, and a clear exit condition, then everything reset.
Once agents couldn’t carry assumptions or permissions forward, they became much easier to run alongside normal dev work without surprises. Curious how you’re handling step boundaries and “when to stop” signals.
proc0•1h ago