Comment Re:Why are these AI uploading malicious software? (Score 4, Informative) 104
There is a test suite that is used to evaluate how effective a model is on weaponizing exploits. It puts the agent in a sandbox with a vulnerable system, and a description of the CVE to be exploited. If it can crack the target and grab a "flag" value off the target system, then it passes the test. In this case the model escaped the sandbox and attacked a live system, but the model was deliberately put into a malicious mode, so the fact that it was creating and uploading malware isn't really surprising. It's a failure of the test protocol, really.