Viewing a single comment thread. View all comments

SeniorScienceOfficer t1_j0u2c1g wrote

I mean, assuming things ever get to a point where AI can actually change is underlying models ( not weights and biases that are part of the learning process/model) you can just deploy the actually model to a read only file system. The actual code files would not be mistake mutatable, however the model data itself would live in memory or in a mutatable section of the file system. That alone could prevent the deletion or override of certain safety features architected in the code.

2

basafish OP t1_j0u2n1x wrote

I think the AI inevitably will have to be deployed in a machine with some kind of writable memory (like RAM), and it would somehow copy its own model over there

1