Earlier quoted context omitted.
Depends on the prior state. For one codebase I work in, LLM written code is noticeably and measurably (we have literally measured it for bugs, performance, etc.) better than what existed before. So the LLM code is a welcome change.
I find this shocking though not unbelievable. Could you share how you measure this accurately? I'm interested in integrating such measurements into our services as well.
AI handles incidents, engineers lose touch with their systems
241–250 of 375 posts
Re: AI handles incidents, engineers lose touch with their systems
#242Its true we will lose the skills, but so far the LLMs are more than picking up the slack when wielded competently. They _regularly_ go above and beyond when troubleshooting and frequently in 1/2 - 1/1000th of the time. I remember spending entire days troubleshooting in the before times. Now it's like 30 minutes, tops, on literally any issue. This is what progress looks like. We used to do a thing and now we don't.
> when wielded competently. And what happens when the competency drains away?
Re: AI handles incidents, engineers lose touch with their systems
#243Its true we will lose the skills, but so far the LLMs are more than picking up the slack when wielded competently. They _regularly_ go above and beyond when troubleshooting and frequently in 1/2 - 1/1000th of the time. I remember spending entire days troubleshooting in the before times. Now it's like 30 minutes, tops, on literally any issue. This is what progress looks like. We used to do a thing and now we don't.
Who is going to teach programmers to wield AI competently?
Re: AI handles incidents, engineers lose touch with their systems
#244Earlier quoted context omitted.
Depends on the prior state. For one codebase I work in, LLM written code is noticeably and measurably (we have literally measured it for bugs, performance, etc.) better than what existed before. So the LLM code is a welcome change.
I find this shocking though not unbelievable. Could you share how you measure this accurately? I'm interested in integrating such measurements into our services as well.
Re: AI handles incidents, engineers lose touch with their systems
#245A natural evolution of engineers losing touch with the customers and users. I'm noticing some of the concern play out regarding AI weakening the capabilities of software people. I gave the team an exact solution on a silver platter and they still failed to identify how to go about it after 3 days slamming it into Claude. The resolution is literally 1 line of code that could be arrived at in about 30 minutes of patien…
As a bonus, that person will spend half of the week asking their peers for crazy delusional stuff.
Re: AI handles incidents, engineers lose touch with their systems
#246Earlier quoted context omitted.
I can share a weird story: Usually, I take my time to understand each keyword of the code I'm looking at, especially if it is new to me, like terraform. I work in a team/with one architect, who only did the DevOps/Infra stuff for the past years and I had the expectation he knows what he is doing and talking about. At around 2 weeks, I noticed how his knowledge has severe gaps and how he takes things at face value or…
You captured this phenomenon very well in this comment. Appreciate you sharing it because it’s hard to describe exactly what makes this sort of behavior so bizarre.
Re: AI handles incidents, engineers lose touch with their systems
#247Earlier quoted context omitted.
The funny thing is that if you never understand the codebase then you will keep thinking Claude is doing a great work delivering all this incredible software, when all it has done is created unnecessary tech debt.
Which at some point the developers who actually still do know how to program are either going to have to clean up or in terminal cases rewrite. In a way all we've done (currently) is drastically expand the amount of technical debt across the whole industry. Should be profitable for the ones who can still actually program though and haven't let their skills atrophy by letting Claude do everything . I don't deny there…
The demand for real programming skills will become infinite (again).
someone who can actually read, understand, and debug code. when the clankers get stuck.
unfortunately, there will be only be a dozen people.
Re: AI handles incidents, engineers lose touch with their systems
#248Earlier quoted context omitted.
I have also a weird story to tell that a human did and it is as crazy as this. It happen in 2019 so no LLMs at all. A person that was hired as an expert in our startup spent more than one week full time working on implementing his solution to the problem we were having. I checked the code after one week to see the progress and was curious how they are implementing an already crazy sounding idea. I found that the whol…
Jesus Christ... and then? What happened to him? What was the conclusion? Did he get paid?
that is the deal for an employee, you put in the hours, you get a check.
today, this individual is CTO- Vibecoding at Uber.
Re: AI handles incidents, engineers lose touch with their systems
#249Earlier quoted context omitted.
I find this shocking though not unbelievable. Could you share how you measure this accurately? I'm interested in integrating such measurements into our services as well.
I find it unbelievable. I've seen the code LLMs write and it sucks compared to what a typical human produces. The only way an LLM is doing better than human programmers is if your human programmers were producing really terrible work.