Ask HN: Is AI assisted programming going to change productivity expectations?
11 points by caprock 2 days ago | 5 comments
So, many of us have been working with various IDE which has tightly integrated conversation and code generation features. With minimal prompting, one can extend existing programs to add intricate and complex functionality. It writes good code, and matches all the surrounding style etc.
Traditionally, programming (in a meta sense) is about this loop between thinking about what to code, and then writing that code. Sometimes you have to break the loop and go learn how to do something.
Very very generically speaking, your work-a-day software engineer might spend a morning like this:
A. Spend an hour reviewing requirements and decide what code to write, how it should be factored, etc.
B. Spend a few hours writing that code
Now, with good code generation from AI, step B might be cut down to 30 minutes for time to generate and then review the generated code.
I'm finding this experience to be very interesting.
Do you think this is going to be widespread enough that expectations around productivity are going to raise? Is it more likely that I have to deliver 4x more jira points or that I get 4x more free time each data in the office?
CM30 10 hours ago | next |
I wouldn't be surprised if expectations have already increased in many years because of these tools. A lot of coding tests for new roles seem to expect a level of work that would have taken a week or so a few years back, and I half suspect they've been tuned on applicants using ChatGPT/Claude/whatever to handle everything.
So it would make sense for a lot of companies to think "well, these LLMs making coding 'trivial' now, let's ask our developers to do a lot more work now they don't need to think too much about it". The fact that debugging AI generated code can be hellish, or that these systems have more and more obvious limitations the further you get from the ideal situation (coding CRUD systems in JavaScript or PHP) probably won't cross their minds.