I did when just starting on a new project, it was working well when I had many new components to implement. But as the project matured and stabilized every new feature is cross-cutting and it's impossible to parallelize the work without running into conflicts (design conflicts, where two agents would add similar overlapping mechanisms, and also the usual code conflicts, touching the same files). Also, with project ma…
Ask HN: Are you using an agent orchestrator to write code?
21–30 of 67 posts
Re: Ask HN: Are you using an agent orchestrator to write code?
#22Re: Ask HN: Are you using an agent orchestrator to write code?
#23Re: Ask HN: Are you using an agent orchestrator to write code?
#24How does one even review the code from multiple agents. The quality imo is still to low to just let run on its own.
Re: Ask HN: Are you using an agent orchestrator to write code?
#25And yes, we build our own orchestrator tech, both as our product (not vibes coding but vibes investigating), and more relevant here, our internal tooling. For example, otel & evals increasingly drive our AI coding loops rather than people. Codex and claude code are great agentic coding harnesses, so our 'custom orchestration' work is more about more intelligently using them in richer pipelines, like the above eval-driven loop. They've been pretty steadily adding features like parallel subagents that work in teams, and hookable enough to do most tricks, that I don't feel the need to use others. We're busy enough adapting on our own!
Re: Ask HN: Are you using an agent orchestrator to write code?
#26But don't take my word for it, try it out for yourself, it is MIT licensed, and you can create new projects with it or add it to an existing project.
Re: Ask HN: Are you using an agent orchestrator to write code?
#27I don't know what kind of work he's doing that doesn't require actually reading the code to ensure it's appropriately maintainable, but more power to him. I actually like knowing what the hell my code is doing and that it conforms to my standards before committing it. I'll accept his condolences.
Re: Ask HN: Are you using an agent orchestrator to write code?
#28That is why I'm going back to per function/small scope ai questions.
Re: Ask HN: Are you using an agent orchestrator to write code?
#29Especially with the latest models which pack quite a long and meaningful horizon into a single session, if you prompt diligently for what exactly you want it to do. Modern agentic coding spins up its own sub-agents when it makes sense to parallelize.
It's just not as sexy as typing a sentence and letting your AI bill go BRR (and then talking about it).
I'd like to see some actual results with a meaningful benchmark of software output that shows that agent orchestrators accomplish any meaningful improvement in the state of the art of software engineering, other than spending more tokens.
Maybe it's time to dredge up the Mythical Man-Month?
Re: Ask HN: Are you using an agent orchestrator to write code?
#30Having gone through his interview just now, his advice and experience seems centered around Vibe coding new applications and not really reflective of the reality of the industry. > But I feel sorry for people who are good engineers – or who used to be – and they use Cursor, ask it questions sometimes, review its code really carefully, and then check it in. And I’m like: ‘dude, you’re going to get fired [because you a…
However, the implication that someone failing to use an experimental technology is falling behind is hyperbole.