Editing
The Network Society and Digital Labor
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 Network Society and Digital Labor is the "Study of the Node"βthe investigation of the "Sociological and Economic Shift" (~1990sβPresent) where the "Social Structure" is "Organized" around "Information Networks" and "Labor" is "Transformed" into "Digital Data" and "Gig Services." While the "Industrial Age" (see Article 132) was about "Factories and Unions," the **Information Age** is about "Platforms and Algorithms." From **Manuel Castells** and the "Space of Flows" to "Platform Capitalism" and the "Digital Precariat," this field explores the "Global Economy of Bits." It is the science of "Connectivity," explaining why "Location" "Matters Less" than "Access"βand how "The Screen" "Became" the "Modern Factory Floor." </div> __TOC__ <div style="background-color: #000080; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Remembering</span> == * '''The Network Society''' β (Manuel Castells, 1996). A "Social Structure" "Characterized" by "Networks" "Enabled" by "ICTs" (Information and Communication Technologies). * '''Manuel Castells''' β The "Sociologist of the Internet": author of the 'Information Age' trilogy, who "Analyzed" the "Restructuring" of "Capitalism." * '''Space of Flows''' β The "Idea" that "Modern Life" "Happens" "Between Nodes" (Digital signals/Money/Travel) rather than in "Physical Places" (Space of Places). * '''Digital Labor''' β "Work" that is "Performed" in "Digital Environments" (e.g. 'Coding,' 'Content Moderation,' 'Influencing'). * '''Platform Capitalism''' β (Nick Srnicek). A "Form of Economy" where "Companies" (like 'Amazon' or 'Uber') "Own" the **"Infrastructural Platforms"** that "Connect" "Users" and "Workers." * '''The Precariat''' β (Guy Standing). A "New Social Class" "Defined" by "Insecurity," "Lack of Benefits," and "Temporary Gig Work." * '''Algorithmic Management''' β (See Article 08). When a **"Software Program"** (The Algorithm) "Assigns Work," "Monitors Performance," and "Fires" workers "Without" "Human Intervention." * '''Data Extraction''' β The "Process" where "User Activity" is "Converted" into "Value" (Big Data) for "Advertisers" and "AI Training." * '''Cognitive Capitalism''' β "Capitalism" where the "Primary Source of Value" is **"Human Knowledge,"** **"Creativity,"** and **"Attention."** * '''The Digital Divide''' β (See Article 630). The "Inequality" "Between" those who have "High-Speed Access" and "Digital Literacy" and those who are "Disconnected." </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Understanding</span> == The network society is understood through '''Flows''' and '''Control'''. '''1. The "Dissolution" of Place (Space of Flows)''': "The Global City" vs. "The Local Village." * (See Article 650). In the **Network Society**, "Power" "Resides" in the **"Network."** * (See Article 514). A **Billionaire** in New York has "More in Common" with a **Billionaire** in Hong Kong than with their "Next-door Neighbor." * "Value" "Flows" through **"Fiber Optic Cables"** and **"Satellites."** * "Places" that are "Not Connected" to the "Flow" "Become" **"Irrelevant"** or **"Ghettoized."** * "Geography" is **"Network Topology."** '''2. The "Invisible" Worker (Digital Labor)''': "The Factory" is in your "Pocket." * (See Article 138). **Digital Labor** "Includes" "Everything" from "Writing Code" to "Tagging Images for AI." * Much of it is **"Free Labor"** (e.g. 'Posting on Social Media' creates value for the platform). * Even **"Gig Work"** (like 'Delivery') is "Controlled" by the **"Platform."** * The **"Worker"** has the "Flexibility" to "Work Anywhere," but "Loses" the **"Security"** of the "Job." * "The Office" is **"Totalitarian and Everywhere."** '''3. The "Platform" as "Government" (Platform Capitalism)''': "Private Infrastructure." * (See Article 542). Companies like **Google** or **Amazon** are "No Longer" "Just Stores." * They are the **"Infrastructure"** of "Modern Life." * They "Control" the **"Data"** and the **"Access."** * (See Article 630). They "Set the Rules" of the "Market," "Taking a Cut" of "Every Interaction." * "Capitalism" has "Turned" into **"Rentierism."** '''The 'Uberization' of the Economy'''': The "Signature" of the Information Age. A "System" that "Removes" the "Employee/Employer" relationship and "Replaces" it with "Independent Contractors" "Managed" by an **"App."** It proved that "Technology" can "Bypass" **100 Years** of **"Labor Laws"** "Overnight." </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Platform Power' (Predicting 'Market Control' based on Data):''' <syntaxhighlight lang="python"> def evaluate_platform_monopoly(user_count_millions, data_extraction_level, competitor_count): """ Shows why platforms are hard to replace. """ # Network Effect = User_Count^2 network_power = (user_count_millions ** 2) / (competitor_count + 1) if network_power > 10000: return "STATUS: DOMINANT PLATFORM. (Competitors cannot enter. High 'Rent-seeking' potential)." elif data_extraction_level > 8: return "STATUS: DATA MONOPOLY. (Platform knows users better than they know themselves)." else: return "STATUS: EMERGING." # Case: A new social media app with 1 million users print(evaluate_platform_monopoly(1, 2, 10)) # Case: A dominant search engine with 1000 million users print(evaluate_platform_monopoly(1000, 10, 1)) </syntaxhighlight> ; Network Landmarks : '''The 'Arab Spring' (2011)''' β (See Article 545). The "Demonstration" of **"Network Power"**: how "Social Media" "Allowed" "Citizens" to "Coordinate" and "Overthrow" "Dictators." : '''Zero-Hour Contracts''' β The "Legal Reality" of the **Precariat**: "Workers" who are "On Call" but "Not Guaranteed" "Any Hours" or "Pay." : '''The 'Attention Economy' ''' β (See Article 619). The "Discovery" that **"Human Attention"** is the "Scarcest Resource" in the Information Age, "Leading" to "Addictive Design" (see Article 602). : '''Amazon Mechanical Turk''' β The "Platform" for **"Micro-Labor"**: "Paying" humans "Pennies" to "Perform" "Tasks" that "Computers" "Cannot Yet Do." </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Analyzing</span> == {| class="wikitable" |+ Industrial Society vs. Network Society ! Feature !! Industrial Society (The Factory) !! Network Society (The Flow) |- | Basic Asset || "Physical Capital / Machinery" || "Information / Data / Intellectual Property" |- | Organization || "Hierarchical / Bureaucratic" || "Horizontal / Networked / Fluid" |- | Key Worker || "Industrial Laborer (Proletariat)" || "Knowledge Worker / Gig Worker (Precariat)" |- | Value Creation || "Mass Production of Goods" || "Mass Customization / Data Extraction" |- | Analogy || A 'Pyramid' || A 'Web' |} '''The Concept of "Surveillance Capitalism"''': Analyzing "The Trade." (See Article 08). **Shoshana Zuboff** argued that "Platforms" "Provide" "Free Services" (Search/Mail) "In Exchange" for the "Right" to **"Predict and Modify"** "Human Behavior." (The 'Behavioral Surplus'). "We" are "Not the Customer"; "We" are the **"Carcass"** for the "Data Vultures." "Privacy" is **"Raw Material."** </div> <div style="background-color: #483D8B; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Evaluating</span> == Evaluating the Network Society: # '''Inequality''': Does the "Network Society" "Increase" the "Gap" between "Rich Nodes" and "Poor Nodes"? # '''Mental Health''': (See Article 635). How does "Constant Connectivity" "Affect" the "Human Brain"? (The 'Burnout' society). # '''Sovereignty''': (See Article 543). Can a **"Nation-State"** "Control" a **"Platform"** that "Exists" in the "Space of Flows"? # '''Impact''': How will **"AI Automation"** (see Article 629) "Transform" "Digital Labor" into "Total Post-Labor"? </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 'Network' Equity AI''': (See Article 08). An AI that "Redistributes" "Platform Profits" "Directly" to the **"Users and Workers"** who "Created" the "Data Value." # '''VR 'Workspace' Co-ops''': (See Article 604). "Virtual Reality" "Offices" "Owned and Governed" by the **"Workers"** "Bypassing" "Platform Rent." # '''The 'Personal' Data Sovereignty Ledger''': (See Article 533). A "Blockchain" that "Allows" you to **"Own and Sell"** your "Own Data," "Ending" "Surveillance Capitalism." # '''Global 'Universal Basic Income' DAO''': (See Article 138). A "Distributed Network" that "Provides" a "Safety Net" for the **"Precariat"** "Funded" by a "Tax" on "Algorithmic Transactions." [[Category:Arts]] [[Category:Science]] [[Category:Communication]] [[Category:Philosophy]] [[Category:Sociology]] [[Category:Politics]] [[Category:History]] [[Category:Economics]] [[Category:Digital Culture]] [[Category:Media Theory]] [[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