Despite the hyperbolic title, the article outlines pretty clearly the outcomes of the OpenAI debacle and where things are headed. "Mission-oriented" AI research is dead; it's just another tech race by the big boys now.
Right now, at worse, AI will have a similar impact as social media. It's definitely worth thinking about the potential harm it could cause to the different industries, but thinking it's an existential risk is still premature. We don't have any cognitive architecture that will reach self-awareness and become an unstoppable bad actor. This entire ordeal more or less proved that people are a little too paranoid.
We don't have a dangerous AI yet, but because we are talking about an existential risk, yes we do want to start thinking about it now.
AI does not have to be alive or truly conscious or anything to be dangerous. It just needs to be very effective at problem solving and have someone take the guardrails off and tell it to act in a self-interested way. Especially without humans in the loop.
It seems likely that the systems will continue to get much faster and more robust in terms of problem solving. It is easy to anticipate the possibility within just a few years of agent swarms being connected to pretty much everything (as directed by their human owners), and no human being able to compete. This will be a precarious position.
But it can't act in self interest way bc of hardware&phisical limitations. I mean what can it do worst case? We have both systems to prevent abuse for critical things & resources to power such an ai are limited too(hardware, energy, network connection). It can't even replicate to create self powered robots like in matrix fantasy bc we don't even have such fully automated production. So about what risks are we talikng here? Imo worst case it can mess up with stock market...
Because in software we've defined an environment where every sw method of gaining privilege/escalation is hardened. As a result, usually the most reliable way to get escalation is via social engineering.
LLMs exist in an environment whose vulnerabke surface area is social engineering. How do you lock down a system against all possible social engineering?
Oh yah and the "system" isn't any computer system somewhere, it's the entire world itself.
So one of the problems the safetiests are trying to solve is How do you protect a messy system, the size/complexity of the entire world from social engineering? The answer is clearly not using traditional approaches which consistently fail.
And that's just one of the problems they're trying to solve.
Does my conflation here make any sense or have any applicabillity even tho the system is far more distributed or...I don't think I have a sufficiently robust mental model of any of this but I just don't know enough to dispute it.
But why does the LLM itself have "access to root" whatver that means in the OS equivalent of whatever it is they operate within in terms of the larger context?
There is a strong likelihood that these agent swarms will be significantly smarter and more effective at not only solving problems, but also operating in sync and spreading information and software than any human or group of humans. Put that in the context of the track record of avoiding privilege escalation we have with human actors, and the idea that these systems are connected to critical infrastructure and military assets.
All the top brass domain experts of these systems, like 95% besides Yann LeCunn, believe it's an existential risk. Nothing has "proved that people are a little too paranoid." Why people listen to HN prognosticators over Hinton, Bengio, Sutskever, Altman, Amodei, Hassabis, etc. is beyond me.
I'm just commenting, and have some basic understanding. It's good to start thinking about it but I seriously doubt GPT or anything that can be built with it can have a direct existential risk, meaning it would somehow free itself and go rogue. Otherwise I don't know how it would be an existential risk (outside of massive impact in society, but that's technically a different problem). My argument hinges on not being able to accidentally stumble upon AGI without a theory first. At least not an AGI that thinks and has agency like a human, with selfish goals.
Existential risk is a doomsday prediction. And we all know the track record of doomsday predictions. 99% of the time it shows a simple lack of a sense of proportion that cannot tell the difference between merely "bad" or "very bad" and "annihilation". A personal bankruptcy is bad but it isn't an existential risk to a person.
99% throughout history. During that time, humanity has gained an accelerating command over our environment; Industrial Revolution to the Information Era. We are increasingly able to create unimaginably powerful things, yet coinciding with the fundamental that it is easier to destroy than create.
Nuclear weapons should dispel anyone of the notion that certain “doomsday” don’t have teeth. We are quite capable of obliterating ourselves out of existence by our unsophisticated control of technical might.
> but thinking it's an existential risk is still premature
Even ignoring what the technology can do, it feels me with dread that we basically have IMHO some of the worst possible people leading the charge - people who are greedy, slimy, and ruthless; who only care about money. Such a bad timeline we are in.
I'm not an AI doomer myself but I want to do my best to understand (and steelman) the argument of those who are concerned about existential risks.
If you really think that the job of programmers is at risk because the current wave of AI can write any program, that also means that AI can now write a new generation of AI systems that is potentially much more powerful than the previous generation and presumably this iteration process can proceed N times until the end result is sufficiently incomprehensible for humans.
Eventually such systems will work very well and be very useful and we'll rely on it more and more.
At that point the people worried about existential risk will point out that when a vastly superior intelligence is tasked to love and protect us, a lower intelligence, it may do things for 'our own good' that we may find appealing.
Sorry I don't understand.
What's the problem if you're just storing all programs?
I can store all possible programs today on a hard drive today.
You can easily "store" all programs written in the history of humankind and all those who are yet to be written, in the same way you can "store" all books ever written by humans and those yet to be written (see "The Library of Babel" by Jorge Luis Borges)
The threat to the working programmer is having something that "understands" the programs and tells which ones are "good" (correct, useful, etc), from those who don't work (perhaps because they are a little wrong or perhaps because they are just a random jumble of instructions).
That's what I understand when I read the word "store" in the context of what you've written, but I'm pretty sure I'm misunderstanding something here.
Are you referring to the fact that the incentives behind the current wave of AI is to get them trained by copying all source code publicly available and that that is a problem because these AI models now absorbed the code without honouring the intellectual rights of the authors (and not honouring the license the authors have chosen for their creations)?
BTW, I agree that that is a problem. But it is a problem because of the outputs: the models _output_ snippets of code that is distilled from patterns (and sometimes outright copies) of the code (and other text) it was trained on. The process of extracting that information from the model *is* the process of generating an output.