Remix.run Logo
mmaunder 2 days ago

“With this approach, I can manage to have 10–20 pull requests open at once, each handled by a dedicated agent.”

A quote from the post. No, I think my post is calibrated quite well considering what OPs post does to our industry.

hu3 2 days ago | parent [-]

Having 20 PRs open at once doesn't necessarily mean managing 20 agents simultaneously.

It can mean, for example, that 2 agents worked for some time in a list of 20 TODO features and produced 20 PRs to be reviewed. They could have worked overnight even.

You're seemingly judging from the least generous interpretation, which is not constructive and is also against HN guidelines fyi.

mmaunder 2 days ago | parent | next [-]

I’m not ok with someone self promoting here at the cost of thousands of people thinking they’re either not smart enough, or are doing something incorrectly. We saw this same pattern during the dot com boom a quarter century ago with self promoters creating a “you just don’t get it” culture which eventually collapsed like a house of cards. What we share should be reproducible by others and we should avoid hand wavey excitement without substance. Especially here on HN where many of the next great companies and ideas will be born.

hu3 2 days ago | parent [-]

Technology evolves. At some point there's going to be things that other people are doing that you can't replicate yet. That doesn't mean you're not smart enough. But it might mean that you are doing something wrong. Often though, you just got to try different things or wait for methodologies to consolidate and become mainstream.

Even if parallel agents is not something easily done currently, debating about ways to do it is constructive enough for me.

karn97 2 days ago | parent [-]

[dead]

shiroyasha 2 days ago | parent | prev [-]

Exactly! To make it more clear, here is how I approach my day:

9-10am: I comb through our issue list, figuring out which issues are well defined, which need more input or design decision. => I pick a hand-full, lets say 10 that I kick off to run in the background, and lets say another 10 for further specification.

10-2pm: I thinker with 10 issues to figure out the exact specs and to expand the requirement list.

2pm-6pm: I review the code written by the agents, one by one. I kick off for further work things that need more input, or merge things that look good.