a tool that can be extremely helpful at times and extremely sucky at other times but that is still, on average, a time saver?
I can tell you that while I use AI, it's basically a compressed version of stackoverflow to me. I don't bother with agents because I simply don't have that much code to write. The nature of code didn't change. Less code is better code, and it's a strong smell when people claim that they needed an agent to save time.
When I do have a new project, there's an extremely high chance that I can reuse existing code from another project that already has passing tests, or I am experienced enough to know what exactly needs to be done. I can probably finish my part within the sprint or faster. The agent can only introduce risk to the project timeline or code quality.
This isn't me being arrogant or "anti-AI". The hard part of software development has always been collecting consistent requirements from various stakeholders. I'm pro-AI in the sense that, when used correctly, it helps junior devs learn and otherwise shines a spotlight where the real bottlenecks are (project management and delays).
Comments
I can tell you that while I use AI, it's basically a compressed version of stackoverflow to me. I don't bother with agents because I simply don't have that much code to write. The nature of code didn't change. Less code is better code, and it's a strong smell when people claim that they needed an agent to save time.
When I do have a new project, there's an extremely high chance that I can reuse existing code from another project that already has passing tests, or I am experienced enough to know what exactly needs to be done. I can probably finish my part within the sprint or faster. The agent can only introduce risk to the project timeline or code quality.
This isn't me being arrogant or "anti-AI". The hard part of software development has always been collecting consistent requirements from various stakeholders. I'm pro-AI in the sense that, when used correctly, it helps junior devs learn and otherwise shines a spotlight where the real bottlenecks are (project management and delays).