The Narcissism Pandemic - The Algorithm War
Narcissism Pandemic

The Algorithm War: Building Tech That Heals Instead of Harms

Part 07 of 12: The Narcissism Pandemic Series

Part 7 of 12: The Narcissism Pandemic Series


What if I told you we could reprogram social media to make you smarter, calmer, and more empathetic?

Not by censoring content. By changing what spreads.

The algorithm war isn’t about banning ideas. It’s about changing the rules of virality. Making bridge-building content spread as fast as outrage currently does.

Sound impossible? It’s not. It’s just currently unprofitable.

So we’re going to make it profitable. Or regulate them into compliance. Or both.

Let me show you the technical architecture of de-polarization.


Understanding The Current Algorithm

First, let’s be precise about what current algorithms do:

Simplified version:

python
def recommend_content(user):
    user_history = get_what_user_engaged_with(user)
    similar_content = find_content_like(user_history)
    rank_by = predicted_engagement(similar_content)
    return highest_ranked_content

What “engagement” means:
– Clicks
– Time spent viewing
– Likes/shares/comments
– Returning to platform

What maximizes these metrics:
– Content that triggers strong emotions (especially anger)
– Content that confirms existing beliefs
– Content slightly more extreme than what user previously engaged with
– Content that creates tribal belonging

What doesn’t maximize these metrics:
– Nuanced content
– Cross-partisan perspectives
– Content that challenges beliefs
– Bridge-building discussions

Result: The algorithm is optimized perfectly. For polarization.


The Counter-Algorithm

Here’s what we build instead:

Multi-Objective Optimization

Instead of single objective:

python
Maximize: engagement

Use multiple objectives:

python
Maximize:
    (0.3 × engagement) +
    (0.3 × user_wellbeing) +
    (0.2 × cross_partisan_exposure) +
    (0.2 × epistemic_quality)

Let’s break down each component:

Component 1: Engagement (30%)

We still need users on the platform. Zero engagement = platform dies.

But instead of 100% weight, it’s only 30%.

Metrics:
– Time on platform
– Return rate
– Interaction rate

Why keep it:
– Users need to find it valuable
– Platform needs to be sustainable
– Can’t have 100% vegetables (need some dessert)

Why reduce it:
– Engagement ≠ Wellbeing
– Most engaging ≠ Best for society
– Compromise between user retention and user good


Component 2: User Wellbeing (30%)

This is the revolutionary part. Actually measure if the platform makes users happy/healthy.

How to measure:

Self-reported (weekly prompt):
“How do you feel after using this platform?”
– Happy → Sad (1-10 scale)
– Calm → Angry (1-10 scale)
– Connected → Isolated (1-10 scale)
– Informed → Confused (1-10 scale)

Behavioral proxies:
– Time between sessions (rage-scrolling = short; healthy use = longer gaps)
– Rage-quit patterns (close app angrily)
– Reporting/blocking behavior (indicates toxicity exposure)

Algorithm learns:
– Which content types lead to higher wellbeing scores
– Which users report feeling good after certain content
– Uprank content that increases wellbeing
– Downrank content that decreases it

The incentive shift:
Current: Maximize time on platform (even if user feels like shit)
New: Maximize time on platform AND user reports feeling good

Objection: “Users don’t know what’s good for them. They’ll say vegetables but eat candy.”

Response: Studies show users DO accurately report wellbeing. And after 2 weeks on wellbeing-optimized feed, most PREFER it. Like healthy diet – feels better once you adjust.


Component 3: Cross-Partisan Exposure (20%)

Break the filter bubble. Intentionally.

How to measure:

Content diversity score:
– Track political lean of content (left/center/right)
– Measure: What % of user’s feed is from “other side”?
– Target: At least 30-40% diverse content

Bridging engagement:
– Which content do BOTH left and right engage with positively?
– Uprank content that bridges tribal lines
– Downrank content that only engages one bubble

Implementation:

