Ethical frameworks and why AI systems require them.
When Facebook's content moderation team had to decide whether to remove a video of police violence in the US, they applied their stated community standards. When the same team had to decide about similar content from a conflict zone in Myanmar, the same rules produced different consequences — in one case protecting users from disturbing content, in another potentially suppressing evidence of atrocities. The same rule, applied consistently, produced outcomes that many considered ethically opposite. This is not a bug in ethics — it's what ethics is for: navigating situations where rules produce competing goods and competing harms simultaneously.
Philosophy has developed several systematic frameworks for ethical reasoning:
AI systems make consequential decisions at enormous scale. Without explicit ethical frameworks, they default to optimizing whatever metric they were given — which may not capture what we actually value. Ethics isn't a constraint on AI design; it's a prerequisite for it.
Every AI system encodes ethical choices — about what to optimize, whose interests to count, and what tradeoffs to accept. Making those choices explicitly and thoughtfully is better than making them accidentally.
4 questions — free, untracked, retake anytime.
does the Facebook content moderation example illustrate about ethics?
is the core challenge with consequentialism as an ethical framework?
does every AI system encode ethical choices, whether explicitly or not?
distinguishes deontology from consequentialism?
Apply ethical frameworks to AI scenarios.
Apply the three frameworks to an AI ethics scenario.
Defining harm in AI contexts and the political nature of those definitions.
In 2021, YouTube's algorithm was found to systematically recommend increasingly extreme content to users over time — a behavior its engineers called "rabbit holing." Internally, this was an engagement feature: users who went down rabbit holes watched more content. Externally, researchers documented correlations between rabbit-holing and radicalization. YouTube's stated goal was maximizing user engagement. Whether this constituted "harm" depended entirely on whether you counted psychological harm to users and democratic harms from radicalization alongside the platform's engagement metric. YouTube had defined harm narrowly; critics argued the definition should be broader.
Harm in AI systems is not a neutral technical concept — it is defined through choices:
Defining harm is a political act because different stakeholders have different interests in the definition. Platforms have incentives to define harm narrowly (more permissive = more engagement). Regulators may define it too broadly (capturing legitimate speech). Affected communities may have the most accurate view but the least institutional power.
Building AI systems requires making explicit harm definitions. Those definitions should be made through processes that include affected communities — not just the people building and profiting from the systems.
4 questions — free, untracked, retake anytime.
was YouTube's rabbit-holing behavior ethically contested?
is defining harm in AI systems 'a political act'?
stakeholder group often has the most accurate view of harm from AI systems, but the least institutional power to define it?
dimensions should explicit harm definitions in AI systems address?
Develop a comprehensive harm framework for an AI system.
Develop a comprehensive harm framework for an AI system.
Multiple conceptions of fairness, why they conflict, and what choosing between them means.
In 2016, ProPublica published an analysis of COMPAS — a risk assessment tool used in criminal sentencing in US courts. Their analysis found that the system was twice as likely to falsely flag Black defendants as future criminals, and twice as likely to falsely mark white defendants as low-risk. Northpointe, the company that made COMPAS, published a rebuttal: the system was equally accurate across racial groups — 65% accuracy for both Black and white defendants. Both analyses were mathematically correct. They were measuring different things. The dispute revealed that 'fairness' in AI is not one concept — it is many, and they mathematically cannot all be satisfied simultaneously.
Researchers proved mathematically that when base rates differ between groups, you cannot simultaneously satisfy calibration, error rate parity, and other common fairness criteria. This isn't a solvable technical problem — it's a genuine values conflict. Choosing a fairness metric means choosing whose interests to prioritize and what kind of error is worse.
Choosing a fairness metric for a consequential AI system is a values judgment — it should be made explicitly, with democratic input, not buried in technical specifications.
4 questions — free, untracked, retake anytime.
were both ProPublica and Northpointe mathematically correct about COMPAS?
does the mathematical impossibility result in AI fairness mean?
is 'calibration' as a fairness measure?
should choosing a fairness metric for consequential AI involve democratic input?
Analyze the COMPAS case and develop a fairness framework.
Work through the COMPAS case and develop a fairness framework.
What transparency obligations AI systems have — and what honesty means for AI.
In 2019, the UK's Department for Work and Pensions used an algorithm to make benefit eligibility decisions affecting millions of people. Recipients who were denied benefits received letters citing "computer says no" — without any explanation of how the decision was reached. The UK High Court later ruled this unlawful. The right to an explanation of automated decisions — enshrined in GDPR and upheld in this case — reflects a principle: when an AI system makes a consequential decision about a person, that person is entitled to understand why.
Honesty for AI systems goes beyond not stating falsehoods:
When AI makes consequential decisions about people — eligibility for benefits, loans, jobs — those people have a legitimate interest in understanding why. Opacity in high-stakes AI is not just a technical problem; it's an ethical and legal problem.
4 questions — free, untracked, retake anytime.
principle did the UK High Court affirm in the benefits algorithm case?
distinguishes 'non-deception' from simply 'not lying'?
is 'calibrated uncertainty' as an AI honesty requirement?
does 'transparency about existence' matter as an AI ethical requirement?
Design a transparency framework for high-stakes AI.
Design a transparency framework for a high-stakes AI system.
Informed consent, manipulation, and respecting human agency in AI interactions.
In 2014, Facebook ran a psychological experiment on 689,003 users without their knowledge. The company manipulated what content appeared in users' news feeds — reducing positive or negative emotional content — and then measured whether this affected users' emotional states as measured by their own subsequent posts. The study found it did. The paper was published in a scientific journal. Critics argued this constituted emotional manipulation of users who had not consented to participate in a psychological experiment. Facebook argued the study fell under its terms of service. The core issue: did users know their emotional states were being experimentally manipulated?
Genuine informed consent requires:
Not all influence is manipulation. Legitimate influence respects autonomy:
Does this influence help the person make better decisions for themselves? Or does it exploit psychological mechanisms to produce behavior that serves the influencer's interests at the expense of the person's own goals?
4 questions — free, untracked, retake anytime.
made the Facebook emotion experiment ethically contested?
distinguishes legitimate influence from manipulation?
four elements does genuine informed consent require?
is the 'autonomy test' for whether AI influence is ethical?
Develop criteria for consent and manipulation in AI contexts.
Analyze consent and autonomy in AI contexts.
Moral responsibility, distributed accountability, and the ethics of AI liability.
When a Tesla on autopilot struck and killed a pedestrian in 2019, the US National Transportation Safety Board investigated. They found the driver had been distracted (watching a video). They found Tesla's autopilot system had design limitations. They found that Tesla's marketing had created unrealistic expectations of autonomy. They found regulatory frameworks hadn't kept pace with the technology. Fault was distributed across the driver, the company, and the regulator. Nobody was the sole responsible party. This distributed responsibility is the norm, not the exception, in AI-related harms — and it poses fundamental challenges for existing liability frameworks.
AI-related harms typically involve distributed responsibility across:
Traditional liability frameworks are designed for identifiable individual or corporate wrongdoers. Distributed AI responsibility doesn't fit cleanly into these frameworks.
Accountability matters not just for compensation — it matters for the incentive structure it creates. If AI developers bear no liability for their systems' harms, they have less incentive to invest in safety. If users bear all responsibility, they can't make informed choices.
4 questions — free, untracked, retake anytime.
did the Tesla autopilot death involve distributed rather than single-party responsibility?
is the ethical argument for strict liability for high-risk AI?
does accountability matter beyond just compensation for AI harms?
challenge does distributed AI responsibility pose for existing liability frameworks?
Design a liability and accountability framework for AI harms.
Design a liability and accountability framework for AI harms.
6 questions covering all lessons. Free, untracked, retake anytime.
Facebook content moderation example illustrates that:
is defining harm in AI systems a political act?
ProPublica and Northpointe were correct about COMPAS because:
right to explanation for automated decisions means:
Facebook emotion experiment was ethically contested because:
does accountability matter beyond compensation for AI harms?