logoalt Hacker News

submainlast Saturday at 10:31 PM1 replyview on HN

> The real secret to agent productivity is letting go of your understanding of the code and trusting the AI to generate the proper thing

The few times I've done that, the agent eventually faced a problem/bug it couldn't solve and I had to go and read the entire codebase myself.

Then, found several subtle bugs (like writing private keys to disk even when that was an explicit instruction not to). Eventually ended up refactoring most of it.

It does have value on coming up with boilerplate code that I then tweak.


Replies

maplethorpelast Saturday at 11:23 PM

You made the mistake of looking at the code, though. If you didn't look at the code, you wouldn't have known those bugs existed.

show 1 reply