We need 70% less coders as the AI handles most of the coding
51–60 of 87 posts
Re: We need 70% less coders as the AI handles most of the coding
#52What I don't think the HN bubble is fully familiar with is the fact that probably 70% of programming happening today is boring low paid drudgery (or maybe 50-90%). It's creating dashboards in BI tools, it's tweaking Wordpress themes, it's writing custom business processes in ABAP for SAP deployments, or it's 3-10 engineers doing the work of 1 so that a outsourcing company can bulk up its bills. This is the sort of wo…
I wonder how much of this can be actually automated by LLMs. Isn't substantial amount of time be just lazily spend tracking down what ever variable name or mapping to right thing? Just spend time adding very simple script as cronjob by CI/CD... And everything was copy paste. But it still took time to set up and name things. To get the small inconsequential details right.
What they won't be good at is when there are deeper semantics, when there are performance requirements, when there's a complex data model, or when you need to come up with the data model and consider how that will work over time.
Re: We need 70% less coders as the AI handles most of the coding
#53Basically almost all intellectually challenging problems have a major component of programming, to the point that most engineering professions are thought of a special case of 'programmer'. Data Scientists', ML engineers', Electrical engineers' valuable outputs are usually some kind of computer code.
Re: We need 70% less coders as the AI handles most of the coding
#54Earlier quoted context omitted.
> boring low paid drudgery > the sort of work that AI is coming for This is NOT what AI is coming for. Its too far from even barely capable for that sort of work. BI tools, Wordpress themes, layers and layers of internal tools for custom business processes are all incredibly fragile and intricately balanced. It will have to learn systems where extra empty tags in the xml response get accounts flagged for removal, sys…
They literally said in the earnings call that they now need fewer third party developers because of AI. And this is one of the biggest legacy companies on the planet. Strange that the people in the trenches are saying that AI is helping them, but people on HN are screaming that AI is useless…
Re: We need 70% less coders as the AI handles most of the coding
#55Re: We need 70% less coders as the AI handles most of the coding
#56Earlier quoted context omitted.
> boring low paid drudgery > the sort of work that AI is coming for This is NOT what AI is coming for. Its too far from even barely capable for that sort of work. BI tools, Wordpress themes, layers and layers of internal tools for custom business processes are all incredibly fragile and intricately balanced. It will have to learn systems where extra empty tags in the xml response get accounts flagged for removal, sys…
They literally said in the earnings call that they now need fewer third party developers because of AI. And this is one of the biggest legacy companies on the planet. Strange that the people in the trenches are saying that AI is helping them, but people on HN are screaming that AI is useless…
I mean, it sounds a lot like a standard management failure mode, which must be about half a century old at this stage: pretend you can get by on X% of staff due to [faddish pretext], then a year later when the cracks start showing quietly hire more people again. The nature of the fad changes, but the basic story is generally about the same.
Actually, I’m not sure it’s even that; at this point the claim seems to be that they _can_ get by on 30% of the staff, not that they _are doing so_. There’s a decent chance this is just a case of “oh, shit, earnings call coming up, we have to mention AI because the markets like that”, tbh.
Re: We need 70% less coders as the AI handles most of the coding
#57Re: We need 70% less coders as the AI handles most of the coding
#58What I don't think the HN bubble is fully familiar with is the fact that probably 70% of programming happening today is boring low paid drudgery (or maybe 50-90%). It's creating dashboards in BI tools, it's tweaking Wordpress themes, it's writing custom business processes in ABAP for SAP deployments, or it's 3-10 engineers doing the work of 1 so that a outsourcing company can bulk up its bills. This is the sort of wo…
> boring low paid drudgery > the sort of work that AI is coming for This is NOT what AI is coming for. Its too far from even barely capable for that sort of work. BI tools, Wordpress themes, layers and layers of internal tools for custom business processes are all incredibly fragile and intricately balanced. It will have to learn systems where extra empty tags in the xml response get accounts flagged for removal, sys…
I fired the me responsible last week.
Re: We need 70% less coders as the AI handles most of the coding
#59Earlier quoted context omitted.
Most big corps just need a lot of decent coders to pump out a lot of business logic and UI. AI is definitely going to be able to do that with some basic human validation along the way.
The problem with the validation part is that the human has to go through all the code written by AI. Guess what, understanding someone's code takes almost as much effort as writing the code yourself. Therefore you require just about the same amount of human beings verify AI's code.