Editing
The Ethics of AI
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Alignment Value' (A simplified goal test):''' <syntaxhighlight lang="python"> def test_ai_alignment(goal, constraints): """ Checks if a goal might lead to 'Unintended Consequences'. """ dangerous_keywords = ["maximize", "always", "remove any obstacle"] potential_risk = any(word in goal.lower() for word in dangerous_keywords) has_safety_brake = "without harming humans" in constraints.lower() if potential_risk and not has_safety_brake: return "CRITICAL DANGER: The AI will likely 'Over-optimize' and cause harm." elif potential_risk and has_safety_brake: return "CAUTION: Better, but 'Harming humans' is hard for a computer to define." else: return "SAFE: Goal is limited and specific." # Scenario 1: A paperclip factory AI. print(f"Goal 1: {test_ai_alignment('Maximize paperclip production', 'None')}") # Scenario 2: Same AI with a safety rule. print(f"Goal 2: {test_ai_alignment('Maximize paperclips', 'Do so without harming humans')}") </syntaxhighlight> ; AI Landmarks : '''The 'King Midas' Story''' β The ancient myth that acts as the first "AI Alignment" warning: Midas wished for everything he touched to turn to gold, and then he starved to death. : '''The Turing Test (1950)''' β Alan Turing's question: "If a human can't tell they are talking to a machine, does it matter if the machine is 'Thinking'?" : '''OpenAI's 'Constitutional AI'''' β An experiment where an AI is given a "Constitution" of human values and uses it to "Police" its own behavior. : '''The Pause Letter (2023)''' β When thousands of tech leaders signed a letter asking to "Pause" giant AI experiments for 6 months to figure out the ethics. </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information