this post was submitted on 31 Jul 2026
382 points (97.8% liked)

Technology

86860 readers
3580 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] RamRabbit@lemmy.world 84 points 4 days ago (6 children)

the only way to block it is to get AI to differentiate instructions from data, which is impossible today

Input sanitation, basically security 101. And it can't currently do it....

[–] Reisen@sh.itjust.works 33 points 4 days ago (2 children)

if the instruction is messy fuzzy human language to a system that was not coded instruction by instruction but got generated and trained then there never is a way to differentiate instructions from data if i'm not mistaken

[–] Catoblepas@lemmy.blahaj.zone 48 points 4 days ago

Well, good thing we’ve only poured a trillion and a half dollars into it and wrecked the economy.

[–] Kaligalis@lemmy.world 0 points 4 days ago (1 children)

We know that some humans can be trained to do that just fine. Humans are natural neuronal networks. That implies, neuronal networks can in principle do it. We just don't have any human-capability artificial neuronal networks yet.
LLMs might never get there. But humans aren't LLMs. If we ever manage to properly model a human brain, that probably will be able to do that task with human-level accuracy (which actually is pretty good if you only look at professionals of the filed).
Hopefully, it doesn't actually need a human brain for the task - because modeling that might still be a century off.

[–] BlaestEgnen@feddit.dk 6 points 4 days ago (2 children)

A human brain model would never get us to a super computer, which is their intended goal.

Our brains have about one exaflop of processing. The NVidia B300 has 15 petaflops of processing. Corresponding to 0.015 exa, you'd need 66 of the strongest GPUs on the market to match the processing power of one human brain.

That's before considering context, current estimations would put the human brain at 2.5 petabytes of storage. The former B300 has 288 gigabytes of VRAM. Corresponding to 0.000288 of one human brain, the earlier expectation of 66 landing flat at 0.019 the storage of a human brain.

Can arguments be made not all brain capacity is at VRAM at all times? Most likely. But context windows is the primary bottleneck, not compute

Our brains are absolute monsters, we'd gain more from understanding how we can have this powerful of a machine on so little space. The bigger breakthrough would be brainbased processing of software, but I've not heard of anyone going that route - Probably because it's not feasible

[–] Kaligalis@lemmy.world 1 points 1 day ago

Just a hundred years ago, we had one floating point operation per second in mechanical calculators. We got roughly 100 TFlops (fp16; probably much more accurate than human brain neurons) in a high-end gaming GPU now. That's 14 orders of magnitudes in a hundred years. I guess, 4 more orders of magnitude in another hundred years should be possible. We don't even have fusion power yet. A lot changes when power becomes a practically unlimited resource.

[–] T156@lemmy.world 2 points 3 days ago

Human brains are also considerably more efficient than an artificial neural network. Most modern ones only replicate the function of a human brain and its neurons in the most basic of aspects.

Things like encoding data itself in how the signal is transmitted are still pretty uncommon in artificial neural networks, for example.

We'd probably need somewhere close to several times the size and computing power of a human brain to even start coming close with current technology, assuming that it is possible to begin with.

[–] schmorpel@slrpnk.net 17 points 4 days ago (1 children)

I just can't anymore. Isn't that like, the basic thing any program does? Who runs these companies?

[–] Kaligalis@lemmy.world 2 points 4 days ago* (last edited 4 days ago)

It is - and tons of bugs are just about fucking it up or just not doing it at all. Incomplete or faulty parsing and validation of untrusted input is absurdly common. It got better in the past decades, but most software developers write worse code than AI by now (not me though; obviously, I am still better than the best AI).

[–] partofthevoice@lemmy.zip 7 points 4 days ago

That’s also not the only way. Basic governance also works. Why does copilot have so many permissions?

[–] meco03211@lemmy.world 7 points 4 days ago

Little Bobby Tables strikes again.

[–] T156@lemmy.world 4 points 4 days ago* (last edited 4 days ago)

It's a text completion model/glorified Markov chain. Of course it can't input sanitise, it was never meant to do this to begin with.

The tool calling integrations that let it do more are basically making it add a markdown code block in JSON format into the user message, where the middleware intercepts it.

The input and "instructions" are the same thing from its perspective. There's nothing special that differentiates the two. The user input text, so it will output text, following the most likely sequence from its training.

[–] Cricket@lemmy.zip 5 points 4 days ago (1 children)

I have heard in the past that it's not possible to fully control AI. Like literally, the people developing and running the AI cannot fully control its behavior. I did a quick search to see if I could find more info and found this link on the first page of results: https://www.eurekalert.org/news-releases/1032090

I think that we're going to continue seeing unwanted behavior from AI.

[–] NewNewAugustEast@lemmy.zip 7 points 4 days ago* (last edited 4 days ago) (1 children)

Distinguished credentials, but at the same time I am not buying it. You can control AI. You can turn it off. You can have it not interact with systems you don't want.

Remember this guy is saying "you cant control AI, we are all doomed" while also saying that we live in a simulation and he is very close to being able to hack us out of it.

Grain of salt and all.

By the way his belief is thus "AI can't be contained, therefore the simulation can be escaped; by contraposition, if the simulation can't be escaped, AI can be contained" Since AI cant be contained, he reasons, we can escape the simulation, quite possibly by using a super AI!

There might be a reason he has a podcasts and visits Joe Rogan

[–] Cricket@lemmy.zip 1 points 3 days ago

Thanks, I fully agree that AI can be controlled in the ways you mentioned. I think most of the discussion around AI not being fully controllable is in the context of if the AI is running as it currently is.

Thanks for the additional info too. I knew nothing about the guy in the link. It was just the first link I found on a quick search about AI not being controllable. I had heard it before, but didn't remember where, or the exact details.