|
|
|
|
|
by Incipient
59 days ago
|
|
I'm a mostly solo dev, and I'm finding that being purely code-review for an AI is sub-optimal. Too often the AI runs off down bad paths which you only realise later, and unpicking the mess is most likely a productivity loss. Working more as a pair, or essentially doing code review as you go, in small chunks, is significantly better. I personally don't have the setup of tokens to spend to say "go build this entire thing" and then review 15k loc. I also find even opus is poor at coming up with tests to justify the business logic it's meant to be implementing. |
|