Hacker News new | ask | show | jobs
by MarcelinoGMX3C 51 days ago
MichaelRazum, you're hitting on something crucial many of us in the trenches are seeing. The "code is cheap" mentality, as you call it, leads to bloated, unreadable code. As baCist points out, if AI starts training on its own generated code, we're headed for a real problem with quality degradation.

I've found experienced developers leverage AI as a force multiplier because they can scrutinize the output, unlike juniors who often just paste and move on. The real skill is becoming an AI orchestrator, prompting effectively, and critically validating the output. Otherwise, if you're just a wrapper for AI, then yes, you become the "legacy developer" you mention because you're adding no critical thinking or value.

1 comments

My own repeated analogy is that it's been a lot like managing/leading a few foreign dev teams on a project. You have to document a lot more and have really well defined tasks, you also have to have dalliance in follow-up and QA/QC. The real difference is that you are getting results in minutes instead of days.

I can't imagine the people using many agents in parallel are actually even checking the fitness of the output they are generating, let alone the design, structure and quality of the code itself.