Editing
Moral Responsibility
(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 Responsibility Filter' (Checking if someone should be 'Blamed'):''' <syntaxhighlight lang="python"> def evaluate_blame(has_reasoning_capacity, was_forced, had_moral_luck): """ Shows how 'Accountability' is calculated. """ if not has_reasoning_capacity: return "RESULT: NO BLAME (EXEMPT). The agent is like a 'Child' or a 'Stone'." if was_forced: return "RESULT: NO BLAME (EXCUSED). Force overrode the Will." if had_moral_luck: return "RESULT: HIGH BLAME (Culpable). Luck made the result worse." else: return "RESULT: LOW BLAME (Attempt only)." # Case: A sane person who tried to help but accidentally caused harm print(evaluate_blame(True, False, True)) </syntaxhighlight> ; Responsibility Landmarks : '''The 'MβNaghten' Rule (1843)''' β The "Legal Origin" of the "Insanity Defense": a person is not responsible if they "Don't know the nature of the act" or "Don't know it was wrong." : '''Corporate Responsibility''' β Can a "Company" (like 'Shell' or 'Google') be "Responsible"? Or only the "People" inside it? (The 'Group Agency' problem). : '''Historical Responsibility''' β Are "Living People" responsible for the "Sins of their Ancestors"? (The 'Reparations' debate). : '''Algorithmic Responsibility''' β (See Article 531). If an "AI" causes a "Crash," who do we "Blame"? If there is "No Person" to "Resent," does "Moral Responsibility" exist? </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