Current Projects

Aletheia's Quest: An AI Lie Detection Challenge

A competition to build general-purpose lie detectors for LLMs

Ongoing

I collaborated in the organization of Aletheia's Quest, a competition designed to move AI lie detection beyond methods tailored to a single model or behavior. In the first phase, pre-selected red teams produced diverse deception datasets and trained model organisms to lie in specific undisclosed scenarios. During the main competition, blue teams developed unified detectors for deception detection with either black-box access or privileged white-box access to weights and activations through NNsight and NDIF. Reproducible baselines and a public validation leaderboard allowed participants to obtain live feedback for their submissions. At the end of the competition, final methods were evaluated on held-out red teams datasets using OOD AUROC as the main success metric. The competition adopted explicit safeguards against organism-specific shortcuts and additional recognition for scientific novelty and computational scalability.

The NDIF Ecosystem: Open-source Tools and Infrastructure for Interpretability Research

A suite of tools for supporting interpretability research on deep neural networks

Ongoing

As a member of the National Deep Inference Fabric (NDIF) team, I collaborated to the development of a suite of open-source tools and infrastructure to support large-scale interpretability research on LLMs. The NDIF ecosystem is based on NNsight, a library built on PyTorch to simplify internal inspection and interventions on deep learning models, with first-class support for LLMs and remote execution capabilities on the NDIF server. NNterp extends NNsight with standardized naming and efficient implementations of common methods in interpretability research, and the NDIF Workbench is a web-based interface for prototyping and exploration, supporting interpretability educators. I personally contributed to the initial version of NDIF Skills to facilitate AI-assisted interpretability research, and to the development of the Interpretability Interchange Format (INIF) to enhance the reproducibility and portability of interpretability artifacts.