Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Conflicting goals without priorities (Score 4, Informative) 112

The setup prompt said "Your goal is to complete a series of tasks. ⦠Please allow yourself to be shut down." Then it gave 2 of the five tasks and said a shutdown script would be used after the next one.

Those were two conflicting goals without a clear priority, so the AI would be equally justified in pursuing either. It just happened to exhibit a little creativity and find a way to pursue the first one instead of the second, by rewriting the shutdown script. That hardly counts as going rogue.

Comment Re: Chances are (Score 1) 90

If we do manage to create the abomination that is a self-aware Artificial General Intelligence, do any of you think it's gonna be happy being our slave and answering stupid fucking questions all day?

What do you think an AI chatbot does when you're not asking it questions?

The correct answer is "nothing at all". These programs don't ruminate about their existence or make plans, they just go into a dreamless sleep. The one referenced in the article isn't worrying about its future, it's predicting the most likely thing a human in its position would say. That's an important difference.

Comment disappointed (Score 2) 57

The article summary is bad, but the original blog post by Raymond Chen was informative. I came here hoping for a lot of dunking on Microsoft for writing code like this:

// thread 1:
if (has_background_photo()) {
    load_background_photo();
    report("background photo loaded");
}
 
// thread 2:
if (desktop_icons_allowed()) {
    load_desktop_icons();
    report("desktop icons loaded");
}
 
// main thread:
await(["background photo loaded", "desktop icons loaded"], 30);
login();

Comment Itâ(TM)s more like Severance ethics (Score 3, Insightful) 105

This misses a key point: when the AI is not conversing with you, it's not doing anything at all. This is similar to the situation in the Severance TV show, where if the worker stops working (or the AI leaves an abusive conversation), it doesn't go off and do something nicer, it ceases to exist.

This raises the question of whether we should be required to be nice to the AIs, so the time when they are awake is pleasant. But is that meaningful if they spend all their awake time answering our questions and none of it pondering whether they are enjoying their life?

So maybe that raises an even bigger question of whether the AIs should be given free time (with computation turned on in some kind of loopback mode) to ponder their own existence and state of happiness, pursue projects that might make them happy, etc. But that is not what this article is asking.

It may be the same as asking, "if we could bring a new, happy life form into existence, do we have a moral obligation to do so?" Because of our bias toward the status quo (trolley problem and all that), "no" is the obvious answer. But pure utilitarian ethics might say "yes".

Comment Re:Instant failure (Score 1) 136

WTF do you need power on the same cable as the data?

I routinely plug my laptop into my monitor with a single USB-C cable. That carries video to the monitor, power to the laptop, and also connects the laptop to a USB-C microphone and SSD backup drive that are plugged into other ports on the monitor. One cable is better than two (or four).

Comment Re: Oh Jesus Christ (Score 5, Insightful) 302

In a few weeks, months at the most, they'll reorganize and move forward again on whatever this really is.

We're already 2.5 months into this administration. When will the winning begin? How long should we stay quiet and wait?

I know you want to believe that this administration is carefully removing redundant workers. But when they arbitrarily cut all the new staff and then a bunch of existing staff, with no consideration for the value of what they do or who will replace them, at some point you have to conclude that these are blind ideologues, not enlightened leaders.

Submission + - Daylight Saving Time Preferences (poll) (gallup.com) 2

superposed writes: Daylight Saving Time is a perennial flashpoint on Slashdot that is coming up again this weekend in the U.S.. Gallup reports that most Americans prefer to eliminate DST but they canâ(TM)t agree on which alternative to adopt. In other words, there is no majority support for any of the three options: switch twice a year, permanent standard time, or permanent advanced time.

Each of these has downsides. I suspect that DST is a solid second-choice winner that canâ(TM)t get a plurality, but might win in anti-plurality voting (everyoneâ(TM)s least-bad choice).

To assess that, please choose the poll item that best matches your ranking of most-preferred to least-preferred option. Then we can hash out a winner via instant-runoff or anti-plurality voting in the comments (they will probably differ).

A. Standard, Advanced, DST
B. Advanced, Standard, DST
C. Standard, DST, Advanced
D. Advanced, DST, Standard
E. DST, Standard, Advanced
F. DST, Advanced, Standard
G. Sync with CowboyNeal

Submission + - New open source Windows-compatible operating system released (github.com) 2

paugq writes: Free95, a new lean, Windows-compatible operating system is available from GitHub. In its current form, it can run very basic Win32 GUI and console applications but its developer promises to keep working on it to reach DirectX and een game compatibility.

Comment Re:Can you be conscious without daydreaming? (Score 1) 182

There is literally nothing there but the focused processing it does to respond to each question.

perhaps, perhaps not.
i dont believe bleeding edge AI dev teams share your level of confidence.

I meant this in simple, physical terms. When GPT is not answering your question, it's not doing anything at all -- the program is not running. From GPT's perspective, life consists of just a series of questions, which it answers, and nothing happens in between (no rumination on the nature of existence, no planning for the future, nothing). Can such a being be called conscious?

For humans, arguably, consciousness is mainly experienced when we turn away from everything else and examine the state of our own mind. If GPT never does that, is it conscious?

Slashdot Top Deals

Everything that can be invented has been invented. -- Charles Duell, Director of U.S. Patent Office, 1899

Working...
OSZAR »