DEV Community

luc
luc

Posted on

AI Agents Can Code. But Who Manages the Work?

AI coding agents are getting surprisingly good at completing individual tasks.

But once you have multiple agents working on a real project, a new problem appears: coordination.

Who owns the task?
What is already being worked on?
What needs human review?
Where is an agent blocked?

I’ve been exploring Sharkly around this idea: treating AI agents as actual participants in the project workflow, alongside human teammates.

It feels like the next step after simply adding AI to development tools.

How are you currently managing work across multiple AI agents?

Top comments (0)