# The Economics of Information

# Technical Information

**The Economics of Information** Author: Christian N<span lang="RO" style="mso-ansi-language: RO;">ăsulea</span>

<span lang="RO" style="mso-ansi-language: RO;">ISBN: 978-606-94761-7-8</span>

Copyright © 2023 Christian N<span lang="RO" style="mso-ansi-language: RO;">ăsulea</span>. All rights reserved.  
Published by FREE Publishing

**FREE Publishing** Republicii 202, Comarnic, Prahova  
Romania  
editurafree.ro / freepublishing.eu  
Direct all inquiries to contact@editurafree.ro

<span style="font-size: 11.0pt; line-height: 107%; font-family: 'Calibri',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;">The Economics of Information by Christian Năsulea is licensed by the copyright holder under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/), except where otherwise noted.</span>

# How to Use this Textbook

This textbook is primarily designed to be used by students taking the Economics of Information class at the Faculty of Business Administration in Foreign Languages at the Bucharest University of Economic Studies. The textbook provides outlines of each lecture, examples, and links to additional reading materials and should be used in conjunction with the lectures. It is not meant to replace in-class participation and will make most sense for those students who take part in all lectures and group work.

Students should take note of the fact that some reading materials in the *Further Reading* sections are not to be taken at face value. A few articles which include logical fallacies have been included in order to better describe the range of opinions which exist regarding some topics. Critical thinking is essential when dealing with the information that we are presented.

Students and professors at other universities are welcome to use the materials. Any interesting examples or constructive feedback which may help improve future editions of the textbook are more than welcome and will be credited to the contributors if they are included.

# Robots, RPA, AI & The Future of Work



# Key Takeaways

<span style="font-size: 12.0pt;">Key aspects to understand about Robotic process automation (RPA) and artificial intelligence (AI) and their importance to the Future of Work:</span>

<span style="font-size: 12.0pt;"> </span>

**Changing Nature of Jobs:**

Job Displacement: Some jobs will be replaced by automation and AI, especially those that involve repetitive tasks.

Job Creation: New kinds of jobs will emerge, which didn't exist before.

Job Evolution: Many jobs will be augmented by AI, where human workers will work alongside intelligent systems.

**Skills in Demand:**

Soft Skills: Empathy, creativity, problem-solving, critical thinking, and adaptability will be more valuable than ever.

Technological Literacy: While not everyone needs to be a coder, understanding the basics of tech, AI, and RPA will be crucial.

**Continuous Learning and Adaptability:**

The rapid pace of technological advancements means that continuous learning will become a necessity.

An "always be learning" mindset will be a critical advantage in the future workforce.

**Ethical Implications:**

AI and RPA bring about ethical dilemmas, such as biases in algorithms, job displacement, and privacy concerns. Leaders need to navigate these challenges responsibly.

**Business Process Transformation:**

RPA and AI will streamline many business processes, making organizations more efficient.

This will redefine business models, customer experiences, and value propositions.

**Decision Making:**

AI can analyze vast amounts of data faster than humans, providing valuable insights.

However, the ultimate decision, especially in critical areas, will still require human judgment.

**Collaboration Between Humans and Machines:**

Successful businesses will be those that best integrate human talents with the capabilities of AI and RPA. Understanding how to manage and collaborate with a "digital workforce" will be a key skill.

**Global Impact:**

AI and RPA are not limited to developed nations. Emerging economies will also see shifts in work due to these technologies.

This can lead to global shifts in economic power and influence.

**Regulatory and Policy Challenges:**

As AI and RPA become more prevalent, there will be calls for regulations to ensure they're used ethically and responsibly.

Business leaders need to stay updated with these regulations and contribute positively to policy discussions.

**Strategic Integration:**

It's not just about adopting AI and RPA; it's about integrating them strategically into the business.

# Example: RPA in Invoice Processing

**<span style="font-size: 12.0pt;">Background</span>**<span style="font-size: 12.0pt;">: Large companies often receive thousands of invoices from suppliers every month. Processing these invoices manually is time-consuming and prone to errors. It involves verifying the details, checking for duplicates, matching invoices with purchase orders, seeking approvals, and then initiating payments.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">How RPA is Applied</span>**<span style="font-size: 12.0pt;">:</span>

1. **<span style="font-size: 12.0pt;">Data Extraction</span>**<span style="font-size: 12.0pt;">:</span>

- <span style="font-size: 12.0pt;">The RPA bot starts by scanning incoming invoices, whether they arrive via email or other channels.</span>
- <span style="font-size: 12.0pt;">It then extracts the relevant information from these invoices, such as supplier name, invoice number, date, total amount, line item details, etc.</span>

6. **<span style="font-size: 12.0pt;">Validation and Matching</span>**<span style="font-size: 12.0pt;">:</span>
- <span style="font-size: 12.0pt;">The bot checks the extracted data for completeness or errors.</span>
- <span style="font-size: 12.0pt;">It matches the invoice against corresponding purchase orders or delivery receipts in the system to ensure they align.</span>

8. **<span style="font-size: 12.0pt;">Duplicate Check</span>**<span style="font-size: 12.0pt;">:</span>
- <span style="font-size: 12.0pt;">The RPA bot searches the database to ensure the invoice hasn't been processed already, thereby avoiding duplicate payments.</span>

10. **<span style="font-size: 12.0pt;">Approval Workflow</span>**<span style="font-size: 12.0pt;">:</span>
- <span style="font-size: 12.0pt;">If everything matches, the bot can either: a. Automatically approve the invoice for payment if it's below a certain amount. b. Route it to the appropriate department or person for manual approval if it's above a threshold or if there are discrepancies.</span>

12. **<span style="font-size: 12.0pt;">Initiation of Payment</span>**<span style="font-size: 12.0pt;">:</span>
- <span style="font-size: 12.0pt;">Once approved, the bot can initiate the payment process by entering the necessary details into the company's payment system.</span>

14. **<span style="font-size: 12.0pt;">Notifications and Reporting</span>**<span style="font-size: 12.0pt;">:</span>
- <span style="font-size: 12.0pt;">The bot can send out notifications to relevant stakeholders about the status of the invoice processing.</span>
- <span style="font-size: 12.0pt;">It can also generate regular reports about the number of invoices processed, amounts paid, discrepancies noted, etc., and send them to the finance team.</span>

**<span style="font-size: 12.0pt;"> </span>**

**<span style="font-size: 12.0pt;">Benefits</span>**<span style="font-size: 12.0pt;">:</span>

1. **<span style="font-size: 12.0pt;">Speed and Efficiency</span>**<span style="font-size: 12.0pt;">: What used to take hours or even days can now be accomplished in a fraction of the time.</span>
2. **<span style="font-size: 12.0pt;">Accuracy</span>**<span style="font-size: 12.0pt;">: RPA bots drastically reduce human errors, ensuring more accurate invoice processing.</span>
3. **<span style="font-size: 12.0pt;">Cost Savings</span>**<span style="font-size: 12.0pt;">: Automated invoice processing can lead to significant cost savings in terms of manual labor and error rectification.</span>
4. **<span style="font-size: 12.0pt;">Scalability</span>**<span style="font-size: 12.0pt;">: As the volume of invoices increases, RPA bots can easily scale to handle the added workload without requiring a proportional increase in resources.</span>
5. **<span style="font-size: 12.0pt;">Audit and Compliance</span>**<span style="font-size: 12.0pt;">: RPA ensures a consistent process that can be audited, and it maintains a clear record of actions, assisting with compliance requirements.</span>

# Further Reading

<span style="font-size: 12.0pt;">Agrawal, A., Gans, J., &amp; Goldfarb, A. (Eds.). (2019). The economics of artificial intelligence: an agenda. University of Chicago Press.</span>

