Ask HN: Is AI assisted programming going to change productivity expectations?

10 points by caprock a day ago

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?

muzani a day ago

$20 pays for about an hour of extra productivity per month. If you get that much, you have your ROI.

Is that an hour not spent googling? Is that an hour of extra energy because I didn't need to sift through a 5000 line log dump? It's pretty good.

The actual value I get from agents is it's a rubber duck+Google, not that it writes code. It's also a journal of my previous train of thought. I can 'code' while in the train now, or 15 min before a meeting instead of blocking out 4 hours.

It's closer to 2x for me, realistically. But anything more than 2 hours per month seems greedy.

But that 2x productivity doesn't mean I get twice as much done. It means some of my colleagues get laid off, some interview/freelance/side hustle because they're worried about getting replaced by AI. The whole mess means return to office which ends up in 0.5x productivity and 1x net productivity.

But we need a few less engineers and managers so I guess that $20 and the $20000 office space is worth it in the end.

andrewfromx a day ago

slowly over time yes but don't worry, you will always just have to do what an average human does. If you want a raise, a little bit more than average. If you want to be a founder? 100x more. It's the same system, same median averages and bell curve.

aristofun a day ago

> 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.

Nope. Meta-traditionally-philosophically programming is about software _engineering_.

Code is just a byproduct, intermediary, leftovers etc of the process. Liability, not an asset.