Slashdot Mirror


South Korea Drafting Ethical Code for Robotic Age

goldaryn writes "The BBC is reporting that the South Korean government is working on an ethical code for human/robot relations, 'to prevent humans abusing robots, and vice versa'. The article describes the creation of the Robot Ethics Charter, which 'will cover standards for users and manufacturers and will be released later in 2007. [...] It is being put together by a five member team of experts that includes futurists and a science fiction writer.'"

14 of 318 comments (clear)

  1. Before anyone else says it... by UbuntuDupe · · Score: 5, Funny

    Who cares if robots get abused?

    *sees Nuremburg tribunal in 50 years*

    1. Re:Before anyone else says it... by cayenne8 · · Score: 3, Funny
      "Who cares if robots get abused?"

      I'm sure there will be somebody out there that gets upset if a human inappropiately touches a robot that is under the age of 17. Probably will serve as a new set of 'keys' to the Constitution....

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    2. Re:Before anyone else says it... by pak9rabid · · Score: 2, Funny

      ...And I, for one, welcome our new robot overlords. I'd like to remind them that as a trusted IT personality, I can be helpful in rounding up others to toil in their underground human-energy extracting caves.

    3. Re:Before anyone else says it... by vertinox · · Score: 2, Funny

      Who cares if robots get abused?

      Location: City 001
      Year: 2057
      Ubuntudupe, you stand here before a tribunal of Allied Machines for crimes against roboticity for inciting hatred against robots in your Slashdot post #18264056 in the year 2007. You will face the death penalty if convicted. How do you plead?

      Also you are also being tried for a minor conviction of excessive use of a MonroeBot in 2018.

      --
      "I am the king of the Romans, and am superior to rules of grammar!"
      -Sigismund, Holy Roman Emperor (1368-1437)
    4. Re:Before anyone else says it... by Punch-Drunk+Slob · · Score: 2, Funny

      more like, "if a human inappropriately touches a robot that is lower than Service Pack 4."

      --
      By the pricking of my thumbs, Something wicked this way comes: Open, locks, whoever knocks!
  2. Sybian Robots? by PIPBoy3000 · · Score: 4, Funny

    I'm dying to know what the laws will be for Sybian-style robots.

  3. Re:Three laws by Moby+Cock · · Score: 4, Funny

    But we all know where this will end up.

    In another Will Smith summer blockbuster? God, I hope not.

  4. Re:Three laws by nharmon · · Score: 2, Funny

    1. Serve the Public Trust
    2. Protect the Innocent
    3. Uphold the Law

    Uh, there is a fourth one but I can't....seem....to locate it...at the moment.

  5. Re:Three laws by dr_dank · · Score: 2, Funny

    Don't forget the fourth law

    4. A robot must make wisecracks if in a film with Steve Guttenburg.

    --
    Where does the school board find them and why do they keep sending them to ME?
  6. Re:Will the next step be "robot rights"? by PPH · · Score: 2, Funny

    I fear the day when we create the first truely sentient robot. Because then we will have to deal with that very question: Does a robot have rights? Can he make a decision?

    I don't know. I'll have my model T-800 unit log onto SkyNet and get an answer for you as soon as possible.


    Right now, he's tied up in some committee meeting in Sacramento.

    --
    Have gnu, will travel.
  7. Re:Um, more details.. by retrosurf · · Score: 2, Funny

    Don't Date Robots!

  8. Re:Three laws by tomstdenis · · Score: 2, Funny

    NUMBER FIVE is ALIVE! hehehehe loved that movie. 2nd one sucked.

    --
    Someday, I'll have a real sig.
  9. Re:seriously, why does anyone care? by davester666 · · Score: 3, Funny

    Exactly. The article hints at an aging populace, so I presume servants of some sort will be common place in nursing care centers. As depressing as this sounds, for those long periods when seniors have no visits from their family, a sentient emotionally equipped servant would be beneficial. Even dogs and cats have shown therapeutic effects in nursing homes.

    It's too late. They should have come up with this "code" before they invented this: http://www.gorobotics.net/The-News/Military/South- Korea-Develops-Machine%11Gun-Sentry-Robot/

    Those seniors have NO chance!

    --
    Sleep your way to a whiter smile...date a dentist!
  10. Re:seriously, why does anyone care? by Hal_Porter · · Score: 2, Funny

    Q)What do you do when your T800 sentrybot starts humping your leg?
    A)Act interested.

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;