OpenAI's Interpretable ML via Teaching: Picking Examples Humans Also Understand

OpenAI proposes an interpretable ML method where an AI automatically selects the most informative examples—ones that also make sense to humans—to teach a concept (e.g., the best images for 'dogs'), and shows it works for teaching both AIs and people.
Bottom line
OpenAI bakes interpretability into the training objective itself: instead of explaining a model after the fact, have it teach concepts by picking examples that humans can also understand.
The idea
- A teacher-student setup: one AI teaches, another learns.
- The teacher doesn't hand over labels—it selects the most informative demonstration examples for a concept (e.g., the most representative images for 'dog').
- Key constraint: those examples must also be meaningful to humans, so the learned teaching strategy is inherently more interpretable.
Why it matters
- It turns interpretability from post-hoc diagnosis into a first-class training goal.
- Experiments show the selection method works for both AI and human learners—evidence that 'good for machines' and 'good for people' examples overlap.
For teams building human-AI collaboration or teaching products, it's a reusable paradigm: teach the model to explain well, not just to answer correctly.