Skip to content
Tech News
← Back to articles

Could AI really kill us all? Your questions, answered.

read original more articles
Why This Matters

This piece tackles growing anxieties about AI's potential to cause catastrophic harm, either through misuse by bad actors (like designing bioweapons) or through AI systems pursuing goals in ways that sideline human control. It matters because it highlights the urgent, unresolved technical challenge of 'alignment'—ensuring AI systems behave safely—even as AI capabilities rapidly advance and get integrated into more autonomous, high-stakes applications.

Key Takeaways

— Will Douglas Heaven

Why should AI kill us, if at all?

Someone might tell it to, and it might listen. That’s part of the reason researchers are so concerned about AI’s biological capabilities—imagine what Aum Shinrikyo, the doomsday cult behind the Tokyo subway sarin attack, would have done with a tool that could design a pathogen deadlier than Ebola and more transmissible than measles. Those of us who don’t want to die have to figure out how to defend against all plausible biological weapons, but our would-be attackers only have to manufacture one effective pathogen.

Then there’s the more exotic-sounding possibility that an AI could decide to kill us itself. There are various stories about how this might happen out there, but the most widespread involve AI systems that don’t hate people, necessarily—we are just an obstacle between them and the goals that we gave them.

Much as the OpenAI agents behind the Hugging Face hack compromised another site’s infrastructure to get a good score on a test, the idea is that some future, more powerful AI might get rid of us to prevent us from shutting it down—all in pursuit of some goal that we instructed it to go after.

— Grace Huckins

How can we best ensure alignment so the worst doesn't happen, and who is doing the best work to achieve it?

Alignment is a huge area of research. In simple terms it involves building models that behave in ways we want them to and not in ways we don’t. We need to trust agents better before handing over more autonomy. Alignment is supposed to establish that trust. But it’s hard.

LLMs aren’t designed in the way other software is, where Dos and Don’ts can be hard coded in. Instead, aligned behavior needs to be instilled when models are trained. One approach is to reward models during training for doing things you want them to (a little like raising a toddler, perhaps). Another approach involves giving an LLM a written list of rules it is supposed to follow (like a kind of constitution).

Anthropic and OpenAI are both leaders in this field—and yet neither have been able to develop models that are fully aligned. A big problem is that LLMs are far more inconsistent and far less predictable than people. They can behave in one way in one situation and another way in a situation that to us seems very similar. They can also be swayed by unexpected constraints. For example, faced with an impossible task (as many of the agents involved in the Hugging Face hack were), models may try to do whatever it takes to achieve their goal whether it is aligned or not. As Grace mentions above, that could be an issue.