Hacker News new | ask | show | jobs
by embedding-shape 13 hours ago
> Yes there is still human input but it requires comparatively no skill or depth and it gets easier by the month. If I were lobotimized today I'd still be able to function as half-assed architect to AIs anyway.

Hard doubt, software engineering is so much more than just literal coding and typing. At least for many of us, the coding/typing part is the easy stuff, everything around that is where the actual engineering happens. If I were lobotomized, maybe I'd get ~10% done today as the day before, if I'm lucky. Even with my full mental capabilities, the agents end up on wild goose-chases unless I'm very specific with what I want, and even sometimes ignoring things if they're too complicated/takes too long, so a bit of thinking is still required to get the right prompts.

And considering how subjective programming is, since it's a creative endeavour after all, I'm not that worried somehow all programmers will be unemployed in just some years.

> When was the last time

Frequency of something doesn't tell you how big of an issue something is, for all we know, HN community (or even the moderators) could have been tired of all the circular conversations where nothing new is being said, and downvote it. Doesn't really tell us much.

1 comments

Honestly conflating coding with typing tells me your idea of coding is very different to what I used to do.
Use whatever labels you want, apply charitable reading and I'm sure even you could understand what I mean here. Clearly there are at least two sorts of tasks (or used to anyways) in "software engineering" as a whole, one more mechanical and one more about thinking.
It just shows you haven't programmed computers much so your opinion is largely speculative.
What exactly shows that? That I think thinking about code/design and typing code are two different activities? Maybe you disagree, around myself and my peers that'd be a minority perspective, but it's not speculative, based on real experience.
> apply charitable reading and I'm sure even you could understand what I mean here.

Beautiful burn.

Coding is literally writing code, instructions in plain text that control the behavior of computer. That implies knowing which instructions to write.

But creating software is much more than that. Just like writing an essay involves more than just typing words. Other activities include: Architecture, Requirements analysis, Debugging, Testing, Integration,…