Hacker News new | ask | show | jobs
by jart 1620 days ago
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.
1 comments

> 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.