[<span style="font-size: 12.0pt;">https://www.nber.org/books-and-chapters/economics-artificial-intelligence-agenda</span>](https://www.nber.org/books-and-chapters/economics-artificial-intelligence-agenda)

<span style="font-size: 12.0pt;">Arntz, M., Gregory, T., &amp; Zierahn, U. (2019). Digitization and the future of work: macroeconomic consequences. In *Handbook of labor, human resources and population economics* (pp. 1-29). Cham: Springer International Publishing.</span>

[<span style="font-size: 12.0pt;">https://docs.iza.org/dp12428.pdf</span>](https://docs.iza.org/dp12428.pdf)

<span style="font-size: 12.0pt;">Biclesanu, I., Savastano, M., Chinie, C., &amp; Anagnoste, S. (2023). The Role of Business Students’ Entrepreneurial Intention and Technology Preparedness in the Digital Age. </span><span lang="FR" style="font-size: 12.0pt; mso-ansi-language: FR;">Administrative Sciences, 13(8), 177.</span>

[<span lang="FR" style="font-size: 12.0pt; mso-ansi-language: FR;">https://www.mdpi.com/2076-3387/13/8/177</span>](https://www.mdpi.com/2076-3387/13/8/177)

<span lang="FR" style="font-size: 12.0pt; mso-ansi-language: FR;">Syed, R., Suriadi, S., Adams, M., Bandara, W., Leemans, S. J., Ouyang, C., ... </span><span style="font-size: 12.0pt;">&amp; Reijers, H. A. (2020). Robotic process automation: contemporary themes and challenges. *Computers in Industry*, 115, 103162.</span>

[<span style="font-size: 12.0pt;">https://www.sciencedirect.com/science/article/abs/pii/S0166361519304609</span>](https://www.sciencedirect.com/science/article/abs/pii/S0166361519304609)

<span style="font-size: 12.0pt;">Webb, M. (2019). The impact of artificial intelligence on the labor market. *Available at SSRN 3482150*.</span>

[<span style="font-size: 12.0pt;">https://www.michaelwebb.co/webb\_ai.pdf</span>](https://www.michaelwebb.co/webb_ai.pdf)

# Platforms and the Sharing Economy



# Key Takeaways

<span style="font-size: 12.0pt;">Platforms and the sharing economy are central to modern business strategies and the evolution of contemporary economic systems. </span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Definition &amp; Characteristics:</span>**

<span style="font-size: 12.0pt;">Platforms: Digital or physical infrastructures that facilitate interactions between two or more user groups (e.g., producers and consumers). Examples include Airbnb, Uber, and Facebook.</span>

<span style="font-size: 12.0pt;">Sharing Economy: An economic model that leverages technology to share access to goods or services among a community of users. This often reduces costs and increases utilization of assets.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Network Effects:</span>**

<span style="font-size: 12.0pt;">Platforms often benefit from positive network effects, where the value of the platform increases as more users join. This creates strong barriers to entry for competitors but also makes getting initial traction very important.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Winner-Takes-All Dynamics:</span>**

<span style="font-size: 12.0pt;">Many platform businesses tend toward monopolistic or oligopolistic structures because of the power of network effects. Once a platform reaches critical mass, it becomes challenging for competitors to challenge its dominance.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Importance of Trust:</span>**

<span style="font-size: 12.0pt;">Trust is foundational in the sharing economy. Platforms invest heavily in building and maintaining trust, often through ratings, reviews, and verifications.</span>

**<span style="font-size: 12.0pt;"> </span>**

**<span style="font-size: 12.0pt;">Regulation &amp; Compliance:</span>**

<span style="font-size: 12.0pt;">Many sharing economy platforms face regulatory challenges, especially in industries that have traditionally been highly regulated (e.g., transportation, housing). Understanding how to navigate these regulations is crucial.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Value Creation &amp; Capture:</span>**

<span style="font-size: 12.0pt;">Platforms are intermediaries that create value by reducing transaction costs, improving match quality, and fostering trust. They capture value by monetizing these interactions, often through fees, advertising, or data.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Data &amp; Analytics:</span>**

<span style="font-size: 12.0pt;">Platforms generate vast amounts of data. Leveraging this data for improved user experiences, efficient matching, and dynamic pricing can be a key competitive advantage.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Innovation &amp; Agility:</span>**

<span style="font-size: 12.0pt;">The fast pace of technological change means that platforms must continuously innovate. They also need to be agile in adapting to user needs, regulatory changes, and competitive threats.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Multi-Sided Markets:</span>**

<span style="font-size: 12.0pt;">Understanding the nuances of balancing the needs and desires of multiple user groups on a platform (e.g., drivers and riders on Uber) is vital for platform success.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Global vs. Local Strategies:</span>**

<span style="font-size: 12.0pt;">Platforms need to decide on scaling strategies: do they adapt their model for local markets or pursue a global one-size-fits-all approach?</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Externalities and Social Impacts:</span>**

<span style="font-size: 12.0pt;">Platforms can have significant societal impacts, both positive (increased accessibility, more efficient resource use) and negative (potential job displacement, increased inequality). MBA students should be attuned to these broader implications.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Business Model Adaptability:</span>**

<span style="font-size: 12.0pt; line-height: 107%; font-family: 'Calibri',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;">The success of platform-based businesses often requires iterating on the business model, based on user feedback, market dynamics, and emerging technologies.</span>

# Case Study: AirBNB

**<span style="font-size: 12.0pt;">Background and Development:</span>**

- **<span style="font-size: 12.0pt;">Founded in 2008</span>**<span style="font-size: 12.0pt;"> by Brian Chesky, Joe Gebbia, and Nathan Blecharczyk, Airbnb started as a simple idea to rent out air mattresses in a living room to offset high rent costs in San Francisco.</span>
- **<span style="font-size: 12.0pt;">Rapid Expansion</span>**<span style="font-size: 12.0pt;">: The platform quickly expanded, offering rental listings worldwide. It transformed from a small-scale idea into a global enterprise, challenging traditional hotel and lodging industries.</span>

**<span style="font-size: 12.0pt;">Economic and Social Impact:</span>**

- **<span style="font-size: 12.0pt;">Market Disruption</span>**<span style="font-size: 12.0pt;">: Airbnb disrupted the traditional hotel industry by offering diverse, often cheaper accommodation options. This led to increased competition, forcing traditional hotels to innovate and reconsider pricing strategies.</span>
- **<span style="font-size: 12.0pt;">Income Opportunities for Hosts</span>**<span style="font-size: 12.0pt;">: Many property owners and tenants found a new source of income by listing their spaces on Airbnb. This has been especially beneficial in cities with high tourism demand.</span>
- **<span style="font-size: 12.0pt;">Community Tourism Growth</span>**<span style="font-size: 12.0pt;">: Airbnb contributed to the growth of community-based tourism, where travelers seek more local and authentic experiences, often preferring to stay in neighborhoods rather than tourist-centric areas.</span>
- **<span style="font-size: 12.0pt;">Regulatory Challenges</span>**<span style="font-size: 12.0pt;">: The rapid growth of Airbnb led to regulatory challenges in various cities. Issues like taxation, zoning laws, and housing shortages became prominent, leading to the implementation of new policies and regulations in some areas.</span>
- **<span style="font-size: 12.0pt;">Impact on Housing Markets</span>**<span style="font-size: 12.0pt;">: In some cities, Airbnb has been criticized for contributing to housing shortages and rising rental prices, as landlords prefer short-term vacation rentals over long-term tenancies.</span>
- **<span style="font-size: 12.0pt;">Cultural Exchange and Social Connections</span>**<span style="font-size: 12.0pt;">: The platform has enabled cultural exchanges and social connections that transcend traditional tourism experiences, allowing guests to live like locals.</span>

# Case Study: UBER

**<span style="font-size: 12.0pt;">Background and Development:</span>**

- **<span style="font-size: 12.0pt;">Founding</span>**<span style="font-size: 12.0pt;">: Uber was founded in 2009 by Garrett Camp and Travis Kalanick in San Francisco. It began as a luxury car service before evolving into a ride-sharing app.</span>
- **<span style="font-size: 12.0pt;">Global Expansion</span>**<span style="font-size: 12.0pt;">: Uber expanded rapidly, operating in hundreds of cities worldwide. Its app-based platform connected drivers with passengers, making transportation more accessible and often more affordable than traditional taxi services.</span>

**<span style="font-size: 12.0pt;">Economic and Social Impact:</span>**

- **<span style="font-size: 12.0pt;">Disruption of the Taxi Industry</span>**<span style="font-size: 12.0pt;">: Uber's biggest impact has been the disruption of the traditional taxi industry. Its lower prices, convenience, and user-friendly app attracted a large user base, challenging the established taxi services.</span>
- **<span style="font-size: 12.0pt;">Employment Model</span>**<span style="font-size: 12.0pt;">: Uber popularized the gig economy model, where drivers work as independent contractors rather than employees. This model offers flexibility but has also raised concerns regarding job security, benefits, and workers' rights.</span>
- **<span style="font-size: 12.0pt;">Regulatory Challenges</span>**<span style="font-size: 12.0pt;">: Uber's rapid growth led to numerous legal and regulatory challenges. Governments and cities around the world grappled with how to regulate ride-sharing services, leading to bans, restrictions, or new regulations in some areas.</span>
- **<span style="font-size: 12.0pt;">Urban Transportation Landscape</span>**<span style="font-size: 12.0pt;">: Uber has impacted how people navigate cities. Its services have been linked to a decrease in DUI incidents in some areas and have provided transportation options in underserved or poorly connected regions.</span>
- **<span style="font-size: 12.0pt;">Surge Pricing Model</span>**<span style="font-size: 12.0pt;">: Uber introduced dynamic surge pricing, which adjusts fares based on real-time demand. While this can lead to higher prices during peak times, it also incentivizes more drivers to be available when needed.</span>

# Further Reading

<span style="font-size: 12.0pt;">Schor, J. (2016). Debating the sharing economy. Journal of self-governance and management economics, 4(3), 7-22.</span>

[<span style="font-size: 12.0pt;">https://greattransition.org/publication/debating-the-sharing-economy</span>](https://greattransition.org/publication/debating-the-sharing-economy)

<span lang="PT-BR" style="font-size: 12.0pt; mso-ansi-language: PT-BR;">Suciu, M. C., Nasulea, D. F., &amp; Nasulea, C. (2020). </span><span style="font-size: 12.0pt;">Smart City Innovation within the Sharing Economy: Urban Innovation and Collaborative Consumption. In *Proceedings of the International Conference on Business Excellence* (Vol. 14, No. 1, pp. 1147-1157).</span>

[<span style="font-size: 12.0pt;">https://intapi.sciendo.com/pdf/10.2478/picbe-2020-0107</span>](https://intapi.sciendo.com/pdf/10.2478/picbe-2020-0107)

<span style="font-size: 12.0pt;">Strømmen-Bakhtiar, A., &amp; Vinogradov, E. (Eds.). (2020). *The impact of the sharing economy on business and society: digital transformation and the rise of platform businesses*. Routledge.</span>

[<span style="font-size: 12.0pt;">https://www.routledge.com/The-Impact-of-the-Sharing-Economy-on-Business-and-Society-Digital-Transformation/Strommen-Bakhtiar-Vinogradov/p/book/9781032176024</span>](https://www.routledge.com/The-Impact-of-the-Sharing-Economy-on-Business-and-Society-Digital-Transformation/Strommen-Bakhtiar-Vinogradov/p/book/9781032176024)

<span lang="FR" style="font-size: 12.0pt; mso-ansi-language: FR;">Sutherland, W., &amp; Jarrahi, M. H. (2018). </span><span style="font-size: 12.0pt;">The sharing economy and digital platforms: A review and research agenda. *International Journal of Information Management*, *43*, 328-341.</span>

[<span style="font-size: 12.0pt;">https://doi.org/10.1016/j.ijinfomgt.2018.07.004</span>](https://doi.org/10.1016/j.ijinfomgt.2018.07.004)

# Blockchain & Smart Contracts



# Key Takeaways

<span style="font-size: 12.0pt;">Here is an overview of the most important aspects related to Blockchain and Smart Contracts:</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Basic Understanding of Blockchain:</span>**

<span style="font-size: 12.0pt;">Definition: A blockchain is a distributed ledger of transactions that is maintained by a network of computers (or nodes) rather than a central authority.</span>

<span style="font-size: 12.0pt;">Decentralization: One of the fundamental properties of blockchain is that it is decentralized. This means no single entity has control over the entire blockchain, and it operates on a peer-to-peer network.</span>

<span style="font-size: 12.0pt;">Transparency and Immutability: Transactions on a blockchain are transparent to all participants and, once recorded, cannot be altered or deleted. This provides a high level of trust and security.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Importance in Business:</span>**

<span style="font-size: 12.0pt;">Trust &amp; Transparency: Blockchain allows multiple parties to have a single version of the truth, increasing trust between parties, especially in industries where intermediaries dominate.</span>

<span style="font-size: 12.0pt;">Cost Reduction: By eliminating intermediaries, processes can become more efficient and costs can be reduced.</span>

<span style="font-size: 12.0pt;">New Business Models: Blockchain allows for the creation of decentralized business models, which can disrupt existing centralized models.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Smart Contracts:</span>**

<span style="font-size: 12.0pt;">Definition: Smart contracts are self-executing contracts with the terms of the agreement directly written into lines of code.</span>

<span style="font-size: 12.0pt;">Autonomy: Once a smart contract is initiated, it can act by itself based on its code without further intervention.</span>

<span style="font-size: 12.0pt;">Safety &amp; Security: They run on the blockchain, making them tamper-proof.</span>

<span style="font-size: 12.0pt;">Efficiency and Savings: Reduces the need for intermediaries, thus reducing time and costs.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Potential Applications:</span>**

<span style="font-size: 12.0pt;">Financial Services: Cross-border payments, trade finance, and syndicated loans.</span>

<span style="font-size: 12.0pt;">Supply Chain: Ensuring transparency, traceability, and authenticity of products from source to consumer.</span>

<span style="font-size: 12.0pt;">Real Estate: Streamlining property transactions, reducing fraud, and simplifying land registries.</span>

<span style="font-size: 12.0pt;">Healthcare: Securely storing patient records and ensuring only authorized individuals can access them.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Challenges:</span>**

<span style="font-size: 12.0pt;">Scalability: Current popular blockchain platforms may face issues with processing large volumes of transactions quickly.</span>

<span style="font-size: 12.0pt;">Regulation: The technology is evolving faster than regulatory frameworks in many countries.</span>

<span style="font-size: 12.0pt;">Complexity: Implementing blockchain solutions requires deep technical expertise.</span>

<span style="font-size: 12.0pt;">Interoperability: Multiple blockchains exist, and ensuring they can work together is a challenge.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Strategic Implications:</span>**

<span style="font-size: 12.0pt;">Disintermediation: Businesses based on being intermediaries might face threats from blockchain solutions.</span>

<span style="font-size: 12.0pt;">Business Value: While blockchain offers many potential benefits, it’s crucial to determine where it can add genuine business value versus where it’s just a buzzword.</span>

<span style="font-size: 12.0pt;">Partnerships: Given the distributed nature of blockchain, collaborative approaches and consortiums might be more effective than going it alone.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Continuous Learning:</span>**

<span style="font-size: 12.0pt;">Blockchain and smart contract technologies are rapidly evolving. MBA students should remain informed about the latest developments, use cases, and best practices.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Ethical and Social Implications:</span>**

<span style="font-size: 12.0pt;">Consider the broader implications of blockchain, such as its energy consumption (in the case of proof-of-work blockchains like Bitcoin) and the potential social impacts of decentralization.</span>

<span style="font-size: 12.0pt;"> </span>

<span style="font-size: 12.0pt;">Blockchain and smart contracts have the potential to revolutionize various industries, offering new opportunities and challenges. Business leaders who understand these technologies will be better equipped to navigate the changing business landscape.</span>

# Case Study: Georgia's Land Registry

<span style="font-size: 12.0pt;">Georgia has historically faced challenges with land registration. The process was cumbersome, prone to corruption, and lacked transparency, leading to property disputes and a lack of public trust in the land registry system. In 2016, Georgia's National Agency of Public Registry (NAPR) partnered with the blockchain technology company, Bitfury, to address these issues. The aim was to leverage blockchain's capabilities to enhance the security, transparency, and efficiency of its land registry process.</span>

**<span style="font-size: 12.0pt;">Implementation</span>**

- **<span style="font-size: 12.0pt;">Blockchain Platform</span>**<span style="font-size: 12.0pt;">: The project utilized a private blockchain, built by Bitfury, which ensured controlled access while maintaining the security features of blockchain technology.</span>
- **<span style="font-size: 12.0pt;">Digitization of Records</span>**<span style="font-size: 12.0pt;">: All land titles, registrations, and transaction records were digitized and stored on the blockchain. This process included both current and historical data.</span>
- **<span style="font-size: 12.0pt;">Security and Transparency</span>**<span style="font-size: 12.0pt;">: Blockchain's inherent features, like tamper-proof records and time-stamping, ensured that once a land registration record was created, it couldn't be altered fraudulently. This significantly increased the security and transparency of land transactions.</span>
- **<span style="font-size: 12.0pt;">Efficiency and Accessibility</span>**<span style="font-size: 12.0pt;">: The system streamlined the process of recording and retrieving land registry information. It reduced the time and cost of land transactions and made the data accessible to relevant parties, like citizens, banks, and government officials.</span>
- **<span style="font-size: 12.0pt;">Public Trust</span>**<span style="font-size: 12.0pt;">: By making land registration more transparent and secure, the project aimed to rebuild public trust in the land registry system.</span>

**<span style="font-size: 12.0pt;">Impact</span>**

- **<span style="font-size: 12.0pt;">Reduction in Fraud</span>**<span style="font-size: 12.0pt;">: The incorruptible nature of blockchain considerably lowered the risk of fraud in land transactions.</span>
- **<span style="font-size: 12.0pt;">Increased Transparency</span>**<span style="font-size: 12.0pt;">: The blockchain ledger provided a clear, unalterable history of land transactions, making the process more transparent.</span>
- **<span style="font-size: 12.0pt;">Cost and Time Efficiency</span>**<span style="font-size: 12.0pt;">: The streamlined process reduced administrative burdens, costs, and processing time for land registration.</span>
- **<span style="font-size: 12.0pt;">Global Recognition</span>**<span style="font-size: 12.0pt;">: Georgia’s project gained international attention as a pioneering effort in applying blockchain technology in public administration.</span>

<span style="font-size: 12.0pt; line-height: 107%; font-family: 'Calibri',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;">The success of Georgia's blockchain-based land registry has set a precedent for other countries considering similar technology for public administration and governance. It demonstrates the potential of blockchain to transform traditional government processes, making them more efficient, secure, and transparent.</span>

# Further Reading

<span lang="PT-BR" style="font-size: 12.0pt; mso-ansi-language: PT-BR;">Comuzzi, M., Grefen, P., &amp; Meroni, G. (2023). </span>*<span style="font-size: 12.0pt;">Blockchain for Business: IT Principles into Practice</span>*<span style="font-size: 12.0pt;">. Taylor &amp; Francis.</span>

[<span style="font-size: 12.0pt;">https://www.routledge.com/Blockchain-for-Business-IT-Principles-into-Practice/Comuzzi-Grefen-Meroni/p/book/9781032342467</span>](https://www.routledge.com/Blockchain-for-Business-IT-Principles-into-Practice/Comuzzi-Grefen-Meroni/p/book/9781032342467)

<span style="font-size: 12.0pt;">Consensys. (2023). Blockchain Use Cases and Applications by Industry</span>

[<span style="font-size: 12.0pt;">https://consensys.net/blockchain-use-cases/</span>](https://consensys.net/blockchain-use-cases/)

<span style="font-size: 12.0pt;">Suciu, M. C., Năsulea, C., &amp; Năsulea, D. (2020). Knowledge decentralization in the age of Blockchain: Developing a knowledge-transfer system using digital assets. *Knowledge, People, and Digital Transformation: Approaches for a Sustainable Future*, 261-274.</span>

[<span style="font-size: 12.0pt;">https://link.springer.com/chapter/10.1007/978-3-030-40390-4\_17</span>](https://link.springer.com/chapter/10.1007/978-3-030-40390-4_17)

<span lang="PT-BR" style="font-size: 12.0pt; mso-ansi-language: PT-BR;">Suciu, M. C., Nasulea, C., &amp; Nasulea, D. F. (2019). </span><span style="font-size: 12.0pt;">Towards developing a friendlier regulatory framework for blockchain-based businesses. *Theoretical and Applied Economics. Special Issue*, 15-24.</span>

[<span style="font-size: 12.0pt;">https://www.researchgate.net/publication/335755763\_Towards\_developing\_a\_friendlier\_regulatory\_framework\_for\_blockchain-based\_businesses</span>](https://www.researchgate.net/publication/335755763_Towards_developing_a_friendlier_regulatory_framework_for_blockchain-based_businesses)

# Information Asymmetry



# Key Takeaways

**<span style="font-size: 12.0pt;">Definition</span>**<span style="font-size: 12.0pt;">: Information asymmetry occurs when one party in a transaction has more or better information than the other. This can create an imbalance in the transaction, often leading to market inefficiencies.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Adverse Selection</span>**<span style="font-size: 12.0pt;">: This is a situation where sellers have information that buyers don't have, or vice versa, leading to transactions that might not occur if all parties had complete information. For example, in the used car market, sellers might know about hidden defects that buyers cannot observe.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Moral Hazard</span>**<span style="font-size: 12.0pt;">: After a transaction is completed, one party might behave differently than the other party was expecting because the other party cannot monitor or observe all actions. For instance, after getting health insurance, an individual might take more health risks because they know they're covered.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Signaling</span>**<span style="font-size: 12.0pt;">: In situations of information asymmetry, the party with more information might take actions to reveal some of its private information. For example, a job applicant might list their educational achievements to signal their competency to potential employers.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Screening</span>**<span style="font-size: 12.0pt;">: The less-informed party can take actions to sort or filter the other party based on observable attributes. For example, insurance companies might require medical check-ups before providing a policy to determine a person's health status.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Impacts on Markets</span>**<span style="font-size: 12.0pt;">: Information asymmetry can lead to market failures. In severe cases, if buyers can't differentiate between good and bad products due to lack of information, they might be unwilling to pay a premium, driving sellers of good products out of the market.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Regulations and Certifications</span>**<span style="font-size: 12.0pt;">: Governments and institutions often introduce regulations or certification processes to reduce information asymmetry. For example, food labeling requirements can help consumers make informed decisions.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Reputation and Branding</span>**<span style="font-size: 12.0pt;">: Companies can use branding and reputation as a way to reduce information asymmetry. A strong brand can act as a signal of quality, reliability, and trustworthiness.</span>

**<span style="font-size: 12.0pt;">Technological Solutions</span>**<span style="font-size: 12.0pt;">: With the rise of the internet and digital technologies, platforms like online review sites, user ratings, and feedback mechanisms have become tools to bridge information gaps between buyers and sellers.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Principal-Agent Problem</span>**<span style="font-size: 12.0pt;">: This arises when one person (the agent) is allowed to make decisions on behalf of another person (the principal), and there's an information asymmetry between the two. The agent might not act in the best interests of the principal due to this.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Applications in Corporate Finance</span>**<span style="font-size: 12.0pt;">: Information asymmetry is crucial in areas like corporate finance, especially concerning issues like insider trading, where one party has access to company-sensitive information not available to the general public.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Negotiation Strategies</span>**<span style="font-size: 12.0pt;">: In business negotiations, understanding the information other parties have can be critical. Skilled negotiators often work to uncover or deduce this information to gain a competitive edge.</span>

# Further Reading

<span style="font-size: 12.0pt;">Akerlof, George (1970). *The Market for "Lemons": Quality Uncertainty and the Market Mechanism*. The Quarterly Journal of Economics, Vol. 84, No. 3, pp. 488-500. Oxford University Press. </span>

[<span style="font-size: 12.0pt;">http://www.jstor.org/stable/1879431</span>](http://www.jstor.org/stable/1879431)

<span style="font-size: 12.0pt;">Bergh, D. D., Ketchen Jr, D. J., Orlandi, I., Heugens, P. P., &amp; Boyd, B. K. (2019). Information asymmetry in management research: Past accomplishments and future opportunities. *Journal of management*, *45*(1), 122-158.</span>

[<span style="font-size: 12.0pt;">https://journals.sagepub.com/doi/full/10.1177/0149206318798026</span>](https://journals.sagepub.com/doi/full/10.1177/0149206318798026)

# The Principal-Agent Problem



# Key Takeaways

<span style="font-size: 12.0pt; line-height: 107%;">The principal-agent problem is an important topic in both economics and organizational theory. </span>

**<span style="font-size: 12.0pt; line-height: 107%;">Two Parties</span>**<span style="font-size: 12.0pt; line-height: 107%;">:</span>


- **<span style="font-size: 12.0pt; line-height: 107%;">Principal</span>**<span style="font-size: 12.0pt; line-height: 107%;">: The party that delegates a task or decision-making authority.</span>
- **<span style="font-size: 12.0pt; line-height: 107%;">Agent</span>**<span style="font-size: 12.0pt; line-height: 107%;">: The party tasked with executing on behalf of the principal.</span>

**<span style="font-size: 12.0pt; line-height: 107%;">Misaligned Interests</span>**<span style="font-size: 12.0pt; line-height: 107%;">:</span>


- <span style="font-size: 12.0pt; line-height: 107%;">While the principal and the agent might have some overlapping objectives, their interests aren't fully aligned. This can lead to conflicts of interest.</span>

**<span style="font-size: 12.0pt; line-height: 107%;">Information Asymmetry</span>**<span style="font-size: 12.0pt; line-height: 107%;">:</span>


- <span style="font-size: 12.0pt; line-height: 107%;">One of the central problems is that the agent often has more information about the task at hand or their own actions and intentions than the principal. This imbalance can give the agent an advantage and can lead to adverse selection (bad choices made by the principal due to lack of information) and moral hazard (risky behavior by the agent because they bear less of the consequences).</span>

**<span style="font-size: 12.0pt; line-height: 107%;">Risk Preferences</span>**<span style="font-size: 12.0pt; line-height: 107%;">:</span>


- <span style="font-size: 12.0pt; line-height: 107%;">The principal and agent might have different attitudes toward risk. For example, an employee (agent) might prefer a stable salary, whereas a business owner (principal) might be more willing to tie compensation to performance.</span>

**<span style="font-size: 12.0pt; line-height: 107%;">Monitoring and Enforcement Costs</span>**<span style="font-size: 12.0pt; line-height: 107%;">:</span>


- <span style="font-size: 12.0pt; line-height: 107%;">Even if the principal wants to ensure that the agent acts in the principal's best interest, monitoring the agent's actions can be costly and difficult. Even with monitoring, it might be challenging to determine if an agent is genuinely acting in the best interest of the principal.</span>

**<span style="font-size: 12.0pt; line-height: 107%;">Residual Loss</span>**<span style="font-size: 12.0pt; line-height: 107%;">:</span>


- <span style="font-size: 12.0pt; line-height: 107%;">Despite attempts to align interests (e.g., through contracts or incentive schemes), there might still be some inefficiency or loss due to the divergence of interests between the principal and agent.</span>

**<span style="font-size: 12.0pt; line-height: 107%;">Contract Design</span>**<span style="font-size: 12.0pt; line-height: 107%;">:</span>


- <span style="font-size: 12.0pt; line-height: 107%;">How a contract is designed can influence the agent's actions. For instance, a fixed salary might not give an employee much incentive to exert extra effort, while performance-based pay might. However, performance-based pay might also incentivize the wrong kind of behaviors if not properly structured.</span>

**<span style="font-size: 12.0pt; line-height: 107%;">Time Horizon Differences</span>**<span style="font-size: 12.0pt; line-height: 107%;">:</span>


- <span style="font-size: 12.0pt; line-height: 107%;">The principal and agent might have different time horizons in mind. An agent might focus on short-term gains, potentially at the expense of the principal's long-term interests.</span>

**<span style="font-size: 12.0pt; line-height: 107%;">Effort Unobservability</span>**<span style="font-size: 12.0pt; line-height: 107%;">:</span>

<span style="font-size: 12.0pt; line-height: 107%; font-family: 'Calibri',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;">It can be hard for the principal to observe the effort the agent is putting into a task, leading the agent to potentially shirk responsibilities.</span>

# Example: Real Estate Agents and Home Sellers

<span style="font-size: 12.0pt; line-height: 107%;">The principal-agent problem (or agency dilemma) arises when one person (the "agent") is allowed to make decisions on behalf of another person (the "principal"), but their interests may not necessarily align. </span>

**<span style="font-size: 12.0pt; line-height: 107%;">Scenario</span>**<span style="font-size: 12.0pt; line-height: 107%;">: Imagine you want to sell your house, and you hire a real estate agent to represent you in the sale.</span>

**<span style="font-size: 12.0pt; line-height: 107%;">Principal</span>**<span style="font-size: 12.0pt; line-height: 107%;">: You, the homeowner. </span>

**<span style="font-size: 12.0pt; line-height: 107%;">Agent</span>**<span style="font-size: 12.0pt; line-height: 107%;">: Real estate agent.</span>

**<span style="font-size: 12.0pt; line-height: 107%;">Interests</span>**<span style="font-size: 12.0pt; line-height: 107%;">:</span>

- **<span style="font-size: 12.0pt; line-height: 107%;">Your interest</span>**<span style="font-size: 12.0pt; line-height: 107%;"> (as the principal) is to sell your house for the highest price possible.</span>
- **<span style="font-size: 12.0pt; line-height: 107%;">The real estate agent's interest</span>**<span style="font-size: 12.0pt; line-height: 107%;"> (as the agent) might be to sell the house as quickly as possible.</span>

**<span style="font-size: 12.0pt; line-height: 107%;">Problem</span>**<span style="font-size: 12.0pt; line-height: 107%;">: Suppose your house could be sold for $300,000 if you wait for a couple of months, or $280,000 if sold within a week. Selling for the higher price would net you an additional $20,000 (less a small increase in the agent's commission).</span>

<span style="font-size: 12.0pt; line-height: 107%;">However, from the agent's perspective, waiting might only increase their commission by a small amount, say $500 (if we assume a 2.5% commission rate). They might prefer to make a quick sale, get the commission earlier, and move on to other clients. Hence, the agent might not be as motivated to wait for a higher offer, whereas you, as the homeowner, might prefer to wait for the potential of an extra $20,000.</span>

**<span style="font-size: 12.0pt; line-height: 107%;">Solution</span>**<span style="font-size: 12.0pt; line-height: 107%;">: To mitigate the principal-agent problem, contracts can be designed to better align the interests of the principal and agent. For instance, a homeowner could offer a bonus to the agent if the house sells above a certain price threshold, or the commission structure could be progressive based on the sale price.</span>

# Further Reading

<span style="font-size: 12.0pt; line-height: 107%;">Greenstone, M., He, G., Jia, R., &amp; Liu, T. (2022). Can technology solve the principal-agent problem? Evidence from China’s war on air pollution. *American Economic Review: Insights*, *4*(1), 54-70.</span>

<span style="font-size: 11.0pt; line-height: 107%; font-family: 'Calibri',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;">[<span style="font-size: 12.0pt; line-height: 107%;">https://www.aeaweb.org/articles?id=10.1257/aeri.20200373</span>](https://www.aeaweb.org/articles?id=10.1257/aeri.20200373)</span>

# Game Theory



# A Brief Overview

**<span style="font-size: 12.0pt;">What is Game Theory?</span>**

<span style="font-size: 12.0pt;">At its core, Game Theory is the study of how people make decisions in situations where the outcome depends not only on their own choices but also on the choices of others. Think of it as the science of strategy.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Why Should Business Leaders Care?</span>**

<span style="font-size: 12.0pt;">In the business world, companies often find themselves in situations where their success depends on both their actions and the actions of their competitors, suppliers, customers, and other stakeholders. Game Theory provides tools to analyze and strategize in such scenarios.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Key Concepts:</span>**

<span style="font-size: 12.0pt;">Players: The decision-makers in a game. They can be individuals, firms, countries, etc.</span>

<span style="font-size: 12.0pt;">Strategies: The available choices or actions a player can take.</span>

<span style="font-size: 12.0pt;">Payoffs: The outcomes or rewards resulting from the combination of strategies chosen by all players.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Types of Games:</span>**

<span style="font-size: 12.0pt;">Cooperative vs. Non-Cooperative: In cooperative games, players can communicate and form binding agreements. In non-cooperative games, they cannot.</span>

<span style="font-size: 12.0pt;">Simultaneous vs. Sequential: In simultaneous games, players make decisions at the same time (e.g., rock-paper-scissors). In sequential games, players move one after another (e.g., chess).</span>

<span style="font-size: 12.0pt;">Zero-Sum vs. Non-Zero-Sum: In zero-sum games, one player's gain is another's loss. Non-zero-sum games allow for scenarios where all players can benefit.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Nash Equilibrium:</span>**

<span style="font-size: 12.0pt;">A critical concept in Game Theory. It's a situation where no player has an incentive to change their strategy, given what the other players are doing. In business, this could be likened to a stable market condition where no company sees a benefit in changing its current strategy.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Real Business Examples:</span>**

<span style="font-size: 12.0pt;">Oligopolistic Competition: A few companies dominate a market. If one company lowers its prices, others might follow, leading to a price war. Game Theory can help predict such moves.</span>

<span style="font-size: 12.0pt;">Auctions: Companies bidding for a project can use Game Theory to optimize their bidding strategy.</span>

<span style="font-size: 12.0pt;">Negotiations: Whether it's mergers &amp; acquisitions, supplier contracts, or labor negotiations, understanding the other side's potential moves can be crucial.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Limitations:</span>**

<span style="font-size: 12.0pt;">While Game Theory offers valuable insights, it has its limitations. Real-world scenarios can be more complex than theoretical models. Plus, businesses operate in dynamic environments where factors like emotions, irrational behaviors, and incomplete information play a role.</span>

<span style="font-size: 12.0pt;"> </span>

<span style="font-size: 12.0pt; line-height: 107%; font-family: 'Calibri',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;">Game Theory is an essential tool in the Business Manager’s toolkit. It offers a structured way to think about strategy and decision-making in a competitive environment. As future business leaders, understanding the basics of Game Theory can help you make better decisions and navigate the complex landscape of business competition.</span>

# Example: The Trans-Pacific Partnership

<span style="font-size: 12.0pt; line-height: 107%;">The Trans-Pacific Partnership (TPP) negotiations involved multiple countries, each with its own set of goals and bargaining power. Game theory was used to understand the dynamics of these negotiations, helping countries to formulate strategies that balanced trade-offs between market access, regulatory standards, and domestic political considerations.</span>

<span style="font-size: 12.0pt; line-height: 107%; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;">1.<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt; line-height: 107%;">Strategic Modeling of Interactions</span>**<span style="font-size: 12.0pt; line-height: 107%;">:</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; line-height: 107%; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt; line-height: 107%;">Stakeholders</span>**<span style="font-size: 12.0pt; line-height: 107%;">: The TPP negotiations involved multiple countries, each with its own economic and political objectives. This created a complex web of interactions where the decisions of one country could significantly impact the choices and outcomes of others.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; line-height: 107%; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt; line-height: 107%;">Modeling Choices</span>**<span style="font-size: 12.0pt; line-height: 107%;">: Game theory models were used to represent these interactions, where each country's decision (like tariff levels, intellectual property rules, etc.) was treated as a strategic move in a larger game.</span>

<span style="font-size: 12.0pt; line-height: 107%; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;">2.<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt; line-height: 107%;">Predicting Reactions and Counter-Reactions</span>**<span style="font-size: 12.0pt; line-height: 107%;">:</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; line-height: 107%; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt; line-height: 107%;">Anticipating Moves</span>**<span style="font-size: 12.0pt; line-height: 107%;">: Countries used game theory to anticipate the moves of their counterparts. For example, if one country proposed high tariffs on certain goods, others might react by imposing their own tariffs or offering concessions in other areas.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; line-height: 107%; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt; line-height: 107%;">Sequential Moves</span>**<span style="font-size: 12.0pt; line-height: 107%;">: The negotiations were akin to a sequential game where each round of talks built on the previous ones, and strategies were adjusted based on earlier outcomes.</span>

<span style="font-size: 12.0pt; line-height: 107%; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;">3.<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt; line-height: 107%;">Identifying Best-Response Strategies</span>**<span style="font-size: 12.0pt; line-height: 107%;">:</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; line-height: 107%; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt; line-height: 107%;">Optimal Strategies</span>**<span style="font-size: 12.0pt; line-height: 107%;">: Game theory helped in identifying the best-response strategies for each country, considering the potential reactions of others. This involved complex calculations to balance national interests against the need for compromise.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; line-height: 107%; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt; line-height: 107%;">Negotiation Leverage</span>**<span style="font-size: 12.0pt; line-height: 107%;">: Understanding the payoff matrix of different countries helped in determining negotiation leverage. Countries with larger markets or essential goods might have more bargaining power.</span>

<span style="font-size: 12.0pt; line-height: 107%; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;">4.<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt; line-height: 107%;">Negotiating Trade-offs</span>**<span style="font-size: 12.0pt; line-height: 107%;">:</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; line-height: 107%; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt; line-height: 107%;">Balancing Interests</span>**<span style="font-size: 12.0pt; line-height: 107%;">: Game theory was crucial in helping countries balance trade-offs. For example, a country might have to weigh the benefits of market access against the costs of adhering to stringent labor or environmental standards.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; line-height: 107%; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt; line-height: 107%;">Coalition Building</span>**<span style="font-size: 12.0pt; line-height: 107%;">: Game theory also informed strategies for coalition building, where countries with similar interests could align their strategies for greater influence.</span>

<span style="font-size: 12.0pt; line-height: 107%;"> </span>

<span style="font-size: 12.0pt; line-height: 107%; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;">5.<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt; line-height: 107%;">Outcome Predictions and Cooperative Strategies</span>**<span style="font-size: 12.0pt; line-height: 107%;">:</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; line-height: 107%; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt; line-height: 107%;">Predicting Outcomes</span>**<span style="font-size: 12.0pt; line-height: 107%;">: Analysts used game theory to predict possible negotiation outcomes, helping policymakers prepare for various scenarios.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; line-height: 107%; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt; line-height: 107%;">Win-Win Solutions</span>**<span style="font-size: 12.0pt; line-height: 107%;">: Game theory also highlighted areas where cooperative strategies could lead to mutually beneficial outcomes, encouraging compromises that all parties could agree on.</span>

<span style="font-size: 12.0pt; line-height: 107%; font-family: 'Calibri',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;">The use of game theory in the TPP negotiations provided a structured approach to analyze and strategize in a complex, multi-party setting. It offered insights into the dynamics of negotiation, the interplay of different interests and strategies, and the identification of mutually beneficial solutions.</span>

# Further Reading

<span style="font-size: 12.0pt;">Osborne, M.J. (2003). An Introduction to Game Theory. Oxford University Press. ISBN: 9780195128956</span>

<span style="font-size: 11.0pt; line-height: 107%; font-family: 'Calibri',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;">[<span style="font-size: 12.0pt; line-height: 107%;">https://global.oup.com/ushe/product/an-introduction-to-game-theory-9780195128956</span>](https://global.oup.com/ushe/product/an-introduction-to-game-theory-9780195128956)</span>

# Markets and Price Signals



# Key Takeaways

<span style="font-size: 12.0pt;">Markets and price signals are fundamental concepts in economics and business. Here are the main things business leaders and business school students should remember about markets and price signals:</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Definition of a Market:</span>**<span style="font-size: 12.0pt;"> A market is any setting where buyers and sellers interact to exchange goods, services, or resources. Markets can be physical places (like a farmer's market) or virtual spaces (like an online auction).</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Role of Prices:</span>**<span style="font-size: 12.0pt;"> In a market, prices serve as signals. They convey information about the scarcity of a resource, the value consumers place on a good or service, and the cost of production.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Law of Supply and Demand:</span>**<span style="font-size: 12.0pt;"> This is the most basic and fundamental concept in economics. The law states that, all other factors being equal, an increase in demand leads to an increase in price and vice versa. Similarly, an increase in supply leads to a decrease in price and vice versa.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Price Equilibrium:</span>**<span style="font-size: 12.0pt;"> This is the point where the quantity supplied equals the quantity demanded. At this point, the market-clearing price is established.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Function of Price Signals:</span>**<span style="font-size: 12.0pt;"> Price signals help allocate resources efficiently in a market. When prices rise due to high demand and/or limited supply, they signal producers to produce more of that good or service. Conversely, falling prices signal producers to produce less.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Role of Competition:</span>**<span style="font-size: 12.0pt;"> In competitive markets, firms are price takers, meaning they accept the market price as given. Competition tends to drive prices down to the level of costs, ensuring efficiency.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Market Failures:</span>**<span style="font-size: 12.0pt;"> Sometimes markets don't work perfectly. Externalities (like pollution), public goods (like national defense), and information asymmetries can cause market outcomes to be inefficient. Such cases can be used to justify government intervention.</span>

**<span style="font-size: 12.0pt;">Price Elasticity:</span>**<span style="font-size: 12.0pt;"> It measures how much quantity demanded or supplied responds to a change in price. Products with high elasticity see significant changes in demand or supply with price changes, while inelastic products see little change.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Role of Information:</span>**<span style="font-size: 12.0pt;"> For markets to function efficiently, participants need access to accurate information. Information asymmetry, where one party has more or better information than another, can lead to market inefficiencies.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Impact of External Factors:</span>**<span style="font-size: 12.0pt;"> Various external factors, such as government policies, technological advancements, and geopolitical events, can impact market dynamics and, subsequently, price signals.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Global Markets:</span>**<span style="font-size: 12.0pt;"> In an increasingly interconnected world, understanding global markets is crucial. Exchange rates, trade policies, and international regulations can significantly influence markets and price signals.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt; line-height: 107%; font-family: 'Calibri',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;">Role of Institutions:</span>**<span style="font-size: 12.0pt; line-height: 107%; font-family: 'Calibri',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"> Markets don't operate in a vacuum. They are shaped by institutions like governments, regulatory bodies, and trade associations. These institutions can impact market operations, pricing mechanisms, and the flow of information.</span>

# Price Differentiation



# Example: Movie Theater Tickets

<span style="font-size: 12.0pt;">Price differentiation, also known as price discrimination, refers to the practice of charging different prices to different consumers for the same good or service, based on various factors such as willingness to pay, geographic location, or other customer-specific characteristics.</span>

<span style="font-size: 12.0pt;"> </span>

<span style="font-size: 12.0pt;">Here's a detailed example:</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">1. Age-Based Differentiation:</span>**

- **<span style="font-size: 12.0pt;">Children's Ticket:</span>**<span style="font-size: 12.0pt;"> Children, being less likely to have a personal income and often having different viewing preferences, are usually offered tickets at a lower price. This attracts families and makes it affordable for parents to bring their children.</span>
- **<span style="font-size: 12.0pt;">Adult's Ticket:</span>**<span style="font-size: 12.0pt;"> Adults pay the standard ticket price. This is considered the baseline price for comparison.</span>
- **<span style="font-size: 12.0pt;">Senior's Ticket:</span>**<span style="font-size: 12.0pt;"> Senior citizens, often on a fixed income, are given a discount. This is not only an incentive for them to watch movies, but also a goodwill gesture recognizing their life stage.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">2. Time-Based Differentiation:</span>**

- **<span style="font-size: 12.0pt;">Matinee Showings:</span>**<span style="font-size: 12.0pt;"> Tickets for showtimes during the daytime or off-peak hours (e.g., before 5 PM) are often priced lower. This incentivizes moviegoers to attend during less busy times, allowing theaters to spread out their audience and optimize seat occupancy throughout the day.</span>
- **<span style="font-size: 12.0pt;">Prime Time Showings:</span>**<span style="font-size: 12.0pt;"> Evening and weekend showtimes are typically the most popular and are priced higher. This captures the maximum willingness to pay of the general audience who prefer these times.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">3. Loyalty or Membership-Based Differentiation:</span>**

- **<span style="font-size: 12.0pt;">Membership Discounts:</span>**<span style="font-size: 12.0pt;"> Regular moviegoers might be offered a loyalty card or membership, which provides discounts on tickets or concessions. This not only ensures repeated business but also provides theaters with a predictable source of revenue.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">4. Format-Based Differentiation:</span>**

- **<span style="font-size: 12.0pt;">Standard Viewing:</span>**<span style="font-size: 12.0pt;"> A standard movie without any additional features is priced at the base rate.</span>
- **<span style="font-size: 12.0pt;">3D or IMAX:</span>**<span style="font-size: 12.0pt;"> Movies shown in special formats, like 3D or IMAX, come at a premium price due to the enhanced viewing experience and the costs associated with the technology.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Reasoning Behind Price Differentiation in this Context:</span>**<span style="font-size: 12.0pt;"> Movie theaters employ price differentiation strategies to maximize their revenue. By segmenting their audience and targeting specific price points to each segment, theaters can attract a broader range of moviegoers and optimize their revenue streams.</span>

<span style="font-size: 12.0pt; line-height: 107%; font-family: 'Calibri',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;">This strategy acknowledges that different consumer groups have different levels of price sensitivity and willingness to pay. By offering varying price points, businesses can cater to these diverse needs and maximize their profits.</span>

# Further Reading

<span lang="PT-BR" style="font-size: 12.0pt; mso-ansi-language: PT-BR;">Bichler, M., Knörr, J., &amp; Maldonado, F. (2023). </span><span style="font-size: 12.0pt;">Pricing in nonconvex markets: How to price electricity in the presence of demand response. *Information Systems Research*, *34*(2), 652-675.</span>

[<span style="font-size: 12.0pt;">https://pubsonline.informs.org/doi/abs/10.1287/isre.2022.1139</span>](https://pubsonline.informs.org/doi/abs/10.1287/isre.2022.1139)

<span style="font-size: 12.0pt;">Chen, L. (2019). Retailers’ differentiation strategy and pricing in the rental market of digital content: A case of E-textbooks. *Journal of theoretical and applied electronic commerce research*, *14*(3), 61-75.</span>

[<span style="font-size: 12.0pt;">https://www.mdpi.com/0718-1876/14/3/22</span>](https://www.mdpi.com/0718-1876/14/3/22)

# Big Data, Privacy, & GDPR



# Key Takeaways

<span style="font-size: 12.0pt;">Big data, privacy, and the General Data Protection Regulation (GDPR) are all interconnected in the digital era. Here are some key takeaways to understand their relationship:</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Definition and Scale of Big Data:</span>**<span style="font-size: 12.0pt;"> Big data refers to extremely large datasets that are difficult to analyze with traditional methods. These datasets can be harvested from a variety of sources including social media, e-commerce, sensors, and more. Big data analytics offer insights, patterns, and predictions which are invaluable to businesses.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Privacy Concerns: </span>**<span style="font-size: 12.0pt;">With the increasing amount of data collected, concerns about user privacy have grown. Without proper precautions, big data can be misused to infringe on individual privacy by revealing personal information or patterns.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Enter GDPR:</span>**<span style="font-size: 12.0pt;"> The General Data Protection Regulation (GDPR) was introduced by the European Union (EU) in 2018 to address privacy concerns. It sets guidelines for the collection and processing of personal information of individuals within the EU.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Consent is Key:</span>**<span style="font-size: 12.0pt;"> Under GDPR, organizations must obtain explicit and informed consent from individuals before collecting and processing their data. This means clear communication without relying on pre-ticked boxes or buried clauses in terms and conditions.</span>

**<span style="font-size: 12.0pt;">Right to Be Forgotten:</span>**<span style="font-size: 12.0pt;"> GDPR introduced the "right to be forgotten," meaning individuals can request organizations to delete their personal data.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Data Portability:</span>**<span style="font-size: 12.0pt;"> Another key provision in the GDPR is the right to data portability, allowing individuals to request a copy of their personal data in a format that allows for easy movement between different service providers.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Penalties:</span>**<span style="font-size: 12.0pt;"> Non-compliance with GDPR can result in hefty fines, up to €20 million or 4% of the annual worldwide turnover of the preceding financial year, whichever is higher.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Impact Beyond EU:</span>**<span style="font-size: 12.0pt;"> Even though GDPR is an EU regulation, it has a global impact. Any company, regardless of location, that deals with the data of EU citizens must comply.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Anonymization and Pseudonymization: </span>**<span style="font-size: 12.0pt;">To work with big data while ensuring privacy, techniques like data anonymization (where data is rendered anonymous) and pseudonymization (where data can't be attributed to a specific data subject without additional information) are essential.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Data Protection Officers (DPOs):</span>**<span style="font-size: 12.0pt;"> GDPR recommends or mandates (depending on the scale and type of data processing) the appointment of a DPO to oversee the data protection strategy and its implementation.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Data Breaches:</span>**<span style="font-size: 12.0pt;"> Organizations are required to report certain types of data breaches to the relevant supervisory authority within 72 hours of becoming aware of the breach.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Emphasis on Accountability:</span>**<span style="font-size: 12.0pt;"> The GDPR mandates that organizations not only comply with its provisions but also demonstrate their compliance. This means having clear policies, procedures, and records of data processing activities.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Tech and AI Concerns:</span>**<span style="font-size: 12.0pt;"> As AI and machine learning become more integrated with big data, there are increasing concerns about automated decisions, profiling, and the potential bias in algorithms. GDPR provides rights for individuals to not be subject to decisions based solely on automated processing in certain cases.</span>

<span style="font-size: 12.0pt;"> </span>

<span style="font-size: 12.0pt; line-height: 107%; font-family: 'Calibri',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;">As big data continues to grow in importance, understanding and complying with regulations like GDPR becomes crucial for businesses. It represents a shift towards prioritizing user privacy and giving individuals more control over their data in the digital age.</span>

# Case Study: A GDPR Fine in Romania

<span style="font-size: 10pt;">The following material is available on the website of the National Supervisory Authority for Personal Data Processing at: </span>[<span style="font-size: 10.0pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-font-kerning: 0pt; mso-ligatures: none;">https://www.dataprotection.ro/index.jsp?page=Comunicat\_Presa\_09.08.2022\_2&amp;lang=en</span>](https://www.dataprotection.ro/index.jsp?page=Comunicat_Presa_09.08.2022_2&lang=en)

**<span style="font-size: 10pt;"><span style="mso-spacerun: yes;"> </span></span>**

**<span style="font-size: 9pt;">The National Supervisory Authority finalized in July 2022 an investigation at the controller DN SRL and found the breach of the provisions of Article 12, Article 13, as well as those of Article 5 paragraph (1) letters a), b) and c), by reference to Article 5 paragraph (2) and Article 6 of the General Data Protection Regulation.</span>**

**<span style="font-size: 9pt;">Therefore, the controller was sanctioned as it follows:</span>**

- **<span style="font-size: 9.0pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-font-kerning: 0pt; mso-ligatures: none;">fine in amount of lei 4,945.1 (the equivalent of EUR 1,000)</span>**<span style="font-size: 9.0pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-font-kerning: 0pt; mso-ligatures: none;"> for the breach of the provisions of Articles 12-13 of the General Data protection Regulation;</span>
- **<span style="font-size: 9.0pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-font-kerning: 0pt; mso-ligatures: none;">fine in amount of Lei 7,417.65 (the equivalent of EUR 1,500)</span>**<span style="font-size: 9.0pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-font-kerning: 0pt; mso-ligatures: none;"> for the breach of the provisions of Article 5 paragraph (1) letters a), b) and c), by reference to Article 5 paragraph (2) and Article 6 of the General Data protection Regulation.</span>

<span style="font-size: 9pt;">At the same time, based on Article 58 paragraph (2) letter d) of the General Data Protection Regulation, the following **corrective measures** were taken against the controller:</span>

<span style="font-size: 8pt;"><span style="mso-list: Ignore;">1.<span style="font: 7.0pt 'Times New Roman';"> </span></span></span><span style="font-size: 9pt;">providing the information of the data subjects through the communication in a concise, transparent, intelligible and easily accessible form of all information provided under Article 13 of the General Data Protection Regulation and subject to the transparency conditions mentioned under Article 12 of the same Regulation;</span>

<span style="font-size: 8pt;"><span style="mso-list: Ignore;">2.<span style="font: 7.0pt 'Times New Roman';"> </span></span></span><span style="font-size: 9pt;">the elimination of the use of the video surveillance camera existing within the cosmetic room for which there is no specific legal ground for the processing of the clients’ personal data and of its employees according to Article 6 of the General Data Protection Regulation;</span>

<span style="font-size: 8pt;"><span style="mso-list: Ignore;">3.<span style="font: 7.0pt 'Times New Roman';"> </span></span></span><span style="font-size: 9pt;">ensuring the compliance of the personal data processing operations with the General Data Protection Regulation, through the implementation of some adequate technical ad organisational measures and the establishment of some adequate rules relating to the management of the images registered by the surveillance cameras;</span>

<span style="font-size: 8pt;"><span style="mso-list: Ignore;">4.<span style="font: 7.0pt 'Times New Roman';"> </span></span></span><span style="font-size: 9pt;">the interdiction of the remote access through internet to the images and registrations, as well as the access of the images and registrations solely in case of accident in relation to the purpose of the video surveillance cameras instalment.</span>

<span style="font-size: 9pt;">The investigation was started following an intimation through which a natural person noticed that there were data subjects, clients of **DN SRL**, which were under video surveillance during the performance of some cosmetic services.</span>

<span style="font-size: 9pt;">Within the investigation performed, it was found that the controller **DN SRL** holds a video surveillance system installed both inside, as well as outside the space where the controller carries out its activity, that monitors both the employees and clients.</span>

<span style="font-size: 9pt;">Also, it was found that the controller did not prove that it performed **a clear, complete and accurate information of its employees and of the data subjects whose personal data (respectively the image) are processed through the video surveillance cameras**, by communicating all the information provided under Article 13 of the General Data Protection Regulation and subject to the transparency conditions from Article 12 of the same regulation.</span>

<span style="font-size: 9pt;">At the same time, it resulted that **DN SRL** did not provided any proofs of some previous existing incidents in order to justify its legitimate interest that prevails over the interests or fundamental rights and freedoms of the data subjects. Therefore, it was found that the controller excessively processed the data (images) of its clients and employees, through the video camera installed in the location where the cosmetic treatments were performed. The data thus processed were not adequate, relevant and limited to what is necessary by reference to the purposes for which they were processed (“data minimisation”). The purpose declared by the controller could have been achieved through less intrusive means for the privacy of its clients and employees.</span>

<span style="font-size: 9pt;">Therefore, the breach of the provisions of Article 5 paragraph (1) letters a), b) and c) of the General Data Protection Regulation by reference to the conditions regarding the lawfulness of the processing established under Article 6 of the same regulation was found.</span>

<span style="font-size: 9pt;">Moreover, the controller was not able to prove the observance of the processing principles according to Article 5 paragraph (2) of the General Data Protection Regulation.</span>

# Further Reading

<span style="font-size: 12.0pt;">European Union. (2023). *What is GDPR, the EU’s new data protection law?*</span>

[<span style="font-size: 12.0pt;">https://gdpr.eu/what-is-gdpr/</span>](https://gdpr.eu/what-is-gdpr/)

<span style="font-size: 12.0pt;">Payton, T., &amp; Claypoole, T. (2023). *Privacy in the age of Big data: Recognizing threats, defending your rights, and protecting your family*. Rowman &amp; Littlefield.</span>

[<span style="font-size: 12.0pt;">https://rowman.com/ISBN/9781442242579/Privacy-in-the-Age-of-Big-Data-Recognizing-Threats-Defending-Your-Rights-and-Protecting-Your-Family</span>](https://rowman.com/ISBN/9781442242579/Privacy-in-the-Age-of-Big-Data-Recognizing-Threats-Defending-Your-Rights-and-Protecting-Your-Family)

<span style="font-size: 12.0pt;">Price, W. N., &amp; Cohen, I. G. (2019). Privacy in the age of medical big data. *Nature medicine*, *25*(1), 37-43.</span>

[<span style="font-size: 12.0pt;">https://www.nature.com/articles/s41591-018-0272-7</span>](https://www.nature.com/articles/s41591-018-0272-7)

<span style="font-size: 12.0pt;">Robertson, V. H. (2020). Excessive data collection: privacy considerations and abuse of dominance in the era of big data. *Common Market Law Review*, *57*(1).</span>

[<span style="font-size: 12.0pt;">https://kluwerlawonline.com/journalarticle/Common+Market+Law+Review/57.1/COLA2020006</span>](https://kluwerlawonline.com/journalarticle/Common+Market+Law+Review/57.1/COLA2020006)

# Big Tech vs Big Government



# Key Takeaways

<span style="font-size: 12.0pt; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;">1.<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Privacy and Data Protection</span>**<span style="font-size: 12.0pt;">:</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Big Tech</span>**<span style="font-size: 12.0pt;">: Claims robust data protection and offers users tools to control their data.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Big Government</span>**<span style="font-size: 12.0pt;">: Advocates for oversight to ensure data isn't misused.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Big Government Risk</span>**<span style="font-size: 12.0pt;">: Potential for overreaching surveillance, infringing on citizen privacy.</span>

<span style="font-size: 12.0pt;"> </span>

<span style="font-size: 12.0pt; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;">2.<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Monopolistic Practices</span>**<span style="font-size: 12.0pt;">:</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Big Tech</span>**<span style="font-size: 12.0pt;">: Defends their market dominance as a result of superior products/services.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Big Government</span>**<span style="font-size: 12.0pt;">: Wants to curb anti-competitive behavior to ensure fair competition.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Big Government Risk</span>**<span style="font-size: 12.0pt;">: Targeting companies based on political/nationalistic agendas instead of genuine market concerns.</span>

<span style="font-size: 12.0pt;"> </span>

<span style="font-size: 12.0pt; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;">3.<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Content Moderation and Censorship</span>**<span style="font-size: 12.0pt;">:</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Big Tech</span>**<span style="font-size: 12.0pt;">: Argues for the right to enforce community standards.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Big Government</span>**<span style="font-size: 12.0pt;">: Concerned about potential biases or inadequate moderation.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Big Government Risk</span>**<span style="font-size: 12.0pt;">: Suppression of dissenting voices, curtailment of free speech, or promotion of state propaganda.</span>

<span style="font-size: 12.0pt;"> </span>

<span style="font-size: 12.0pt; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;">4.<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Taxation</span>**<span style="font-size: 12.0pt;">:</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Big Tech</span>**<span style="font-size: 12.0pt;">: Uses tax strategies based on global operations.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Big Government</span>**<span style="font-size: 12.0pt;">: Wants companies to pay taxes where profits are generated.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Big Government Risk</span>**<span style="font-size: 12.0pt;">: Excessive or targeted taxation that could distort market dynamics or stifle innovation.</span>

<span style="font-size: 12.0pt;"> </span>

<span style="font-size: 12.0pt; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;">5.<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">National Security vs. Encryption</span>**<span style="font-size: 12.0pt;">:</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Big Tech</span>**<span style="font-size: 12.0pt;">: Stresses the importance of encryption for user privacy.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Big Government</span>**<span style="font-size: 12.0pt;">: Wants access to encrypted data for law enforcement.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Big Government Risk</span>**<span style="font-size: 12.0pt;">: Demanding backdoors to encrypted systems, compromising global cybersecurity.</span>

<span style="font-size: 12.0pt;"> </span>

<span style="font-size: 12.0pt; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;">6.<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Digital Sovereignty</span>**<span style="font-size: 12.0pt;">:</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Big Tech</span>**<span style="font-size: 12.0pt;">: Advocates for a globalized and open internet.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Big Government</span>**<span style="font-size: 12.0pt;">: Prefers control over national digital infrastructure and data.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Big Government Risk</span>**<span style="font-size: 12.0pt;">: Overemphasis might lead to a fragmented and heavily restricted internet.</span>

<span style="font-size: 12.0pt;"> </span>

<span style="font-size: 12.0pt; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;">7.<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Economic and Innovation Concerns</span>**<span style="font-size: 12.0pt;">:</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Big Tech</span>**<span style="font-size: 12.0pt;">: Believes they drive innovation and create significant economic value.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Big Government</span>**<span style="font-size: 12.0pt;">: Concerns about the power of tech giants stifling startups and local industries.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Big Government Risk</span>**<span style="font-size: 12.0pt;">: Overregulation that might hamper innovation and market dynamics.</span>

<span style="font-size: 12.0pt;"> </span>

<span style="font-size: 12.0pt; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;">8.<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Transparency</span>**<span style="font-size: 12.0pt;">:</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Big Tech</span>**<span style="font-size: 12.0pt;">: Operates proprietary algorithms and platforms.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Big Government</span>**<span style="font-size: 12.0pt;">: Calls for transparency in algorithms and operations.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Big Government Risk</span>**<span style="font-size: 12.0pt;">: Lack of transparency in governmental actions and decisions.</span>

<span style="font-size: 12.0pt;"> </span>

<span style="font-size: 12.0pt;"> </span>

<span style="font-size: 12.0pt; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;">9.<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Interoperability and Open Standards</span>**<span style="font-size: 12.0pt;">:</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Big Tech</span>**<span style="font-size: 12.0pt;">: Some prefer proprietary systems, while others support open standards.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Big Government</span>**<span style="font-size: 12.0pt;">: Advocates for interoperability to prevent vendor lock-in.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Big Government Risk</span>**<span style="font-size: 12.0pt;">: Mandated interoperability might stifle innovation or be used to favor local entities.</span>

<span style="font-size: 12.0pt;"> </span>

<span style="font-size: 12.0pt; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;">10.<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Digital Literacy and Education</span>**<span style="font-size: 12.0pt;">:</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Big Tech and Big Government</span>**<span style="font-size: 12.0pt;">: Recognize the importance of user education.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Big Government Risk</span>**<span style="font-size: 12.0pt;">: Introduction of biased educational programs promoting state narratives.</span>

<span style="font-size: 12.0pt;"> </span>

<span style="font-size: 12.0pt; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;">11.<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Global Operations vs. Local Laws</span>**<span style="font-size: 12.0pt;">:</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Big Tech</span>**<span style="font-size: 12.0pt;">: Emphasizes challenges of adhering to myriad local laws.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Big Government</span>**<span style="font-size: 12.0pt;">: Asserts the need to uphold local laws and protect its citizens.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Big Government</span><span style="font-size: 12.0pt; line-height: 107%; font-family: 'Calibri',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"> Risk</span>**<span style="font-size: 12.0pt; line-height: 107%; font-family: 'Calibri',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;">: Excessive localization laws might unfairly control or restrict global tech companies.</span>

# Real World Examples

<span style="font-size: 12.0pt;">Big tech companies often find themselves in disputes with governments over user data, driven by the tension between privacy rights and law enforcement or regulatory demands. Here are a few notable examples:</span>

1. **<span style="font-size: 12.0pt;">Apple vs. the FBI (2016)</span>**<span style="font-size: 12.0pt;">: One of the most famous cases involved Apple and the FBI regarding the iPhone of a shooter involved in the 2015 San Bernardino attack. The FBI wanted Apple to create a backdoor to bypass the device's encryption, but Apple refused, citing concerns that this would set a dangerous precedent for user privacy and security. The dispute escalated to the courts but was resolved when the FBI accessed the iPhone through a third party.</span>
2. **<span style="font-size: 12.0pt;">Microsoft vs. the U.S. Government (2013-2017)</span>**<span style="font-size: 12.0pt;">: Microsoft contested a U.S. government warrant demanding access to emails stored in a data center in Ireland, arguing that U.S. warrants didn't apply to data stored overseas. This case, which raised significant questions about international law and digital privacy, went through several court levels and was pending before the U.S. Supreme Court. However, it became moot when the U.S. Congress passed the CLOUD Act in 2018, clarifying law enforcement's ability to access electronic data stored internationally.</span>
3. **<span style="font-size: 12.0pt;">Google in Various Countries</span>**<span style="font-size: 12.0pt;">: Google has had numerous run-ins with governments over user data. For instance, in the European Union, Google has faced challenges over the "Right to be Forgotten" law, which allows individuals to request the removal of personal information from search results. Google has to balance compliance with these requests against the public interest in that information.</span>
4. **<span style="font-size: 12.0pt;">Facebook and Privacy Laws</span>**<span style="font-size: 12.0pt;">: Facebook has been in the spotlight for how it handles user data, particularly after the Cambridge Analytica scandal in 2018. Governments worldwide, especially in the European Union, have scrutinized Facebook's data practices, leading to legal challenges and demands for stricter regulation.</span>

# Further Reading

<span style="font-size: 12.0pt; line-height: 107%;">Agarwal, R. (2020). *Why A Big Government Cure Would Be Worse Than Big Tech Control.* Forbes</span>

[<span style="font-size: 12.0pt; line-height: 107%;">https://www.forbes.com/sites/rajshreeagarwal/2020/09/22/why-a-big-government-cure-would-be-worse-than-big-tech-control/?sh=69a92c7b134c</span>](https://www.forbes.com/sites/rajshreeagarwal/2020/09/22/why-a-big-government-cure-would-be-worse-than-big-tech-control/?sh=69a92c7b134c)

<span style="font-size: 12.0pt; line-height: 107%;">Engin, Z., &amp; Treleaven, P. (2019). Algorithmic government: Automating public services and supporting civil servants in using data science technologies. *The Computer Journal*, *62*(3), 448-460.</span>

[<span style="font-size: 12.0pt; line-height: 107%;">https://ieeexplore.ieee.org/abstract/document/8852885</span>](https://ieeexplore.ieee.org/abstract/document/8852885)

<span style="font-size: 12.0pt; line-height: 107%;">Petit, N. (2020). Big tech and the digital economy: The moligopoly scenario. Oxford University Press. ISBN: 9780191874291</span>

[<span style="font-size: 11.5pt; line-height: 107%; font-family: 'Source Sans Pro', sans-serif; border: 1pt none windowtext; padding: 0mm; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;">https://doi.org/10.1093/oso/9780198837701.001.0001</span>](https://doi.org/10.1093/oso/9780198837701.001.0001)

# Social Media & Fake News



# Key Takeaways

**<span style="font-size: 12.0pt;">Definition and Identification</span>**<span style="font-size: 12.0pt;">:</span>

<span style="font-size: 12.0pt;">Understand what constitutes fake news: misinformation (false or misleading information shared without harmful intent) vs. disinformation (false information shared with the intent to deceive).</span>

<span style="font-size: 12.0pt;">Recognize that identifying fake news can be challenging due to sophisticated tactics employed by propagators.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Prevalence</span>**<span style="font-size: 12.0pt;">:</span>

<span style="font-size: 12.0pt;">Know that the rapid dissemination of information on social media platforms can lead to the quick spread of false narratives.</span>

<span style="font-size: 12.0pt;">Understand the "filter bubble" effect: users are often shown content aligned with their beliefs, potentially amplifying misinformation.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Impact on Business</span>**<span style="font-size: 12.0pt;">:</span>

<span style="font-size: 12.0pt;">Reputational risks: Fake news can damage a company's brand, affecting customer trust and loyalty.</span>

<span style="font-size: 12.0pt;">Financial implications: Stock prices and sales can be affected by fake news stories, even if they are debunked later.</span>

<span style="font-size: 12.0pt;">Decision-making: Business decisions made based on misinformation can lead to strategic blunders.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Role of Algorithms</span>**<span style="font-size: 12.0pt;">:</span>

<span style="font-size: 12.0pt;">Recognize how platform algorithms can amplify sensational or controversial content, sometimes at the expense of accuracy.</span>

<span style="font-size: 12.0pt;">Understand that algorithms prioritize user engagement, which may inadvertently promote misleading content.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Combating Fake News</span>**<span style="font-size: 12.0pt;">:</span>

<span style="font-size: 12.0pt;">Fact-checking and verification tools: Familiarize yourself with organizations and platforms dedicated to verifying information.</span>

<span style="font-size: 12.0pt;">Crisis management: Learn strategies to handle and respond to fake news affecting a business or brand.</span>

<span style="font-size: 12.0pt;">Transparency: Ensure that the company's communication is transparent, which can help build trust and reduce the spread of misinformation.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Ethical Considerations</span>**<span style="font-size: 12.0pt;">:</span>

<span style="font-size: 12.0pt;">Businesses have a responsibility to ensure accurate information dissemination, especially if they are using social media for advertising or public relations.</span>

<span style="font-size: 12.0pt;">Personal ethics: As future business leaders, MBA students should prioritize truth and accuracy in their professional communications.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Regulations and Policies</span>**<span style="font-size: 12.0pt;">:</span>

<span style="font-size: 12.0pt;">Stay updated with local, national, and international regulations regarding misinformation and online content.</span>

<span style="font-size: 12.0pt;">Recognize that many platforms are introducing policies to curb the spread of fake news, and these policies can affect business strategies.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Digital Literacy and Education</span>**<span style="font-size: 12.0pt;">:</span>

<span style="font-size: 12.0pt;">Promote and engage in efforts to increase digital literacy among employees and stakeholders.</span>

<span style="font-size: 12.0pt;">Understand the importance of educating consumers about the potential dangers and impacts of fake news.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Role of Influencers and Thought Leaders</span>**<span style="font-size: 12.0pt;">:</span>

<span style="font-size: 12.0pt;">Recognize that influencers can be both a source of fake news and a means to combat it.</span>

<span style="font-size: 12.0pt;">Collaborate with trusted influencers to spread accurate information and debunk false narratives.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Future Trends</span>**<span style="font-size: 12.0pt;">:</span>

<span style="font-size: 12.0pt;">Stay aware of advancements in deepfake technology, which can create realistic yet entirely fabricated video or audio content.</span>

<span style="font-size: 12.0pt;">Understand the evolving role of AI in both spreading and combating misinformation.</span>

# Pope Francis Endorses Donald Trump for President

##  

<span style="font-size: 12.0pt; line-height: 107%;">In the 2016 U.S. Presidential election, a widely circulated fake news story claimed that Pope Francis had endorsed Donald Trump's candidacy. This story was completely untrue, as the Vatican's policy is to not endorse political candidates. The article was published on a website designed to mimic a legitimate news source and gained extensive traction on social media.</span>

<span style="font-size: 12.0pt; line-height: 107%;">Key characteristics of fake news:</span>

- <span style="font-size: 12.0pt; line-height: 107%;">False Information: The core claim was entirely fabricated.</span>
- <span style="font-size: 12.0pt; line-height: 107%;">Authentic Appearance: The website was designed to look like a real news source.</span>
- <span style="font-size: 12.0pt; line-height: 107%;">Viral Spread: It was widely shared on social media, misleading many readers.</span>
- <span style="font-size: 12.0pt; line-height: 107%;">Sensitive Topic: It dealt with high-profile figures and political events, making it more enticing for readers.</span>

<span style="font-size: 12.0pt; line-height: 107%;">The spread of such fake news can have significant impacts on public opinion, particularly during sensitive times like elections. It underscores the importance of verifying information and relying on reputable news sources.</span>

# Further Reading

<span lang="PT-BR" style="font-size: 12.0pt; line-height: 107%; mso-ansi-language: PT-BR;">Baptista, J. P., &amp; Gradim, A. (2020). </span><span style="font-size: 12.0pt; line-height: 107%;">Understanding fake news consumption: A review. </span>*<span lang="FR" style="font-size: 12.0pt; line-height: 107%; mso-ansi-language: FR;">Social Sciences</span>*<span lang="FR" style="font-size: 12.0pt; line-height: 107%; mso-ansi-language: FR;">, *9*(10), 185.</span>

[<span lang="FR" style="font-size: 12.0pt; line-height: 107%; mso-ansi-language: FR;">https://doi.org/10.3390/socsci9100185</span>](https://doi.org/10.3390/socsci9100185)

<span lang="FR" style="font-size: 12.0pt; line-height: 107%; mso-ansi-language: FR;">FactCheck.org</span>

[<span lang="FR" style="font-size: 12.0pt; line-height: 107%; mso-ansi-language: FR;">https://www.factcheck.org</span>](https://www.factcheck.org/)

<span style="font-size: 12.0pt; line-height: 107%;">Pennycook, G., &amp; Rand, D. G. (2021). The psychology of fake news. *Trends in cognitive sciences*, *25*(5), 388-402.</span>

[<span style="font-size: 12.0pt; line-height: 107%;">https://doi.org/10.1016/j.tics.2021.02.007</span>](https://doi.org/10.1016/j.tics.2021.02.007)

# Intellectual Property



# Key Takeaways

**<span style="font-size: 12.0pt;">Definition of Intellectual Property (IP)</span>**<span style="font-size: 12.0pt;">: IP refers to creations of the mind such as inventions, literary and artistic works, and symbols, names, and images used in commerce.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Types of IP</span>**<span style="font-size: 12.0pt;">:</span>

<span style="font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Patents</span>**<span style="font-size: 12.0pt;">: Protects inventions or processes for a certain period, typically 20 years. After this, others can freely make, use, or sell the invention.</span>

<span style="font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Trademarks</span>**<span style="font-size: 12.0pt;">: Protects symbols, names, and slogans used to identify goods or services. Think of logos and brand names.</span>

<span style="font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Copyrights</span>**<span style="font-size: 12.0pt;">: Protects original artistic and literary works. This includes music, literature, movies, and software.</span>

<span style="font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Trade Secrets</span>**<span style="font-size: 12.0pt;">: Protects formulas, practices, processes, designs, instruments, or any information that provides a business advantage over competitors who do not know or use it.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Importance of IP</span>**<span style="font-size: 12.0pt;">:</span>

<span style="font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Competitive Advantage</span>**<span style="font-size: 12.0pt;">: IP can provide a business with a unique advantage over competitors.</span>

<span style="font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Revenue Streams</span>**<span style="font-size: 12.0pt;">: Through licensing or franchising.</span>

<span style="font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Valuation and Investment</span>**<span style="font-size: 12.0pt;">: IP can significantly increase the value of a business, especially in sectors like tech and pharma.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">IP Strategy and Management</span>**<span style="font-size: 12.0pt;">:</span>

<span style="font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Protection</span>**<span style="font-size: 12.0pt;">: Understand what kind of IP protection is most suitable for your innovation.</span>

<span style="font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Maintenance</span>**<span style="font-size: 12.0pt;">: For example, trademarks might need to be renewed, and patents have maintenance fees.</span>

<span style="font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Monetization</span>**<span style="font-size: 12.0pt;">: This could be through licensing, franchising, or direct commercialization.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Global Perspective</span>**<span style="font-size: 12.0pt;">: IP protection is territorial. A U.S. patent, for instance, only provides protection within the U.S. For global operations or sales, understanding international IP laws and treaties is essential.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Infringement</span>**<span style="font-size: 12.0pt;">: This is the unauthorized use of intellectual property. Being aware of infringement risks, both as a potential victim and inadvertent perpetrator, is crucial.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">IP in Mergers and Acquisitions</span>**<span style="font-size: 12.0pt;">: Due diligence in M&amp;A often involves a thorough review of IP assets, as these can influence the valuation and attractiveness of a deal.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Open Source and Public Domain</span>**<span style="font-size: 12.0pt;">: Not all intellectual creations are proprietary. Some are freely available for use, but it's essential to understand the terms under which they're available.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Changing Landscape</span>**<span style="font-size: 12.0pt;">: With the rise of digital technologies, artificial intelligence, and the internet, the landscape of IP is continuously evolving. For instance, questions about IP ownership in AI-generated content or the challenges in digital copyright enforcement are emerging areas.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt; line-height: 107%; font-family: 'Calibri',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;">Ethical Considerations</span>**<span style="font-size: 12.0pt; line-height: 107%; font-family: 'Calibri',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;">: It's essential to strike a balance between protecting IP rights and promoting innovation and sharing of knowledge.</span>

# The Wright Brothers' Patents and the Curtiss Company

<span style="font-size: 12.0pt;">Patents have often played a complex role in the balance between fostering innovation and potentially hindering progress. A well-known example is the case of the Wright brothers and their patents on airplane technology in the early 20th century.</span>

<span style="font-size: 12.0pt;">After the Wright brothers achieved the first powered flight in 1903, they secured a series of patents for their flying machine, particularly focusing on the method of flight control, which was a breakthrough in aviation. However, rather than promoting further development, these patents led to a protracted legal battle with other aviation pioneers, most notably Glenn Curtiss and his company.</span>

<span style="font-size: 12.0pt;">Wright brothers aggressively pursued legal action against anyone who built airplanes that they felt infringed on their patents, especially the use of ailerons by Curtiss for lateral control. This created a stifling environment for other aviation innovators, as they either had to pay costly licensing fees, face legal battles, or find alternative, often less effective, methods of flight control.</span>

<span style="font-size: 12.0pt;">These patent wars significantly hampered the development of the aviation industry in the United States during a critical period of technological advancement. Many historians and aviation experts argue that this slowed the pace of innovation in American aviation, while European countries, not bogged down by such legal issues, made significant strides in airplane development during this time.</span>

<span style="font-size: 12.0pt;">The situation reached a point where the U.S. government had to intervene during World War I. Faced with the need for rapid advancement in aviation technology for the war effort, the U.S. government urged the creation of a cross-licensing organization—the Manufacturers Aircraft Association—which allowed all parties to use each other's patents, thus ending the legal stalemate and reigniting innovation.</span>

# Further Reading

<span style="font-size: 12.0pt;">European Patent Office. (2023). New study reveals how IP helps startups raise finance.</span>

[<span style="font-size: 12.0pt;">https://www.epo.org/en/news-events/news/new-study-reveals-how-ip-helps-startups-raise-finance</span>](https://www.epo.org/en/news-events/news/new-study-reveals-how-ip-helps-startups-raise-finance)

<span style="font-size: 12.0pt;">Grinvald, L. C., &amp; Tur-Sinai, O. (2019). Intellectual property law and the right to repair. *Fordham L. Rev.*, *88*, 63. </span>[<span style="font-size: 12.0pt;">https://heinonline.org/HOL/LandingPage?handle=hein.journals/flr88&amp;div=7</span>](https://heinonline.org/HOL/LandingPage?handle=hein.journals/flr88&div=7)

<span style="font-size: 12.0pt; line-height: 107%; font-family: 'Calibri',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;">World Intellectual Property Organization. (2023). What is Intelletual Property? </span><span style="font-size: 11.0pt; line-height: 107%; font-family: 'Calibri',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;">[<span style="font-size: 12.0pt; line-height: 107%;">https://www.wipo.int/about-ip/en</span>](https://www.wipo.int/about-ip/en)</span><span style="font-size: 12.0pt; line-height: 107%; font-family: 'Calibri',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"></span>

# Crowdsourcing



# Key Takeaways

<span style="font-size: 12.0pt;">Crowdsourcing has emerged as a potent tool for businesses and organizations to harness the collective intelligence of large groups of people. </span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Definition</span>**<span style="font-size: 12.0pt;">: Crowdsourcing involves obtaining ideas, content, opinions, or solutions from a large group of people, typically from an online community, rather than from traditional employees or suppliers.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Advantages</span>**<span style="font-size: 12.0pt;">:</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Diversity of Input</span>**<span style="font-size: 12.0pt;">: Tapping into a vast and varied group of individuals can lead to a range of ideas and insights.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Cost-Efficiency</span>**<span style="font-size: 12.0pt;">: It can be more cost-effective than traditional R&amp;D methods.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Speed</span>**<span style="font-size: 12.0pt;">: Quick access to feedback, solutions, or ideas.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Innovation</span>**<span style="font-size: 12.0pt;">: Opens doors to out-of-the-box thinking and breakthrough solutions.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Types of Crowdsourcing</span>**<span style="font-size: 12.0pt;">:</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Idea Generation</span>**<span style="font-size: 12.0pt;">: Collecting ideas on new products, services, or solutions.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Micro-tasks</span>**<span style="font-size: 12.0pt;">: Breaking down tasks into smaller parts for the crowd to solve (e.g., Amazon's Mechanical Turk).</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Crowdfunding</span>**<span style="font-size: 12.0pt;">: Raising capital for projects or ventures from a large number of people, often via platforms like Kickstarter or Indiegogo.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Open Innovation</span>**<span style="font-size: 12.0pt;">: Inviting external participants to contribute to internal R&amp;D.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Data Collection and Analysis</span>**<span style="font-size: 12.0pt;">: Gathering and analyzing data from a large community (e.g., using citizen scientists).</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Risks &amp; Challenges</span>**<span style="font-size: 12.0pt;">:</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Quality Control</span>**<span style="font-size: 12.0pt;">: Ensuring the quality and reliability of crowd-contributed content.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Intellectual Property</span>**<span style="font-size: 12.0pt;">: Managing the rights to ideas, content, or solutions sourced from the crowd.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Motivation</span>**<span style="font-size: 12.0pt;">: Ensuring participants are adequately incentivized to participate.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Communication</span>**<span style="font-size: 12.0pt;">: Effective communication can be challenging due to the decentralized nature of participants.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Motivational Factors</span>**<span style="font-size: 12.0pt;">: Understanding what drives people to participate is crucial. Some are motivated by monetary rewards, while others seek recognition, intrinsic satisfaction, or are driven by a sense of community.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Technological Infrastructure</span>**<span style="font-size: 12.0pt;">: Implementing crowdsourcing often requires robust online platforms or apps to gather, manage, and analyze contributions. Familiarity with these tools can give an edge.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Ethical Considerations</span>**<span style="font-size: 12.0pt;">: It's essential to treat participants fairly, ensure transparency, and avoid exploiting contributors by offering too low compensation or not recognizing their contributions.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Applications in Different Industries</span>**<span style="font-size: 12.0pt;">: From designing T-shirts to software bug testing, crowdsourcing is used in diverse industries. </span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Integration with Business Strategy</span>**<span style="font-size: 12.0pt;">: Crowdsourcing shouldn't be an afterthought. It should be integrated into the business's overall strategy, considering its advantages and limitations.</span>

<span style="font-size: 12.0pt;"> </span>

<span style="font-size: 12.0pt; line-height: 107%; font-family: 'Calibri',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;">As the business world becomes more interconnected and digital, the power of the crowd will only grow in importance.</span>

# Notable Examples

1. **<span style="font-size: 12.0pt; line-height: 107%;">Wikipedia</span>**<span style="font-size: 12.0pt; line-height: 107%;">: Perhaps the most famous example, Wikipedia is a free online encyclopedia created through the collaborative effort of volunteers around the world. Anyone with internet access can write and make changes to Wikipedia articles (except in certain cases where editing is restricted to prevent vandalism). This crowdsourcing approach has made Wikipedia one of the largest and most popular reference websites.</span>
2. **<span style="font-size: 12.0pt; line-height: 107%;">Waze</span>**<span style="font-size: 12.0pt; line-height: 107%;">: This GPS navigation software app uses crowdsourcing to gather real-time traffic and road info. Users of Waze can report traffic incidents, road hazards, speed traps, and other useful information, which is then shared with other users in real time. This approach helps drivers avoid traffic jams and find the best routes.</span>
3. **<span style="font-size: 12.0pt; line-height: 107%;">Kickstarter</span>**<span style="font-size: 12.0pt; line-height: 107%;">: This is a global crowdfunding platform focused on creativity and merchandising. Individuals or companies can use Kickstarter to fundraise for their projects or products, gathering small amounts of money from a large number of people. This has enabled numerous projects, from films to gadgets, that might not otherwise have found funding.</span>
4. **<span style="font-size: 12.0pt; line-height: 107%;">OpenStreetMap</span>**<span style="font-size: 12.0pt; line-height: 107%;">: Similar to Wikipedia but for maps, OpenStreetMap is a collaborative project to create a free editable map of the world. It's built by a community of mappers who contribute and maintain data about roads, trails, cafés, railway stations, and much more, all over the planet.</span>
5. **<span style="font-size: 12.0pt; line-height: 107%;">Zooniverse</span>**<span style="font-size: 12.0pt; line-height: 107%;">: A platform for citizen science projects, Zooniverse enables volunteers to contribute to scientific research. These volunteers help professional scientists with tasks that require human cognition, such as classifying galaxies, transcribing handwritten documents, or identifying wildlife in camera trap images.</span>

# Further Reading

<span lang="FR" style="font-size: 12.0pt; line-height: 107%; mso-ansi-language: FR;">Vermicelli, S., Cricelli, L., &amp; Grimaldi, M. (2021). </span><span style="font-size: 12.0pt; line-height: 107%;">How can crowdsourcing help tackle the COVID‐19 pandemic? An explorative overview of innovative collaborative practices. R&amp;D Management, 51(2), 183-194.</span>

[<span style="font-size: 12.0pt; line-height: 107%;">https://doi.org/10.1111/radm.12443</span>](https://doi.org/10.1111/radm.12443)

# Outsourcing



# Key Takeaways

**<span style="font-size: 12.0pt;">Definition</span>**<span style="font-size: 12.0pt;">: Outsourcing involves delegating certain business processes or functions to third-party vendors or companies, either domestically or internationally.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Reasons for Outsourcing</span>**<span style="font-size: 12.0pt;">:</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Cost Reduction</span>**<span style="font-size: 12.0pt;">: Often, businesses can achieve significant cost savings by outsourcing tasks to regions with lower labor costs.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Focus on Core Competencies</span>**<span style="font-size: 12.0pt;">: Allows companies to concentrate on their primary value-creating activities while delegating peripheral tasks.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Access to Expertise</span>**<span style="font-size: 12.0pt;">: Outsourcing can provide businesses with access to specialized skills and technologies they may not possess in-house.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Scalability</span>**<span style="font-size: 12.0pt;">: Businesses can quickly scale operations up or down based on demand without committing to long-term overhead.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Risk Management</span>**<span style="font-size: 12.0pt;">: Distributing certain responsibilities can help businesses share or mitigate operational risks.</span>

**<span style="font-size: 12.0pt;">Types of Outsourcing</span>**<span style="font-size: 12.0pt;">:</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Business Process Outsourcing (BPO)</span>**<span style="font-size: 12.0pt;">: This includes functions like customer service, HR, and finance.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Information Technology Outsourcing (ITO)</span>**<span style="font-size: 12.0pt;">: Contracting out IT-related functions such as software development or IT infrastructure management.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Knowledge Process Outsourcing (KPO)</span>**<span style="font-size: 12.0pt;">: Involves high-value tasks based on specialized knowledge, like research, analytics, or legal services.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Risks &amp; Challenges</span>**<span style="font-size: 12.0pt;">:</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Quality Concerns</span>**<span style="font-size: 12.0pt;">: The quality of outsourced services might not always meet expectations or standards.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Cultural &amp; Communication Barriers</span>**<span style="font-size: 12.0pt;">: Working across different cultures and time zones can lead to misunderstandings and inefficiencies.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Dependency</span>**<span style="font-size: 12.0pt;">: Over-reliance on a single vendor can lead to vulnerability in supply chain disruptions.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Security Concerns</span>**<span style="font-size: 12.0pt;">: Sharing sensitive data with third parties can increase the risk of data breaches or IP theft.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Hidden Costs</span>**<span style="font-size: 12.0pt;">: Initial savings might be offset by unforeseen expenses, such as training or transitioning services.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Ethical Considerations</span>**<span style="font-size: 12.0pt;">:</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Labor Practices</span>**<span style="font-size: 12.0pt;">: Outsourcing to regions with lax labor laws can lead to ethical dilemmas.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Economic Impact</span>**<span style="font-size: 12.0pt;">: Outsourcing can lead to job losses in the home country, sparking debates on its socio-economic implications.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Vendor Selection &amp; Management</span>**<span style="font-size: 12.0pt;">:</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Due Diligence</span>**<span style="font-size: 12.0pt;">: It's crucial to thoroughly vet potential vendors to ensure reliability, quality, and cultural fit.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Contract Management</span>**<span style="font-size: 12.0pt;">: Clearly defined contracts with performance metrics, terms, and conditions are critical.</span>

<span style="font-size: 10.0pt; mso-bidi-font-size: 12.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';"> </span></span></span>**<span style="font-size: 12.0pt;">Relationship Management</span>**<span style="font-size: 12.0pt;">: Building a strong, collaborative relationship with the vendor ensures better alignment with business objectives.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Insourcing &amp; Backsourcing</span>**<span style="font-size: 12.0pt;">: While outsourcing is a popular trend, many companies also choose to bring previously outsourced operations back in-house (insourcing) or transfer them to a different vendor (backsourcing) due to various strategic reasons.</span>

**<span style="font-size: 12.0pt;">Global Trends</span>**<span style="font-size: 12.0pt;">: Factors such as geopolitical shifts, technology advancements, and global economic conditions can influence outsourcing decisions and trends.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Strategic Implications</span>**<span style="font-size: 12.0pt;">: Outsourcing is not just an operational decision but has strategic implications. It can affect a company's competitive positioning, brand reputation, and long-term growth.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Emerging Technologies</span>**<span style="font-size: 12.0pt;">: Technologies like cloud computing, automation, and AI are transforming the outsourcing landscape by enabling more processes to be managed remotely and reducing the need for certain human interventions.</span>

# Apple Inc. and Outsourcing

<span style="font-size: 12.0pt;">Apple, known for its wide range of popular consumer electronics like iPhones, iPads, and Mac computers, doesn't manufacture these products itself. Instead, it relies on a global network of suppliers and manufacturers. The company's outsourcing strategy is focused on leveraging the specialized capabilities of suppliers and manufacturers, primarily in Asia, to produce high-quality products efficiently and cost-effectively.</span>

<span style="font-size: 12.0pt;"> </span>

**<span style="font-size: 12.0pt;">Key Aspects of Apple's Outsourcing</span>**<span style="font-size: 12.0pt;">:</span>

1. **<span style="font-size: 12.0pt;">Manufacturing and Assembly</span>**<span style="font-size: 12.0pt;">: Apple outsources the manufacturing of most of its hardware components to various suppliers. For instance, companies like Foxconn and Pegatron, mainly based in Taiwan and China, are responsible for the assembly of the majority of iPhones and other Apple products.</span>
2. **<span style="font-size: 12.0pt;">Component Suppliers</span>**<span style="font-size: 12.0pt;">: Apple also outsources the production of components like screens, chips, and camera modules to various specialized manufacturers. For example, Samsung and LG supply display panels, and Qualcomm provides certain chips.</span>
3. **<span style="font-size: 12.0pt;">Cost Efficiency and Scalability</span>**<span style="font-size: 12.0pt;">: Outsourcing allows Apple to maintain flexibility and scalability in its production processes. It can ramp up or scale down production based on demand without the constraints of managing large manufacturing facilities.</span>
4. **<span style="font-size: 12.0pt;">Focus on Core Competencies</span>**<span style="font-size: 12.0pt;">: This strategy enables Apple to focus on its core competencies, such as design, software development, and marketing, while leaving manufacturing to those with specialized expertise.</span>

<span style="font-size: 12.0pt;"> </span>

<span style="font-size: 12.0pt;">This approach has been highly successful, allowing Apple to maintain its position as a leader in the tech industry. It benefits from cost-effective production, high-quality manufacturing standards, and the ability to quickly respond to market demands.</span>

<span style="font-size: 12.0pt;">Financially, outsourcing has contributed to Apple's significant profit margins, as the cost of manufacturing is kept relatively low compared to the premium prices its products command in the market.</span>

<span style="font-size: 12.0pt;">However, Apple's outsourcing strategy is not without criticism, particularly regarding labor practices and environmental concerns in its supply chain. The company has taken steps to address these issues, such as implementing stricter supplier responsibility standards.</span>

# Further Reading

<span style="font-size: 12.0pt;">Schniederjans, M.J., Schniederjans, A. M., Schniederjans, D. G. (2010). Outsourcing and Insourcing in an International Context. Routledge. ISBN:  978-0765615862</span>

[<span style="font-size: 12.0pt;">https://doi.org/10.4324/9781315701936</span>](https://doi.org/10.4324/9781315701936)

<span style="font-size: 12.0pt;">Sinclair, A.R. (2023). Outsourcing Mastery. The Ultimate Guide to Leveraging Global Talent. ISBN: 979-8388647191</span>