Ask HN: AI productivity gains – do you fire devs or build better products?
i was rolling my eyes at the hype, but reading about this is totally different from experiencing it. if you have any old repos out there - try it, you might actually be amazed. i'm not sure i buy the long-term "*90% productivity*" claims for complex, legacy enterprise systems, but for the boilerplate, libraries, build-tools, and refactoring? the gain is gigantic. all the time-consuming, nerve-wrecking stuff is mostly taken care of. you start off checking every diff like a hawk, expecting it to break things, but honestly, soon you see it's not necessary most of the time. you just keep your IDE open and feed the "analyze code" output back into it. in java, telling it to " add checkstyle, run mvn verify and repair " works well enough that you can actually go grab a coffee instead of fighting linter warnings. the theory is that what remains is just the logic and ideas . we'll see how that holds up when the architecture gets genuinely tangled. but for now, letting it branch off, create boil
Continue reading on Hacker News
Opens in a new tab



