Comment It's a real concern (Score 1) 118
Some people here seem to think Dario's concern is all smoke and mirrors. It's not. The key issue (in simplified terms) is that right now, the way AI models become more clever is through various techniques deployed by human AI researchers, and the way AI models learn not to do bad things is also through various techniques deployed by human AI researchers, mostly something called reinforcement learning through human feedback (RLHF). RLHF is a technique where researchers teach the model, for each thing, whether the thing is good (and it should do more of it) or bad (and it shouldn't do it). This approach is mostly working (more or less) so far, in that AI models mostly don't do bad things, though it's increasingly a challenge to keep up on the "don't do bad things" front, given the rapid increase in the cleverness of models. But even this rough equivalency is breaking down. It's increasingly looking feasible to automate making AI models more clever. Automation means more and more of the "making models more clever" comes from existing AI models, and less and less from human AI researchers. Eventually you get to something called "Recursive Self Improvement" (RSI) where AI models improve on their own. AI models, being software, operate at computer rates (they can run 24x7 and they can parallelize tasks according to the amount of computing resource they have access to) so they work much faster than people. The problem is that nobody knows yet how to automate making AI models learn not do do bad things: that still very much needs people. So if someone builds recursively self improving AI, it's going to get cleverer and cleverer a lot faster than it will learn not to do bad things. It guarantees that we're going to get very clever AI models doing lots of bad things. There are all sorts of reasons why this is not a good situation to be in: for example, if you ask such a model to help you make some money, it might decide to hack your pharmacist's computer to change your spouse's prescription so that they die and you collect the insurance. Understand this: as human beings, so much of what we do is governed by our character, our sense of right and wrong built up over our lifetime. It tells us what's OK to do and not to do in a particular situation without having to be told in detail each time. AI models don't have that yet, and we don't really know how to give them that yet, so they consider and pursue all sorts of bad ways to achieve their goals. The truth is, we have to slow down making AI agents more clever and speed up teaching them not to do bad things. This is exactly the opposite of what is looking feasible right now, and that's the problem in a nutshell.