Skip to content
a16za16z

Big Ideas 2024: AI Interpretability: From Black Box to Clear Box with Anjney Midha

Anjney Midha, General Partner at a16z, believes that mechanistic interpretability (a fancy term for "reverse engineering" AI models) will take center stage in 2024. In this discussion, we move beyond the black box and explore pivotal questions: Why do AI models make specific statements? What influences the success of certain prompts? Most crucially, how can we control these models in real-world scenarios? Topics Covered: 00:00 - Big Ideas in Tech 2024 01:39: AI Interpretability: From Black Box to Clear Box 02:21: What do we and don’t understand about LLM black boxes and interpretability 04:23 - Research in interpretability 06:43 - Features represented in the outputs from LLMs 08:16 - Unlocks in interpretability 11:49 - The engineering challenges 14:10 - Scaling mechanistic interpretability research 17:27 - A new focus on explainability Resources: View all 40+ big ideas: https://a16z.com/bigideas2024 Find Anish on Twitter: https://twitter.com/anjneymidha Stay Updated: Find a16z on Twitter: https://twitter.com/a16z Find a16z on LinkedIn: https://www.linkedin.com/company/a16z Subscribe on your favorite podcast app: https://a16z.simplecast.com/ Follow our host: https://twitter.com/stephsmithio Please note that the content here is for informational purposes only; should NOT be taken as legal, business, tax, or investment advice or be used to evaluate any investment or security; and is not directed at any investors or potential investors in any a16z fund. a16z and its affiliates may maintain investments in the companies discussed. For more details please see a16z.com/disclosures.

Steph SmithhostAnjney Midhaguest
Dec 23, 202322mWatch on YouTube ↗

