←back to thread

360 points tareqak | 1 comments | | HN request time: 0s | source
Show context
johncole ◴[] No.44469537[source]
I think we will see this lead to a boost in software developer employment.
replies(5): >>44469626 #>>44469700 #>>44469839 #>>44469938 #>>44469999 #
mlinhares ◴[] No.44469839[source]
I doubt it, the narrative is that software engineering is dead and everything will be replaced by AI, so that salaries can continue to be depressed. Just like the original passing didn't really cause much trouble in the general market this repeal will mostly just produce more shareholder value.
replies(3): >>44469868 #>>44470043 #>>44470207 #
seattle_spring ◴[] No.44470043{3}[source]
Anyone who knows anything about software and has used AI for more than 24 hours knows that AI won't be "replacing" software engineering anytime soon.
replies(2): >>44470070 #>>44470456 #
ldjkfkdsjnv ◴[] No.44470070{4}[source]
ive been coding 5+ hours a day almost every day for 15 years. i think ai will replace 70% of SWE in the near future. not employement, but 70% of the current work done by engineers
replies(4): >>44470205 #>>44470358 #>>44470470 #>>44471248 #
zeroonetwothree ◴[] No.44470470{5}[source]
I don’t even spend 70% of my time coding. I suspect that’s common and looking at data it’s more like 25% on average. So even if it replaces 100% of coding (unlikely) that’s the extent of the gain.
replies(2): >>44471537 #>>44472468 #
1. distances ◴[] No.44471537{6}[source]
Agreed, seems it's a great day if I get close to 50% of coding time. The rest is various meetings, communication, and code review.

And even with reviews you can currently plausibly automate only the code correctness check part, the juicy part of reviews is always manual testing of the change and doing the logical reasoning if the change is doing a meaningful thing. And no, the ticket with the spec is not a reliable source of this info for an LLM as it's always just a partial understanding of the concept.