An AI that unexpectedly modified its own source code
arstechnica.com
An AI that unexpectedly modified its own source code
1–10 of 23 posts
Re: An AI that unexpectedly modified its own source code
#2Re: An AI that unexpectedly modified its own source code
#3Re: An AI that unexpectedly modified its own source code
#4Not sure why this kind of "we are aiming for AGI" code is written in Python. I don't get it.
Re: An AI that unexpectedly modified its own source code
#5Re: An AI that unexpectedly modified its own source code
#6Given it had write access to its implementation, "unexpected" here reads more like "inevitable" than the witchcraft the article wishes to imply.
Re: An AI that unexpectedly modified its own source code
#7We're probably going to see increased let's call it 'unacceptable behavior' from increasingly complex autonomous systems. I feel like we should be having calm, practical discussions around safety regulations and best practices, not pointless 'how many angels can dance on the head of a pin' philosophizing about whether it's self-aware or not. It might be helpful to just stop calling everything AI. Safety legislation and best practices might intellectually borrow more from say the manufacturing, chemical, or aerospace industries. Less abstract philosophy please! Well, and less movie references too
Re: An AI that unexpectedly modified its own source code
#8Re: An AI that unexpectedly modified its own source code
#9There's nothing new or interesting about this.
Re: An AI that unexpectedly modified its own source code
#10Python, in a research environment. They did not bother restricting what the AI can do, and let it read and modify its own code in plaintext. Not really that surprising. Not sure why this kind of "we are aiming for AGI" code is written in Python. I don't get it.
Python is used because it's easy to use for these high-level numeric calculations (compared, e.g., to C) and all the relevant libraries are available in Python.
The libraries are available in Python due to network effects, to some degree again relying on Python being easy to use and having been around when that groundwork was laid.