python
if content.engagement_left > 0 AND content.engagement_right > 0:
    boost_score *= 2.0  # Bridging bonus

if user.recent_feed_diversity < 0.3: inject_diverse_content()

User experience:
- 60% content aligned with your views (confirmation)
- 40% content from across divide (exposure)
- Bridge content (liked by both) prioritized

Why this works:
- Controlled exposure reduces fear of outgroup
- Seeing "reasonable" people from other tribe humanizes them
- Gradual, not shocking (won't trigger defensive reaction)


Component 4: Epistemic Quality (20%)

Reward truth. Penalize bullshit.

How to measure quality:

Automated signals:
- Links to primary sources? (boost)
- Acknowledges uncertainty? (boost)
- Engages with counter-arguments? (boost)
- Absolute claims with no evidence? (penalize)
- Inflammatory language? (penalize)
- Clickbait headlines? (penalize)

Crowdsourced verification (X Community Notes model):
- Users can propose context/corrections
- Requires CROSS-PARTISAN agreement to add note
- Users with high accuracy history weighted more
- Notes are added to post, visible to all

Reputation staking:
- Users can "stake" reputation on claims
- If later proven false, lose reputation
- If proven true, gain reputation
- High-reputation users get algorithmic boost

Implementation:

python
quality_score = (
    primary_sources_score +
    nuance_score +
    community_notes_score +
    author_reputation_score -
    clickbait_penalty -
    inflammatory_penalty
)

final_rank = ( engagement * 0.3 + wellbeing * 0.3 + diversity * 0.2 + quality * 0.2 )


The Bridging Platform

Alternative to Facebook/Twitter. Built from scratch with different rules.

Core Mechanic: Reverse Echo Chamber

How current platforms work:
- Engage with your tribe → Algorithm shows more tribe content → Echo chamber forms

How bridging platform works:
- Engage only with tribe → Reach DECREASES → Quarantine
- Engage across tribes → Reach INCREASES → Amplification

Your reach is determined by your bridging score.

The Bridging Score (0-100)

Calculated from:

1. Cross-partisan engagement (40% of score)
- How often do you engage positively with "other side"?
- Do people from other tribes engage with YOUR content?
- Positive interactions weighted higher than negative

2. Steel-manning requirement (30% of score)
- Before criticizing position, must state their best argument
- Must be verified by members of that tribe
- Shows you understand, not just react

3. Mind-changing bonus (20% of score)
- Ever publicly changed your mind?
- Engage with evidence that contradicts you?
- Update beliefs based on discussion?

4. Community ratings (10% of score)
- Other users rate: "Is this person engaging in good faith?"
- Weighted toward cross-partisan ratings

Score impacts:
- 80-100: Maximum reach, featured on "bridge-builders" list
- 60-79: Normal reach
- 40-59: Reduced reach
- 20-39: Heavily reduced reach
- 0-19: Quarantined (only visible to people who follow you)

The incentive:
Want influence? Build bridges. Want to go viral? Make both sides agree you're valuable.

Features

Feature 1: Ideological Turing Test
- Game: Write post that people can't tell which side you're on
- High scorers: Understand multiple perspectives
- Leaderboard: Top perspective-takers get boosted

Feature 2: Cross-Partisan Guilds
- Form groups around shared interests (parenting, gaming, cooking)
- Must have political diversity to unlock features
- Incentive: Best features require maintaining diversity

Feature 3: The Steel-Man Challenge
- To criticize other side, first must pass their Turing test
- System: State their argument → Members of that tribe vote "accurate" or "straw man"
- Must get 70%+ "accurate" votes to unlock critique
- Forces understanding before attacking

Feature 4: Bridge-Builder Patronage
- Subscription: $5/month ad-free
- Patron: $15/month, choose bridge-builders to support
- 50% of revenue goes to high-bridging-score users
- Aligns incentives: Money comes from bridging, not outrage


Implementation Strategy

###Phase 1: Proof of Concept (Months 0-6)

Build browser extension:
- Overlays on existing platforms (Twitter, Facebook)
- Re-ranks feed using counter-algorithm
- User opts in, sees different version of same platform

A/B Test:
- Control group: Normal algorithm
- Treatment group: Counter-algorithm
- Measure: Affective polarization, wellbeing, epistemic calibration

If it works:
- Users report higher wellbeing
- Reduced hatred of other side
- Better factual knowledge
- STILL engage enough to be sticky

Then proceed to Phase 2.

Phase 2: Standalone Platform (Months 6-18)

Build full bridging platform:
- Not browser extension, but actual platform
- Implements all features (bridging score, steel-man requirements, etc.)
- Target: Early adopters (exhausted 70% who want out)

Growth strategy:
- Invitation-only initially (like early Gmail)
- Seed with high-trust community
- Organic growth through word-of-mouth
- Positioning: "Social media that doesn't make you hate people"

Success metric:
- 100K users in 12 months
- High retention (>60% monthly active)
- Measurable wellbeing improvement
- Bridge-building behavior exported to other platforms

Phase 3: Open Source + Scale (Months 18-36)

Release counter-algorithm as open source:
- Any platform can implement
- Any developer can build on
- Creates ecosystem

Build coalition:
- Users who prefer it (demand pressure)
- Researchers who prove it works (evidence)
- Advocates who push for it (political pressure)

Regulatory push:
- EU first (stronger data protection culture)
- "Duty of care" laws: Platforms must optimize for wellbeing, not just engagement
- If EU regulates, platforms comply globally (avoid dual systems)

Phase 4: Mainstream (Months 36-48)

Major platforms adopt (voluntarily or via regulation):
- Facebook/Meta implements counter-algorithm
- YouTube changes recommendations
- Twitter/X offers wellbeing-optimized option

OR

Bridging platform reaches critical mass:
- 10M+ users
- Network effects kick in
- Becomes viable alternative

OR Both:
- Some platforms adopt
- Bridging platform captures chunk of market
- Competition forces others to follow

Outcome:
New equilibrium where polarization is punished by algorithm, bridge-building is rewarded.


Why Platforms Will Resist

Let's be honest: They're going to fight this.

Objection 1: "Threatens our business model"
- TRUE. Engagement-optimization is profitable.
- Wellbeing-optimization is less profitable (in short term).

Our response:
- Regulation forces it (threat)
- User demand forces it (market pressure)
- Moral pressure (advertiser boycotts, ESG criteria)
- Competition forces it (bridging platform takes market share)

Objection 2: "Technically impossible to measure wellbeing"
- FALSE. Already done in research settings.
- Self-report is reliable for this.
- Behavioral proxies work.

Our response:
- Show the research
- Run proof-of-concept
- Make them define success differently (not just engagement)

Objection 3: "This is censorship"
- FALSE. Not removing content, just changing ranking.
- You can still post anything.
- Just won't go as viral if it's polarizing.

Our response:
- Distinguish between access and amplification
- Platforms already curate (they just curate for profit)
- This curates for societal good

Objection 4: "Users will hate it"
- TESTABLE. Run the A/B test.
- Evidence shows: After adjustment period, users prefer it.
- Like healthy food: Taste buds adjust.

Our response:
- Data will prove this wrong
- Let users choose (offer both options)
- Most will choose wellbeing once they try it


The Technical Challenges

Challenge 1: Measuring political lean of content
- Solution: Train classifier on labeled data, human review for edge cases

Challenge 2: Bad actors gaming the system
- Solution: Reputation systems, cross-partisan verification, evolving detection

Challenge 3: Defining "quality" without bias
- Solution: Crowdsourced + transparent + user control over own weights

Challenge 4: Balancing objectives
- Solution: A/B test different weightings, iterate based on outcomes

Challenge 5: Scale (billions of users)
- Solution: Use AI for classification, human review for appeals, community moderation

None of these are insurmountable. They're just hard.


Why This Can Work

Precedent: YouTube already did multi-objective optimization.

In 2012: Optimized for clicks (clickbait everywhere)

In 2015: Switched to watch time (quality increased)

Proof: Systems can change objective functions and survive.

Our ask: Change objective function again. From engagement to wellbeing.


What You Can Do Now

1. Demand it
- Email platforms: "I want a wellbeing-optimized feed option"
- Tweet: "I'd pay for social media that doesn't polarize me"
- Create market signal

2. Use tools that exist
- Browser extensions that detect bias
- Apps that track emotional responses
- Feed curators that show diverse content

3. Pressure advertisers
- "Do you want your brand next to polarizing content?"
- ESG criteria: Platforms that harm society = bad investment

4. Support regulation
- Contact representatives
- Support orgs pushing for platform accountability

5. Join waiting list
- If we build bridging platform, be early adopter
- Network effects need seed users


Next in this series: "The Regulatory Blitz: How To Make Big Tech Bend" - Platforms won't change voluntarily. So we're going to force them. Here's the political strategy, the coalition-building, and the 36-month plan to pass three major laws.

Previous posts:
- Part 1: You're Not Crazy
- Part 2: Narcissism You Can't See
- Part 3: Social Media NPD Factory
- Part 4: Eight Feedback Loops
- Part 5: Why Fact-Checking Failed
- Part 6: Three-Layer Solution

Think an engineer needs to read this? Share it. The algorithm war needs soldiers.

Don't want to miss a post? Subscribe for updates


This is Part 7 of a 12-part series on solving polarization. Based on insights from AI engineers, platform designers, and behavioral technologists.

Frequently Asked Questions

How can algorithms be changed to promote wellbeing on social media?

Algorithms can be reprogrammed to prioritize user wellbeing by incorporating metrics such as self-reported happiness and calmness, along with engagement. This involves balancing engagement with other objectives like cross-partisan exposure and epistemic quality to create a healthier online environment.

What is the current issue with social media algorithms?

Current social media algorithms focus primarily on maximizing engagement through content that provokes strong emotions, often leading to polarization and tribalism. This results in the spread of outrage and divisive content rather than nuanced or bridge-building discussions.

What is multi-objective optimization in the context of social media?

Multi-objective optimization is a method that aims to balance various goals, such as user engagement and wellbeing, rather than focusing solely on engagement. By adjusting the algorithm to include factors like user happiness and cross-partisan exposure, platforms can foster a healthier user experience.

Why is it important to change the rules of virality on social media?

Changing the rules of virality is crucial because it can shift the focus from harmful, polarizing content to more constructive, empathetic interactions. This transformation can lead to better social outcomes and a more informed and connected user base.

Terug naar overzicht

Frequently Asked Questions

What is the main goal of changing social media algorithms according to the article? +

The main goal is to reprogram social media to spread content that makes users smarter, calmer, and more empathetic rather than promoting outrage and polarization. This involves changing the rules of virality to favor bridge-building content.

How does the current algorithm maximize user engagement, as described in the article? +

The current algorithm maximizes engagement by prioritizing content that triggers strong emotions, confirms existing beliefs, and fosters tribal belonging, ultimately resulting in a system optimized for polarization.

What are the key components of the proposed multi-objective optimization algorithm? +

The proposed algorithm includes four components: engagement (30%), user wellbeing (30%), cross-partisan exposure (20%), and epistemic quality (20%), balancing user retention with societal benefits.

How is user wellbeing measured in the new algorithm framework? +

User wellbeing is measured through self-reported surveys asking users how they feel after using the platform and by analyzing behavioral proxies, such as time between sessions and patterns of reporting or blocking toxic content.

What is the significance of the shift in incentives mentioned in the article? +

The shift in incentives is significant because it aims to prioritize user wellbeing alongside engagement, encouraging platforms to promote content that enhances users' mental health rather than merely maximizing clicks and interactions.

ENNL