Parallel AI agents are a game changer
morningcoffee.io
Parallel AI agents are a game changer
1–10 of 88 posts
Re: Parallel AI agents are a game changer
#2LLMs write so much code in such a short time that the bottleneck is already the human having to review, correct, rewrite.
Parallel agents working on different parts of the application just compound this problem worse, it's impossible to catch up.
The only far fetched use case I can see is swarming hundreds of solutions against a properly designed test case and spec documents and having an agent selecting the best solutions.
Still, I'm quite convinced humans would be the bottleneck.
Re: Parallel AI agents are a game changer
#3Look, I like AI coding but we're already way past the need for parallelism. LLMs write so much code in such a short time that the bottleneck is already the human having to review, correct, rewrite. Parallel agents working on different parts of the application just compound this problem worse, it's impossible to catch up. The only far fetched use case I can see is swarming hundreds of solutions against a properly desi…
https://www.claudelog.com/mechanics/you-are-the-main-thread/
Re: Parallel AI agents are a game changer
#4Or UML tool that generate code?
Re: Parallel AI agents are a game changer
#5Re: Parallel AI agents are a game changer
#6Wouldn't the first "AI" use in coding be code suggestions that IDE's have already had since before LLMS? Or UML tool that generate code?
Re: Parallel AI agents are a game changer
#7Re: Parallel AI agents are a game changer
#8PS: I have no affiliation with Parallel the company
Re: Parallel AI agents are a game changer
#9If we're going to say, who cares, with LLMs we'll never need 20 year old codebases we'll just keep writing new stuff, OK you do you.
Re: Parallel AI agents are a game changer
#10Look, I like AI coding but we're already way past the need for parallelism. LLMs write so much code in such a short time that the bottleneck is already the human having to review, correct, rewrite. Parallel agents working on different parts of the application just compound this problem worse, it's impossible to catch up. The only far fetched use case I can see is swarming hundreds of solutions against a properly desi…
The sweet spot for me tends to be running one of these slower projects on a worktree in the background, and one more active coding project.