Skip to content
Computer Science · 12th Grade · Social Impacts and Professional Ethics · Weeks 37-45

Automation, AI, and the Future of Work

Students analyze how robotics and AI are transforming the labor market, researching industries susceptible to automation.

Common Core State StandardsCSTA: 3B-IC-26CSTA: 3B-IC-27

About This Topic

Intellectual Property (IP) and Open Source software represent two different philosophies of innovation. In 12th grade, students explore the legal frameworks that protect software, including patents, copyrights, and trademarks. They compare the proprietary model, where code is a closely guarded secret, with the open-source movement, which encourages collaboration and transparency. Students learn about different licenses, such as MIT, GPL, and Creative Commons, and how they impact the way software is built and shared.

This unit also tackles the ethics of using copyrighted code and the 'fair use' doctrine. This aligns with CSTA standards for explaining the legal and ethical issues around intellectual property. This topic comes alive when students can physically 'remix' projects and see how different licenses allow or restrict their work, leading to deeper discussions about the balance between profit and the public good.

Key Questions

  1. What new career paths are created when traditional jobs are automated?
  2. Should there be a tax on robots to fund social safety nets for displaced workers?
  3. Explain how the shift toward automation changes the skills required for the next generation workforce.

Learning Objectives

  • Analyze the impact of automation and AI on job displacement and creation across various industries.
  • Evaluate the ethical considerations of using AI and robotics in the workplace, including potential biases and societal effects.
  • Compare the skill sets required for future workforces with those valued in traditional labor markets.
  • Propose solutions for mitigating the negative consequences of automation on employment and income inequality.
  • Synthesize research findings to predict future trends in the labor market influenced by technological advancements.

Before You Start

Introduction to Artificial Intelligence Concepts

Why: Students need a foundational understanding of what AI is and its basic capabilities to analyze its impact on work.

Economic Principles of Supply and Demand

Why: Understanding basic economic principles helps students grasp how automation can affect labor supply, wages, and job availability.

Key Vocabulary

AutomationThe use of technology to perform tasks with minimal human intervention. This can range from simple mechanical processes to complex AI-driven systems.
Artificial Intelligence (AI)The simulation of human intelligence processes by machines, especially computer systems. This includes learning, problem-solving, and decision-making.
Job DisplacementThe loss of employment for workers when their jobs are eliminated due to technological changes, economic shifts, or other factors.
ReskillingThe process of learning new skills to adapt to a changing job market. This is crucial for workers whose current roles are at risk of automation.
Universal Basic Income (UBI)A proposed system where all citizens of a country regularly receive an unconditional sum of money from the government. It is often discussed as a response to widespread automation.

Watch Out for These Misconceptions

Common MisconceptionOpen source means the software is free of charge.

What to Teach Instead

Explain that 'open source' refers to the freedom to see and change the code, not necessarily the price. Use a peer discussion to explore how companies like Red Hat make money by selling support and services for 'free' software.

Common MisconceptionIf I find code on the internet, I can use it however I want.

What to Teach Instead

Clarify that all code is copyrighted by default, even if it doesn't have a license file. A hands-on activity where students look for license files in GitHub repositories helps them understand the legal 'permission' required to reuse code.

Active Learning Ideas

See all activities

Real-World Connections

  • Amazon's fulfillment centers utilize thousands of robots to assist human workers in picking, packing, and sorting products, significantly increasing efficiency but also raising questions about the future of warehouse jobs.
  • Autonomous vehicle technology, developed by companies like Waymo and Tesla, is poised to transform the transportation industry, impacting professional drivers in trucking, ride-sharing, and delivery services.
  • Customer service chatbots, powered by AI, are increasingly handling routine inquiries for businesses, potentially reducing the need for human call center agents and shifting their roles to more complex problem-solving.

Assessment Ideas

Discussion Prompt

Pose the question: 'Should governments implement a tax on robots or AI to fund social safety nets for displaced workers?' Facilitate a debate where students must present arguments for and against, citing specific industries or job roles that would be most affected.

Quick Check

Provide students with a short article or case study about a specific industry undergoing automation (e.g., manufacturing, retail, healthcare). Ask them to identify two jobs likely to be automated and two new jobs that might be created, explaining their reasoning.

Peer Assessment

Students research a specific industry and its susceptibility to automation. They then create a brief presentation outlining their findings. After presentations, peers use a simple rubric to assess the clarity of the analysis and the evidence presented for automation risk and new job potential.

Frequently Asked Questions

How can active learning help students understand intellectual property?
IP law can be dry and complex. Active learning strategies, like 'licensing simulations' or 'mock copyright trials,' turn these legal concepts into a game of strategy. When students have to choose a license for their own project or defend their use of a code snippet, they quickly learn the practical implications of these laws for their future careers as developers.
What is the difference between a patent and a copyright?
A copyright protects the specific 'expression' of an idea (the actual lines of code), while a patent protects the 'invention' or the underlying process (the way the algorithm works).
Why would a company give away their code for free?
By making code open source, companies can get help from thousands of outside developers to find bugs and add features. It also helps their technology become the 'industry standard,' which can be very profitable in the long run.
What is 'Creative Commons'?
It is a set of easy-to-understand licenses that allow creators to tell the public exactly how their work (like images, music, or text) can be used, shared, and remixed without needing a lawyer.