Hacker News new | ask | show | jobs
by booleandilemma 198 days ago
This is true. I've been anti-ai but I started using it recently as an alternative to stack overflow (because google is shoving it down my mouth via search results). It's pretty effective. It does get things wrong from time to time, but then I just fix it up manually. I can't claim it's making me 100x more productive or anything like that. It's just a nice alternative to scrolling through SO answers and looking for the one with the green checkmark.

I still find it sad when people use it for prose though.

1 comments

If an agent gets things wrong you should stop it and correct it instead.

Sometimes the correction will cost more than starting from scratch. In those cases, you start from scratch.

You do things manually only when novel work is required (the model is unlikely to be trained with the knowledge). The more novel the thing you're doing, the more manual things you have to do.

Identifying "cost of refactoring", and "is this novel?" are also developer skills, so, no formula here. You have to know.