← Back to context

Comment by adius

9 hours ago

Such a massive undertaking would be almost impossible without AI agents, so yeah, they help me. But with around 5000 tests, they are actually helping to improve the software quality!

are all the tests hand written or are some agent-contributed? curious

  • What’s the difference if you review the code getting merged?

    • Reviewing the correctness of code is a lot harder than writing correct code, in my experience. Especially when the code given looks correct on an initial glance, and leads you into faulty assumptions you would not have made otherwise.

      I'm not claiming AI-written and human-reviewed code is necessarily bad, just that the claim that reviewing code is equivalent to writing it yourself does not match my experience at all.

      1 reply →

    • i mean idk that's sorta like asking what's the difference of having tests if you review the code getting merged

Did you actually review 313,397 LOC written by claude? And you wrote the tests? That's honestly very impressive if yes.