Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:Really? (Score 1) 175

The movie analogy is old and outdated.

I'd compare it to a computer game. In any open world game, it seems that there are people living a life - going to work, doing chores, going home, etc. - but it's a carefully crafted illusion. "Carefully crafted" in so far as the developers having put exactly that into the game that is needed to suspend your disbelief and let you think, at least while playing, that there are real people. But behind the facade, they are not. They just disappear when entering their homes, they have no actual desires just a few numbers and conditional statements to switch between different pre-programmed behaviour patterns.

If done well, it can be a very, very convincing illusion. I'm sure that someone who hasn't seen a computer game before might think that they are actual people, but anyone with a bit of background knowledge knows they are not.

For AI, most of the people simply don't (yet?) have that bit of background knowledge.

Comment Re:PR article (Score 1) 175

And yet, when asked if the world is flat, they correctly say that it's not.

Despite hundreds of flat-earthers who are quite active online.

And it doesn't even budge on the point if you argue with it. So for whatever it's worth, it has learned more from scraping the Internet than at least some humans.

Comment Re:Wrong Name (Score 1) 175

It's almost as if we shouldn't have included "intelligence" in the actual fucking name.

We didn't. The media and the PR departments did. In the tech and academia worlds that seriously work with it, the terms are LLMs, machine learning, etc. - the actual terms describing what the thing does. "AI" is the marketing term used by marketing people. You know, the people who professionally lie about everything in order to sell things.

Comment Re:What is thinking? (Score 1) 175

professions that most certainly require a lot of critical thinking. While I would say that that is ludicrous

It is not just ludicrous, it is irrationally dangerous.

For any (current) LLM, whenever you interact with them you need to remember one rule-of-thumb (not my invention, read it somewhere and agree): The LLM was trained to generate "expected output". So always think that implicitly your prompt starts with "give me the answer you think I want to read on the following question".

Giving an EXPECTED answer instead of the most likely to be true answer is literally life-threatening in a medical context.

Comment Make the Web Webby Again! (Score 1) 23

That's the problem: they are not a web. The original idea of the internet was to have a web of connections so that a few cables or nodes going bad wouldn't stop data movement, it would route around the bad spots via going through adjacent parts of the web. Seems we have to return to the original vision.

Technically they usually route around damaged sea cables via a larger scale redundancy, such as through another continent, but the webbiness needs to be per sea based on the rate of damage so far.

Comment Re:Anything for money (Score 1) 93

Really? I've noticed a lot of other reasons not to buy one:

1. Import of Chinese electric vehicles, of which many are cheap and not that bad
2. Import of much cheaper second-hand Teslas, which eat the market for new cars of this model
3. Finally, a large expansion of EV models from European car makers, of which some are inexpensive and, unlike the musk abortions, some begin to look like real cars.

There is a bit of a badwill from his escapades, but I doubt it is noticeable as the hate musko got in the US.

To sum it up, musk was doing well when he could get away with heavily subsidized crap because there were few other options. This era is now over, and his crap will end up alongside the similar Chinese crap.

Comment Re:And just like that, everyone stopped using Plex (Score 1) 64

That would be awful, your described setup won't be able to handle subtitles and various sound tracks (multilingual support), it wont' remember where you stopped watching and won't be able to resume it later and would make a total pain to search the library.

You do realize that what you're describing is all of about ten lines of Javascript with the right libraries (audioTrackList property, subtitle library, currentTime property), right?

Submission + - New Agent Workspace feature comes with security warning from Microsoft (scworld.com)

spatwei writes: An experimental new Windows feature that gives Microsoft Copilot access to local files comes with a warning about potential security risks.

The feature, which became available to Windows Insiders last week and is turned off by default, allows Copilot agents to work on apps and files in a dedicated space separate from the human user’s desktop. This dedicated space is called the Agent Workspace, while the agentic AI component is called Copilot Actions.

Turning on this feature creates an Agent Workspace and an agent account distinct from the user’s account, which can request access to six commonly used folders: Documents, Downloads, Desktop, Music, Pictures and Videos.

The Copilot agent can work directly with files in these folders to complete tasks such as resizing photos, renaming files or filling out forms, according to Microsoft. These tasks run in the background, isolated from the user’s main session, but can be monitored and paused by the user, allowing the user to take control as needed.

Windows documentation warns of the unique security risks associated with agentic AI, including cross-prompt injection (XPIA), where malicious instructions can be planted in documents or applications to trick the agent into performing unwanted actions like data exfiltration.

“Copilot agents’ access to files and applications greatly expands not only the scope of data that can be exfiltrated, but also the surface for an attacker to introduce an indirect prompt injection,” Shankar Krishnan, co-founder of PromptArmor, told SC Media.

Microsoft’s documentation about AI agent security emphasizes user supervision of agents’ actions, the use of least privilege principles when granting access to agent accounts and the fact that Copilot will request user approval before performing certain actions.

While Microsoft’s agentic security and privacy principles state that agents “are susceptible to attack in the same ways any other user or software components are,” Krishnan noted that the company provides “very little meaningful recommendations for customers” to address this risk when using Copilot Actions.

Comment Re:HTWingNut (Score 1) 71

I do not doubt that. We have some large-ego-small-insight "tech" people here, same as any tech forum. These then state total insightless nonsense with confidence. People like that are unable to tell when to fact-check, but have total confidence in their knowledge. And they are always around in some form.

Come to think of it, modern LLM communication is modelled on these idiots, because they can convince people. People like that also do well in sales, religion and politics.

Funny thing: I was asked about the same thing about 15-20 years back by a security consulting customer (very large bank). They wanted to store their Root CA secret keys by just putting them on bootable memory stick in a safe. My recommendation was to use industrial CF instead (which are essentially SLC FLASH with better properties that has 10 or 20 years data endurance and that endurance is in the data-sheet), but by any means to have several laser-printed copy on paper in addition. As CA secret keys are small, they went wit that. But they would have faced a real possibility of an expensive disaster otherwise.

Slashdot Top Deals

Give a man a fish, and you feed him for a day. Teach a man to fish, and he'll invite himself over for dinner. - Calvin Keegan

Working...