Skip to main content

How Ångström used Anycloud to beat Meta in AI crystal structure prediction

· 6 min read
Luis Fernando de Pombo
Co-founder, anycloud
Laurence Midgley
Co-founder & CTO, Ångstrom AI

Ångstrom AI (YC S24), with the University of Cambridge (the Csanyi group) and AstraZeneca, released DFT Accuracy on Crystal Structure Prediction with Machine Learning Interatomic Potentials. The paper presented CSP-MACE-Å, a machine learning model designed to replace DFT, the expensive quantum mechanical calculation at the heart of crystal structure prediction, with the same accuracy but a 10,000x speedup.

CSP-MACE-Å also significantly outperformed UMA-OMC on crystal-structure prediction benchmarks. UMA is Meta's general purpose model for atoms and molecules; UMA-OMC is the version adapted for organic molecular crystals.

Ångstrom built CSP-MACE-Å on anycloud, a CLI that runs GPU workloads across your own cloud accounts. The team ran more than 100,000 GPU hours, almost entirely on multi-cloud spot. Researchers also used agents through the same anycloud CLI to launch and monitor batches, retrieve results, and help drive the experiment loop.

Training Machine Learning Interatomic Potentials on Cloud GPUs

· 13 min read

Machine learning interatomic potentials (MLIPs) are replacing classical force fields for many use cases in computational chemistry — and made simulations that used to take weeks of DFT compute possible in minutes on a single GPU. This post is a practical guide to training your own MLIP on cloud GPU spot instances: which architecture to pick, what it actually costs, and how to keep training going through preemption.