Hacker News new | ask | show | jobs
by skydhash 1 day ago
> And then I come to HN or reddit and I see people telling us that they cannot write decent production code, and this is just wrong. This isn't opinion wrong, it is objectively wrong

So how can you justify this comment of yours from your reply if you’re not measuring anything? Mind you, I can easily get good results from AI tools, but I don’t like the experience and the code is often over-engineered and drifts away from my target architecture.

But the worst is quickly loosing sight of the tiny technical details that matters when solving bugs or altering features. I don’t like typing code. What I like is to be able to go directly to the code that I need to change, modify it, and then verify that it works. Most of my time is spent deep thinking about the design of the software which is orthogonal to code.

And if there is one thing that is common about people fully onboard with LLM is that they can talk about the product, but they can’t argue about its behavior and its correctness. There’s no intrinsic model that they can compare with the real code. They don’t know the edge cases, the technical pitfalls, how the software will react if you modify one component. Any brainstorming session quickly turns into a slog because they cannot contrast approaches anymore. You can see the decay of understanding in realtime.

1 comments

Ok. I get what you're saying. I definitely agree with losing touch with the code, but I still review everything the agent writes, and I steer it heavily. My perspective is from what I observe. The entire industry (my industry) is embracing agentic coding. And I don't believe developers are doing it because they're stupid.

I think it is going to continue to get better, and I don't think we'll be having this argument in two years time. Our entire industry will look very different.