3

My boss asked me how much faster AI makes software development.

I said it depends.

He said:

“No, give me a percentage.”

So I gave him the most dangerous number a developer can give management:

“30%.”

Now apparently we can finish projects 30% faster.

The AI writes boilerplate quickly.

It generates tests.

It explains ancient code nobody wants to touch.

It writes SQL.

It converts one API format into another.

It even occasionally suggests a solution I wouldn't have thought of.

Great.

But then I spend 20 minutes reviewing a 30-second AI-generated function because the function is technically correct but completely wrong for our architecture.

Then another 15 minutes fixing an API call that uses a deprecated parameter.

Then another 10 minutes explaining to the AI that our database does not, in fact, contain a table called `users_archive_final_v2`.

Then I discover the AI confidently generated a library version that doesn't exist.

So yes, AI makes me faster.

But not in the way management thinks.

It doesn't remove the work.

It changes the work.

I write less code and review more code.

Which is probably fine.

Except now I have to review code written by someone who can produce 500 lines before I've finished my coffee.

Congratulations.

We automated typing.

We did not automate being responsible for the result.

Comments
  • 1
    @jestdotty > 'AI writing complaints about AI now'.

    Welcome to the age of 'agents'. As I understand it, this is just that. One AI doing some job, talking to another AI, doing its job... Could be wrong, though.
  • 1
    @D-4got10-01 yeah, it is called orchistration, thats the thing. One agent has a limited context window. To prevent it getting full it creates sub agents that will suffer from major context usage, summarize all information gathered and returns that to the orchistrator and based on that orchistrator will decide what the next step is. In theory, a piramid construction like a company would make sense, in reality, this is not how they work because in case of ai, it always ends badly.

    But this orchistraton is kinda the hot item.
  • 1
    Well, I never blame the tool, i always think: others dd stuff ffine with it, so it must be me and that is basically always the case. AI is a very, very hard tool to use for precision work. It is possible to master, but it takes more time than people spend on their jobs.
Add Comment