Editing
Institutions and Economic Growth
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}} Institutions and Economic Growth is the "Study of the Rules"βthe investigation of how the "Legal," "Political," and "Social" structures of a country determine its "Wealth" or "Poverty." While traditional economics looks at "Machines" and "Labor," **Institutional Economics** looks at "Why" people choose to build those machines in the first place. From "Property Rights" (The 'Incentive' to invest) and the "Rule of Law" to the "Inclusive vs. Extractive" systems of **Acemoglu and Robinson**, this field explores the "Foundations of Prosperity." It is the science of "Trust," explaining why "Good Rules" are more valuable than "Gold Mines"βand why "Bad Institutions" can "Kill" an economy for centuries. </div> __TOC__ <div style="background-color: #000080; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Remembering</span> == * '''Institution''' β The "Humanly Devised Constraints" that "Shape Human Interaction": the "Rules of the Game" in a society. * '''Property Rights''' β The "Legal Right" to "Own" and "Control" resources (e.g., 'If I plant this corn, I get to keep it'). * '''Rule of Law''' β The principle that "Everyone" (including the King/President) is "Subject to the Law" and that laws are "Fair and Predictable." * '''Inclusive Institutions''' β Systems that "Allow" and "Encourage" the "Participation" of the "Great Majority" of people in economic activities (e.g., 'Schools,' 'Free Markets'). * '''Extractive Institutions''' β Systems designed to "Extract" "Incomes and Wealth" from "One Subset" of society to "Benefit" a "Small Elite" (e.g., 'Slavery,' 'Monopolies'). * '''The Great Divergence''' β The period (starting ~1800) where "Western Europe" "Pulled Away" from the "Rest of the World" in wealth, arguably because of better institutions. * '''Transaction Costs''' β The "Cost" of "Making a Trade" (e.g., 'Lawyer fees,' 'Bribes,' 'Time wasted in court'). Good institutions "Lower" these costs. * '''Social Capital''' β (See Article 535). The "Trust and Networks" that allow people to "Trade without a Lawyer." * '''Path Dependence''' β The idea that "Old Rules" (from 500 years ago) "Constrain" what is "Possible" today (e.g., 'The legacy of colonial borders'). * '''Creative Destruction''' β The "Process" where "New Ideas" (Inclusive) "Replace" "Old Ideas" (Extractive). </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Understanding</span> == Institutions and economic growth are understood through '''Incentives''' and '''Power'''. '''1. The "Why" of Investment (Property Rights)''': Why would you "Build a House" if the "Government" can "Take it" tomorrow? * If "Property Rights" are **Weak**, you "Spend your money" on "Eating" or "Hiding it." * If "Property Rights" are **Strong**, you "Invest" in a "Factory" that makes you "Rich in 10 years." * **Economic Growth** is the "Result" of "Millions of people" "Believing" that the "Future is Safe." * "Institutions" are the **"Promises"** that make "Investment" possible. '''2. The "Filter" of Wealth (Inclusive vs. Extractive)''': The key theory from *Why Nations Fail*. * **Inclusive** systems create a "Level Playing Field." Anyone with a "Good Idea" can get "Rich." This creates "Innovation" (e.g., 'Silicon Valley'). * **Extractive** systems create a "Wall." Only "Friends of the Leader" get the "Contracts." They have "No Reason" to "Innovate" because they already have the "Monopoly." * "Extractive" countries can "Grow Fast" for a while (by 'Using up Resources'), but they always "Crash" because they "Stop New Ideas." '''3. The "Cost" of Trade (Transaction Costs)''': In a "Bad Institution" country: * You want to "Buy a Car." * You have to "Bribe the Official." * You have to "Hire a Bodyguard." * You have to "Wait 6 Months" for the paper. * The "Car" costs **$10,000** but the "Hassle" costs **$5,000**. * You "Don't buy the car." * The **Economy Dies** because the "Friction" is "Too High." '''The 'North vs. South' Korea Comparison'''': One of the "Cleanest Experiments" in history. One people, one culture, one geography. The **Only Difference** is the **Institutions**. One is a "High-Tech Democracy" (Inclusive); one is a "Subsistence Dictatorship" (Extractive). It proved that "Geography" and "Culture" are "Secondary" to "The Rules." </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Institutional Quality' (Predicting a country's 'Investment Potential'):''' <syntaxhighlight lang="python"> def evaluate_investment_climate(property_rights_lvl, corruption_index, rule_of_law_pct): """ Shows if 'Capital' will 'Stay' or 'Run'. """ # Simple 'Trust' Score trust_score = (property_rights_lvl * 0.4) + (rule_of_law_pct * 0.4) - (corruption_index * 2) if trust_score > 60: return f"CLIMATE: INCLUSIVE (Score {round(trust_score)}). Growth is 'Automatic'." elif trust_score > 20: return "CLIMATE: EXTRACTIVE-LIGHT. Growth is 'Possible' but 'Risky'." else: return "CLIMATE: FAILED. 'Capital Flight' is likely. Investment is a 'Gamble'." # Case: A country with strong laws but high corruption print(evaluate_investment_climate(8, 7, 80)) </syntaxhighlight> ; Institutional Landmarks : '''The 'Glorious Revolution' (1688)''' β The "Moment" the "King of England" "Lost the Power" to "Take Property" without "Parliament," starting the "Industrial Revolution." : '''Hernando de Sotoβs 'The Mystery of Capital' ''' β He proved that "Poor People" in "Slums" have "Assets" (Houses/Land) but they are "Dead Capital" because they "Don't have a Legal Title." "Giving them the Paper" "Unlocks" billions of dollars. : '''The 'China' Paradox''' β How can China grow so fast with "Extractive Politics"? (Answer: They created "Inclusive Economics" for a while, but the 'Conflict' between the two is the biggest question of the century). : '''The 'Doing Business' Rankings''' β A "Global Competition" by the "World Bank" to "Force" countries to "Simplify their Rules" to attract investment. </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Analyzing</span> == {| class="wikitable" |+ Geography vs. Institutions ! Feature !! Geography Hypothesis (Sachs/Diamond) !! Institution Hypothesis (Acemoglu) |- | Reason for Poverty || "Hot Climate / No Coast / Diseases" || "Bad Rules / No Property Rights" |- | Changeable? || "Hard" (You can't move the equator) || "Yes" (You can change the laws) |- | Focus || "Technological Fixes" (Vaccines/Roads) || "Political Reform" (Democracy/Law) |- | Evidence || "Landlocked countries are poorer" || "Colonial borders created different outcomes" |- | Analogy || 'Born in a Desert' || 'Born in a Prison' |} '''The Concept of "Political Losers"''': Analyzing "Resistance." Why don't "Dictators" just "Adopt Good Rules"? Because "Good Rules" (like 'Competition') make the "Dictator" and his "Friends" "Lose Power." They prefer to be "Rich in a Poor Country" rather than "Average in a Rich Country." "Bad Institutions" are "Intentional Choices." </div> <div style="background-color: #483D8B; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Evaluating</span> == Evaluating institutional economics: # '''Imposition''': Can you "Force" "Western Institutions" (like 'Democracy') on "Other Cultures"? (The 'Failed State-Building' in 'Iraq/Afghanistan'). # '''Efficiency vs. Justice''': Is a "Dictatorship" (like 'China') "More Efficient" at "Building Infrastructure" than a "Slow Democracy"? # '''Informal Rules''': What if the "Laws are Good" but the "Culture" (Informal Rules) "Ignores" them? # '''Measurement''': How do we "Measure" "Trust" or "Rule of Law" without "Bias"? </div> <div style="background-color: #2F4F4F; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Creating</span> == Future Frontiers: # '''Blockchain 'Property Registries' ''': Using "De-centralized Ledgers" to give "Every Human" a "Digital Deed" to their land that "No Government" can "Delete," "Unlocking Dead Capital." # '''Algorithmic 'Rule of Law' ''': Using "Smart Contracts" to "Automate Justice" for "Business Deals," removing the "Need for Corrupt Judges." # '''The 'Charter City' Experiment''': Creating "New Cities" inside "Poor Countries" that have "International Rules" and "Clean Institutions," acting as "Islands of Prosperity." # '''AI 'Corruption' Detectors''': An AI that "Audits" every "Government Contract" in real-time, "Flagging" when "Friends of the Leader" are "Stealing" from the people. [[Category:Economics]] [[Category:Science]] [[Category:Sociology]] [[Category:Politics]] [[Category:Developmental Economics]] [[Category:Political Science]] </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