logoalt Hacker News

jfrbfbreudhyesterday at 7:24 PM2 repliesview on HN

I spend about $3k/month (subsidized by the Claude Max plan).

I guess I fall under level 3 (2?): I typically have 3-6 agents working simultaneously on the same feature, they each make worktrees, code, run tests and put up PR’s. I also have Github actions which scan for regressions and security issues on each PR.

It makes my development cycle extremely fast: I request a feature and just look at Github and look for changes to my human readable outputs, settle on a PR, merge, repeat.

The issue is that I am now the bottleneck in my system. I find myself working basically non-stop, because there is always more to do. (Yes I know I can automate the acceptance criteria but that turns to slop real fast)


Replies

blksyesterday at 11:27 PM

So LLMs produce PR for you, and you quickly merge them? Does anyone besides you having even a little look at them?

wholinator2yesterday at 9:38 PM

It's interesting how quick automating others out of a job turna to automating ourselves out instead

show 1 reply