Ångstrom Used Claude Code to Train a Model That Beat Meta's UMA-OMC — 100k GPU Jobs on Spot

Ångstrom AI (YC S24), in collaboration with the University of Cambridge (Csanyi group) and AstraZeneca, published DFT Accuracy on Crystal Structure Prediction with Machine Learning Interatomic Potentials, introducing CSP-MACE-Å. The model replaces DFT (density functional theory) in crystal structure prediction (CSP) with identical accuracy but 10,000× speedup. It significantly outperformed Meta's UMA-OMC, the previous state-of-the-art ML interatomic potential for organic molecular crystals.
Why CSP Matters
CSP determines all possible crystal polymorphs a molecule can form. Polymorphs have different physical characteristics, posing risk for drug manufacturing — in 1998, an unexpected ritonavir form cost Abbott over $250 million. DFT, the gold standard, takes days to weeks per molecule. CSP-MACE-Å reduces that to minutes, enabling evaluation of far more candidate structures.
Agent-Driven Experiment Loop
Ångstrom researchers used Claude Code as a research assistant in the iterative loop: hypothesis → experiment design → job launch → results analysis → next hypothesis. Claude translated plans into concrete actions using the same Anycloud CLI the team used manually. It launched batches of jobs, monitored status, downloaded results, and generated plots/summaries.
The loop produced roughly 100,000 GPU jobs, almost entirely on multi-cloud spot instances across their own cloud accounts. Claude handled the fan-out and bookkeeping between research decisions while scientists focused on interpretation.
Cost Control with Anycloud
Ångstrom CTO Laurence Midgley: “Anycloud gives me the confidence to really let my agents loose without stressing that they will burn through all our compute. These days they continue to work throughout night, autonomously managing my research experiments, while I sleep.” Anycloud's CLI and cloud configuration kept the experiment loop under control — critical when a wrong batch could cost thousands.
Benchmarks
CSP-MACE-Å is the first model to demonstrate DFT-level accuracy for CSP, while UMA-OMC fell short of gold-standard DFT. Ångstrom's evaluation suites (their own + AstraZeneca's) confirmed the outperformance.
📖 Read the full source: HN AI Agents
👀 See Also

Qwen 3.6 27B at 52.8 tps TG on AMD MI50s: Full Precision, No MTP, No Quant
A Reddit user benchmarks Qwen3.6-27B on eight AMD MI50s (2018 cards) using a vllm fork with ROCm 7.2.1, achieving 52.8 tps TG and 1569 tps PP with full precision and no MTP.

NYT Magazine covers real-world OpenClaw use in small businesses — gift article shared from Reddit
A New York Times Magazine article features OpenClaw users interviewed about their business use cases, originally posted on r/openclaw. Gift link included.

Coding Agents Supersede Human Code Review: Paper Argues Traditional Review Is Dead
arXiv paper argues coding agents have crossed the threshold to replace human code review, offering lower cost and higher throughput.

Claude Code v2.1.202: Dynamic Workflow Sizes, /review reverted, and 20+ fixes
Adds dynamic workflow sizing in /config, reverts /review to single-pass, fixes mTLS handshake failures, voice dictation loops, session resume with many git worktrees, and more.