|
|
|
|
|
by kaydub
146 days ago
|
|
I usually have multiple agents up working on a codebase. But it's typically 1 agent building out features and 1 or 2 agents code reviewing, finding code smells, bad architecture, duplicated code, stale/dead code, etc. I'm definitely faster, but there's a lot of LLM overhead to get things done right. I think if you're just using a single agent/session you're missing out on some of the speed gains. I think a lot of the gains I get using an LLM is because I can have the multiple different agent sessions work on different projects at the same time. |
|