//pragmatic leaders

Ethical Considerations in AI — Building Tech That Does Good (and Avoids Disaster)

Reading time
12 min
Section
section A-resources
12 min left0%
ethical considerations in ai — building tech that does good (and avoids disaster)0%
12 min left

Ethical Considerations in AI — Building Tech That Does Good (and Avoids Disaster) For Product Managers Who Want to Innovate Responsibly Without Compromising Humanity ---

The AI That Learned to Be Sexist (and Cost Amazon Dearly) Imagine building a cutting-edge AI tool to revolutionize your company's hiring process, making it faster and potentially fairer by analyzing resumes objectively. Amazon embarked on this mission around 2014. They trained their experimental recruiting engine on a decade's worth of resumes submitted to the company. The problem? Because the tech industry (and thus Amazon's historical applicant pool) was male-dominated, the AI learned that male candidates were preferable. It began penalizing resumes containing the word "women's" (like "women's chess club captain") and reportedly downgraded graduates from two all-women's colleges. Despite attempts to neutralize this specific bias, the team couldn't guarantee the AI wouldn't find other ways to discriminate. In 2018, Amazon had to scrap the entire project. Moral: AI models are not inherently objective. They learn from the data they're trained on, warts and all. If that data reflects historical biases (gender, race, socioeconomic, etc.), the AI doesn't just mirror those biases – it often amplifies them at scale and embeds them within automated systems. As PMs building AI features, we are the first and arguably most crucial line of defense against creating harmful technology. ---

The Ethical AI Framework for Product Managers Integrate ethical thinking into your existing processes using these four stages: (Identify → Design → Monitor → Advocate) ---

3. Monitor & Mitigate in Real Time (Post-Deployment) Ethical risks don't end at launch. Continuously monitor AI systems in production and have mechanisms to address issues quickly. - Key Monitoring & Mitigation Tactics: - Ongoing Performance & Bias Audits: Regularly monitor the AI system's performance across different user segments in production. Does performance degrade over time? Are fairness metrics (e.g., equal accuracy across groups) drifting? Use tools like Fairlearn or Aequitas for periodic checks. - Human-in-the-Loop (HITL) for Critical Decisions: For high-stakes applications (medical diagnosis, loan approvals, content moderation appeals, critical safety systems), ensure a human expert reviews, overrides, or handles exceptions generated by the AI. Design clear workflows for this interaction. - Anomaly Detection & Alerting: Set up monitoring to detect unusual outputs, performance degradation, or spikes in error rates that might indicate a problem with the AI model or data drift. - Rapid Response & "Kill Switches": Have clear processes and technical mechanisms (like feature flags) to quickly disable or roll back an AI feature if significant harm, bias, or misuse is detected in production. Example: Twitter eventually disabled its automated image cropping algorithm after persistent evidence of racial bias. - User Feedback & Appeal Mechanisms: Provide clear channels for users to report problematic AI behavior or appeal automated decisions they believe are unfair. Take these reports seriously.

AI Ethics Pitfalls PMs Must Avoid - "Move Fast and Break Things" Applied to High-Risk AI: This Silicon Valley mantra is irresponsible when dealing with AI systems that can have profound impacts on people's lives or safety. A more cautious, iterative approach with strong safeguards is necessary for high-risk applications. - Treating AI as an Infallible "Black Box": Accepting model outputs without questioning them or providing means for explainability/appeal. "The algorithm said so" is not an acceptable justification for harmful outcomes. Push for transparency. - Ignoring Edge Cases & Minority Groups: Designing and testing AI primarily for the "average" user or majority group, leading to poor performance or unfair outcomes for minorities, people with disabilities, or those in unusual situations. "Works for 90%" is often not good enough when the remaining 10% face significant harm. - Over-Reliance on Automation / Removing Human Judgment Prematurely: Automating high-stakes decisions (hiring, loan applications, medical diagnoses, content takedowns) without adequate human oversight, validation, and appeal mechanisms is dangerous. Keep humans in the loop where judgment and context are critical. - "Ethics Washing": Treating AI ethics purely as a PR exercise with superficial policies or reviews, without making substantive changes to data practices, model development, or governance structures. ---