Editing
The Cognitive Revolution
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 Cognitive Revolution is the "Study of the Mind's Big Bang"βthe investigation of the "Point in History" (~70,000 years ago) when **Homo sapiens** developed the "Ability" for "Complex Symbolic Thought." While our "Bodies" had been the same for 200,000 years, the **Cognitive Revolution** allowed us to "Cooperate" in "Large Numbers" through "Shared Fictions." From the "Cave Paintings" of **Lascaux** to the "Creation" of "Gods," "Nations," and "Money," this field explores the "Birth of Culture." It is the science of "Imagination," explaining why "Stories" are the "Real Secret" to "Human Dominance"βand how we "Moved" from "Hunting mammoths" to "Building empires." </div> __TOC__ <div style="background-color: #000080; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Remembering</span> == * '''The Cognitive Revolution''' β The "Hypothetical Period" when "Mutations" in the "Human Brain" allowed for "Language" and "Abstract Thinking." * '''Symbolic Thought''' β The "Ability" to "Represent" an "Idea" or "Object" with a "Symbol" (e.g., 'A Drawing,' 'A Word,' 'A Ritual'). * '''Shared Fictions''' (Harari) β "Stories" that "Many People Believe In" (e.g., 'Money,' 'Gods,' 'Corporations,' 'Human Rights'). * '''Dunbarβs Number''' β The "Limit" (~150) of people a human can "Know Personally" and "Trust" through "Gossip" alone. * '''Social Glue''' β The "Purpose" of "Fictions": allowing "Millions of Strangers" to "Work Together" because they believe in the "Same Story." * '''Cave Art''' β The "First Evidence" of the revolution: "Drawings" of "Animals" and "Abstract Signs" in "Deep Caves." * '''Figurines''' (e.g. 'Lion-Man') β Sculptures that show "Imaginary Beings," proving that humans could "Think about things that don't exist." * '''The Agricultural Transition''' (Neolithic Revolution) β (See Article 528). The "Result" of the cognitive revolution: humans "Stopped Wandering" and "Started Farming" ~10,000 years ago. * '''Animism''' β The "Original Human Religion": the belief that "Everything" (Rocks, Trees, Animals) has a "Spirit." * '''Gossip''' β The "Theory" that "Language" evolved to "Share Information" about "Who is Trustworthy" in the group. </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Understanding</span> == The cognitive revolution is understood through '''Stories''' and '''Scale'''. '''1. The "Invisible" World (Symbolic Thought)''': Before the revolution, humans could only "Talk" about "What was Real" (e.g. 'There is a Lion by the River'). * After the revolution, they could "Talk" about **"What was Not Real"** (e.g. 'The Lion-God protects our tribe'). * This "Fiction" allowed humans to "Create" **"Rules,"** **"Beliefs,"** and **"Goals"** that exist "Only in the Mind." * This is the "Foundation" of **"Culture"** and **"Law."** '''2. The "Super-Group" (Scale)''': Why did we "Defeat" the Neanderthals? * Neanderthals could "Cooperate" in "Groups of 50." * **Homo sapiens** could "Cooperate" in **"Groups of 50,000."** * How? Through a **"Shared Story."** * "Total Strangers" can "Fight in a War" or "Build a Pyramid" because they both believe in the **"Same God"** or the **"Same King."** * "Imagination" is the "Operating System" of "Global Cooperation." '''3. The "Trap" of Agriculture (The Transition)''': The "Mind" "Captured" the "Body." * The Cognitive Revolution allowed us to "Invent" **"Property"** and **"Future Planning."** * This led to "Agriculture." * While "Farming" created "More Food," it "Worsened" the "Quality of Life" for the "Individual" (Harder work, more disease, hierarchy). * We "Sacrificed" our "Personal Freedom" for the "Success of the Species." '''The 'Lion-Man' Figurine (35,000 years old)'''': A sculpture of a "Human Body" with a "Lion Head." It is the "Oldest Evidence" of the "Cognitive Revolution." It proved that humans had "Escaped" the "Physical World" and were now "Living in a World of Symbols and Myths." </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Cooperation Factor' (Predicting the 'Success' of a Social Group):''' <syntaxhighlight lang="python"> def calculate_cooperation_limit(shared_myth_lvl, communication_speed): """ Shows why 'Religion' or 'Ideology' is needed for large groups. """ # Dunbar's number is the natural limit base_limit = 150 # Myths allow 'Expansion' expanded_limit = base_limit * (shared_myth_lvl ** 2) if expanded_limit > 1000000: return f"STATUS: EMPIRE-BUILDING. (Shared Myth of lvl {shared_myth_lvl} allows for a 'State')." elif expanded_limit > 1000: return "STATUS: TRIBE / RELIGION. (Small group cooperation)." else: return "STATUS: PRIMITIVE BAND. (Only family cooperation)." # Case: A group with a 'High-Strength' shared myth (e.g. 'Nationalism' or 'Religion') print(calculate_cooperation_limit(100, 10)) </syntaxhighlight> ; Cognitive Landmarks : '''The 'Chauvet' Cave''' β The "Oldest and Best" cave paintings (~30,000 years), showing "Mastery" of "Shading" and "Movement." : '''GΓΆbekli Tepe''' β (See Article 131). The "First Temple" (~11,000 years old): it proved that "Religion" (The Story) came **Before** "Agriculture" (The Food). : '''The 'Cognitive' Threshold''' β The moment in "Brain Development" when the "Prefrontal Cortex" became "Powerful Enough" to "Mute Instinct" and "Allow Imagination." : '''The 'Gossip' Theory of Language''' (Robin Dunbar) β The proof that "Language" was "Made for Social Monitoring," not just "Hunting." </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Analyzing</span> == {| class="wikitable" |+ Neanderthal vs. Sapiens (Cognition) ! Feature !! Neanderthal (The Physical) !! Homo Sapiens (The Symbolic) |- | Knowledge || "Local / Practical" || "Universal / Abstract" |- | Cooperation || "Face-to-Face" (Dunbar Limit) || "Global / Strangers" (Shared Fictions) |- | Innovation || "Slow / Static Tools" || "Explosive / Rapid Change" |- | Survival Strategy || "Strength and Robustness" || "Adaptability and Storytelling" |- | Analogy || A 'Master Craftsman' || A 'Master Storyteller' |} '''The Concept of "Inter-Subjective Reality"''': Analyzing "The Matrix." There are three types of reality: **Objective** (Rocks), **Subjective** (My Fear), and **Inter-Subjective** (Money). If I "Stop Believing" in a "Rock," it "Still Hurts" when it hits me. If "Everyone Stops Believing" in "The Dollar," it "Ceases to Exist." The "Cognitive Revolution" was the "Birth" of the **Inter-Subjective World**. </div> <div style="background-color: #483D8B; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Evaluating</span> == Evaluating the cognitive revolution: # '''Inevitability''': Was the "Revolution" a "Biological Mutation" or a "Slow Cultural Learning"? # '''Ethics''': If "Human Rights" are "Shared Fictions," does that mean they are "Not Real"? (Does it 'De-value' morality?). # '''Dominance''': Did the "Cognitive Revolution" make us the "Serial Killers of the Planet"? (The 'Extinction of the Mega-fauna'). # '''Happiness''': Were "Hunter-Gatherers" "Happier" before they "Invented" "Property" and "Hierarchy"? </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 'Second' Cognitive Revolution''': "Merging" the "Human Brain" with "AI," allowing us to "Think" in "Collective Fictions" that are "Mathematically Perfect." # '''Global 'Truth' Fictions''': Designing "New Myths" (e.g. 'Planetary Survival') that are "Stronger than Nationalism" to "Unite the Whole Species." # '''Virtual 'Identity' Labs''': Using "Metaverses" to "Test New Ways of Living" (e.g. 'No Property,' 'No Gender'), "Deconstructing" the fictions of the first revolution. # '''The 'Bio-Neural' Bridge''': Using "CRISPR" to "Upgrade" the "Symbolic Processing" of the brain, "Creating" a "New Species" with "Higher Cognition." [[Category:Science]] [[Category:Biology]] [[Category:Anthropology]] [[Category:Archaeology]] [[Category:Psychology]] [[Category:Human Evolution]] [[Category:Cognitive Revolution]] </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