Agents going idle = 0 productivity #533
Replies: 1 comment
-
|
The idle state is by design, not a bug. AO uses a human-in-the-loop model where the agent pauses before taking consequential actions (commits, file writes, running commands that change state). This is a safety boundary, not a limitation. If you want less manual clicking, there are a few things you can do:
The architecture is intentionally conservative because autonomous agents that can write code, commit, and push without any checkpoint are a security risk in production repos. The idle state is the tradeoff for that safety. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I really liked how the AO works, but agents keep going idle and having to manually click to post is killing productivity.
If we have an agent orchestrator it should resolve things alone, he is the Architect Engineer.
Any way to solve this?
Beta Was this translation helpful? Give feedback.
All reactions