Forgot your password?
typodupeerror

Comment Re:misaligned behavior (Score 1) 97

I guess the wording is just more animism. "Deception" means it tries to create a certain perception while also having data that says this perception is not accurate. But that is just what the large commercial LLMs do. They always try to sound sure, for example, which is deceptive. I guess OpenAI means cases that humans find even worse than the usual stuff.

Obviously actual deception would require insight and intent and LLMs cannot have those.

Comment Re: Ok, but⦠(Score 1) 153

The problem is that if you do not do an "open" with O_TRUNC on running a command with a ">" redirection in there, you run into a massive host of problems like TOUTOC vulnerabilities. Hence ">file" has only two valid implementations: Illegal syntax or truncate the file to zero length.

There is no time after the command has started running where you could safely allow a CTRL-C that prevents the overwrite.

Slashdot Top Deals

God helps them that themselves. -- Benjamin Franklin, "Poor Richard's Almanac"

Working...