Hacker News new | ask | show | jobs
by leonsegal 1612 days ago
I agree 'we' is relative, on reflection. I meant in general terms only i.e., the need for more developers will increase as employers start to build more software, which is where I posit things are heading. I could be wrong of course.

I slightly regret adding that to my post now, as my main concern was with the over generalisation of the reasons why older people might switch to coding/development. Ironically, I managed to do that myself by assuming the 'we' was agreed as was the need for more developers!

1 comments

Eventually there will be so much software that writing code will need to be automated by machines. GPT-2 is open source and it's able to write computer programs, although not very well. GPT-3 does it better and they give it away for free. So imagine how much more advanced the stuff you have to pay money for is, or the trade secret models. You'd think programmers would move on to a higher-level of abstraction where programmers program the computer programs that do programming. That's probably not going to be the case. For example, take a look at the GPT-2 source code https://github.com/openai/gpt-2/blob/master/src/model.py It's only a few hundred lines of code.
> Eventually there will be so much software that writing code will need to be automated by machines.

It's already here, and has been for a long time. We call these machines "compilers".

Women and men used to do computing and mathematics together until man created things like compilers that automated a lot of the tasks women were doing. The man in tech then woke up one day and wondered where all the women went. Now man has done the same thing to himself.