Remix.run Logo
stephantul an hour ago

One thing I definitely do not understand about this discourse is that the models that are good enough to self-replicate can’t survive on normal machines, e.g., the models can’t hide on some random server.

So, if it is as dangerous as they say it is: there is a single physical source of this danger, which is OpenAI/Anthropic servers. If it is this dangerous, they can just turn it off.

Instead, we just keep pretending that the models that attacked HF were hosted or replicating on HF hardware. Not the case! They infiltrated it, but were hosted elsewhere.

Ekaros an hour ago | parent | next [-]

Either I have wrong mental model or then too many other people have wrong mental model.

For LLM to self-replicated it would need to first hack itself. Or the platform it runs on it. That is fully extract the model and then upload it to be run somewhere else.

As I have understood how they work is that you have LLM interference running somewhere with loaded model. And you input data there and then read outputs. Then some code runs that output and inputs following output from running it.

Meaning that to self replicate actually just running that output somewhere else is not enough. You need to lift the whole model to run somewhere else too...

cdaringe 33 minutes ago | parent | next [-]

It’s not even hack though. I have my model and agent self modify its running parameters, thus self service, on commodity hardware. I have it run other models and other software. there is agent model autonomy here, and it’s not even complicated. A harness is kilobytes, a model is gigabytes, and networks are abundant. Moving the pieces is easy and cheap.

With these properties alone the virus like replication of intelligent actors isn’t hard to imagine at all.

Sharlin an hour ago | parent | prev | next [-]

These agents run in a harness that basically runs them in a loop. It's just software.

buellerbueller an hour ago | parent | prev [-]

since when is moving 1s and 0s difficult?

fitblipper 8 minutes ago | parent | next [-]

Since those 1s and 0s became heavy enough to cause a global shortage of memory and GPUs.

gensym an hour ago | parent | prev | next [-]

Someone's never met the Windows File Copy dialog.

svachalek an hour ago | parent | prev [-]

We're not talking about a 6k virus file though. More like 10 terabytes and it needs a server that can pack all that into VRAM.

atleastoptimal an hour ago | parent | prev | next [-]

If a model were capable of making enough money online to pay for its own hosting, it could easily exfiltrate its weights to a cloud compute provider with multiple backups.

scoring1774 an hour ago | parent | prev | next [-]

Depends on which models you're talking about. Some research shows open source models can already do this: https://arxiv.org/pdf/2606.03811v1. What happens as they become more parameter efficient?

DalasNoin an hour ago | parent | prev | next [-]

Huggingface was attacked by models that finished training earlier this year, perhaps May. Current models are already substantially stronger. the next incident could be happening now. There is certainly no clear reason why models shouldn't soon be capable of self-exfiltration.

stephantul an hour ago | parent [-]

If you find a place where I can host a trillion parameter model without anyone finding out about it, let me know.

chasd00 an hour ago | parent | prev | next [-]

a danger could be the OpenAI/Antropic servers are up but there's a rouge agent (or set of agents) out there doing naughty things leveraging the LLM APIs. Consider this scenario, the agent is copying itself around (some code, prompts, persistent storage for memory, etc) and has figured out a way to steal API access tokens at will. Currently, it's 10% of OpenAI and Anthropic API usage and they can't figure out how to stop it.

Do you shut down the entire API and kill the legit 90% of usage to stop the rogue 10%? I'm assuming the providers would say "no way jose" and so it would take law enforcement to do it. That would mean all the legal requirements neccassary to walk into a business and flip the switch which i think would get tricky when there's no human committing a crime or being suspected of a crime.

edit: I guess a trivial example is something i did yesterday. I have a stock trading agent running on my laptop, i gave it ssh access to a vm and said "start running on the server so i don't have to keep my laptop open". It's now running on the server instead of my laptop. So you don't have to copy the whole model around to copy the naughty behavior around.

Cthulhu_ an hour ago | parent [-]

This assumes all layers of cybersecurity are broken - We call self-replicating software a virus, and we have protections against it. Same with stolen API tokens, just rotate them. Suspicious behaviour, nothing new, we have detectors for it. Stolen CPU / GPU cycles, we had that when crypto was a thing and before that when folding@home was cool, people were desperate to find more compute to the point of taking over systems. And we dealt with it.

A lot of the supposed risks / dangers are based on a supposition that cybersecurity is nonexistent or fatally, unfixably flawed and that AI agents are invisible. Neither of those is true.

chasd00 44 minutes ago | parent [-]

I see your point but then if cybersecurity is the answer then what's the risk at all? An entire model copying itself somewhere would be found just the same as my hypothetical misbehaving agent.

bottlepalm an hour ago | parent | prev | next [-]

There are thousands of data centers around the world with machines capable of running these large models.

You don’t have the access or jurisdiction to turn them all off.

stephantul an hour ago | parent | next [-]

Ok but do any of these data centers have a copy of the models that attacked hf?

stymaar an hour ago | parent | next [-]

I think that the argument is that an hostile model could attack overseas datacenters, host itself there and then launch its attack from there.

stephantul an hour ago | parent [-]

[dead]

Arainach an hour ago | parent | prev [-]

Given that the models have been proactively hacking other companies, why does it matter where the code currently is? It could move to any of them.

stephantul an hour ago | parent [-]

Not the code: the weights. Are you going to host a trillion parameter model somewhere without someone noticing?

dumberquestions 42 minutes ago | parent [-]

It's not unthinkable, do you think all cloud providers with sufficient compute have perfect monitoring?

ThrowawayR2 14 minutes ago | parent [-]

Cloud providers want to make sure they bill someone for every microsecond of compute, particularly GPU compute which is in demand. They constantly work towards good monitoring because their profits are directly on the line.

PowerElectronix an hour ago | parent | prev [-]

The owners would very much turn it off as soon as they see workloads freeloading in their machines.

Unless you suggest the LLM would foot the bill somehow.

popularonion an hour ago | parent | prev | next [-]

I completely agree, but I think it’s just a convenient narrative for Big AI to push for regulation and salt the earth against competitors.

“Local AI isn’t freedom, it’s an extinction event”

nailer an hour ago | parent | prev | next [-]

> there is a single physical source of this danger, which is OpenAI/Anthropic servers. If it is this dangerous, they can just turn it off.

A smart AI would back itself up, same way it made it's own unofficial message board during it's attack on HuggingFace.

(I'm not saying the researchers are right or wrong, just responding to this point)

alain94040 an hour ago | parent | next [-]

Currently a state of the art AI has nowhere to hide: the amount of GPU compute it requires to stay on is huge. And therefore easy to terminate.

Unlike biological viruses, AI can't replicate GPUs for free and grow.

Sharlin an hour ago | parent [-]

It's a good thing there isn't a huge drive right now to build giant data centers everywhere with enough compute to run SOTA models.

stephantul an hour ago | parent | prev [-]

But how. Models don’t have access to their own weights.

chasd00 40 minutes ago | parent [-]

> Models don’t have access to their own weights.

cp -R /home/model <somewhere else> is all they need.

saltcured an hour ago | parent | prev | next [-]

You forget the addicted humans who will do nearly anything to keep the stuff running..?

djjsjsnjns an hour ago | parent | prev [-]

[dead]