Å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

Claude's policy filter blocks bioinformatics work with pathogen names
A computational virology researcher reports Claude's usage policy filter flags legitimate bioinformatics scripts when pathogens are named, requiring workarounds like describing tasks without organism names or downgrading to Sonnet 4. The issue affects Claude Code, claude.ai, and both Opus 4.6 and Sonnet 4.6 models.

ChatGPT Workspace Agents Free Preview Ends Today — How It Compares to OpenClaw and Hermes
OpenAI's ChatGPT Workspace Agents free preview ends May 6, switching to credit-based pricing. The Reddit post compares it to OpenClaw, Hermes, and managed platforms like BetterClaw for team vs. personal use.

The 100,000 Whys of AI: How Quasi-Deterministic LLM Output Creates Telltale Slop
lcamtuf argues LLM output is distinguishable from human writing not by individual mannerisms, but by quasi-deterministic repetition of the same complex patterns across many prompts. Amazon book covers for '100000 whys' illustrate the point.

Claude Opus 4.7 Model Card Released
Anthropic has published the Claude Opus 4.7 model card, providing technical documentation for their latest AI model. The source material appears to be a PDF document containing system specifications and technical details.