Skip to Main Content

Rare Events

Built at Built with Claude: Life Sciences · Jul 7, 2026 · Remote

Demo video · myungchulkim.com/…

Protein conformational rates are hard to compute: the transitions are rare, so brute-force molecular dynamics almost never sees them. Importance sampling accelerates them by biasing the dynamics and reweighting back to the true dynamics, but the path weights degenerate -- their variance grows exponentially and a handful of paths dominate, making the rate estimate unreliable. We asked which weight-control (resampling) scheme fixes this for a real peptide, and answered it as an agentic method search: Claude Code proposed each estimator variant, implemented it, ran it on the C5 // C7eq isomerization of alanine dipeptide, and read back the weight statistics and effective sample size against an exact brute-force rate -- then iterated. Comparing sequential importance sampling (SMC), sequential importance resampling (SIR), and a branching resampled random walk (RRS), only RRS converged in both directions, recovering the true rate within 3–6% where the naive committor estimate is up to 6× wrong. An agent discovered the variance-reduction scheme, not just applied one.

Team