| It makes me feel very secure in my job that so many engineers ITT are downplaying the ability and productivity of AI coding tools. You can pry cursor out of my cold dead hands. If you aren't seeing a 10x boost, then you must not have tried it lately, or haven't got the experience to prompt well. What it excels at:
- Boilerplate code that's been written 1000x, which can saps your time and enthusiasm for the meaty problems beyond that. - Complex DSA work. It has been demonstrated millions of times in training material. - Simple and tedious tasks like making dummy data for tests and struct literals. - Tightly scoped refactors. Where does it falter? - Mapping your product/business to the code or abstractions needed. I think this is where junior devs struggle to leverage it. - Doing large scale multi-file refactors without proper specifics, guidance, and context. It also can't write a huge project from scratch. Humans are still need to fit the pieces all together or provide guidance. I think this gap closes soon. Code quality simply isn't a problem IME. If it didn't one-shot your dream abstraction, you probably weren't specific enough in the prompt. Most human-written code is also junk, so pointing out a minor gaffes isn't really a dunk on AI. It's still a massive productivity booster if wielded by even a half-competent engineer. |
To pile on: if a large part of our job is purely mechanical, then there is a bigger problem with our engineering processes and AI can't fix that.