Editing
Agency and Intentionality
(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 Agency Test' (Determining if a movement was an 'Action'):''' <syntaxhighlight lang="python"> def is_it_an_action(was_intended, had_control, followed_the_plan): """ Shows the 'Strength' of Agency. """ if was_intended and had_control and followed_the_plan: return "RESULT: FULL AGENCY. (An Intentional Action)." elif was_intended and not followed_the_plan: return "RESULT: WAYWARD ACTION. (A 'Lucky' accident or a failure)." elif not was_intended: return "RESULT: EVENT. (A mere 'Movement' or reflex)." else: return "RESULT: DIMINISHED AGENCY." # Case: You meant to throw the ball, and you did. print(is_it_an_action(True, True, True)) # Case: You meant to throw it, but you tripped and it fell into the hoop. print(is_it_an_action(True, False, False)) </syntaxhighlight> ; Agency Landmarks : '''The 'Anscombe' Revolution (1957)''' β Her book *Intention* proved that "Action" is not a "Feeling in the head," but a "Way of Being" in the world. : '''AI Agency''' β Can a "Robot" have "Intentionality"? (If a robot 'Intends' to 'Clean the floor,' is it 'Acting' or just 'Following Code'?). : '''Akrasia (Weakness of Will)''' β When you "Intend" to do **X** (e.g. 'Study'), but you "Do" **Y** (e.g. 'Watch TV'). It is the "Glitch" in human agency. : '''Libetβs Experiment''' β A brain scan that showed the "Brain Starts Moving" **before** the person "Decides to move." It raised the terrifying question: "Is Agency an Illusion?" </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