CHAPTERS

  1. 0:00 – 1:39

    Big Ideas 2024: the broader tech landscape and where interpretability fits

    Steph Smith opens by highlighting last year’s predictions and the new “40+ big ideas” list for 2024. She frames today’s segment as a deeper dive into one idea: moving AI from a black box to a clear box.

    • Recap of major tech themes from prior year predictions
    • Announcement of a16z’s 40+ Big Ideas for 2024 list
    • Positioning interpretability as one of the builder-worthy pursuits
    • Set-up: explore why now, opportunities, challenges, and how to get involved
  2. 1:39 – 2:37

    What “AI interpretability” means—and why it’s urgent now

    Anjney Midha defines interpretability as reverse engineering AI models. He explains that after years of scaling-focused progress, deployment in real-world settings raises a new central question: why models behave the way they do—and how to control them.

    • Interpretability framed as reverse engineering model behavior
    • Shift from scaling race to deployment reality
    • Core questions: why outputs happen, why prompts differ, how to control models
    • Motivation: controlling models matters as usage becomes consequential
  3. 2:37 – 3:21

    The “kitchen and cooks” analogy for LLM black boxes

    To explain the black-box problem, Anjney compares a model to a kitchen full of cooks whose internal debates are hidden from outsiders. You only see the final dish (output), not the reasoning process that produced it.

    • Model as a kitchen with hundreds of cooks (distributed computation)
    • Outputs are visible; internal decision-making is not
    • Asking “why this output?” doesn’t yield a clean explanation
    • Problem: internal roles don’t map neatly to human concepts
  4. 3:21 – 4:40

    From cooks to “head chefs”: organizing models into interpretable concepts

    Anjney introduces the idea of adding structure: “head chefs” that oversee groups of cooks and correspond to understandable concepts (like cuisines). This enables higher-level explanations and better control, even if individual units remain messy.

    • Train higher-level controllers (“head chefs”) tied to meaningful concepts
    • Concept-level oversight enables explanations like “Italian meal”
    • Goal: interpret bigger decisions rather than every micro-action
    • Interpretability as a path to controllability
  5. 4:40 – 7:02

    A post-2023 shift: neurons vs. features as the right unit of analysis

    Anjney argues interpretability changed dramatically around 2023 due to a methodological breakthrough. Instead of trying to interpret single neurons, researchers increasingly focus on “features”—stable patterns of activation across many neurons that correspond to coherent concepts.

    • Pre-2023 focus: interpreting individual neurons (often inconsistent)
    • Feature defined as a pattern across multiple neurons
    • Features map more reliably to concepts than single neurons
    • Breakthrough: decomposing networks into interpretable features
  6. 7:02 – 8:57

    Concrete example of a feature: Anthropic’s dictionary learning work

    Asked for an LLM-specific example, Anjney cites Anthropic’s paper “Decomposing Language Models with Dictionary Learning” and its mechanistic interpretability approach. In small “toy” models, they observed distinct concept features—like a “God” feature for religious concepts—separable from unrelated domains like biology.

    • Reference: Anthropic paper on decomposition via dictionary learning
    • Mechanistic interpretability showcased using smaller experimental models
    • Example: a “God” feature activates for religious prompts
    • Feature-level separation succeeds where neuron-level signals overlap
  7. 8:57 – 9:58

    Why this matters: interpretability becomes an engineering problem

    Anjney outlines the first major implication: interpretability is shifting from open-ended research to an engineering scaling challenge. The approach appears to work at small scale, so the bottleneck is now building systems and infrastructure to scale it to frontier models.

    • Key takeaway #1: shift from research uncertainty to engineering scale-up
    • Small-scale observability suggests a viable path forward
    • Engineering progress can be driven by investment and resources
    • Frontier-scale interpretability becomes a tractable target (in principle)
  8. 9:58 – 10:59

    From understanding to controllability—and mission-critical deployment

    The second implication is practical control: if you can identify which “concept modules” drive outputs, you can intervene more precisely. This is essential for high-stakes domains like healthcare, finance, and defense where today’s control methods are too blunt.

    • Key takeaway #2: interpretability enables fine-grained controllability
    • Analogy: instruct the relevant “head chef” to change behavior
    • Current tools are blunt; mission-critical contexts need precision
    • High-stakes domains demand steerability and predictable behavior
  9. 10:59 – 13:30

    Reliability, safety, and better policy: moving from FUD to evidence

    The third implication is increased reliability and more grounded governance discussions. Anjney argues that interpretability can replace worst-case speculation with empirical evaluation of real risks, improving both product trust and regulatory debates.

    • Key takeaway #3: controllability increases reliability and trust
    • Policy debates become more concrete and evidence-based
    • Reduces reliance on worst-case analysis and fear-driven narratives
    • Enables clearer evaluation of what is safe and how to govern models
  10. 13:30 – 15:10

    What scaling up mechanistic interpretability looks like in practice

    Steph and Anjney discuss how researchers validate ideas in small models before scaling to frontier systems like GPT-4-class models. Directly analyzing gigantic models is intractable today, so the field relies on smaller “petri dish” setups and then attempts to scale proven methods.

    • Scientific workflow: prove in small models, then scale
    • Frontier models are extremely complex (hundreds of billions of parameters)
    • Direct interpretability at full scale is currently hard
    • Scaling remains difficult even with promising early results
  11. 15:10 – 18:20

    Two core engineering challenges: scaling autoencoders and scaling interpretation

    Anjney identifies two major open problems in bringing feature-based interpretability to large models. First is scaling the autoencoder used to make sense of features; second is interpreting interactions among many features, which becomes combinatorially complex.

    • Challenge #1: scale autoencoders dramatically (order-of-magnitude expansion)
    • Compute cost is a real constraint; efficiency innovations needed
    • Challenge #2: interpret feature interactions for complex, real queries
    • Nonlinear/combinatorial complexity grows as features and contexts scale
  12. 18:20 – 20:43

    2024’s inflection: rising focus on explainability to unlock broader adoption

    Anjney predicts 2024 will bring more attention and investment into explainability. He contrasts recent focus on “what models can do” with the emerging need to understand “why,” especially to expand deployment beyond forgiving consumer use cases into high-reliability environments.

    • 2024 as a year of increased attention to explainability
    • Past focus: capabilities, performance, and new reasoning behaviors
    • Interpretability is a blocker for deployment in high-stakes settings
    • Reliability/predictability needed for healthcare and other critical uses
  13. 20:43 – 22:01

    Closing: optimism, increased research energy, and what’s next in the series

    Steph and Anjney end on cautious optimism: the field isn’t ‘there’ yet, but the first credible approaches are emerging. Steph closes by teasing additional Big Ideas episodes and directing viewers to the full list.

    • Acknowledgement: meaningful progress, but still early days
    • Expectation: more investment and top researchers entering interpretability
    • Hope for rapid progress comparable to 2022–2023 AI advances
    • Outro: more Big Ideas topics and link to the full 2024 list

Get more out of YouTube videos.

High quality summaries for YouTube videos. Accurate transcripts to search & find moments. Powered by ChatGPT & Claude AI.