Topic

AI Ethics

All digests tagged AI Ethics

· 29:46

How to Lie with AI: Understanding Bias, Ethics, and the Hidden Risks in ML - Clarissa Rodrigues

The presentation explores how Machine Learning models can exhibit bias and 'lie' unintentionally due to flawed or non-representative training data. While AI is rapidly integrating into daily life (e.g., pricing, search, criminal justice), the speaker emphasizes that developers must maintain vigilance, prioritize explainable models, and ensure that model complexity aligns with problem complexity to mitigate ethical risks and unintended bias.

Key takeaways

  1. ML Models are not inherently predictable like humans. 2:00

    Unlike traditional algorithms where input/output is predictable, ML models can produce varied outputs based on internal weights and parameters. This lack of inherent transparency requires developers to be critically aware of model decisions.

  2. Bias originates from data, not the algorithm itself (Garbage In, Garbage Out). 8:30

    To build a robust model, it is crucial that the training data is representative and free from historical or aggregation biases. Simply having more data does not guarantee accuracy; representativeness is key.

  3. The importance of Explainable AI (XAI). 3:25

    Developers must strive for transparency by using explainable models to understand what the system is doing behind the scenes, rather than relying solely on complex black-box architectures.

Watch on YouTube Full article

· 21:17

Evals-Driven Development for a Mental Health AI Coach — Akele Reed & Dave Revere, SonderMind

SonderMind details its approach to building Sonder, a clinically grounded AI coach for mental health support. The core focus is on achieving safety and effectiveness through eval-driven development, moving beyond general-purpose LLMs which are unsuitable for high-stakes care. The architecture employs modular guardrails (Input/Output) within a Supervisor/Executor/Evaluator framework. Safety is maintained by integrating clinical judgment into the CI pipeline via annotated traces, ensuring that every model or prompt change is scored against expert-defined 'evals' before deployment.

Key takeaways

  1. Specialized AI for Mental Health 2:00

    General purpose LLMs are insufficient for mental health care due to the high stakes involved. Sonder was designed specifically to act as a front door to human therapy or provide support between sessions, addressing a critical gap in current AI offerings.

  2. Robust Architecture and Guardrails 4:00

    The system uses separate Input and Output guardrails—acting as 'sandwich' layers—to monitor user input and the entire conversation flow for clinical safety risks. This modularity allows iteration without compromising safety.

  3. Clinical Feedback Loop in CI 9:40

    Safety is enforced by capturing edge-case conversations (traces) and having licensed professionals annotate them. These annotations generate typed 'evals' that gate releases, ensuring every model or prompt change is tested against real-world clinical judgment.

  4. Focus on Correct Triggers 6:10

    The guardrails are calibrated not to generate more alerts (false positives), but to correctly identify genuine safety risks. The system must distinguish between a user in an active crisis and one seeking past support.

Watch on YouTube Full article

· 46:21

The AI Slop Problem Nobody's Talking About | Substack CEO Interview

The discussion addresses 'AI slop'—the proliferation of low-effort, thoughtless content generated by AI that threatens the quality of public discourse. While tools like Pangram provide a signal on whether text was likely LLM-generated, the core argument is that detection cannot measure human intent or thoughtfulness. Value in the digital age shifts to unique perspectives and ideas found at the 'edges' of conceptual distributions, requiring platforms to prioritize transparency and thoughtful contribution over sheer volume.

Key takeaways

  1. AI Detection Measures Text Generation, Not Thought

    Tools like Pangram can estimate if text passed through an LLM (by measuring patterns in language use), but this metric cannot determine if the content was created with deep care or genuine thought. The true value remains human intent and thoughtful engagement.

  2. The Problem of Slop is a Denial of Service Attack on Discourse 5:25

    Generating massive amounts of plausible-sounding AI content (e.g., 'write me 10,000 viral posts') acts as a denial of service attack against the public square, making it difficult for readers to find genuine value or new perspectives.

  3. Value Shifts to Conceptual Variance 21:35

    The most valuable ideas are those that fall outside the 'central distribution' favored by LLMs. The ideal technological solution is a 'Pangram for ideas,' which would map the wider, diverse human conceptual space versus the tighter, averaged LLM output.

  4. Transparency as the New Norm 14:25

    The solution involves establishing a new cultural norm of transparency. Platforms should provide tools (like adding context on 'how I make this statement') to allow readers to understand the process and effort behind the content, whether human or AI-assisted.

Watch on YouTube Full article