How much can you delegate to agents?
Posted by duck 4 days ago
Comments
Comment by parasti 4 days ago
Comment by DanielHB 4 days ago
Most "classic" computer systems (code that runs on a CPU) are not strictly formal[1], but they are orders of magnitude more formal than human language.
[1] things like distributed systems, memory corruption, performance characteristics, etc can make a system behavior not predictable
Comment by ithkuil 4 days ago
Presumably agents can both help maintaining/mediating such communication and also benefit from the context they acquire through that
Comment by embedding-shape 4 days ago
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?".
Comment by jolaflow 4 days ago
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.
Comment by ithkuil 4 days ago
Comment by jolaflow 4 days ago
Comment by steve1977 4 days ago
Comment by jolaflow 4 days ago
Comment by ulfw 4 days ago
Comment by Incipient 4 days ago
Edit: I have no clue if they earn their tokens, but as I get them 'free' on the sub I haven't needed to evaluate.
Comment by ChicagoDave 4 days ago
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.
Comment by ChulioZ 4 days ago
Comment by SOLAR_FIELDS 4 days ago
Comment by Frieren 4 days ago
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 people that use planning with AI then ignore their teammates, other teams, etc. then it is time to reconsidering their way of working.
Comment by SOLAR_FIELDS 4 days ago
Comment by sixtyj 4 days ago
Comment by h2aichat 4 days ago
Comment by _davide_ 4 days ago
Comment by apical_dendrite 4 days ago
Comment by drybka 4 days ago
Comment by bhkdotdev 4 days ago