Editing
The Psychology of Persuasion
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}} The Psychology of Persuasion is the "Study of the Influence"—the investigation of the "Universal Principles" (~1984–Present) that "Direct" "Human Compliance" and "Decision-Making." While "Logic" (see Article 111) "Convinces," **Persuasion** "Moves." From the "Six Principles" of **Robert Cialdini** (Reciprocity, Commitment, Social Proof, Liking, Authority, Scarcity) to "Pre-suasion," this field explores the "Levers of Agreement." It is the science of "Social Dynamics," explaining why "Free Samples" "Force" us to "Buy"—and how "Trust" can be "Built" or "Hacked" through "Predictable Patterns." </div> __TOC__ <div style="background-color: #000080; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Remembering</span> == * '''Persuasion''' — The "Process" of "Guiding" people toward the "Adoption" of an "Idea," "Attitude," or "Action" through "Rational" or "Symbolic" means. * '''Robert Cialdini''' — The "Father" of modern persuasion: author of 'Influence' (1984). * '''The 6 Principles of Influence''': # '''Reciprocity''' (The 'Obligation' to give back). # '''Commitment & Consistency''' (The 'Drive' to be 'Reliable'). # '''Social Proof''' (The 'Me-too' effect). # '''Liking''' (The 'Friendship' bias). # '''Authority''' (The 'Expert' effect). # '''Scarcity''' (The 'FOMO'—Fear Of Missing Out). * '''Reciprocity''' — The "Rule" that "We should try to repay, in kind, what another person has provided us" (e.g. 'A Mint with the Check'). * '''Scarcity''' — The "Principle" that "Opportunities" seem "More Valuable" when their "Availability" is "Limited" (e.g., 'Only 2 left at this price!'). * '''Social Proof''' — The "Tendency" to "View a Behavior" as "More Correct" in a "Given Situation" to the degree that "We See Others Performing it." * '''Authority Symbols''' — (See Article 617). "Titles," "Clothes," and "Trappings" (like 'Lab coats' or 'Fancy cars') that "Trigger" "Compliance" without "Evidence" of skill. * '''Pre-suasion''' — Cialdini’s "Seventh Principle": "Directing" the "Attention" of the audience "Before" the message is delivered. </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Understanding</span> == The psychology of persuasion is understood through '''Triggers''' and '''Evolution'''. '''1. The "Indebtedness" Loop (Reciprocity)''': Why do we "Buy" after the "Free Sample"? * Humans are **"Hyper-Social Animals"** (see Article 545). * Our "Ancestor Societies" "Survived" because they "Shared Resources." * If someone "Gives to You," your "Brain" "Creates" a **"Psychological Debt"** that "Must be Paid." * It is "Social Glue." * "Marketers" use this "Biological Duty" to "Force" a "Sale." '''2. The "Group" Safety (Social Proof)''': Why do we look at "Reviews"? * (See Article 617). In an "Uncertain World," "Thinking" is "Dangerous" and "Expensive." * The **"Wisdom of the Crowd"** is a "Fast Heuristic." * If "Everyone is Running," **"Run."** * If "Everyone is Buying," **"Buy."** * We "Outsource" our "Thinking" to the "Majority." '''3. The "Fear" of Loss (Scarcity)''': Why do we "Hurry"? * (See Article 616). **Loss Aversion** is "Twice as Powerful" as "Gain." * **Scarcity** "Signals" a "Potential Loss" of an "Opportunity." * Our "Brain" "Prioritizes" "Protecting" the "Window" before it "Closes." * It "Bypasses" "Logical Evaluation" (System 2) and "Triggers" "Action" (System 1). '''The 'Milgram' Experiment (Authority)'''': A classic (and disturbing) study. People were "Told" by a "Man in a Lab Coat" to "Give Electric Shocks" to another person. Most "Complied" even when they thought they were "Killing" the person. It proved that "Symbols of Authority" are "Incredible Levers" for "Human Behavior." </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Persuasion Score' (Predicting 'Agreement'):''' <syntaxhighlight lang="python"> def calculate_persuasion_potential(num_principles_used, trust_level): """ Shows how 'Stacking' principles increases influence. """ # Each principle adds a multiplier to the base probability (20%) compliance_prob = 20 * (1 + (num_principles_used * 0.3)) # Trust acts as the final gate final_prob = compliance_prob * (trust_level / 100) if final_prob > 100: final_prob = 100 return f"COMPLIANCE PROBABILITY: {round(final_prob, 1)}%. (Influence is a Force)." # Case: Using 'Scarcity' and 'Authority' but with low trust print(calculate_persuasion_potential(2, 40)) # Case: Using 'Liking', 'Social Proof', and 'Reciprocity' with high trust print(calculate_persuasion_potential(3, 90)) </syntaxhighlight> ; Persuasive Landmarks : '''The 'Foot-in-the-Door' Technique''' → Getting someone to "Agree" to a "Small Request" "Increases" the "Likelihood" they will "Agree" to a "Large One" (The 'Consistency' principle). : '''The 'Door-in-the-Face' Technique''' → Making an "Enormous Request" (that is 'Rejected') "Makes" the "Real Request" (The 'Concession') "Look Better" (The 'Reciprocity' of compromise). : '''Amazon 'Reviews' ''' → The "Global Infrastructure" of **Social Proof**: "Proving" that "What Strangers Say" "Determines" "What Billionaires Sell." : '''Booking.com 'Dark Patterns' ''' → (See Article 618). Using "Scarcity" ('Only 1 room left!') and "Social Proof" ('10 people are looking at this!') to "Force" "Immediate Booking." </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Analyzing</span> == {| class="wikitable" |+ Logic vs. Persuasion ! Feature !! Logic (The Head) !! Persuasion (The Heart) |- | Goal || "Truth / Correctness" || "Compliance / Action" |- | Speed || "Slow / Sequential" || "Fast / Trigger-based" |- | Tool || "Evidence / Syllogism" || "Emotion / Relationships / Icons" |- | Lasting Power || "High" (Cognitive change) || "Variable" (Temporary compliance) |- | Analogy || A 'Proof' || A 'Story' |} '''The Concept of "Ethical Persuasion"''': Analyzing "The Intent." Persuasion is a "Tool." It can be used for **"Benefit"** (e.g., 'Persuading a friend to stop smoking') or **"Exploitation"** (e.g., 'Selling a scam'). "Ethics" (see Article 114) "Resides" in the **"Truth"** of the message and the **"Freedom"** of the recipient. </div> <div style="background-color: #483D8B; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Evaluating</span> == Evaluating Persuasion: # '''Resistance''': Can we "Train" our "Brain" to "Ignore" these triggers? (The 'Defense against the dark arts' problem). # '''Politics''': How does "Persuasion" "Turn into" "Propaganda" (see Article 542)? # '''Social Media''': (See Article 08). How do "Algorithms" "Automate" "Social Proof" to "Create" "Virality"? # '''Impact''': Why is "Persuasion" the "Most Valuable Skill" in the "Modern Economy"? </div> <div style="background-color: #2F4F4F; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Creating</span> == Future Frontiers: # '''The 'Persuasion' AI-Shield''': (See Article 08). An AI that "Reads" every "Ad" and "Sales Pitch" and "Colors" them with "Principle Icons" to "Alert You" of the "Triggers." # '''Neural 'Agreement' Mapping''': (See Article 127). Using "Brain-Machine Interfaces" to "See" "Resistance" "Dropping" in real-time, "Allowing" for "Perfect Persuasion." # '''Global 'Trust' Ledger''': (See Article 533). A "Blockchain" that "Tracks" the "Honesty" of "Persuaders," "Rewarding" "Ethics" and "Punishing" "Manipulation." # '''The 'Consensus' Machine''': A "Platform" that "Uses Persuasion Principles" to "Help" "Opposing Political Sides" "Find Agreement" (see Article 545) through "Shared Social Proof." [[Category:Arts]] [[Category:Science]] [[Category:Psychology]] [[Category:Sociology]] [[Category:Behavioral Economics]] [[Category:Marketing]] [[Category:Communication]] [[Category:Philosophy]] </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