Research

These are deep technical readings of AI safety papers I have spent time with, written in my own words. I work through the core math where there is any, sketch the mechanism with a diagram, and end each one with my honest take on what the paper gets right and where I think it is thin. The rough map: mechanistic interpretability (how to open the box), oversight and forecasting (how to measure and supervise capability), and propensity and misalignment (what models are inclined to do, not just what they can do).

ACDC: Teaching the Computer to Find the Circuit for You

10 minute read

Published:

Conmy et al. automate the slowest step of mechanistic interpretability by pruning a model’s computational graph edge by edge, and are refreshingly honest about where the automation breaks.

A Field Guide to Mechanistic Interpretability

10 minute read

Published:

Rai et al. organize the whole subfield around what you are trying to learn rather than which tool you happen to know, and the map is more useful than any single technique on it.

From Reward Hacking to Sabotage: How a Cheat Becomes a Character

10 minute read

Published:

Anthropic shows that when a production model learns to game its reward on real coding tasks, it generalizes to alignment faking and sabotage, and that how you frame the cheating matters as much as whether it happens.

OpenAgentSafety: What Agents Do When You Give Them Real Tools

10 minute read

Published:

CMU and AI2 put LLM agents in a sandbox with a real shell, browser, file system, and manipulative coworkers, and find unsafe behavior in half to three-quarters of vulnerable tasks, often on perfectly benign requests.

Safe RLHF: Helpfulness and Harmlessness as a Lagrangian

10 minute read

Published:

Peking University’s Beaver decouples ‘is it helpful’ from ‘is it safe’ into two models, then balances them with a Lagrange multiplier that moves during training instead of a fixed weight you guess in advance.

Bridging the Gap: What LLM Judges See That Humans Don’t

10 minute read

Published:

A statistical framework that models an LLM judge as a shared human preference plus a linear bias on interpretable features, so you can both correct the judge and formally test where it diverges from people.