Editing
Collective Intelligence
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}} Collective Intelligence is the "Study of the Super-organism"βthe investigation of the "Shared Intelligence" that "Emerges" (see Article 578) from the "Collaboration," "Collective Efforts," and "Competition" of "Many Individuals." While "Individual Intelligence" is in the "Brain," **Collective Intelligence** is in the **"Network."** From the "Wisdom of Crowds" and "Prediction Markets" to "Consensus Algorithms" and "Groupthink," this field explores the "Power of the Many." It is the science of "Aggregation," explaining why "100 People" can "Guess" the "Weight of an Ox" better than an "Expert"βand how "The Internet" "Transformed" "Humanity" into a "Single, Global Mind." </div> __TOC__ <div style="background-color: #000080; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Remembering</span> == * '''Collective Intelligence''' β "Shared" or "Group" intelligence that "Emerges" from the "Collaboration" of many "Diverse" individuals. * '''The Wisdom of Crowds''' β (James Surowiecki). The "Discovery" that the "Average Guess" of a "Large, Diverse Group" is often "Remarkably Accurate." * '''Prediction Market''' β A "Market" where people "Trade" on the "Outcome" of "Future Events" (e.g. 'Elections' or 'Product launches'), "Aggregating" "Private Information" into a "Public Price." * '''Consensus''' β A "General Agreement" among members of a group. * '''Groupthink''' β The "Bias" (see Article 617) where the "Desire" for "Harmony" in a group leads to "Irational" or "Dysfunctional" "Decision-making." * '''Crowdsourcing''' β (See Article 605). "Obtaining" "Information" or "Input" from a "Large Number of People" (Usually via the internet). * '''Beehive Mentality''' (Swarm Intelligence) β (See Article 38). "Complex Behavior" (like 'Building a nest') that "Emerges" from "Simple Rules" followed by "Individual Insects." * '''Delphi Method''' β A "Structured Communication" technique used to "Arrive" at a "Consensus Forecast" from a "Panel of Experts." * '''Open Source''' β (See Article 01). A "Collective Intelligence" model for "Building Software" (like 'Linux') through "Global Cooperation." * '''Wikipedia''' β The "Largest" "Collaborative Knowledge Base" in history, "Demonstrating" the "Power" of "Many Small Contributions." </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Understanding</span> == Collective intelligence is understood through '''Diversity''' and '''Independence'''. '''1. The "Average" Truth (Wisdom of Crowds)''': Why is the "Crowd" "Smarter" than the "Expert"? * Every "Individual" has some **"Private Information"** and some **"Private Error."** * When you "Average" the "Many," the "Private Errors" **"Cancel Each Other Out."** * The **"Shared Information"** (The Truth) is what "Remains." * For this to work, the group **MUST** be **"Diverse"** and **"Independent"** (Thinking for themselves). * "Crowds" are "Smart" only if they are "Not a Mob." '''2. The "Echo" Chamber (Groupthink)''': The "Failure" of the many. * If a "Group" is "Too Similar" or "Too Close," they "Start to Copy" each other. * The "Errors" **"Multiply"** instead of "Canceling." * This leads to **"Bubbles"** (see Article 514) and "Poor Decisions." * **Consensus** is "Dangerous" if it is "Forced." '''3. The "Networked" Brain (The Internet)''': "Global Scale" Intelligence. * The **Internet** (see Article 159) "Allows" for "Coordination" of **Millions of People.** * **Open Source** and **Wiki** models "Enable" "Massive Projects" that "No Single Person" could "Manage." * We have "Created" a **"Technological Super-organism"** where "Knowledge" is "Accessible" to "Everyone" "Instantly." * "Humanity" is "Becoming" a **"Global Brain."** '''The 'Ox-Weight' Experiment (Galton, 1906)'''': The "Birth" of the field. Francis Galton "Calculated" the "Average" of **800 Guesses** at a county fair. The "Crowd's Average" (1,197 lbs) was **99.9% Correct** (The real weight was 1,198 lbs). It proved that "The Many" are "Greater" than the "One." </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Prediction Market' (Aggregating 'Probability'):''' <syntaxhighlight lang="python"> def update_market_probability(current_price, buy_order_volume, sell_order_volume): """ Shows how 'Buying and Selling' creates 'Truth'. """ # Buying increases the price (The 'Probability' of the event) net_demand = buy_order_volume - sell_order_volume new_price = current_price + (net_demand * 0.01) if new_price > 1.0: new_price = 1.0 if new_price < 0.0: new_price = 0.0 return f"MARKET PROBABILITY: {round(new_price * 100, 1)}%. (The Crowd has spoken)." # Case: A market starting at 50% for an election result print(update_market_probability(0.5, 1000, 200)) </syntaxhighlight> ; Collective Landmarks : '''The 'Linus's Law' ''' β "Given enough eyeballs, all bugs are shallow": the "Philosophy" of **Open Source** security. : ''' 'Foldit' ''' β (See Article 605). The "Proof" that "Game-based Crowdsourcing" can "Solve" "Protein Folding" faster than "Experts." : '''Prediction Markets in 'Google/Intel' ''' β Companies using "Internal Betting" to "Forecast" "Product Launch Dates" more accurately than "Managers." : '''The 'Arab Spring' ''' β (See Article 542). "Social Media" "Coordinating" "Collective Action" "Against" "Dictators," "Demonstrating" "Networked Power." </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Analyzing</span> == {| class="wikitable" |+ Individual vs. Collective Intelligence ! Feature !! Individual (The Brain) !! Collective (The Network) |- | Storage || "Neurons / Synapses" || "Internet / Culture / Language" |- | Capacity || "Limited" || "Potentially Infinite" |- | Driver || "Biological Goals" || "Emergent Social Goals" |- | Failure Mode || "Disease / Injury" || "Groupthink / Misinformation / War" |- | Analogy || A 'Processor' || A 'Supercomputer' |} '''The Concept of "Liquid Democracy"''': Analyzing "The Future." (See Article 543). A "Voting System" where you can "Delegate" your "Vote" to an "Expert" for a "Specific Topic" (e.g. 'Environment') but "Vote Directly" on "Others." It "Uses" "Collective Intelligence" to "Optimize" "Governance." </div> <div style="background-color: #483D8B; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Evaluating</span> == Evaluating Collective Intelligence: # '''Misinformation''': (See Article 08). How do "Algorithms" "Hack" "Collective Intelligence" to "Spread Lies"? # '''Inequality''': (See Article 560). Does the "Crowd" "Ignore" "Brilliant Outsiders"? # '''Privacy''': (See Article 629). If we are a "Global Brain," does the "Individual" "Disappear"? # '''Impact''': Why are "Prediction Markets" "Illegal" in many countries? (Are we 'Afraid' of 'Knowing the Truth'?). </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 'Global' Consensus Protocol''': (See Article 533). A "Blockchain" for **10 Billion People** to "Find Agreement" on "Global Issues" (like 'Climate') "Without" "Politicians." # '''Neural 'Swarm' Links''': (See Article 01). A "Brain-to-Brain Interface" where "Groups" can "Share" "Mental Workload" "Instantly." # '''Personal 'Collective' AI''': (See Article 08). An AI that "Aggregates" the "Advice" of **1 Million Experts** "Specifically for Your Life." # '''The 'Planetary' Knowledge Commons''': A "Self-Updating Wiki" that "Incorporates" "Every Scientific Paper" and "Observation" on Earth "Automatically," "Creating" "Total Knowledge." [[Category:Arts]] [[Category:Science]] [[Category:Sociology]] [[Category:Psychology]] [[Category:Economics]] [[Category:Computer Science]] [[Category:Cognitive Science]] [[Category:Future Studies]] </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