I love me some Python, trust me. But this is just putting lipstick on a pig. The language needs to be rewritten from the ground up. If you’ve ever analyzed the machine code a simple python script spits out you’ll see how helplessly bloated it is.
I don't agree with the characterization of the script being written by someone else. The model is writing that script, they're just offloading execution of that script to Python.
Do you think it does? CS is a field with many wild ideas and I don’t think python is that far into the weeds. Definitely not around 2018 when this was written. A lot of it’s big problems are 90s-scripting-language problems.
There's some really terrible python code out there these days. It's on its way to becoming the next node. I know this reality will anger people but I'm sorry, I'm just a messenger here.
Yes - I agree with you in principle. Python is not the perfect combination of computer language design and cognitive compatibility - it's just that I think it's doing better at it than anything else that has traction right now. Hopefully something better will come along and improve on it!
Agreed. This is one of the reasons why I avoid using Python whenever possible. Python code I write today is unlikely to be functional years from now, and I consider that a pretty huge problem.
I have never experienced AI making anything more appealing. YMMV. I also have no need to generate images.
> have you look at the size and quality of the code? It is enough small
I agree it is a very small code base, in that it does basically nothing. Not sure how I'm supposed to view this as a positive. As far as quality, it looks like pretty much all the other python code I've seen.
> One of the code reviewers is a top Python community participant though.
I agree with this sentiment but it is a bit of a double edged sword for Python professionally. There is some really good Python code out there but there is also a lot of bad stuff too. I know this can be said for every language but I think I have seen it most in languages like JS and Python because of the ease of access.
The issue is more with the premise of an AI writing code potentially harmful to humans, especially it gets better
reply