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”
> “understand the work you are dispatching, and if you don’t, ask questions until you do” My rant about this, not directed to the commenter but in general: I wish people would have been so interested on discussing and planning with teammates like they seem with AI tools. Because this is nothing new. Communication, knowing what you are doing, planning... was already a mandatory step for any engineering task. And if pe…
How much can you delegate to agents?
11–20 of 24 posts
Re: How much can you delegate to agents?
#12Earlier quoted context omitted.
> “understand the work you are dispatching, and if you don’t, ask questions until you do” My rant about this, not directed to the commenter but in general: I wish people would have been so interested on discussing and planning with teammates like they seem with AI tools. Because this is nothing new. Communication, knowing what you are doing, planning... was already a mandatory step for any engineering task. And if pe…
Dealing with humans is way harder than dealing with a machine that is programmed to agree with you
Re: How much can you delegate to agents?
#13Re: How much can you delegate to agents?
#14This post is full of things opposite of what I've found. An agent (claude code at least) will certainly refactor feature flags better than I ever could and is less likely to miss special cases. What the agent struggles with is business knowledge - context I hold in my head as a human communicating with other humans and working on a codebase over a long period of time.
Presumably agents can both help maintaining/mediating such communication and also benefit from the context they acquire through that
Re: How much can you delegate to agents?
#15Interesting. 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…
Re: How much can you delegate to agents?
#16Interesting. 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…
Re: How much can you delegate to agents?
#17This post is full of things opposite of what I've found. An agent (claude code at least) will certainly refactor feature flags better than I ever could and is less likely to miss special cases. What the agent struggles with is business knowledge - context I hold in my head as a human communicating with other humans and working on a codebase over a long period of time.
That's true. But we always desired that more business knowledge be shared in written form between humans (people come and go, work across time zones, ...). Presumably agents can both help maintaining/mediating such communication and also benefit from the context they acquire through that
What happens in practice, is that people use agents to write such communication down, don't review it, and then the wrong information persists, and future agents will regurgitate it, until it reaches a human who already know it's wrong who then goes "Huh, where did this come from?".
Re: How much can you delegate to agents?
#18Interesting. 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…
Would behaviour driven development be helpful here?
Re: How much can you delegate to agents?
#19Re: How much can you delegate to agents?
#20Interesting. 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…
I see vision drift happen routinely in most (all) human led projects.