How much can you delegate to agents?
duck
47 points
8 comments
July 29, 2026
Related Discussions
Found 5 related stories in 64.0ms across 6,361 title embeddings via pgvector HNSW
- Who manages the agents? GavCo · 71 pts · July 11, 2026 · 56% similar
- My Agent Setup carimura · 100 pts · August 12, 2026 · 53% similar
- What's the deal with all the random weekly quota resets for agents lately? minimaxir · 28 pts · July 18, 2026 · 51% similar
- Agent-talk: Enabling coding agents to work together xhluca · 48 pts · July 16, 2026 · 46% similar
- Show HN: Oodle.ai – $10 per million agent traces kirankgollu · 29 pts · July 14, 2026 · 45% similar
Discussion Highlights (5 comments)
jolaflow
Interesting. When it comes to auditing, I think there is also another layer to be verified - the intent. We have tooling for static analysis and automated tests, but drift in intent or vision is hard to detect. After leaving agents unsupervised for longer periods of time, the biggest questions tend to be "how did it arrive at this conclusion?" and "did we drift from the initial vision?". Typically these questions are hard to answer as you only review the final state of the workflow. I recently built an issue tracker that does offer time-traveling as a core feature. Somewhat unexpectedly this turned out to provide a much sought for overview allowing for a better workflow audit, as detailed here: https://dev.to/ljtn/vision-drift-addressing-the-next-problem... Would be interested to hear your thoughts. I guess vision drift would classify as something that is hard to reverse, because you often don't realize it has happened until much later.
apical_dendrite
There are so many other factors. Will people be pissed if they expected your output and got AI slop instead? Will you lose context on something that you really need to understand?
ChicagoDave
I work on my MacBook in direct terminal sessions or in a container with no safeguards. I save the container for well-planned units of work that can easily be repeated and validated on a branch. I use direct sessions when I expect and the plan dictates that Claude might go off target and I need to hold the steering wheel. Fable has increased my use of the container option.
ChulioZ
How do you draw the line between a human review at level 1 and a human safety gate at level 2?
SOLAR_FIELDS
This is a very long form way of saying “understand the work you are dispatching, and if you don’t, ask questions until you do”