Editing
Rationality and Motivation
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!
<div style="background-color: #4B0082; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> {{BloomIntro}} Rationality and Motivation is the "Study of the Engine"βthe investigation of how our "Reason" (what we think) connects to our "Will" (what we do). While we often "Know" the "Right thing to do" (e.g. 'Eat healthy'), we often "Don't do it." From "Internalism" (the idea that 'Knowing' is 'Doing') to "Externalism" (the idea that you need a 'Desire' to act) and the "Instrumental Reason" of **David Hume**, this field explores the "Logic of Action." It is the science of "Persuasion," explaining why "Facts" alone are often "Powerless" to "Change a Human's Life." </div> __TOC__ <div style="background-color: #000080; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Remembering</span> == * '''Practical Rationality''' β The "Process" of "Thinking" in a way that leads to "Successful Action." * '''Motivation''' β The "Force" or "Drive" that causes a person to "Act" (The 'Engine'). * '''Internalism''' (Motivational) β The view that "Believing you ought to do X" is "Enough" to give you a "Motive" to do X. * '''Externalism''' (Motivational) β The view that "Believing" is not enough; you also need a "Separate Desire" (e.g., 'I know I should study, but I don't CARE'). * '''Instrumental Reason''' β The "Tool-Logic": "If you want X, and Y is the way to get X, then you should do Y." * '''Hume's Dictum''' β "Reason is, and ought only to be, the **Slave of the Passions**." (Reason can't tell you 'What to want,' only 'How to get it'). * '''The Direction of Fit''': ** '''Beliefs''' have a "Mind-to-World" fit (The mind should change to match the world). ** '''Desires''' have a "World-to-Mind" fit (The world should change to match the mind). * '''Practical Syllogism''' β A "Logic Chain" for action: 'I want X,' 'Doing Y is X,' 'Therefore, I do Y.' * '''Cognitivism''' (Motivation) β The idea that "Motivations" are just "Special kinds of Beliefs." * '''Non-Cognitivism''' β The idea that "Motivations" are "Feelings" or "Urges" that have "No Logic." </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Understanding</span> == Rationality and motivation are understood through '''Means-Ends''' and '''Commitment'''. '''1. The "Tool" of the Mind (Instrumental Reason)''': David Hume argued that "Reason" is just a "Map." * A "Map" can tell you "How to get to the Beach." * But a "Map" cannot "Make you WANT to go to the beach." * Your **Passions** (Hunger, Love, Fear) choose the "Destination." * Your **Reason** finds the "Path." * "Rationality" is just "Efficiency." '''2. The "Knowing vs. Doing" Gap (Internalism)''': Why do we "Fail" to act on our "Values"? * **Internalists** say: "If you didn't do it, you didn't **Really** believe you should." (True belief is 'Motive-Power'). * **Externalists** say: "You believed it, but you lacked the **Fuel** (Desire)." * This explains "Sociopaths": they "Know" what is 'Right' (Belief), but they "Don't Feel" like doing it (Desire). '''3. The "Buridan's Ass" Problem (Indecision)''': A hungry "Donkey" is placed "Exactly" between "Two identical piles of hay." * Because the "Reason" for each pile is "Equal," the donkey has "No motive" to choose. * The donkey "Starves to death." * It proves that "Rationality" needs a "Breaking Point"βa "Will" that can "Choose" even when "Reason" is balanced. '''The 'Phineas Gage' Case (1848)'''': A man had a "Metal Rod" blown through the "Rational Center" of his brain (the Prefrontal Cortex). He was still "Smart" (Reason worked), but his "Motivation" and "Character" were "Broken." He "Couldn't make a decision" or "Follow a plan." It proved that "Rationality" and "Motivation" are "Physically Linked" in the brain. </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Motivational Engine' (Calculating if an agent will 'Act'):''' <syntaxhighlight lang="python"> def predict_action(goal_desire_lvl, belief_confidence_pct, effort_cost): """ Motivation = (Desire * Belief) - Cost. """ # Simple 'Expectancy-Value' Theory motive_force = (goal_desire_lvl * (belief_confidence_pct / 100)) - effort_cost if motive_force > 10: return f"ACTION: SUCCESS. Force {motive_force}. The agent will move." elif motive_force > 0: return "ACTION: PROCRASTINATION. (Motive is too weak to overcome 'Start' friction)." else: return "ACTION: FAILURE. (Not worth the effort)." # Case: Wanting to be fit (Desire 10) but not believing the gym works (20%) print(predict_action(10, 20, 5)) </syntaxhighlight> ; Motivation Landmarks : '''The 'Nudge' Theory''' β (See Article 136). Using "Small Changes" in the environment to "Align" a person's "Motivation" with their "Goals" (e.g. 'Putting fruit at eye level'). : '''Rational Choice Theory''' β The "Economic Model": people always act to "Maximize their own benefit." (Critics say this misses 'Empathy' and 'Altruism'). : '''Akrasia (Weakness of Will)''' β (See Article 531). The "Eternal Human Struggle": knowing the "Better" and choosing the "Worse." : '''Self-Determination Theory''' β The idea that we are "Most Motivated" when we have "Autonomy" (Choice), "Competence" (Skill), and "Relatedness" (Connection). </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Analyzing</span> == {| class="wikitable" |+ Internalism vs. Externalism ! Feature !! Motivational Internalism !! Motivational Externalism |- | Is 'Reason' enough? || **Yes**. To judge is to move. || **No**. You need a 'Desire' added on. |- | Goal of Ethics || "Enlightenment" (Changing thoughts) || "Incentives" (Changing feelings/costs) |- | View of the 'Lazy' || They "Don't Understand" yet. || They "Lack the Drive" or 'Will.' |- | Analogy || A 'Self-Driving Car' || A 'Car' (Reason) and a 'Gas Tank' (Desire) |} '''The Concept of "Direction of Fit"''': Analyzing "The Goal." A **Belief** is like a "Shopping List" made by a "Researcher" (it should describe 'What is in the cart'). A **Desire** is like a "Shopping List" made by a "Buyer" (it tells you 'What should BE in the cart'). Action happens when the "Buyer" (Desire) uses the "Researcher" (Belief) to "Change the World." </div> <div style="background-color: #483D8B; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Evaluating</span> == Evaluating rationality and motivation: # '''Emotion''': Is "Emotion" the "Enemy" of rationality, or is it the "Necessary Fuel"? (Can you be 'Rational' without 'Feeling' anything?). # '''Manipulation''': Is it "Ethical" to "Hack" someone's "Motivation" (e.g. 'Addictive Apps') to "Make them act" against their "Reason"? # '''AI''': If an AI has "Infinite Reason" but "No Desires," is it "Stuck" forever? (Does an AI 'Need' a 'Passion' to be useful?). # '''Culture''': Are "What we Want" (Motivations) "Biological" (Hunger) or "Cultural" (Fame)? </div> <div style="background-color: #2F4F4F; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Creating</span> == Future Frontiers: # '''Motivational 'Dashboard' ''': A "Brain-Link" app that "Shows" your current "Motive Force" for various goals, helping you "Adjust" your "Incentives" to "Beat Procrastination." # '''Rational 'Consensus' Tools''': An AI that "Finds the Shared Desires" of a group and "Calculates the Best Path" (Reason) to "Motivate" everyone to act together. # '''Direct 'Will' Stimulation''': Using "TMS" (Magnetic Brain Stimulation) to "Boost the Signal" of "Reason" in the brain, helping people "Follow through" on their "Hard Choices." # '''The 'Values-Action' Synchronizer''': A tool that "Audits" your "Actions" and "Compares" them to your "Values," "Flagging" when your "Motivation" has "Strayed" from your "Reason." [[Category:Philosophy]] [[Category:Science]] [[Category:Psychology]] [[Category:Ethics]] [[Category:Action Theory]] </div>
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)
Template used on this page:
Template:BloomIntro
(
edit
)
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